Trace number 4502745

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j CP VeriPB 2025-06-06SAT (TO)163 3600.19 3696.12

General information on the benchmark

NamePB24/normalized-PB11/OPT-LIN/heinz/
normalized-neos-1616732.opb
MD5SUM75f9ad7c30513194432fdca99f15ae89
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark159
Best CPU time to get the best result obtained on this benchmark1007.35
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables200
Total number of constraints1999
Number of constraints which are clauses1999
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.15	c Pseudo Boolean Optimization by upper bound
0.12/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.15	c  - never skip resolution steps
0.12/0.15	c  - Auto-division on coefficients is disabled
0.12/0.15	c  - No postprocessing
0.12/0.15	c  - Conflict is considered as is when resolving
0.12/0.15	c  - Use constraints as they come during conflict analysis
0.12/0.15	c  - Weaken first using unassigned literals
0.12/0.15	c  - Bump strategy: ALWAYS_ONE
0.12/0.15	c  - Bumper: EFFECTIVE
0.12/0.15	c --- Begin Solver configuration ---
0.12/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.12/0.15	c Learn all clauses as in MiniSAT
0.12/0.15	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.15	c No reason simplification
0.12/0.15	c Dynamic restart strategy considering the size of the coefficients
0.12/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.12/0.15	c timeout=2147483s
0.12/0.15	c DB Simplification allowed=false
0.12/0.15	c Listener: none
0.12/0.15	c --- End Solver configuration ---
0.12/0.15	c solving HOME/instance-4502745-1751442413.opb
0.12/0.15	c reading problem ... 
0.12/0.16	c using VERIPB proof format
0.12/0.16	c  objective function found
0.30/0.25	c ... done. Wall clock time 0.091s.
0.30/0.25	c declared #vars     200
0.30/0.25	c #constraints  1999
0.30/0.25	c constraints type 
0.30/0.25	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1999
0.30/0.25	c 1999 constraints processed.
0.30/0.26	c objective function length is 200 literals
0.30/0.27	c SATISFIABLE
0.30/0.27	c OPTIMIZING...
0.30/0.27	c Got one! Elapsed wall clock time (in seconds):0.112
0.30/0.27	o 172
0.30/0.28	c Got one! Elapsed wall clock time (in seconds):0.123
0.30/0.28	o 171
0.48/0.37	c Got one! Elapsed wall clock time (in seconds):0.221
0.48/0.37	o 170
0.48/0.39	c Got one! Elapsed wall clock time (in seconds):0.236
0.48/0.39	o 169
0.68/0.41	c Got one! Elapsed wall clock time (in seconds):0.25
0.68/0.41	o 168
0.68/0.47	c Got one! Elapsed wall clock time (in seconds):0.315
0.68/0.47	o 167
0.88/0.54	c Got one! Elapsed wall clock time (in seconds):0.384
0.88/0.54	o 166
1.85/1.05	c Got one! Elapsed wall clock time (in seconds):0.901
1.85/1.05	o 165
17.30/13.11	c cleaning 2893 clauses out of 5785 with flag 0/5785
26.92/22.22	c Got one! Elapsed wall clock time (in seconds):22.07
26.92/22.22	o 164
28.18/23.42	c Got one! Elapsed wall clock time (in seconds):23.262
28.18/23.42	o 163
38.21/33.01	c cleaning 4348 clauses out of 8702 with flag 0/11595
63.73/57.95	c cleaning 5173 clauses out of 10354 with flag 0/17595
101.18/100.85	c cleaning 6088 clauses out of 12181 with flag 0/24595
157.24/160.36	c cleaning 7048 clauses out of 14095 with flag 0/32597
220.02/222.35	c cleaning 8024 clauses out of 16047 with flag 0/41597
294.43/295.97	c cleaning 9010 clauses out of 18024 with flag 0/51598
384.30/384.91	c cleaning 10003 clauses out of 20012 with flag 0/62596
493.39/493.08	c cleaning 11003 clauses out of 22009 with flag 0/74596
625.27/643.06	c cleaning 11998 clauses out of 24007 with flag 0/87597
767.68/790.95	c cleaning 13003 clauses out of 26008 with flag 0/101596
963.56/992.59	c cleaning 13995 clauses out of 28004 with flag 0/116595
1185.04/1222.55	c cleaning 14997 clauses out of 30010 with flag 0/132596
1431.79/1484.27	c cleaning 16002 clauses out of 32013 with flag 0/149596
1692.26/1749.62	c cleaning 17001 clauses out of 34010 with flag 0/167595
1990.59/2051.97	c cleaning 18003 clauses out of 36012 with flag 0/186598
2317.49/2391.34	c cleaning 19002 clauses out of 38006 with flag 0/206595
2679.31/2754.83	c cleaning 19999 clauses out of 40004 with flag 0/227595
3070.19/3154.67	c cleaning 21001 clauses out of 42008 with flag 0/249598
3498.87/3591.66	c cleaning 21995 clauses out of 44004 with flag 0/272595
3600.03/3692.31	c starts		: 48
3600.03/3692.33	c conflicts		: 279422
3600.03/3692.33	c decisions		: 295293
3600.03/3692.33	c propagations		: 2468892
3600.03/3692.33	c inspects		: 3739884043
3600.03/3692.33	c shortcuts		: 0
3600.03/3692.33	c learnt literals	: 0
3600.03/3692.33	c learnt binary clauses	: 0
3600.03/3692.33	c learnt ternary clauses	: 0
3600.03/3692.33	c learnt constraints	: 279422
3600.03/3692.33	c ignored constraints	: 0
3600.03/3692.33	c root simplifications	: 0
3600.03/3692.33	c removed literals (reason simplification)	: 0
3600.03/3692.33	c reason swapping (by a shorter reason)	: 0
3600.03/3692.33	c Calls to reduceDB	: 20
3600.03/3692.33	c Number of update (reduction) of LBD	: 278614
3600.03/3692.33	c Imported unit clauses	: 0
3600.03/3692.33	c No decision after first conflict	: false
3600.03/3692.33	c number of reductions to clauses (during analyze)	: 0
3600.03/3692.33	c number of learned constraints concerned by reduction	: 0
3600.03/3692.33	c number of learning phase by resolution	: 0
3600.03/3692.33	c number of learning phase by cutting planes	: 0
3600.03/3692.33	c number of rounding to 1 operations	: 0
3600.03/3692.33	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3692.33	c number of reductions of the coefficients by power 2 	: 0
3600.03/3692.33	c number of right shift for reduction by power 2 	: 0
3600.03/3692.34	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3692.34	c number of ending skipping 	: 0
3600.03/3692.34	c number of internal skipping 	: 0
3600.03/3692.34	c number of derivation steps 	: 1894794
3600.03/3692.34	c number of skipped derivation steps 	: 0
3600.03/3692.34	c number of remaining unassigned 	: 620250
3600.03/3692.34	c number of remaining assigned 	: 87937618
3600.03/3692.34	c number of falsified literals weakened from reason	: 0
3600.03/3692.34	c number of falsified literals weakened from conflict	: 0
3600.03/3692.34	c time for arithmetic operations	: 5181481915
3600.03/3692.34	c minimum degree of deleted constraints	: 10
3600.03/3692.34	c maximum degree of deleted constraints	: 240551271535601881026215204609110262632343384962115902238316798702695261492164137871973814116115738118750059258524832975979700187352130460573709165189089028874302214532700602692170280467785990878738760524269188740883597721975338936281673631347282299200
3600.03/3692.34	c number of deleted constraints	: 250586
3600.03/3692.34	c speed (assignments/second)	: 668.7002109382364
3600.03/3692.34	c non guided choices	: 0
3600.03/3692.37	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 4722
3600.03/3692.37	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 24114
3600.03/3692.37	s SATISFIABLE
3600.03/3692.37	c Found 10 solution(s)
3600.03/3692.37	v x1 x2 x3 -x4 x5 x6 x7 x8 x9 x10 x11 -x12 x13 x14 x15 -x16 x17 x18 x19 x20 x21 x22 x23 -x24 -x25 x26 x27 x28 x29 x30 x31 -x32 x33 x34 x35 x36 x37 x38 x39 x40 x41 x42 x43 x44 -x45 x46 x47 x48 -x49 x50 x51 x52 x53 x54 x55 x56 x57 x58 -x59 x60 x61 x62 -x63 x64 x65 x66 x67 x68 x69 x70 -x71 x72 x73 x74 -x75 x76 x77 x78 x79 x80 x81 x82 -x83 x84 x85 x86 -x87 x88 x89 x90 x91 -x92 x93 x94 x95 x96 -x97 x98 x99 x100 -x101 x102 -x103 x104 x105 -x106 x107 -x108 x109 x110 x111 x112 x113 x114 x115 x116 x117 x118 x119 x120 x121 -x122 x123 x124 x125 x126 x127 x128 x129 x130 x131 x132 x133 x134 x135 x136 -x137 x138 x139 x140 -x141 -x142 -x143 x144 x145 -x146 -x147 x148 x149 x150 x151 x152 x153 x154 x155 x156 x157 x158 x159 x160 x161 x162 -x163 -x164 x165 -x166 x167 x168 x169 x170 x171 x172 x173 -x174 -x175 x176 x177 x178 -x179 x180 x181 x182 x183 x184 -x185 x186 x187 x188 x189 x190 x191 x192 -x193 x194 -x195 -x196 x197 x198 x199 x200 
3600.03/3692.37	c objective function=163
3600.03/3692.37	c Total wall clock time (in seconds): 3692.218

