Trace number 4503679

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) 3569.33 3700.15

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-116.opb
MD5SUM2c07ac2a163c6358b3083ff023512428
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 benchmark111.081
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables44846
Total number of constraints988104
Number of constraints which are clauses884812
Number of constraints which are cardinality constraints (but not clauses)3523
Number of constraints which are nor clauses,nor cardinality constraints99769
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.10/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.16	c See www.sat4j.org for details.
0.10/0.17	c version PB25.v20250606
0.10/0.18	c java.runtime.name	OpenJDK Runtime Environment
0.10/0.18	c java.vm.name		OpenJDK 64-Bit Server VM
0.10/0.18	c java.vm.version	22.0.1+8-16
0.10/0.18	c java.vm.vendor	Oracle Corporation
0.10/0.18	c sun.arch.data.model	64
0.10/0.18	c java.version		22.0.1
0.10/0.18	c os.name		Linux
0.10/0.18	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.10/0.18	c os.arch		amd64
0.10/0.19	c Free memory 		2104792832
0.10/0.19	c Max memory 		16282288128
0.10/0.19	c Total memory 		2113929216
0.10/0.19	c Number of processors 	2
0.31/0.32	c Pseudo Boolean Optimization by upper bound
0.31/0.32	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.31/0.32	c  - never skip resolution steps
0.31/0.32	c  - Auto-division on coefficients is disabled
0.31/0.32	c  - No postprocessing
0.31/0.32	c  - Conflict is considered as is when resolving
0.31/0.32	c  - Use constraints as they come during conflict analysis
0.31/0.32	c  - Weaken first using unassigned literals
0.31/0.32	c  - Bump strategy: ALWAYS_ONE
0.31/0.32	c  - Bumper: EFFECTIVE
0.31/0.32	c --- Begin Solver configuration ---
0.31/0.32	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.31/0.32	c Learn all clauses as in MiniSAT
0.31/0.32	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.31/0.32	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.31/0.32	c No reason simplification
0.31/0.32	c Dynamic restart strategy considering the size of the coefficients
0.31/0.32	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.31/0.32	c timeout=2147483s
0.31/0.32	c DB Simplification allowed=false
0.31/0.32	c Listener: none
0.31/0.32	c --- End Solver configuration ---
0.31/0.32	c solving HOME/instance-4503679-1751178174.opb
0.31/0.32	c reading problem ... 
0.31/0.32	c using VERIPB proof format
0.31/0.32	c  no objective function found
94.51/90.70	c ... done. Wall clock time 90.381s.
94.51/90.70	c declared #vars     44846
94.51/90.70	c #constraints  989877
94.51/90.70	c constraints type 
94.51/90.70	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 196912
94.51/90.70	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3524
94.51/90.70	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 99769
94.51/90.70	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 689672
94.51/90.70	c 989877 constraints processed.
100.77/94.57	c cleaning 2493 clauses out of 5004 with flag 0/5004
105.28/98.43	c cleaning 4248 clauses out of 8508 with flag 0/11001
110.19/102.93	c cleaning 5624 clauses out of 11259 with flag 0/18000
116.25/108.82	c cleaning 6811 clauses out of 13635 with flag 0/26000
122.39/114.78	c cleaning 7903 clauses out of 15827 with flag 0/35003
128.65/120.94	c cleaning 8956 clauses out of 17921 with flag 0/45000
136.57/128.82	c cleaning 9973 clauses out of 19965 with flag 0/56000
145.53/137.79	c cleaning 10988 clauses out of 21993 with flag 0/68001
156.81/148.91	c cleaning 11998 clauses out of 24005 with flag 0/81001
167.26/159.37	c cleaning 12998 clauses out of 26006 with flag 0/95000
179.71/171.72	c cleaning 13990 clauses out of 28008 with flag 0/110000
193.58/185.59	c cleaning 15000 clauses out of 30018 with flag 0/126000
212.49/204.33	c cleaning 16001 clauses out of 32019 with flag 0/143001
231.80/223.59	c cleaning 17003 clauses out of 34017 with flag 0/161000
250.04/241.84	c cleaning 17998 clauses out of 36014 with flag 0/180000
267.92/259.79	c cleaning 19002 clauses out of 38017 with flag 0/200001
290.01/281.85	c cleaning 19997 clauses out of 40015 with flag 0/221001
314.75/306.53	c cleaning 21004 clauses out of 42020 with flag 0/243003
338.50/330.20	c cleaning 21990 clauses out of 44013 with flag 0/266000
367.89/359.67	c cleaning 23006 clauses out of 46023 with flag 0/290000
397.93/389.43	c cleaning 24002 clauses out of 48017 with flag 0/315000
430.96/422.11	c cleaning 25001 clauses out of 50015 with flag 0/341000
462.57/453.36	c cleaning 25997 clauses out of 52016 with flag 0/368002
499.87/490.17	c cleaning 26997 clauses out of 54017 with flag 0/396000
546.00/536.13	c cleaning 27999 clauses out of 56020 with flag 0/425000
583.77/573.46	c cleaning 29004 clauses out of 58021 with flag 0/455000
618.79/608.40	c cleaning 29999 clauses out of 60018 with flag 0/486001
661.42/651.19	c cleaning 31000 clauses out of 62019 with flag 0/518001
704.25/693.66	c cleaning 32002 clauses out of 64018 with flag 0/551000
747.17/736.22	c cleaning 32999 clauses out of 66016 with flag 0/585000
795.19/784.03	c cleaning 33995 clauses out of 68017 with flag 0/620000
850.09/838.46	c cleaning 35003 clauses out of 70022 with flag 0/656000
911.35/899.05	c cleaning 36004 clauses out of 72020 with flag 0/693001
965.21/952.24	c cleaning 37001 clauses out of 74015 with flag 0/731000
1025.54/1012.12	c cleaning 38002 clauses out of 76017 with flag 0/770003
1082.76/1069.18	c cleaning 38998 clauses out of 78014 with flag 0/810002
1142.20/1129.06	c cleaning 39998 clauses out of 80015 with flag 0/851001
1214.18/1200.58	c cleaning 41000 clauses out of 82016 with flag 0/893000
1282.34/1268.24	c cleaning 41997 clauses out of 84016 with flag 0/936000
1356.12/1341.16	c cleaning 43004 clauses out of 86020 with flag 0/980001
1433.77/1418.78	c cleaning 44002 clauses out of 88016 with flag 0/1025001
1510.32/1494.99	c cleaning 45001 clauses out of 90015 with flag 0/1071002
1588.69/1572.87	c cleaning 46001 clauses out of 92013 with flag 0/1118001
1671.45/1654.98	c cleaning 47002 clauses out of 94012 with flag 0/1166001
1754.11/1737.40	c cleaning 47998 clauses out of 96009 with flag 0/1215000
1841.78/1824.45	c cleaning 48996 clauses out of 98012 with flag 0/1265001
1927.95/1910.40	c cleaning 50002 clauses out of 100015 with flag 0/1316000
2019.56/2003.53	c cleaning 51002 clauses out of 102015 with flag 0/1368002
2106.48/2089.89	c cleaning 52000 clauses out of 104011 with flag 0/1421000
2209.00/2191.92	c cleaning 53000 clauses out of 106012 with flag 0/1475001
2322.67/2304.60	c cleaning 53994 clauses out of 108011 with flag 0/1530000
2442.09/2423.42	c cleaning 55000 clauses out of 110017 with flag 0/1586000
2552.55/2535.41	c cleaning 55996 clauses out of 112018 with flag 0/1643001
2668.23/2650.39	c cleaning 57003 clauses out of 114023 with flag 0/1701002
2783.84/2765.66	c cleaning 58003 clauses out of 116020 with flag 0/1760002
2910.82/2892.01	c cleaning 59000 clauses out of 118015 with flag 0/1820000
3033.67/3015.53	c cleaning 59999 clauses out of 120016 with flag 0/1881001
3174.81/3156.02	c cleaning 61001 clauses out of 122016 with flag 0/1943000
3308.65/3289.56	c cleaning 62004 clauses out of 124015 with flag 0/2006000
3447.27/3574.28	c cleaning 62999 clauses out of 126012 with flag 0/2070001
3569.12/3700.03	c starts		: 4
3569.12/3700.04	c timeout
3569.12/3700.04	c conflicts		: 2130397
3569.12/3700.04	c decisions		: 2989642
3569.12/3700.04	c propagations		: 1912635036
3569.12/3700.04	c inspects		: 20035958737
3569.12/3700.04	c shortcuts		: 0
3569.12/3700.04	c learnt literals	: 0
3569.12/3700.04	c learnt binary clauses	: 8
3569.12/3700.04	c learnt ternary clauses	: 341
3569.12/3700.04	c learnt constraints	: 2130396
3569.12/3700.04	c ignored constraints	: 0
3569.12/3700.04	c root simplifications	: 0
3569.12/3700.04	c removed literals (reason simplification)	: 0
3569.12/3700.04	c reason swapping (by a shorter reason)	: 0
3569.12/3700.04	c Calls to reduceDB	: 60
3569.12/3700.04	c Number of update (reduction) of LBD	: 3066432
3569.12/3700.04	c Imported unit clauses	: 0
3569.12/3700.04	c No decision after first conflict	: false
3569.12/3700.04	c number of reductions to clauses (during analyze)	: 0
3569.12/3700.04	c number of learned constraints concerned by reduction	: 0
3569.12/3700.04	c number of learning phase by resolution	: 0
3569.12/3700.04	c number of learning phase by cutting planes	: 0
3569.12/3700.04	c number of rounding to 1 operations	: 0
3569.12/3700.04	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3569.12/3700.04	c number of reductions of the coefficients by power 2 	: 0
3569.12/3700.04	c number of right shift for reduction by power 2 	: 0
3569.12/3700.04	c number of reductions of the coefficients by GCD over coefficients 	: 0
3569.12/3700.04	c number of ending skipping 	: 0
3569.12/3700.04	c number of internal skipping 	: 0
3569.12/3700.04	c number of derivation steps 	: 36758907
3569.12/3700.04	c number of skipped derivation steps 	: 0
3569.12/3700.04	c number of remaining unassigned 	: 4
3569.12/3700.04	c number of remaining assigned 	: 31415
3569.12/3700.04	c number of falsified literals weakened from reason	: 0
3569.12/3700.04	c number of falsified literals weakened from conflict	: 0
3569.12/3700.04	c time for arithmetic operations	: 13286285
3569.12/3700.05	c minimum degree of deleted constraints	: 1
3569.12/3700.05	c maximum degree of deleted constraints	: 574
3569.12/3700.05	c number of deleted constraints	: 2006988
3569.12/3700.05	c speed (assignments/second)	: 529915.1768905139
3569.12/3700.05	c non guided choices	: 3633
3569.12/3700.10	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 123351
3569.12/3700.10	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1
3569.12/3700.10	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 8
3569.12/3700.10	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 48
3569.12/3700.10	s UNKNOWN
3569.12/3700.10	c Total wall clock time (in seconds): 3699.791

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100075 s]*
/proc/loadavg: 4.33 4.27 4.27 6/328 22139
/proc/meminfo: memFree=108230404/131382112 swapFree=33010684/33010684
[pid=22121] ppid=22118 vsize=18930384 memory=48452 CPUtime=0.1 cores=5,7
/proc/22121/stat : 22121 (java) S 22118 22121 21002 0 -1 4194304 5798 0 0 0 7 3 0 0 20 0 18 0 33496856 19384713216 12113 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
/proc/22121/statm: 4732596 12113 5334 1 0 547020 0
[pid=22121/tid=22123] ppid=22118 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/22121/task/22123/stat : 22123 (java) S 22118 22121 21002 0 -1 4194368 4700 0 0 0 4 3 0 0 20 0 18 0 33496857 19384713216 12113 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
[pid=22121/tid=22132] ppid=22118 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/22121/task/22132/stat : 22132 (Finalizer) S 22118 22121 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 33496862 19384713216 12113 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
[pid=22121/tid=22139] ppid=22118 vsize=18930384 memory=58494082630061 CPUtime=0 cores=5,7
/proc/22121/task/22139/stat : 22139 (Common-Cleaner) S 22118 22121 21002 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 33496863 19384713216 12113 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48452 KiB