Verifier Data

OK	163

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: 63665 MiB (59696 MiB free)
  memory of node 1: 64507 MiB (57694 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100059 s]*
/proc/loadavg: 4.07 4.12 4.09 6/339 61470
/proc/meminfo: memFree=120179252/131249996 swapFree=33010416/33010684
[pid=61452] ppid=61449 vsize=18930384 memory=57616 CPUtime=0.12 cores=0,2
/proc/61452/stat : 61452 (java) S 61449 61452 60932 0 -1 4194304 6576 0 0 0 10 2 0 0 20 0 18 0 59920897 19384713216 14404 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
/proc/61452/statm: 4732596 14404 5331 1 0 547619 0
[pid=61452/tid=61454] ppid=61449 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=0,2
/proc/61452/task/61454/stat : 61454 (java) R 61449 61452 60932 0 -1 4194368 5086 0 0 0 7 1 0 0 20 0 18 0 59920899 19384713216 14404 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
[pid=61452/tid=61463] ppid=61449 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/61452/task/61463/stat : 61463 (Finalizer) S 61449 61452 60932 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 59920901 19384713216 14404 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
[pid=61452/tid=61470] ppid=61449 vsize=18930384 memory=59585004335790 CPUtime=0 cores=0,2
/proc/61452/task/61470/stat : 61470 (Common-Cleaner) S 61449 61452 60932 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 59920901 19384713216 14404 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57616 KiB