[startup+0.221657 s]*
/proc/loadavg: 4.33 4.27 4.27 7/328 22139
/proc/meminfo: memFree=108224040/131382112 swapFree=33010684/33010684
[pid=22121] ppid=22118 vsize=18930384 memory=58092 CPUtime=0.31 cores=5,7
/proc/22121/stat : 22121 (java) S 22118 22121 21002 0 -1 4194304 6620 0 0 0 26 5 0 0 20 0 18 0 33496856 19384713216 14523 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
/proc/22121/statm: 4732596 14523 5366 1 0 547682 0
[pid=22121/tid=22123] ppid=22118 vsize=18930384 memory=4026597660 CPUtime=0.19 cores=5,7
/proc/22121/task/22123/stat : 22123 (java) R 22118 22121 21002 0 -1 4194368 5139 0 0 0 15 4 0 0 20 0 18 0 33496857 19384713216 14523 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
[pid=22121/tid=22132] ppid=22118 vsize=18930384 memory=13926 CPUtime=0 cores=5,7
/proc/22121/task/22132/stat : 22132 (Finalizer) S 22118 22121 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 33496862 19384713216 14523 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
[pid=22121/tid=22139] ppid=22118 vsize=18930384 memory=57394570986489 CPUtime=0 cores=5,7
/proc/22121/task/22139/stat : 22139 (Common-Cleaner) S 22118 22121 21002 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 33496863 19384713216 14523 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58092 KiB

[startup+0.316454 s]*
/proc/loadavg: 4.33 4.27 4.27 8/328 22139
/proc/meminfo: memFree=108224040/131382112 swapFree=33010684/33010684
[pid=22121] ppid=22118 vsize=18930384 memory=65632 CPUtime=0.48 cores=5,7
/proc/22121/stat : 22121 (java) S 22118 22121 21002 0 -1 4194304 6962 0 0 0 43 5 0 0 20 0 18 0 33496856 19384713216 16408 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
/proc/22121/statm: 4732596 16408 5430 1 0 547926 0
[pid=22121/tid=22123] ppid=22118 vsize=18930384 memory=-6000919472773884525 CPUtime=0.27 cores=5,7
/proc/22121/task/22123/stat : 22123 (java) R 22118 22121 21002 0 -1 4194368 5377 0 0 0 23 4 0 0 20 0 18 0 33496857 19384713216 16408 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
[pid=22121/tid=22132] ppid=22118 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/22121/task/22132/stat : 22132 (Finalizer) S 22118 22121 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 33496862 19384713216 16408 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
[pid=22121/tid=22139] ppid=22118 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/22121/task/22139/stat : 22139 (Common-Cleaner) S 22118 22121 21002 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 33496863 19384713216 16408 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 65632 KiB