[startup+0.205954 s]*
/proc/loadavg: 4.07 4.12 4.09 8/339 61470
/proc/meminfo: memFree=120171060/131249996 swapFree=33010416/33010684
[pid=61452] ppid=61449 vsize=18930384 memory=64196 CPUtime=0.3 cores=0,2
/proc/61452/stat : 61452 (java) S 61449 61452 60932 0 -1 4194304 7103 0 0 0 28 2 0 0 20 0 18 0 59920897 19384713216 16049 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
/proc/61452/statm: 4732596 16049 5427 1 0 547957 0
[pid=61452/tid=61454] ppid=61449 vsize=18930384 memory=4026728732 CPUtime=0.16 cores=0,2
/proc/61452/task/61454/stat : 61454 (java) R 61449 61452 60932 0 -1 4194368 5389 0 0 0 15 1 0 0 20 0 18 0 59920899 19384713216 16049 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
[pid=61452/tid=61463] ppid=61449 vsize=18930384 memory=16912 CPUtime=0 cores=0,2
/proc/61452/task/61463/stat : 61463 (Finalizer) S 61449 61452 60932 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 59920901 19384713216 16049 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
[pid=61452/tid=61470] ppid=61449 vsize=18930384 memory=58485492679654 CPUtime=0 cores=0,2
/proc/61452/task/61470/stat : 61470 (Common-Cleaner) S 61449 61452 60932 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 59920901 19384713216 16049 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 64196 KiB

[startup+0.30594 s]*
/proc/loadavg: 4.07 4.12 4.09 5/340 61471
/proc/meminfo: memFree=120161104/131249996 swapFree=33010416/33010684
[pid=61452] ppid=61449 vsize=18996948 memory=74292 CPUtime=0.48 cores=0,2
/proc/61452/stat : 61452 (java) S 61449 61452 60932 0 -1 4194304 7507 0 0 0 46 2 0 0 20 0 19 0 59920897 19452874752 18573 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
/proc/61452/statm: 4749237 18573 5491 1 0 548464 0
[pid=61452/tid=61454] ppid=61449 vsize=18996948 memory=-6000919468428389225 CPUtime=0.23 cores=0,2
/proc/61452/task/61454/stat : 61454 (java) R 61449 61452 60932 0 -1 4194368 5548 0 0 0 22 1 0 0 20 0 19 0 59920899 19452874752 18573 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
[pid=61452/tid=61463] ppid=61449 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/61452/task/61463/stat : 61463 (Finalizer) S 61449 61452 60932 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 59920901 19452874752 18573 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
[pid=61452/tid=61470] ppid=61449 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/61452/task/61470/stat : 61470 (Common-Cleaner) S 61449 61452 60932 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 59920901 19452874752 18573 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
[pid=61452/tid=61471] ppid=61449 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/61452/task/61471/stat : 61471 (Timer-0) S 61449 61452 60932 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 59920924 19452874752 18573 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 74292 KiB