[startup+0.70041 s]
/proc/loadavg: 4.33 4.27 4.27 7/329 22140
/proc/meminfo: memFree=108132672/131382112 swapFree=33010684/33010684
[pid=22121] ppid=22118 vsize=18996948 memory=352996 CPUtime=1.14 cores=5,7
/proc/22121/stat : 22121 (java) S 22118 22121 21002 0 -1 4194304 8173 0 0 0 101 13 0 0 20 0 19 0 33496856 19452874752 88249 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
/proc/22121/statm: 4749237 88249 5494 1 0 1074709 0
[pid=22121/tid=22123] ppid=22118 vsize=18996948 memory=17280 CPUtime=0.57 cores=5,7
/proc/22121/task/22123/stat : 22123 (java) R 22118 22121 21002 0 -1 4194368 5560 0 0 0 47 10 0 0 20 0 19 0 33496857 19452874752 88249 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
[pid=22121/tid=22132] ppid=22118 vsize=18996948 memory=11264 CPUtime=0 cores=5,7
/proc/22121/task/22132/stat : 22132 (Finalizer) S 22118 22121 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 33496862 19452874752 88249 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
[pid=22121/tid=22139] ppid=22118 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/22121/task/22139/stat : 22139 (Common-Cleaner) S 22118 22121 21002 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 33496863 19452874752 88249 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 352996 KiB

[startup+1.50027 s]
/proc/loadavg: 4.33 4.27 4.27 6/329 22140
/proc/meminfo: memFree=107046796/131382112 swapFree=33010684/33010684
[pid=22121] ppid=22118 vsize=18996948 memory=2237644 CPUtime=2.67 cores=5,7
/proc/22121/stat : 22121 (java) S 22118 22121 21002 0 -1 4194304 20522 0 0 0 209 58 0 0 20 0 19 0 33496856 19452874752 559411 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
/proc/22121/statm: 4749237 559411 5494 1 0 1080060 0
[pid=22121/tid=22123] ppid=22118 vsize=18996948 memory=3200 CPUtime=1.36 cores=5,7
/proc/22121/task/22123/stat : 22123 (java) R 22118 22121 21002 0 -1 4194368 6469 0 0 0 85 51 0 0 20 0 19 0 33496857 19452874752 559411 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
[pid=22121/tid=22132] ppid=22118 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/22121/task/22132/stat : 22132 (Finalizer) S 22118 22121 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 33496862 19452874752 559411 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
[pid=22121/tid=22139] ppid=22118 vsize=18996948 memory=11264 CPUtime=0 cores=5,7
/proc/22121/task/22139/stat : 22139 (Common-Cleaner) S 22118 22121 21002 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 33496863 19452874752 559411 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
Current children cumulated CPU time: 2.67 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2237644 KiB

[startup+3.10729 s]
/proc/loadavg: 4.33 4.27 4.27 5/329 22140
/proc/meminfo: memFree=105695256/131382112 swapFree=33010684/33010684
[pid=22121] ppid=22118 vsize=18996948 memory=2571836 CPUtime=4.97 cores=5,7
/proc/22121/stat : 22121 (java) S 22118 22121 21002 0 -1 4194304 23922 0 0 0 431 66 0 0 20 0 19 0 33496856 19452874752 642959 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
/proc/22121/statm: 4749237 642959 5494 1 0 1082068 0
[pid=22121/tid=22123] ppid=22118 vsize=18996948 memory=11264 CPUtime=2.93 cores=5,7
/proc/22121/task/22123/stat : 22123 (java) R 22118 22121 21002 0 -1 4194368 6759 0 0 0 236 57 0 0 20 0 19 0 33496857 19452874752 642959 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
[pid=22121/tid=22132] ppid=22118 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/22121/task/22132/stat : 22132 (Finalizer) S 22118 22121 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 33496862 19452874752 642959 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
[pid=22121/tid=22139] ppid=22118 vsize=18996948 memory=5632 CPUtime=0 cores=5,7
/proc/22121/task/22139/stat : 22139 (Common-Cleaner) S 22118 22121 21002 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 33496863 19452874752 642959 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
Current children cumulated CPU time: 4.97 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2571836 KiB

[startup+6.30042 s]
/proc/loadavg: 4.30 4.27 4.27 5/329 22140
/proc/meminfo: memFree=105675500/131382112 swapFree=33010684/33010684
[pid=22121] ppid=22118 vsize=18996948 memory=2576936 CPUtime=8.64 cores=5,7
/proc/22121/stat : 22121 (java) S 22118 22121 21002 0 -1 4194304 24450 0 0 0 797 67 0 0 20 0 19 0 33496856 19452874752 644234 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
/proc/22121/statm: 4749237 644234 5494 1 0 1082104 0
[pid=22121/tid=22123] ppid=22118 vsize=18996948 memory=5632 CPUtime=6 cores=5,7
/proc/22121/task/22123/stat : 22123 (java) R 22118 22121 21002 0 -1 4194368 7107 0 0 0 542 58 0 0 20 0 19 0 33496857 19452874752 644234 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
[pid=22121/tid=22132] ppid=22118 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/22121/task/22132/stat : 22132 (Finalizer) S 22118 22121 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 33496862 19452874752 644234 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
[pid=22121/tid=22139] ppid=22118 vsize=18996948 memory=-6000919472773884525 CPUtime=0 cores=5,7
/proc/22121/task/22139/stat : 22139 (Common-Cleaner) S 22118 22121 21002 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 33496863 19452874752 644234 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
Current children cumulated CPU time: 8.64 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2576936 KiB