[startup+0.700242 s]
/proc/loadavg: 4.07 4.12 4.09 6/340 61471
/proc/meminfo: memFree=120126888/131249996 swapFree=33010416/33010684
[pid=61452] ppid=61449 vsize=19063512 memory=168792 CPUtime=1.25 cores=0,2
/proc/61452/stat : 61452 (java) S 61449 61452 60932 0 -1 4194304 11910 0 0 0 119 6 0 0 20 0 20 0 59920897 19521036288 42198 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
/proc/61452/statm: 4765878 42198 5523 1 0 551670 0
[pid=61452/tid=61454] ppid=61449 vsize=19063512 memory=17920 CPUtime=0.54 cores=0,2
/proc/61452/task/61454/stat : 61454 (java) R 61449 61452 60932 0 -1 4194368 5596 0 0 0 51 3 0 0 20 0 20 0 59920899 19521036288 42198 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
[pid=61452/tid=61463] ppid=61449 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/61452/task/61463/stat : 61463 (Finalizer) S 61449 61452 60932 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 59920901 19521036288 42198 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
[pid=61452/tid=61470] ppid=61449 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/61452/task/61470/stat : 61470 (Common-Cleaner) S 61449 61452 60932 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 59920901 19521036288 42198 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
[pid=61452/tid=61471] ppid=61449 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/61452/task/61471/stat : 61471 (Timer-0) S 61449 61452 60932 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 59920924 19521036288 42198 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 168792 KiB

[startup+1.50024 s]
/proc/loadavg: 4.22 4.15 4.10 6/341 61472
/proc/meminfo: memFree=120061796/131249996 swapFree=33010416/33010684
[pid=61452] ppid=61449 vsize=19063512 memory=205172 CPUtime=2.83 cores=0,2
/proc/61452/stat : 61452 (java) S 61449 61452 60932 0 -1 4194304 32539 0 0 0 274 9 0 0 20 0 20 0 59920897 19521036288 51293 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
/proc/61452/statm: 4765878 51293 5523 1 0 559578 0
[pid=61452/tid=61454] ppid=61449 vsize=19063512 memory=11008 CPUtime=1.32 cores=0,2
/proc/61452/task/61454/stat : 61454 (java) R 61449 61452 60932 0 -1 4194368 5761 0 0 0 128 4 0 0 20 0 20 0 59920899 19521036288 51293 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
[pid=61452/tid=61463] ppid=61449 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/61452/task/61463/stat : 61463 (Finalizer) S 61449 61452 60932 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 59920901 19521036288 51293 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
[pid=61452/tid=61470] ppid=61449 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/61452/task/61470/stat : 61470 (Common-Cleaner) S 61449 61452 60932 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 59920901 19521036288 51293 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
[pid=61452/tid=61471] ppid=61449 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/61452/task/61471/stat : 61471 (Timer-0) S 61449 61452 60932 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 59920924 19521036288 51293 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 205172 KiB

[startup+3.10577 s]
/proc/loadavg: 4.22 4.15 4.10 6/341 61472
/proc/meminfo: memFree=119647224/131249996 swapFree=33010416/33010684
[pid=61452] ppid=61449 vsize=19063512 memory=588496 CPUtime=5.99 cores=0,2
/proc/61452/stat : 61452 (java) S 61449 61452 60932 0 -1 4194304 37062 0 0 0 580 19 0 0 20 0 20 0 59920897 19521036288 147124 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
/proc/61452/statm: 4765878 147124 5523 1 0 707883 0
[pid=61452/tid=61454] ppid=61449 vsize=19063512 memory=11008 CPUtime=2.83 cores=0,2
/proc/61452/task/61454/stat : 61454 (java) R 61449 61452 60932 0 -1 4194368 6891 0 0 0 272 11 0 0 20 0 20 0 59920899 19521036288 147124 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
[pid=61452/tid=61463] ppid=61449 vsize=19063512 memory=-6000919468428389225 CPUtime=0 cores=0,2
/proc/61452/task/61463/stat : 61463 (Finalizer) S 61449 61452 60932 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 59920901 19521036288 147124 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
[pid=61452/tid=61470] ppid=61449 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/61452/task/61470/stat : 61470 (Common-Cleaner) S 61449 61452 60932 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 59920901 19521036288 147124 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
[pid=61452/tid=61471] ppid=61449 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/61452/task/61471/stat : 61471 (Timer-0) S 61449 61452 60932 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 59920924 19521036288 147124 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
Current children cumulated CPU time: 5.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 588496 KiB