[startup+12.7004 s]
/proc/loadavg: 4.36 4.28 4.27 5/329 22140
/proc/meminfo: memFree=103770552/131382112 swapFree=33010684/33010684
[pid=22121] ppid=22118 vsize=18996948 memory=4464152 CPUtime=15.21 cores=5,7
/proc/22121/stat : 22121 (java) S 22118 22121 21002 0 -1 4194304 26900 0 0 0 1415 106 0 0 20 0 19 0 33496856 19452874752 1116038 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
/proc/22121/statm: 4749237 1116038 5494 1 0 1558379 0
[pid=22121/tid=22123] ppid=22118 vsize=18996948 memory=2583128 CPUtime=11.98 cores=5,7
/proc/22121/task/22123/stat : 22123 (java) R 22118 22121 21002 0 -1 4194368 8577 0 0 0 1102 96 0 0 20 0 19 0 33496857 19452874752 1116038 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
[pid=22121/tid=22132] ppid=22118 vsize=18996948 memory=17280 CPUtime=0 cores=5,7
/proc/22121/task/22132/stat : 22132 (Finalizer) S 22118 22121 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 33496862 19452874752 1116038 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
[pid=22121/tid=22139] ppid=22118 vsize=18996948 memory=14720 CPUtime=0 cores=5,7
/proc/22121/task/22139/stat : 22139 (Common-Cleaner) S 22118 22121 21002 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 33496863 19452874752 1116038 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
Current children cumulated CPU time: 15.21 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 4464152 KiB

[startup+25.5003 s]
/proc/loadavg: 4.36 4.28 4.28 5/330 22141
/proc/meminfo: memFree=102653360/131382112 swapFree=33010684/33010684
[pid=22121] ppid=22118 vsize=18996948 memory=5529932 CPUtime=28.19 cores=5,7
/proc/22121/stat : 22121 (java) S 22118 22121 21002 0 -1 4194304 32231 0 0 0 2690 129 0 0 20 0 19 0 33496856 19452874752 1382483 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
/proc/22121/statm: 4749237 1382483 5494 1 0 1823674 0
[pid=22121/tid=22123] ppid=22118 vsize=18996948 memory=2583128 CPUtime=23.87 cores=5,7
/proc/22121/task/22123/stat : 22123 (java) R 22118 22121 21002 0 -1 4194368 11422 0 0 0 2271 116 0 0 20 0 19 0 33496857 19452874752 1382483 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
[pid=22121/tid=22132] ppid=22118 vsize=18996948 memory=-6000919472773884525 CPUtime=0 cores=5,7
/proc/22121/task/22132/stat : 22132 (Finalizer) S 22118 22121 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 33496862 19452874752 1382483 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
[pid=22121/tid=22139] ppid=22118 vsize=18996948 memory=5525800 CPUtime=0 cores=5,7
/proc/22121/task/22139/stat : 22139 (Common-Cleaner) S 22118 22121 21002 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 33496863 19452874752 1382483 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
Current children cumulated CPU time: 28.19 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 5529932 KiB

[startup+51.1141 s]
/proc/loadavg: 4.30 4.27 4.27 6/330 22142
/proc/meminfo: memFree=99917972/131382112 swapFree=33010684/33010684
[pid=22121] ppid=22118 vsize=18996948 memory=8205088 CPUtime=54.2 cores=5,7
/proc/22121/stat : 22121 (java) S 22118 22121 21002 0 -1 4194304 38454 0 0 0 5226 194 0 0 20 0 19 0 33496856 19452874752 2051272 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
/proc/22121/statm: 4749237 2051272 5494 1 0 2492132 0
[pid=22121/tid=22123] ppid=22118 vsize=18996948 memory=-6000919472773884525 CPUtime=47.31 cores=5,7
/proc/22121/task/22123/stat : 22123 (java) R 22118 22121 21002 0 -1 4194368 14184 0 0 0 4554 177 0 0 20 0 19 0 33496857 19452874752 2051272 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
[pid=22121/tid=22132] ppid=22118 vsize=18996948 memory=14720 CPUtime=0 cores=5,7
/proc/22121/task/22132/stat : 22132 (Finalizer) S 22118 22121 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 33496862 19452874752 2051272 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
[pid=22121/tid=22139] ppid=22118 vsize=18996948 memory=-6000919472773884525 CPUtime=0 cores=5,7
/proc/22121/task/22139/stat : 22139 (Common-Cleaner) S 22118 22121 21002 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 33496863 19452874752 2051272 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
Current children cumulated CPU time: 54.2 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 8205088 KiB

[startup+102.3 s]
/proc/loadavg: 4.27 4.26 4.27 5/332 22146
/proc/meminfo: memFree=98449708/131382112 swapFree=33010684/33010684
[pid=22121] ppid=22118 vsize=19063512 memory=9607224 CPUtime=109.6 cores=5,7
/proc/22121/stat : 22121 (java) S 22118 22121 21002 0 -1 4194304 55390 0 0 0 10726 234 0 0 20 0 20 0 33496856 19521036288 2401806 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
/proc/22121/statm: 4765878 2401806 5526 1 0 2822719 0

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

[startup+3342.3 s]
/proc/loadavg: 4.17 4.27 4.26 5/328 22383
/proc/meminfo: memFree=100157188/131382112 swapFree=33010684/33010684
[pid=22121] ppid=22118 vsize=19063512 memory=11043656 CPUtime=3361.34 cores=5,7
/proc/22121/stat : 22121 (java) S 22118 22121 21002 0 -1 4194304 354128 0 0 0 335480 654 0 0 20 0 20 0 33496856 19521036288 2760914 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
/proc/22121/statm: 4765878 2760914 5526 1 0 2822736 0
[pid=22121/tid=22123] ppid=22118 vsize=19063512 memory=-6000919472773884525 CPUtime=3284.91 cores=5,7
/proc/22121/task/22123/stat : 22123 (java) R 22118 22121 21002 0 -1 4194368 244204 0 0 0 328086 405 0 0 20 0 20 0 33496857 19521036288 2760914 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
[pid=22121/tid=22132] ppid=22118 vsize=19063512 memory=17280 CPUtime=0 cores=5,7
/proc/22121/task/22132/stat : 22132 (Finalizer) S 22118 22121 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33496862 19521036288 2760914 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
[pid=22121/tid=22139] ppid=22118 vsize=19063512 memory=11043656 CPUtime=0 cores=5,7
/proc/22121/task/22139/stat : 22139 (Common-Cleaner) S 22118 22121 21002 0 -1 4194368 2045 0 0 0 0 0 0 0 20 0 20 0 33496863 19521036288 2760914 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
[pid=22121/tid=22144] ppid=22118 vsize=19063512 memory=4642532384855191197 CPUtime=0 cores=5,7
/proc/22121/task/22144/stat : 22144 (Timer-0) S 22118 22121 21002 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 33505927 19521036288 2760914 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
Current children cumulated CPU time: 3361.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11043656 KiB

[startup+3402.3 s]
/proc/loadavg: 4.27 4.28 4.27 5/329 22386
/proc/meminfo: memFree=100131832/131382112 swapFree=33010684/33010684
[pid=22121] ppid=22118 vsize=19063512 memory=11043656 CPUtime=3421.65 cores=5,7
/proc/22121/stat : 22121 (java) S 22118 22121 21002 0 -1 4194304 359618 0 0 0 341504 661 0 0 20 0 20 0 33496856 19521036288 2760914 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
/proc/22121/statm: 4765878 2760914 5526 1 0 2822736 0
[pid=22121/tid=22123] ppid=22118 vsize=19063512 memory=17280 CPUtime=3344.13 cores=5,7
/proc/22121/task/22123/stat : 22123 (java) R 22118 22121 21002 0 -1 4194368 248928 0 0 0 334005 408 0 0 20 0 20 0 33496857 19521036288 2760914 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
[pid=22121/tid=22132] ppid=22118 vsize=19063512 memory=11043656 CPUtime=0 cores=5,7
/proc/22121/task/22132/stat : 22132 (Finalizer) S 22118 22121 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33496862 19521036288 2760914 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
[pid=22121/tid=22139] ppid=22118 vsize=19063512 memory=17280 CPUtime=0 cores=5,7
/proc/22121/task/22139/stat : 22139 (Common-Cleaner) S 22118 22121 21002 0 -1 4194368 2105 0 0 0 0 0 0 0 20 0 20 0 33496863 19521036288 2760914 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
[pid=22121/tid=22144] ppid=22118 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/22121/task/22144/stat : 22144 (Timer-0) S 22118 22121 21002 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 33505927 19521036288 2760914 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
Current children cumulated CPU time: 3421.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11043656 KiB

[startup+3462.3 s]
/proc/loadavg: 4.22 4.26 4.26 1/329 22392
/proc/meminfo: memFree=100105696/131382112 swapFree=33010684/33010684
[pid=22121] ppid=22118 vsize=19063512 memory=11043656 CPUtime=3445.52 cores=5,7
/proc/22121/stat : 22121 (java) S 22118 22121 21002 0 -1 4194304 363169 0 0 0 343887 665 0 0 20 0 20 0 33496856 19521036288 2760914 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
/proc/22121/statm: 4765878 2760914 5526 1 0 2822736 0
[pid=22121/tid=22123] ppid=22118 vsize=19063512 memory=17280 CPUtime=3367.83 cores=5,7
/proc/22121/task/22123/stat : 22123 (java) D 22118 22121 21002 0 -1 4194368 252397 0 0 0 336373 410 0 0 20 0 20 0 33496857 19521036288 2760914 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
[pid=22121/tid=22132] ppid=22118 vsize=19063512 memory=17280 CPUtime=0 cores=5,7
/proc/22121/task/22132/stat : 22132 (Finalizer) S 22118 22121 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33496862 19521036288 2760914 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
[pid=22121/tid=22139] ppid=22118 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/22121/task/22139/stat : 22139 (Common-Cleaner) S 22118 22121 21002 0 -1 4194368 2137 0 0 0 0 0 0 0 20 0 20 0 33496863 19521036288 2760914 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
[pid=22121/tid=22144] ppid=22118 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/22121/task/22144/stat : 22144 (Timer-0) S 22118 22121 21002 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 33505927 19521036288 2760914 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
Current children cumulated CPU time: 3445.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11043656 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.23 4.25 1/329 22394
/proc/meminfo: memFree=100104728/131382112 swapFree=33010684/33010684
[pid=22121] ppid=22118 vsize=19063512 memory=11043656 CPUtime=3445.56 cores=5,7
/proc/22121/stat : 22121 (java) S 22118 22121 21002 0 -1 4194304 363176 0 0 0 343888 668 0 0 20 0 20 0 33496856 19521036288 2760914 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
/proc/22121/statm: 4765878 2760914 5526 1 0 2822736 0
[pid=22121/tid=22123] ppid=22118 vsize=19063512 memory=11043656 CPUtime=3367.83 cores=5,7
/proc/22121/task/22123/stat : 22123 (java) D 22118 22121 21002 0 -1 4194368 252397 0 0 0 336373 410 0 0 20 0 20 0 33496857 19521036288 2760914 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
[pid=22121/tid=22132] ppid=22118 vsize=19063512 memory=11043656 CPUtime=0 cores=5,7
/proc/22121/task/22132/stat : 22132 (Finalizer) S 22118 22121 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33496862 19521036288 2760914 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
[pid=22121/tid=22139] ppid=22118 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/22121/task/22139/stat : 22139 (Common-Cleaner) S 22118 22121 21002 0 -1 4194368 2137 0 0 0 0 0 0 0 20 0 20 0 33496863 19521036288 2760914 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
[pid=22121/tid=22144] ppid=22118 vsize=19063512 memory=11043656 CPUtime=0 cores=5,7
/proc/22121/task/22144/stat : 22144 (Timer-0) S 22118 22121 21002 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 33505927 19521036288 2760914 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
Current children cumulated CPU time: 3445.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11043656 KiB