[startup+6.30023 s]
/proc/loadavg: 4.21 4.15 4.10 5/340 61472
/proc/meminfo: memFree=119338304/131249996 swapFree=33010416/33010684
[pid=61452] ppid=61449 vsize=19063512 memory=898280 CPUtime=10.04 cores=0,2
/proc/61452/stat : 61452 (java) S 61449 61452 60932 0 -1 4194304 37852 0 0 0 978 26 0 0 20 0 20 0 59920897 19521036288 224570 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
/proc/61452/statm: 4765878 224570 5523 1 0 707893 0
[pid=61452/tid=61454] ppid=61449 vsize=19063512 memory=0 CPUtime=5.94 cores=0,2
/proc/61452/task/61454/stat : 61454 (java) R 61449 61452 60932 0 -1 4194368 7092 0 0 0 576 18 0 0 20 0 20 0 59920899 19521036288 224570 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
[pid=61452/tid=61463] ppid=61449 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/61452/task/61463/stat : 61463 (Finalizer) S 61449 61452 60932 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 59920901 19521036288 224570 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
[pid=61452/tid=61470] ppid=61449 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/61452/task/61470/stat : 61470 (Common-Cleaner) S 61449 61452 60932 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 59920901 19521036288 224570 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
[pid=61452/tid=61471] ppid=61449 vsize=19063512 memory=227816 CPUtime=0 cores=0,2
/proc/61452/task/61471/stat : 61471 (Timer-0) S 61449 61452 60932 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 59920924 19521036288 224570 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
Current children cumulated CPU time: 10.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 898280 KiB

[startup+12.7002 s]
/proc/loadavg: 4.27 4.16 4.10 6/340 61539
/proc/meminfo: memFree=121251760/131249996 swapFree=33010416/33010684
[pid=61452] ppid=61449 vsize=19063512 memory=1390044 CPUtime=16.69 cores=0,2
/proc/61452/stat : 61452 (java) S 61449 61452 60932 0 -1 4194304 38875 0 0 0 1633 36 0 0 20 0 20 0 59920897 19521036288 347511 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
/proc/61452/statm: 4765878 347511 5523 1 0 707897 0
[pid=61452/tid=61454] ppid=61449 vsize=19063512 memory=227816 CPUtime=12.26 cores=0,2
/proc/61452/task/61454/stat : 61454 (java) R 61449 61452 60932 0 -1 4194368 7871 0 0 0 1200 26 0 0 20 0 20 0 59920899 19521036288 347511 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
[pid=61452/tid=61463] ppid=61449 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/61452/task/61463/stat : 61463 (Finalizer) S 61449 61452 60932 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 59920901 19521036288 347511 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
[pid=61452/tid=61470] ppid=61449 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/61452/task/61470/stat : 61470 (Common-Cleaner) S 61449 61452 60932 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 59920901 19521036288 347511 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
[pid=61452/tid=61471] ppid=61449 vsize=19063512 memory=-6000919468428389225 CPUtime=0 cores=0,2
/proc/61452/task/61471/stat : 61471 (Timer-0) S 61449 61452 60932 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 59920924 19521036288 347511 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
Current children cumulated CPU time: 16.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1390044 KiB

[startup+25.5002 s]
/proc/loadavg: 4.23 4.15 4.10 6/340 61606
/proc/meminfo: memFree=121369444/131249996 swapFree=33010416/33010684
[pid=61452] ppid=61449 vsize=19063512 memory=1761660 CPUtime=30.3 cores=0,2
/proc/61452/stat : 61452 (java) S 61449 61452 60932 0 -1 4194304 51483 0 0 0 2984 46 0 0 20 0 20 0 59920897 19521036288 440415 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
/proc/61452/statm: 4765878 440415 5555 1 0 707981 0
[pid=61452/tid=61454] ppid=61449 vsize=19063512 memory=11008 CPUtime=24.86 cores=0,2
/proc/61452/task/61454/stat : 61454 (java) R 61449 61452 60932 0 -1 4194368 11076 0 0 0 2455 31 0 0 20 0 20 0 59920899 19521036288 440415 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
[pid=61452/tid=61463] ppid=61449 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/61452/task/61463/stat : 61463 (Finalizer) S 61449 61452 60932 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 59920901 19521036288 440415 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
[pid=61452/tid=61470] ppid=61449 vsize=19063512 memory=1742980 CPUtime=0 cores=0,2
/proc/61452/task/61470/stat : 61470 (Common-Cleaner) S 61449 61452 60932 0 -1 4194368 39 0 0 0 0 0 0 0 20 0 20 0 59920901 19521036288 440415 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
[pid=61452/tid=61471] ppid=61449 vsize=19063512 memory=17920 CPUtime=0 cores=0,2
/proc/61452/task/61471/stat : 61471 (Timer-0) S 61449 61452 60932 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 59920924 19521036288 440415 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
Current children cumulated CPU time: 30.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1761660 KiB

[startup+51.1059 s]
/proc/loadavg: 4.21 4.15 4.10 5/341 61675
/proc/meminfo: memFree=121797512/131249996 swapFree=33010416/33010684
[pid=61452] ppid=61449 vsize=19063512 memory=1803040 CPUtime=56.76 cores=0,2
/proc/61452/stat : 61452 (java) S 61449 61452 60932 0 -1 4194304 55786 0 0 0 5624 52 0 0 20 0 20 0 59920897 19521036288 450760 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
/proc/61452/statm: 4765878 450760 5555 1 0 707997 0
[pid=61452/tid=61454] ppid=61449 vsize=19063512 memory=1796860 CPUtime=50 cores=0,2

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

[pid=61452] ppid=61449 vsize=19063512 memory=2795360 CPUtime=3313.7 cores=0,2
/proc/61452/stat : 61452 (java) S 61449 61452 60932 0 -1 4194304 139874 0 0 0 331141 229 0 0 20 0 20 0 59920897 19521036288 698840 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
/proc/61452/statm: 4765878 698840 5555 1 0 708430 0
[pid=61452/tid=61454] ppid=61449 vsize=19063512 memory=2795360 CPUtime=3248.57 cores=0,2
/proc/61452/task/61454/stat : 61454 (java) R 61449 61452 60932 0 -1 4194368 61140 0 0 0 324747 110 0 0 20 0 20 0 59920899 19521036288 698840 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
[pid=61452/tid=61463] ppid=61449 vsize=19063512 memory=14464 CPUtime=0 cores=0,2
/proc/61452/task/61463/stat : 61463 (Finalizer) S 61449 61452 60932 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 59920901 19521036288 698840 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
[pid=61452/tid=61470] ppid=61449 vsize=19063512 memory=17920 CPUtime=0 cores=0,2
/proc/61452/task/61470/stat : 61470 (Common-Cleaner) S 61449 61452 60932 0 -1 4194368 1487 0 0 0 0 0 0 0 20 0 20 0 59920901 19521036288 698840 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
[pid=61452/tid=61471] ppid=61449 vsize=19063512 memory=2795360 CPUtime=0 cores=0,2
/proc/61452/task/61471/stat : 61471 (Timer-0) S 61449 61452 60932 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 59920924 19521036288 698840 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
Current children cumulated CPU time: 3313.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2795360 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.17 4.14 5/340 61923
/proc/meminfo: memFree=107118632/131249996 swapFree=33010416/33010684
[pid=61452] ppid=61449 vsize=19063512 memory=2795360 CPUtime=3373.94 cores=0,2
/proc/61452/stat : 61452 (java) S 61449 61452 60932 0 -1 4194304 141982 0 0 0 337163 231 0 0 20 0 20 0 59920897 19521036288 698840 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
/proc/61452/statm: 4765878 698840 5555 1 0 708430 0
[pid=61452/tid=61454] ppid=61449 vsize=19063512 memory=2795360 CPUtime=3308.01 cores=0,2
/proc/61452/task/61454/stat : 61454 (java) R 61449 61452 60932 0 -1 4194368 62772 0 0 0 330691 110 0 0 20 0 20 0 59920899 19521036288 698840 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
[pid=61452/tid=61463] ppid=61449 vsize=19063512 memory=17920 CPUtime=0 cores=0,2
/proc/61452/task/61463/stat : 61463 (Finalizer) S 61449 61452 60932 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 59920901 19521036288 698840 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
[pid=61452/tid=61470] ppid=61449 vsize=19063512 memory=2795360 CPUtime=0 cores=0,2
/proc/61452/task/61470/stat : 61470 (Common-Cleaner) S 61449 61452 60932 0 -1 4194368 1567 0 0 0 0 0 0 0 20 0 20 0 59920901 19521036288 698840 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
[pid=61452/tid=61471] ppid=61449 vsize=19063512 memory=2795360 CPUtime=0 cores=0,2
/proc/61452/task/61471/stat : 61471 (Timer-0) S 61449 61452 60932 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 59920924 19521036288 698840 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
Current children cumulated CPU time: 3373.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2795360 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.15 4.14 5/340 61927
/proc/meminfo: memFree=107119844/131249996 swapFree=33010416/33010684
[pid=61452] ppid=61449 vsize=19063512 memory=2795360 CPUtime=3434.14 cores=0,2
/proc/61452/stat : 61452 (java) S 61449 61452 60932 0 -1 4194304 143503 0 0 0 343180 234 0 0 20 0 20 0 59920897 19521036288 698840 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
/proc/61452/statm: 4765878 698840 5555 1 0 708430 0
[pid=61452/tid=61454] ppid=61449 vsize=19063512 memory=2795360 CPUtime=3367.45 cores=0,2
/proc/61452/task/61454/stat : 61454 (java) R 61449 61452 60932 0 -1 4194368 63856 0 0 0 336634 111 0 0 20 0 20 0 59920899 19521036288 698840 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
[pid=61452/tid=61463] ppid=61449 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/61452/task/61463/stat : 61463 (Finalizer) S 61449 61452 60932 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 59920901 19521036288 698840 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
[pid=61452/tid=61470] ppid=61449 vsize=19063512 memory=2795360 CPUtime=0 cores=0,2
/proc/61452/task/61470/stat : 61470 (Common-Cleaner) S 61449 61452 60932 0 -1 4194368 1643 0 0 0 0 0 0 0 20 0 20 0 59920901 19521036288 698840 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
[pid=61452/tid=61471] ppid=61449 vsize=19063512 memory=-6000919468428389225 CPUtime=0 cores=0,2
/proc/61452/task/61471/stat : 61471 (Timer-0) S 61449 61452 60932 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 59920924 19521036288 698840 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
Current children cumulated CPU time: 3434.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2795360 KiB