[startup+3582.3 s]
/proc/loadavg: 4.14 4.21 4.25 5/330 22398
/proc/meminfo: memFree=100111964/131382112 swapFree=33010684/33010684
[pid=22121] ppid=22118 vsize=19063512 memory=11043656 CPUtime=3455.36 cores=5,7
/proc/22121/stat : 22121 (java) S 22118 22121 21002 0 -1 4194304 365102 0 0 0 344864 672 0 0 20 0 20 0 33496856 19521036288 2760914 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
/proc/22121/statm: 4765878 2760914 5526 1 0 2822736 0
[pid=22121/tid=22123] ppid=22118 vsize=19063512 memory=11043656 CPUtime=3377.42 cores=5,7
/proc/22121/task/22123/stat : 22123 (java) R 22118 22121 21002 0 -1 4194368 252917 0 0 0 337332 410 0 0 20 0 20 0 33496857 19521036288 2760914 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
[pid=22121/tid=22132] ppid=22118 vsize=19063512 memory=11043656 CPUtime=0 cores=5,7
/proc/22121/task/22132/stat : 22132 (Finalizer) S 22118 22121 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33496862 19521036288 2760914 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
[pid=22121/tid=22139] ppid=22118 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/22121/task/22139/stat : 22139 (Common-Cleaner) S 22118 22121 21002 0 -1 4194368 2137 0 0 0 0 0 0 0 20 0 20 0 33496863 19521036288 2760914 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
[pid=22121/tid=22144] ppid=22118 vsize=19063512 memory=11043656 CPUtime=0 cores=5,7
/proc/22121/task/22144/stat : 22144 (Timer-0) S 22118 22121 21002 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 33505927 19521036288 2760914 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
Current children cumulated CPU time: 3455.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11043656 KiB

[startup+3642.3 s]
/proc/loadavg: 4.27 4.23 4.25 4/312 22403
/proc/meminfo: memFree=100086316/131382112 swapFree=33010684/33010684
[pid=22121] ppid=22118 vsize=19063512 memory=11043656 CPUtime=3511.91 cores=5,7
/proc/22121/stat : 22121 (java) S 22118 22121 21002 0 -1 4194304 368303 0 0 0 350514 677 0 0 20 0 20 0 33496856 19521036288 2760914 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
/proc/22121/statm: 4765878 2760914 5526 1 0 2822736 0
[pid=22121/tid=22123] ppid=22118 vsize=19063512 memory=11043656 CPUtime=3433.4 cores=5,7
/proc/22121/task/22123/stat : 22123 (java) R 22118 22121 21002 0 -1 4194368 256023 0 0 0 342928 412 0 0 20 0 20 0 33496857 19521036288 2760914 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
[pid=22121/tid=22132] ppid=22118 vsize=19063512 memory=-6000919472773884525 CPUtime=0 cores=5,7
/proc/22121/task/22132/stat : 22132 (Finalizer) S 22118 22121 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33496862 19521036288 2760914 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
[pid=22121/tid=22139] ppid=22118 vsize=19063512 memory=11043656 CPUtime=0 cores=5,7
/proc/22121/task/22139/stat : 22139 (Common-Cleaner) S 22118 22121 21002 0 -1 4194368 2138 0 0 0 0 0 0 0 20 0 20 0 33496863 19521036288 2760914 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
[pid=22121/tid=22144] ppid=22118 vsize=19063512 memory=11043656 CPUtime=0 cores=5,7
/proc/22121/task/22144/stat : 22144 (Timer-0) S 22118 22121 21002 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 33505927 19521036288 2760914 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
Current children cumulated CPU time: 3511.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11043656 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+3700 s]*
/proc/loadavg: 3.07 3.91 4.14 3/280 22469
/proc/meminfo: memFree=112903516/131382112 swapFree=33010684/33010684
[pid=22121] ppid=22118 vsize=19063512 memory=11043656 CPUtime=3569.12 cores=5,7
/proc/22121/stat : 22121 (java) S 22118 22121 21002 0 -1 4194304 374545 0 0 0 356227 685 0 0 20 0 20 0 33496856 19521036288 2760914 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
/proc/22121/statm: 4765878 2760914 5526 1 0 2822736 0
[pid=22121/tid=22123] ppid=22118 vsize=19063512 memory=-6000919477035231853 CPUtime=3489.16 cores=5,7
/proc/22121/task/22123/stat : 22123 (java) R 22118 22121 21002 0 -1 4194368 259651 0 0 0 348499 417 0 0 20 0 20 0 33496857 19521036288 2760914 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
[pid=22121/tid=22132] ppid=22118 vsize=19063512 memory=-5155633680935826750 CPUtime=0 cores=5,7
/proc/22121/task/22132/stat : 22132 (Finalizer) S 22118 22121 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33496862 19521036288 2760914 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
[pid=22121/tid=22139] ppid=22118 vsize=19063512 memory=6896 CPUtime=0 cores=5,7
/proc/22121/task/22139/stat : 22139 (Common-Cleaner) S 22118 22121 21002 0 -1 4194368 2197 0 0 0 0 0 0 0 20 0 20 0 33496863 19521036288 2760914 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
[pid=22121/tid=22144] ppid=22118 vsize=19063512 memory=11043656 CPUtime=0 cores=5,7
/proc/22121/task/22144/stat : 22144 (Timer-0) S 22118 22121 21002 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 33505927 19521036288 2760914 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
Current children cumulated CPU time: 3569.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11043656 KiB

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

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

# cumulated CPU time of all completed processes:  user=3562.45 s, system=6.88671 s

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

[startup+3700.12 s]
/proc/loadavg: 3.07 3.91 4.14 3/280 22469
/proc/meminfo: memFree=112903516/131382112 swapFree=33010684/33010684
[pid=22121] ppid=22118 vsize=19263204 memory=11044680 CPUtime=3569.29 cores=5,7
/proc/22121/stat : 22121 (java) S 22118 22121 21002 0 -1 4194304 377330 0 0 0 356244 685 0 0 20 0 16 0 33496856 19725520896 2761170 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
/proc/22121/statm: 4815801 2761170 5526 1 0 2823734 0
[pid=22121/tid=22123] ppid=22118 vsize=19263204 memory=-6000919472773884525 CPUtime=3489.18 cores=5,7
/proc/22121/task/22123/stat : 22123 (java) S 22118 22121 21002 0 -1 4194368 260115 0 0 0 348501 417 0 0 20 0 16 0 33496857 19725520896 2761170 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
[pid=22121/tid=22132] ppid=22118 vsize=19263204 memory=14720 CPUtime=0 cores=5,7
/proc/22121/task/22132/stat : 22132 (Finalizer) S 22118 22121 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 16 0 33496862 19725520896 2761170 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
[pid=22121/tid=22139] ppid=22118 vsize=19263204 memory=11043656 CPUtime=0 cores=5,7
/proc/22121/task/22139/stat : 22139 (Common-Cleaner) S 22118 22121 21002 0 -1 4194368 2197 0 0 0 0 0 0 0 20 0 16 0 33496863 19725520896 2761170 18446744073709551615 94468516995072 94468516998768 140720802924992 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94468517006584 94468517007376 94468531318784 140720802933037 140720802933222 140720802933222 140720802938824 0
Current children cumulated CPU time: 3569.29 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 11044680 KiB

Child status: 143

Real time (s): 3700.15
CPU time (s): 3569.33
CPU user time (s): 3562.45
CPU system time (s): 6.88671
CPU usage (%): 96.4646
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 11044680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3562.45
system time used= 6.88671
maximum resident set size= 11044808
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 377357
page faults= 0
swaps= 0
block input operations= 0
block output operations= 893856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 125271
involuntary context switches= 14449


# summary of solver processes directly reported to runsolver:
#   pid: 22121
#   total CPU time (s): 3569.33
#   total CPU user time (s): 3562.45
#   total CPU system time (s): 6.88671

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.7715 second user time and 38.2504 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-06-29 08:22:55
IDJOB=4503679
IDBENCH=155532
IDSOLVER=3362
FILE ID=nodeC005/4503679-1751178174
RUNJOBID= nodeC005-1751171026-21015
SLURM_JOB_ID= 9587533
Free space on /tmp= 432916 MiB

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

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

MD5SUM BENCH= 2c07ac2a163c6358b3083ff023512428
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		: 3556.810
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		: 2294.712
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.482
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.193
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		: 3491.967
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		: 1895.631
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.354
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		: 1197.346
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:        108253464 kB
MemAvailable:   108380204 kB
Buffers:            3280 kB
Cached:           937636 kB
SwapCached:            0 kB
Active:         21884136 kB
Inactive:         692444 kB
Active(anon):   21653684 kB
Inactive(anon):        0 kB
Active(file):     230452 kB
Inactive(file):   692444 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             55056 kB
Writeback:             0 kB
AnonPages:      21638812 kB
Mapped:           122320 kB
Shmem:             17960 kB
KReclaimable:      86940 kB
Slab:             168856 kB
SReclaimable:      86940 kB
SUnreclaim:        81916 kB
KernelStack:        5040 kB
PageTables:        46036 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   24766332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  21362688 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= 432756 MiB
End job on nodeC005 at 2025-06-29 09:24:35