[startup+3582.3 s]
/proc/loadavg: 4.18 4.16 4.14 5/340 61929
/proc/meminfo: memFree=106549552/131249996 swapFree=33010416/33010684
[pid=61452] ppid=61449 vsize=19063512 memory=2795360 CPUtime=3489.56 cores=0,2
/proc/61452/stat : 61452 (java) S 61449 61452 60932 0 -1 4194304 143589 0 0 0 348720 236 0 0 20 0 20 0 59920897 19521036288 698840 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
/proc/61452/statm: 4765878 698840 5555 1 0 708430 0
[pid=61452/tid=61454] ppid=61449 vsize=19063512 memory=4352 CPUtime=3422.17 cores=0,2
/proc/61452/task/61454/stat : 61454 (java) R 61449 61452 60932 0 -1 4194368 63887 0 0 0 342105 112 0 0 20 0 20 0 59920899 19521036288 698840 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
[pid=61452/tid=61463] ppid=61449 vsize=19063512 memory=2372 CPUtime=0 cores=0,2
/proc/61452/task/61463/stat : 61463 (Finalizer) S 61449 61452 60932 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 59920901 19521036288 698840 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
[pid=61452/tid=61470] ppid=61449 vsize=19063512 memory=2795360 CPUtime=0 cores=0,2
/proc/61452/task/61470/stat : 61470 (Common-Cleaner) S 61449 61452 60932 0 -1 4194368 1643 0 0 0 0 0 0 0 20 0 20 0 59920901 19521036288 698840 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
[pid=61452/tid=61471] ppid=61449 vsize=19063512 memory=14464 CPUtime=0 cores=0,2
/proc/61452/task/61471/stat : 61471 (Timer-0) S 61449 61452 60932 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 59920924 19521036288 698840 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
Current children cumulated CPU time: 3489.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2795360 KiB

[startup+3642.3 s]
/proc/loadavg: 4.13 4.15 4.14 5/340 61998
/proc/meminfo: memFree=110066804/131249996 swapFree=33010416/33010684
[pid=61452] ppid=61449 vsize=19063512 memory=2795360 CPUtime=3549.69 cores=0,2
/proc/61452/stat : 61452 (java) S 61449 61452 60932 0 -1 4194304 145047 0 0 0 354731 238 0 0 20 0 20 0 59920897 19521036288 698840 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
/proc/61452/statm: 4765878 698840 5555 1 0 708430 0
[pid=61452/tid=61454] ppid=61449 vsize=19063512 memory=17920 CPUtime=3481.73 cores=0,2
/proc/61452/task/61454/stat : 61454 (java) R 61449 61452 60932 0 -1 4194368 65265 0 0 0 348060 113 0 0 20 0 20 0 59920899 19521036288 698840 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
[pid=61452/tid=61463] ppid=61449 vsize=19063512 memory=2795360 CPUtime=0 cores=0,2
/proc/61452/task/61463/stat : 61463 (Finalizer) S 61449 61452 60932 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 59920901 19521036288 698840 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
[pid=61452/tid=61470] ppid=61449 vsize=19063512 memory=2795360 CPUtime=0 cores=0,2
/proc/61452/task/61470/stat : 61470 (Common-Cleaner) S 61449 61452 60932 0 -1 4194368 1643 0 0 0 0 0 0 0 20 0 20 0 59920901 19521036288 698840 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
[pid=61452/tid=61471] ppid=61449 vsize=19063512 memory=2795360 CPUtime=0 cores=0,2
/proc/61452/task/61471/stat : 61471 (Timer-0) S 61449 61452 60932 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 59920924 19521036288 698840 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
Current children cumulated CPU time: 3549.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2795360 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3692.3 s]
/proc/loadavg: 4.18 4.17 4.15 5/323 62086
/proc/meminfo: memFree=120922544/131249996 swapFree=33010416/33010684
[pid=61452] ppid=61449 vsize=19063512 memory=2795360 CPUtime=3600.03 cores=0,2
/proc/61452/stat : 61452 (java) S 61449 61452 60932 0 -1 4194304 147166 0 0 0 359763 240 0 0 20 0 20 0 59920897 19521036288 698840 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
/proc/61452/statm: 4765878 698840 5555 1 0 708430 0
[pid=61452/tid=61454] ppid=61449 vsize=19063512 memory=17920 CPUtime=3531.15 cores=0,2
/proc/61452/task/61454/stat : 61454 (java) R 61449 61452 60932 0 -1 4194368 66541 0 0 0 353001 114 0 0 20 0 20 0 59920899 19521036288 698840 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
[pid=61452/tid=61463] ppid=61449 vsize=19063512 memory=2795360 CPUtime=0 cores=0,2
/proc/61452/task/61463/stat : 61463 (Finalizer) S 61449 61452 60932 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 59920901 19521036288 698840 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
[pid=61452/tid=61470] ppid=61449 vsize=19063512 memory=2795360 CPUtime=0 cores=0,2
/proc/61452/task/61470/stat : 61470 (Common-Cleaner) S 61449 61452 60932 0 -1 4194368 1685 0 0 0 0 0 0 0 20 0 20 0 59920901 19521036288 698840 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
[pid=61452/tid=61471] ppid=61449 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/61452/task/61471/stat : 61471 (Timer-0) S 61449 61452 60932 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 59920924 19521036288 698840 18446744073709551615 94652058054656 94652058058352 140722045630816 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94652058066168 94652058066960 94652082573312 140722045638957 140722045639142 140722045639142 140722045644744 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2795360 KiB

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

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

# cumulated CPU time of all completed processes:  user=3597.77 s, system=2.42248 s

Solver just ended.
Dumping a history of the last processes samples

[startup+3692.8 s]
/proc/loadavg: 4.18 4.17 4.15 5/305 62089
/proc/meminfo: memFree=123678436/131249996 swapFree=33010416/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3693.6 s]
/proc/loadavg: 4.18 4.17 4.15 4/305 62089
/proc/meminfo: memFree=123686928/131249996 swapFree=33010416/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3694 s]*
/proc/loadavg: 4.18 4.17 4.15 4/305 62089
/proc/meminfo: memFree=123686928/131249996 swapFree=33010416/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3694.2 s]
/proc/loadavg: 4.18 4.17 4.15 4/305 62089
/proc/meminfo: memFree=123686928/131249996 swapFree=33010416/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3694.3 s]
/proc/loadavg: 4.18 4.17 4.15 4/305 62089
/proc/meminfo: memFree=123686928/131249996 swapFree=33010416/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): 3696.12
CPU time (s): 3600.19
CPU user time (s): 3597.77
CPU system time (s): 2.42248
CPU usage (%): 97.4047
Max. virtual memory (cumulated for all children) (KiB): 19068540
Max. memory (cumulated for all children) (KiB): 2795360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.77
system time used= 2.42248
maximum resident set size= 2796132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 148898
page faults= 0
swaps= 0
block input operations= 0
block output operations= 274864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 149374
involuntary context switches= 15403


# summary of solver processes directly reported to runsolver:
#   pid: 61452
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3597.77
#   total CPU system time (s): 2.42248

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.81868 second user time and 18.2746 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-07-02 09:46:53
IDJOB=4502745
IDBENCH=155375
IDSOLVER=3362
FILE ID=nodeC030/4502745-1751442413
RUNJOBID= nodeC030-1751438803-60942
SLURM_JOB_ID= 9598396
Free space on /tmp= 432488 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB11/OPT-LIN/heinz/normalized-neos-1616732.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4502745-1751442413/watcher-4502745-1751442413 -o /tmp/evaluation-result-4502745-1751442413/solver-4502745-1751442413 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751438803-60942 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4502745-1751442413 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4502745-1751442413.opb

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

MD5SUM BENCH= 75f9ad7c30513194432fdca99f15ae89
RANDOM SEED=368292656

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        120208564 kB
MemAvailable:   122050044 kB
Buffers:            2564 kB
Cached:          2634168 kB
SwapCached:           16 kB
Active:          8255164 kB
Inactive:        2190624 kB
Active(anon):    7822648 kB
Inactive(anon):     4548 kB
Active(file):     432516 kB
Inactive(file):  2186076 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4340 kB
Writeback:             0 kB
AnonPages:       7812524 kB
Mapped:           123488 kB
Shmem:             18048 kB
KReclaimable:     123856 kB
Slab:             212900 kB
SReclaimable:     123856 kB
SUnreclaim:        89044 kB
KernelStack:        5200 kB
PageTables:        18920 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    8815224 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151512 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7579648 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:      189140 kB
DirectMap2M:     9019392 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431924 MiB
End job on nodeC030 at 2025-07-02 10:48:29