Trace number 4492335

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-06SAT 541.557 530.379

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB05/
aloul/FPGA_SAT05/normalized-fpga12_11_sat_pb.cnf.cr.opb
MD5SUM935abea6728aea4944e0eec62750d6fb
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.002899
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables198
Total number of constraints166
Number of constraints which are clauses143
Number of constraints which are cardinality constraints (but not clauses)23
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint12
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 13
Number of bits of the biggest sum of numbers4
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.22	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.22	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.22	c See www.sat4j.org for details.
0.22/0.24	c version PB25.v20250606
0.22/0.27	c java.runtime.name	OpenJDK Runtime Environment
0.22/0.27	c java.vm.name		OpenJDK 64-Bit Server VM
0.22/0.27	c java.vm.version	22.0.1+8-16
0.22/0.27	c java.vm.vendor	Oracle Corporation
0.22/0.27	c sun.arch.data.model	64
0.22/0.27	c java.version		22.0.1
0.22/0.27	c os.name		Linux
0.22/0.27	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.22/0.27	c os.arch		amd64
0.22/0.28	c Free memory 		2104792832
0.22/0.28	c Max memory 		16282288128
0.22/0.28	c Total memory 		2113929216
0.22/0.29	c Number of processors 	2
0.38/0.43	c Pseudo Boolean Optimization by upper bound
0.38/0.43	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.38/0.43	c  - never skip resolution steps
0.38/0.43	c  - Auto-division on coefficients is disabled
0.38/0.43	c  - No postprocessing
0.38/0.43	c  - Conflict is considered as is when resolving
0.38/0.43	c  - Use constraints as they come during conflict analysis
0.38/0.43	c  - Weaken first using unassigned literals
0.38/0.43	c  - Bump strategy: ALWAYS_ONE
0.38/0.43	c  - Bumper: EFFECTIVE
0.38/0.43	c --- Begin Solver configuration ---
0.38/0.43	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.38/0.43	c Learn all clauses as in MiniSAT
0.38/0.43	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.43	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.38/0.43	c No reason simplification
0.38/0.43	c Dynamic restart strategy considering the size of the coefficients
0.38/0.43	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.38/0.43	c timeout=2147483s
0.38/0.43	c DB Simplification allowed=false
0.38/0.43	c Listener: none
0.38/0.43	c --- End Solver configuration ---
0.38/0.43	c solving HOME/instance-4492335-1751145949.opb
0.38/0.43	c reading problem ... 
0.38/0.44	c using VERIPB proof format
0.38/0.44	c  no objective function found
0.59/0.49	c ... done. Wall clock time 0.057s.
0.59/0.49	c declared #vars     198
0.59/0.49	c #constraints  166
0.59/0.49	c constraints type 
0.59/0.49	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 23
0.59/0.49	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 143
0.59/0.49	c 166 constraints processed.
6.36/3.49	c cleaning 2493 clauses out of 5002 with flag 0/5002
9.45/6.00	c cleaning 4254 clauses out of 8507 with flag 0/11000
14.53/10.47	c cleaning 5620 clauses out of 11253 with flag 0/18000
19.70/15.03	c cleaning 6816 clauses out of 13634 with flag 0/26001
25.59/20.91	c cleaning 7905 clauses out of 15818 with flag 0/35001
31.10/26.18	c cleaning 8945 clauses out of 17912 with flag 0/45000
37.32/32.39	c cleaning 9983 clauses out of 19967 with flag 0/56000
46.24/41.28	c cleaning 10985 clauses out of 21985 with flag 0/68001
56.08/51.06	c cleaning 11999 clauses out of 23999 with flag 0/81000
66.10/61.00	c cleaning 13001 clauses out of 26002 with flag 0/95002
77.51/72.22	c cleaning 14000 clauses out of 27999 with flag 0/110000
94.93/89.26	c cleaning 14995 clauses out of 29999 with flag 0/126000
113.99/108.19	c cleaning 15999 clauses out of 32005 with flag 0/143001
136.27/130.24	c cleaning 17003 clauses out of 34005 with flag 0/161000
166.00/159.66	c cleaning 17996 clauses out of 36002 with flag 0/180000
195.27/188.32	c cleaning 19001 clauses out of 38007 with flag 0/200001
227.67/220.20	c cleaning 19997 clauses out of 40007 with flag 0/221002
268.06/260.17	c cleaning 21000 clauses out of 42008 with flag 0/243000
299.39/291.35	c cleaning 22002 clauses out of 44008 with flag 0/266000
337.65/329.26	c cleaning 23003 clauses out of 46009 with flag 0/290003
381.25/372.22	c cleaning 24001 clauses out of 48003 with flag 0/315000
414.51/405.22	c cleaning 24999 clauses out of 50003 with flag 0/341001
458.25/448.42	c cleaning 26002 clauses out of 52004 with flag 0/368001
512.49/501.81	c cleaning 26997 clauses out of 54002 with flag 0/396001
541.25/530.18	c SATISFIABLE
541.25/530.19	c starts		: 145
541.34/530.20	c conflicts		: 417915
541.34/530.20	c decisions		: 634907
541.34/530.21	c propagations		: 3796019
541.34/530.21	c inspects		: 658059278
541.34/530.21	c shortcuts		: 0
541.34/530.23	c learnt literals	: 0
541.34/530.23	c learnt binary clauses	: 0
541.34/530.23	c learnt ternary clauses	: 0
541.34/530.23	c learnt constraints	: 417915
541.34/530.23	c ignored constraints	: 0
541.34/530.23	c root simplifications	: 0
541.34/530.23	c removed literals (reason simplification)	: 0
541.34/530.23	c reason swapping (by a shorter reason)	: 0
541.34/530.23	c Calls to reduceDB	: 24
541.34/530.23	c Number of update (reduction) of LBD	: 441970
541.34/530.23	c Imported unit clauses	: 0
541.34/530.23	c No decision after first conflict	: false
541.34/530.23	c number of reductions to clauses (during analyze)	: 0
541.34/530.23	c number of learned constraints concerned by reduction	: 0
541.34/530.23	c number of learning phase by resolution	: 0
541.34/530.23	c number of learning phase by cutting planes	: 0
541.34/530.23	c number of rounding to 1 operations	: 0
541.34/530.23	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
541.34/530.23	c number of reductions of the coefficients by power 2 	: 0
541.34/530.23	c number of right shift for reduction by power 2 	: 0
541.34/530.23	c number of reductions of the coefficients by GCD over coefficients 	: 0
541.34/530.23	c number of ending skipping 	: 0
541.34/530.23	c number of internal skipping 	: 0
541.34/530.23	c number of derivation steps 	: 1973675
541.34/530.23	c number of skipped derivation steps 	: 0
541.34/530.23	c number of remaining unassigned 	: 1883
541.34/530.23	c number of remaining assigned 	: 85646209
541.34/530.23	c number of falsified literals weakened from reason	: 0
541.34/530.23	c number of falsified literals weakened from conflict	: 0
541.34/530.23	c time for arithmetic operations	: 2383968938
541.34/530.24	c minimum degree of deleted constraints	: 5
541.34/530.24	c maximum degree of deleted constraints	: 34920411
541.34/530.24	c number of deleted constraints	: 368996
541.34/530.24	c speed (assignments/second)	: 7165.815305621625
541.34/530.24	c non guided choices	: 86
541.47/530.32	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 394
541.47/530.32	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 48525
541.47/530.33	s SATISFIABLE
541.47/530.33	c Found 1 solution(s)
541.47/530.33	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 
541.47/530.33	c Total wall clock time (in seconds): 529.898

Verifier Data

OK	0

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=15380, runsolver pid=15376

[startup+0.100068 s]*
/proc/loadavg: 0.74 2.17 3.23 9/329 15420
/proc/meminfo: memFree=129680040/131382112 swapFree=33010684/33010684
[pid=15380] ppid=15376 vsize=18930384 memory=46920 CPUtime=0.1 cores=4,6
/proc/15380/stat : 15380 (java) S 15376 15380 15143 0 -1 4194304 5537 0 0 0 7 3 0 0 20 0 18 0 30274049 19384713216 11730 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
/proc/15380/statm: 4732596 11730 5170 1 0 546784 0
[pid=15380/tid=15386] ppid=15376 vsize=18930384 memory=4026532124 CPUtime=0.07 cores=4,6
/proc/15380/task/15386/stat : 15386 (java) R 15376 15380 15143 0 -1 4194368 4634 0 0 0 5 2 0 0 20 0 18 0 30274051 19384713216 11730 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
[pid=15380/tid=15404] ppid=15376 vsize=18930384 memory=17127 CPUtime=0 cores=4,6
/proc/15380/task/15404/stat : 15404 (Finalizer) S 15376 15380 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30274056 19384713216 11730 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
[pid=15380/tid=15416] ppid=15376 vsize=18930384 memory=57394570986489 CPUtime=0 cores=4,6
/proc/15380/task/15416/stat : 15416 (Common-Cleaner) S 15376 15380 15143 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30274057 19384713216 11730 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 46920 KiB

[startup+0.213948 s]*
/proc/loadavg: 1.40 2.29 3.26 8/329 15420
/proc/meminfo: memFree=129664136/131382112 swapFree=33010684/33010684
[pid=15380] ppid=15376 vsize=18930384 memory=49608 CPUtime=0.22 cores=4,6
/proc/15380/stat : 15380 (java) S 15376 15380 15143 0 -1 4194304 6026 0 0 0 18 4 0 0 20 0 18 0 30274049 19384713216 12402 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
/proc/15380/statm: 4732596 12402 5362 1 0 547163 0
[pid=15380/tid=15386] ppid=15376 vsize=18930384 memory=4026532124 CPUtime=0.13 cores=4,6
/proc/15380/task/15386/stat : 15386 (java) R 15376 15380 15143 0 -1 4194368 4869 0 0 0 11 2 0 0 20 0 18 0 30274051 19384713216 12402 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
[pid=15380/tid=15404] ppid=15376 vsize=18930384 memory=17127 CPUtime=0 cores=4,6
/proc/15380/task/15404/stat : 15404 (Finalizer) S 15376 15380 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30274056 19384713216 12402 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
[pid=15380/tid=15416] ppid=15376 vsize=18930384 memory=57394570986489 CPUtime=0 cores=4,6
/proc/15380/task/15416/stat : 15416 (Common-Cleaner) S 15376 15380 15143 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30274057 19384713216 12402 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49608 KiB

[startup+0.31397 s]*
/proc/loadavg: 1.40 2.29 3.26 9/329 15420
/proc/meminfo: memFree=129596692/131382112 swapFree=33010684/33010684
[pid=15380] ppid=15376 vsize=18930384 memory=58036 CPUtime=0.38 cores=4,6
/proc/15380/stat : 15380 (java) S 15376 15380 15143 0 -1 4194304 6622 0 0 0 34 4 0 0 20 0 18 0 30274049 19384713216 14509 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
/proc/15380/statm: 4732596 14509 5362 1 0 547662 0
[pid=15380/tid=15386] ppid=15376 vsize=18930384 memory=-6000919476968056686 CPUtime=0.23 cores=4,6
/proc/15380/task/15386/stat : 15386 (java) R 15376 15380 15143 0 -1 4194368 5099 0 0 0 20 3 0 0 20 0 18 0 30274051 19384713216 14509 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
[pid=15380/tid=15404] ppid=15376 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/15380/task/15404/stat : 15404 (Finalizer) S 15376 15380 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30274056 19384713216 14509 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
[pid=15380/tid=15416] ppid=15376 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/15380/task/15416/stat : 15416 (Common-Cleaner) S 15376 15380 15143 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30274057 19384713216 14509 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58036 KiB

[startup+0.700391 s]
/proc/loadavg: 1.40 2.29 3.26 9/330 15421
/proc/meminfo: memFree=129467228/131382112 swapFree=33010684/33010684
[pid=15380] ppid=15376 vsize=18996948 memory=71404 CPUtime=1.04 cores=4,6
/proc/15380/stat : 15380 (java) S 15376 15380 15143 0 -1 4194304 7433 0 0 0 99 5 0 0 20 0 19 0 30274049 19452874752 17851 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
/proc/15380/statm: 4749237 17851 5426 1 0 548433 0
[pid=15380/tid=15386] ppid=15376 vsize=18996948 memory=17408 CPUtime=0.54 cores=4,6
/proc/15380/task/15386/stat : 15386 (java) R 15376 15380 15143 0 -1 4194368 5463 0 0 0 51 3 0 0 20 0 19 0 30274051 19452874752 17851 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
[pid=15380/tid=15404] ppid=15376 vsize=18996948 memory=11264 CPUtime=0 cores=4,6
/proc/15380/task/15404/stat : 15404 (Finalizer) S 15376 15380 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30274056 19452874752 17851 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
[pid=15380/tid=15416] ppid=15376 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/15380/task/15416/stat : 15416 (Common-Cleaner) S 15376 15380 15143 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 30274057 19452874752 17851 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
[pid=15380/tid=15421] ppid=15376 vsize=18996948 memory=4760 CPUtime=0 cores=4,6
/proc/15380/task/15421/stat : 15421 (Timer-0) S 15376 15380 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30274100 19452874752 17851 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
Current children cumulated CPU time: 1.04 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 71404 KiB

[startup+1.50032 s]
/proc/loadavg: 1.40 2.29 3.26 7/331 15422
/proc/meminfo: memFree=129111636/131382112 swapFree=33010684/33010684
[pid=15380] ppid=15376 vsize=19063512 memory=178712 CPUtime=2.61 cores=4,6
/proc/15380/stat : 15380 (java) S 15376 15380 15143 0 -1 4194304 20689 0 0 0 250 11 0 0 20 0 20 0 30274049 19521036288 44678 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
/proc/15380/statm: 4765878 44678 5458 1 0 554748 0
[pid=15380/tid=15386] ppid=15376 vsize=19063512 memory=0 CPUtime=1.24 cores=4,6
/proc/15380/task/15386/stat : 15386 (java) R 15376 15380 15143 0 -1 4194368 5919 0 0 0 118 6 0 0 20 0 20 0 30274051 19521036288 44678 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
[pid=15380/tid=15404] ppid=15376 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/15380/task/15404/stat : 15404 (Finalizer) S 15376 15380 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30274056 19521036288 44678 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
[pid=15380/tid=15416] ppid=15376 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/15380/task/15416/stat : 15416 (Common-Cleaner) S 15376 15380 15143 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 30274057 19521036288 44678 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
[pid=15380/tid=15421] ppid=15376 vsize=19063512 memory=4760 CPUtime=0 cores=4,6
/proc/15380/task/15421/stat : 15421 (Timer-0) S 15376 15380 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30274100 19521036288 44678 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
Current children cumulated CPU time: 2.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 178712 KiB

[startup+3.10539 s]
/proc/loadavg: 1.40 2.29 3.26 8/333 15424
/proc/meminfo: memFree=127377512/131382112 swapFree=33010684/33010684
[pid=15380] ppid=15376 vsize=19063512 memory=811824 CPUtime=5.77 cores=4,6
/proc/15380/stat : 15380 (java) S 15376 15380 15143 0 -1 4194304 25632 0 0 0 552 25 0 0 20 0 20 0 30274049 19521036288 202956 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
/proc/15380/statm: 4765878 202956 5458 1 0 767544 0
[pid=15380/tid=15386] ppid=15376 vsize=19063512 memory=11264 CPUtime=2.75 cores=4,6
/proc/15380/task/15386/stat : 15386 (java) R 15376 15380 15143 0 -1 4194368 6905 0 0 0 257 18 0 0 20 0 20 0 30274051 19521036288 202956 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
[pid=15380/tid=15404] ppid=15376 vsize=19063512 memory=-6000919481263023982 CPUtime=0 cores=4,6
/proc/15380/task/15404/stat : 15404 (Finalizer) S 15376 15380 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30274056 19521036288 202956 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
[pid=15380/tid=15416] ppid=15376 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/15380/task/15416/stat : 15416 (Common-Cleaner) S 15376 15380 15143 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 30274057 19521036288 202956 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
[pid=15380/tid=15421] ppid=15376 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/15380/task/15421/stat : 15421 (Timer-0) S 15376 15380 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30274100 19521036288 202956 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
Current children cumulated CPU time: 5.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 811824 KiB

[startup+6.30039 s]
/proc/loadavg: 1.69 2.33 3.27 7/333 15424
/proc/meminfo: memFree=125198556/131382112 swapFree=33010684/33010684
[pid=15380] ppid=15376 vsize=19063512 memory=1750464 CPUtime=10.21 cores=4,6
/proc/15380/stat : 15380 (java) S 15376 15380 15143 0 -1 4194304 27683 0 1 0 977 44 0 0 20 0 20 0 30274049 19521036288 437616 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
/proc/15380/statm: 4765878 437616 5458 1 0 768040 0
[pid=15380/tid=15386] ppid=15376 vsize=19063512 memory=0 CPUtime=5.86 cores=4,6
/proc/15380/task/15386/stat : 15386 (java) R 15376 15380 15143 0 -1 4194368 8145 0 0 0 551 35 0 0 20 0 20 0 30274051 19521036288 437616 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
[pid=15380/tid=15404] ppid=15376 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/15380/task/15404/stat : 15404 (Finalizer) S 15376 15380 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30274056 19521036288 437616 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
[pid=15380/tid=15416] ppid=15376 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/15380/task/15416/stat : 15416 (Common-Cleaner) S 15376 15380 15143 0 -1 4194368 39 0 0 0 0 0 0 0 20 0 20 0 30274057 19521036288 437616 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
[pid=15380/tid=15421] ppid=15376 vsize=19063512 memory=182936 CPUtime=0 cores=4,6
/proc/15380/task/15421/stat : 15421 (Timer-0) S 15376 15380 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30274100 19521036288 437616 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
Current children cumulated CPU time: 10.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1750464 KiB

[startup+12.7004 s]
/proc/loadavg: 1.88 2.36 3.27 5/332 15424
/proc/meminfo: memFree=123029596/131382112 swapFree=33010684/33010684
[pid=15380] ppid=15376 vsize=19063512 memory=2364180 CPUtime=17.31 cores=4,6
/proc/15380/stat : 15380 (java) S 15376 15380 15143 0 -1 4194304 30650 0 1 0 1673 58 0 0 20 0 20 0 30274049 19521036288 591045 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
/proc/15380/statm: 4765878 591045 5458 1 0 901737 0
[pid=15380/tid=15386] ppid=15376 vsize=19063512 memory=182936 CPUtime=12.09 cores=4,6
/proc/15380/task/15386/stat : 15386 (java) R 15376 15380 15143 0 -1 4194368 8778 0 0 0 1161 48 0 0 20 0 20 0 30274051 19521036288 591045 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
[pid=15380/tid=15404] ppid=15376 vsize=19063512 memory=2364180 CPUtime=0 cores=4,6
/proc/15380/task/15404/stat : 15404 (Finalizer) S 15376 15380 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30274056 19521036288 591045 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
[pid=15380/tid=15416] ppid=15376 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/15380/task/15416/stat : 15416 (Common-Cleaner) S 15376 15380 15143 0 -1 4194368 39 0 0 0 0 0 0 0 20 0 20 0 30274057 19521036288 591045 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
[pid=15380/tid=15421] ppid=15376 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/15380/task/15421/stat : 15421 (Timer-0) S 15376 15380 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30274100 19521036288 591045 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
Current children cumulated CPU time: 17.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2364180 KiB

[startup+25.5005 s]
/proc/loadavg: 2.36 2.45 3.29 7/332 15424
/proc/meminfo: memFree=120888728/131382112 swapFree=33010684/33010684
[pid=15380] ppid=15376 vsize=19063512 memory=2354620 CPUtime=30.49 cores=4,6
/proc/15380/stat : 15380 (java) S 15376 15380 15143 0 -1 4194304 36782 0 1 0 2986 63 0 0 20 0 20 0 30274049 19521036288 588655 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
/proc/15380/statm: 4765878 588655 5458 1 0 901739 0
[pid=15380/tid=15386] ppid=15376 vsize=19063512 memory=0 CPUtime=24.39 cores=4,6
/proc/15380/task/15386/stat : 15386 (java) R 15376 15380 15143 0 -1 4194368 11239 0 0 0 2387 52 0 0 20 0 20 0 30274051 19521036288 588655 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
[pid=15380/tid=15404] ppid=15376 vsize=19063512 memory=2354620 CPUtime=0 cores=4,6
/proc/15380/task/15404/stat : 15404 (Finalizer) S 15376 15380 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30274056 19521036288 588655 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
[pid=15380/tid=15416] ppid=15376 vsize=19063512 memory=3196 CPUtime=0 cores=4,6
/proc/15380/task/15416/stat : 15416 (Common-Cleaner) S 15376 15380 15143 0 -1 4194368 39 0 0 0 0 0 0 0 20 0 20 0 30274057 19521036288 588655 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
[pid=15380/tid=15421] ppid=15376 vsize=19063512 memory=-6000919481263023982 CPUtime=0 cores=4,6
/proc/15380/task/15421/stat : 15421 (Timer-0) S 15376 15380 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30274100 19521036288 588655 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
Current children cumulated CPU time: 30.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2354620 KiB

[startup+51.1136 s]
/proc/loadavg: 3.26 2.66 3.34 5/332 15424
/proc/meminfo: memFree=117737472/131382112 swapFree=33010684/33010684
[pid=15380] ppid=15376 vsize=19063512 memory=2857728 CPUtime=56.18 cores=4,6
/proc/15380/stat : 15380 (java) S 15376 15380 15143 0 -1 4194304 42599 0 1 0 5536 82 0 0 20 0 20 0 30274049 19521036288 714432 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
/proc/15380/statm: 4765878 714432 5458 1 0 1029164 0
[pid=15380/tid=15386] ppid=15376 vsize=19063512 memory=14340 CPUtime=49.2 cores=4,6
/proc/15380/task/15386/stat : 15386 (java) R 15376 15380 15143 0 -1 4194368 14257 0 0 0 4851 69 0 0 20 0 20 0 30274051 19521036288 714432 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
[pid=15380/tid=15404] ppid=15376 vsize=19063512 memory=2857600 CPUtime=0 cores=4,6
/proc/15380/task/15404/stat : 15404 (Finalizer) S 15376 15380 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30274056 19521036288 714432 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0

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

/proc/15380/task/15404/stat : 15404 (Finalizer) S 15376 15380 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30274056 19521036288 1732129 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
[pid=15380/tid=15416] ppid=15376 vsize=19063512 memory=14340 CPUtime=0 cores=4,6
/proc/15380/task/15416/stat : 15416 (Common-Cleaner) S 15376 15380 15143 0 -1 4194368 267 0 0 0 0 0 0 0 20 0 20 0 30274057 19521036288 1732129 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
[pid=15380/tid=15421] ppid=15376 vsize=19063512 memory=6928516 CPUtime=0 cores=4,6
/proc/15380/task/15421/stat : 15421 (Timer-0) S 15376 15380 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30274100 19521036288 1732129 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
Current children cumulated CPU time: 411.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6928516 KiB

[startup+462.3 s]
/proc/loadavg: 4.12 3.81 3.67 6/331 15445
/proc/meminfo: memFree=108602284/131382112 swapFree=33010684/33010684
[pid=15380] ppid=15376 vsize=19063512 memory=6947212 CPUtime=472.38 cores=4,6
/proc/15380/stat : 15380 (java) S 15376 15380 15143 0 -1 4194304 70336 0 1 0 46990 248 0 0 20 0 20 0 30274049 19521036288 1736803 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
/proc/15380/statm: 4765878 1736803 5458 1 0 1906609 0
[pid=15380/tid=15386] ppid=15376 vsize=19063512 memory=2764 CPUtime=449.2 cores=4,6
/proc/15380/task/15386/stat : 15386 (java) R 15376 15380 15143 0 -1 4194368 30929 0 0 0 44729 191 0 0 20 0 20 0 30274051 19521036288 1736803 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
[pid=15380/tid=15404] ppid=15376 vsize=19063512 memory=6928644 CPUtime=0 cores=4,6
/proc/15380/task/15404/stat : 15404 (Finalizer) S 15376 15380 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30274056 19521036288 1736803 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
[pid=15380/tid=15416] ppid=15376 vsize=19063512 memory=6928516 CPUtime=0 cores=4,6
/proc/15380/task/15416/stat : 15416 (Common-Cleaner) S 15376 15380 15143 0 -1 4194368 320 0 0 0 0 0 0 0 20 0 20 0 30274057 19521036288 1736803 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
[pid=15380/tid=15421] ppid=15376 vsize=19063512 memory=6947212 CPUtime=0 cores=4,6
/proc/15380/task/15421/stat : 15421 (Timer-0) S 15376 15380 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30274100 19521036288 1736803 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
Current children cumulated CPU time: 472.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6947212 KiB

[startup+522.3 s]
/proc/loadavg: 4.22 3.91 3.71 5/310 15580
/proc/meminfo: memFree=110009332/131382112 swapFree=33010684/33010684
[pid=15380] ppid=15376 vsize=19063512 memory=7047852 CPUtime=533.33 cores=4,6
/proc/15380/stat : 15380 (java) S 15376 15380 15143 0 -1 4194304 71243 0 1 0 53074 259 0 0 20 0 20 0 30274049 19521036288 1761963 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
/proc/15380/statm: 4765878 1761963 5458 1 0 1906619 0
[pid=15380/tid=15386] ppid=15376 vsize=19063512 memory=11264 CPUtime=507.49 cores=4,6
/proc/15380/task/15386/stat : 15386 (java) R 15376 15380 15143 0 -1 4194368 31595 0 0 0 50552 197 0 0 20 0 20 0 30274051 19521036288 1761963 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
[pid=15380/tid=15404] ppid=15376 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/15380/task/15404/stat : 15404 (Finalizer) S 15376 15380 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30274056 19521036288 1761963 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
[pid=15380/tid=15416] ppid=15376 vsize=19063512 memory=7033416 CPUtime=0 cores=4,6
/proc/15380/task/15416/stat : 15416 (Common-Cleaner) S 15376 15380 15143 0 -1 4194368 342 0 0 0 0 0 0 0 20 0 20 0 30274057 19521036288 1761963 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
[pid=15380/tid=15421] ppid=15376 vsize=19063512 memory=7033416 CPUtime=0 cores=4,6
/proc/15380/task/15421/stat : 15421 (Timer-0) S 15376 15380 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30274100 19521036288 1761963 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
Current children cumulated CPU time: 533.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7047852 KiB

[startup+530.379 s]
# the end of solver process 15380 was just reported to runsolver
# Child status: 10

# cumulated CPU time of all completed processes:  user=538.904 s, system=2.65282 s

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

[startup+524.8 s]
/proc/loadavg: 4.22 3.91 3.71 6/330 15644
/proc/meminfo: memFree=109953948/131382112 swapFree=33010684/33010684
[pid=15380] ppid=15376 vsize=19063512 memory=7047852 CPUtime=535.83 cores=4,6
/proc/15380/stat : 15380 (java) S 15376 15380 15143 0 -1 4194304 71491 0 1 0 53323 260 0 0 20 0 20 0 30274049 19521036288 1761963 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
/proc/15380/statm: 4765878 1761963 5458 1 0 1906630 0
[pid=15380/tid=15386] ppid=15376 vsize=19063512 memory=7033416 CPUtime=509.98 cores=4,6
/proc/15380/task/15386/stat : 15386 (java) R 15376 15380 15143 0 -1 4194368 31677 0 0 0 50801 197 0 0 20 0 20 0 30274051 19521036288 1761963 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
[pid=15380/tid=15404] ppid=15376 vsize=19063512 memory=5888 CPUtime=0 cores=4,6
/proc/15380/task/15404/stat : 15404 (Finalizer) S 15376 15380 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30274056 19521036288 1761963 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
[pid=15380/tid=15416] ppid=15376 vsize=19063512 memory=17408 CPUtime=0 cores=4,6
/proc/15380/task/15416/stat : 15416 (Common-Cleaner) S 15376 15380 15143 0 -1 4194368 342 0 0 0 0 0 0 0 20 0 20 0 30274057 19521036288 1761963 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
[pid=15380/tid=15421] ppid=15376 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/15380/task/15421/stat : 15421 (Timer-0) S 15376 15380 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30274100 19521036288 1761963 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
Current children cumulated CPU time: 535.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7047852 KiB

[startup+528 s]*
/proc/loadavg: 4.44 3.96 3.73 6/331 15645
/proc/meminfo: memFree=109127244/131382112 swapFree=33010684/33010684
[pid=15380] ppid=15376 vsize=19063512 memory=7062276 CPUtime=539.14 cores=4,6
/proc/15380/stat : 15380 (java) S 15376 15380 15143 0 -1 4194304 71767 0 1 0 53654 260 0 0 20 0 20 0 30274049 19521036288 1765569 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
/proc/15380/statm: 4765878 1765569 5458 1 0 1906630 0
[pid=15380/tid=15386] ppid=15376 vsize=19063512 memory=-6000919498526582638 CPUtime=513.02 cores=4,6
/proc/15380/task/15386/stat : 15386 (java) S 15376 15380 15143 0 -1 4194368 31938 0 0 0 51105 197 0 0 20 0 20 0 30274051 19521036288 1765569 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
[pid=15380/tid=15404] ppid=15376 vsize=19063512 memory=21484 CPUtime=0 cores=4,6
/proc/15380/task/15404/stat : 15404 (Finalizer) S 15376 15380 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30274056 19521036288 1765569 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
[pid=15380/tid=15416] ppid=15376 vsize=19063512 memory=4224 CPUtime=0 cores=4,6
/proc/15380/task/15416/stat : 15416 (Common-Cleaner) S 15376 15380 15143 0 -1 4194368 342 0 0 0 0 0 0 0 20 0 20 0 30274057 19521036288 1765569 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
[pid=15380/tid=15421] ppid=15376 vsize=19063512 memory=1792 CPUtime=0 cores=4,6
/proc/15380/task/15421/stat : 15421 (Timer-0) S 15376 15380 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30274100 19521036288 1765569 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
Current children cumulated CPU time: 539.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7062276 KiB

[startup+529.6 s]
/proc/loadavg: 4.44 3.96 3.73 6/331 15645
/proc/meminfo: memFree=108695908/131382112 swapFree=33010684/33010684
[pid=15380] ppid=15376 vsize=19063512 memory=7062276 CPUtime=540.74 cores=4,6
/proc/15380/stat : 15380 (java) S 15376 15380 15143 0 -1 4194304 71767 0 1 0 53813 261 0 0 20 0 20 0 30274049 19521036288 1765569 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
/proc/15380/statm: 4765878 1765569 5458 1 0 1906630 0
[pid=15380/tid=15386] ppid=15376 vsize=19063512 memory=7047852 CPUtime=514.59 cores=4,6
/proc/15380/task/15386/stat : 15386 (java) R 15376 15380 15143 0 -1 4194368 31938 0 0 0 51261 198 0 0 20 0 20 0 30274051 19521036288 1765569 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
[pid=15380/tid=15404] ppid=15376 vsize=19063512 memory=7062276 CPUtime=0 cores=4,6
/proc/15380/task/15404/stat : 15404 (Finalizer) S 15376 15380 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30274056 19521036288 1765569 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
[pid=15380/tid=15416] ppid=15376 vsize=19063512 memory=17408 CPUtime=0 cores=4,6
/proc/15380/task/15416/stat : 15416 (Common-Cleaner) S 15376 15380 15143 0 -1 4194368 342 0 0 0 0 0 0 0 20 0 20 0 30274057 19521036288 1765569 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
[pid=15380/tid=15421] ppid=15376 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/15380/task/15421/stat : 15421 (Timer-0) S 15376 15380 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30274100 19521036288 1765569 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
Current children cumulated CPU time: 540.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7062276 KiB

[startup+530 s]*
/proc/loadavg: 4.44 3.96 3.73 5/331 15645
/proc/meminfo: memFree=108381720/131382112 swapFree=33010684/33010684
[pid=15380] ppid=15376 vsize=19063512 memory=7062276 CPUtime=541.15 cores=4,6
/proc/15380/stat : 15380 (java) S 15376 15380 15143 0 -1 4194304 71767 0 1 0 53854 261 0 0 20 0 20 0 30274049 19521036288 1765569 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
/proc/15380/statm: 4765878 1765569 5458 1 0 1906630 0
[pid=15380/tid=15386] ppid=15376 vsize=19063512 memory=-6000919498526582638 CPUtime=515 cores=4,6
/proc/15380/task/15386/stat : 15386 (java) R 15376 15380 15143 0 -1 4194368 31938 0 0 0 51302 198 0 0 20 0 20 0 30274051 19521036288 1765569 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
[pid=15380/tid=15404] ppid=15376 vsize=19063512 memory=79246 CPUtime=0 cores=4,6
/proc/15380/task/15404/stat : 15404 (Finalizer) S 15376 15380 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30274056 19521036288 1765569 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
[pid=15380/tid=15416] ppid=15376 vsize=19063512 memory=198340509722 CPUtime=0 cores=4,6
/proc/15380/task/15416/stat : 15416 (Common-Cleaner) S 15376 15380 15143 0 -1 4194368 342 0 0 0 0 0 0 0 20 0 20 0 30274057 19521036288 1765569 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
[pid=15380/tid=15421] ppid=15376 vsize=19063512 memory=245635481903 CPUtime=0 cores=4,6
/proc/15380/task/15421/stat : 15421 (Timer-0) S 15376 15380 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30274100 19521036288 1765569 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
Current children cumulated CPU time: 541.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7062276 KiB

[startup+530.2 s]
/proc/loadavg: 4.44 3.96 3.73 5/331 15645
/proc/meminfo: memFree=108381720/131382112 swapFree=33010684/33010684
[pid=15380] ppid=15376 vsize=19196640 memory=7062660 CPUtime=541.34 cores=4,6
/proc/15380/stat : 15380 (java) S 15376 15380 15143 0 -1 4194304 73762 0 1 0 53873 261 0 0 20 0 20 0 30274049 19657359360 1765665 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
/proc/15380/statm: 4799160 1765665 5490 1 0 1907243 0
[pid=15380/tid=15386] ppid=15376 vsize=19196640 memory=79246 CPUtime=515.17 cores=4,6
/proc/15380/task/15386/stat : 15386 (java) S 15376 15380 15143 0 -1 4194368 33630 0 0 0 51319 198 0 0 20 0 20 0 30274051 19657359360 1765665 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
[pid=15380/tid=15404] ppid=15376 vsize=19196640 memory=-6000919476968056686 CPUtime=0 cores=4,6
/proc/15380/task/15404/stat : 15404 (Finalizer) S 15376 15380 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30274056 19657359360 1765665 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
[pid=15380/tid=15416] ppid=15376 vsize=19196640 memory=-4421386509116073574 CPUtime=0 cores=4,6
/proc/15380/task/15416/stat : 15416 (Common-Cleaner) S 15376 15380 15143 0 -1 4194368 342 0 0 0 0 0 0 0 20 0 20 0 30274057 19657359360 1765665 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
Current children cumulated CPU time: 541.34 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 7062660 KiB

[startup+530.3 s]
/proc/loadavg: 4.44 3.96 3.73 5/331 15645
/proc/meminfo: memFree=108381720/131382112 swapFree=33010684/33010684
[pid=15380] ppid=15376 vsize=19196640 memory=7062788 CPUtime=541.47 cores=4,6
/proc/15380/stat : 15380 (java) S 15376 15380 15143 0 -1 4194304 73974 0 1 0 53886 261 0 0 20 0 20 0 30274049 19657359360 1765697 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
/proc/15380/statm: 4799160 1765697 5490 1 0 1907275 0
[pid=15380/tid=15386] ppid=15376 vsize=19196640 memory=11264 CPUtime=515.17 cores=4,6
/proc/15380/task/15386/stat : 15386 (java) S 15376 15380 15143 0 -1 4194368 33630 0 0 0 51319 198 0 0 20 0 20 0 30274051 19657359360 1765697 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
[pid=15380/tid=15404] ppid=15376 vsize=19196640 memory=5632 CPUtime=0 cores=4,6
/proc/15380/task/15404/stat : 15404 (Finalizer) S 15376 15380 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30274056 19657359360 1765697 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
[pid=15380/tid=15416] ppid=15376 vsize=19196640 memory=7047852 CPUtime=0 cores=4,6
/proc/15380/task/15416/stat : 15416 (Common-Cleaner) S 15376 15380 15143 0 -1 4194368 342 0 0 0 0 0 0 0 20 0 20 0 30274057 19657359360 1765697 18446744073709551615 94700859707392 94700859711088 140726884935600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94700859718904 94700859719696 94700882157568 140726884944173 140726884944358 140726884944358 140726884949960 0
Current children cumulated CPU time: 541.47 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 7062788 KiB

Child status: 10

Real time (s): 530.379
CPU time (s): 541.557
CPU user time (s): 538.904
CPU system time (s): 2.65282
CPU usage (%): 102.108
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 7062788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 538.904
system time used= 2.65282
maximum resident set size= 7063044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74216
page faults= 1
swaps= 0
block input operations= 24
block output operations= 398296
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21909
involuntary context switches= 4753


# summary of solver processes directly reported to runsolver:
#   pid: 15380
#   total CPU time (s): 541.557
#   total CPU user time (s): 538.904
#   total CPU system time (s): 2.65282

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.58739 second user time and 5.08458 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-06-28 23:25:49
IDJOB=4492335
IDBENCH=147781
IDSOLVER=3362
FILE ID=nodeC007/4492335-1751145949
RUNJOBID= nodeC007-1751145946-15154
SLURM_JOB_ID= 9587454
Free space on /tmp= 433012 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB05/aloul/FPGA_SAT05/normalized-fpga12_11_sat_pb.cnf.cr.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4492335-1751145949/watcher-4492335-1751145949 -o /tmp/evaluation-result-4492335-1751145949/solver-4492335-1751145949 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751145946-15154 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4492335-1751145949 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4492335-1751145949.opb

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

MD5SUM BENCH= 935abea6728aea4944e0eec62750d6fb
RANDOM SEED=823567796

nodeC007 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		: 3491.844
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.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.835
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.68
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		: 3491.841
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.68
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		: 3491.838
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.68
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		: 1197.991
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.68
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		: 1197.195
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.68
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.161
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.68
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.156
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.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        129733152 kB
MemAvailable:   129578728 kB
Buffers:            3280 kB
Cached:           656840 kB
SwapCached:            0 kB
Active:           716592 kB
Inactive:         412368 kB
Active(anon):     486832 kB
Inactive(anon):        0 kB
Active(file):     229760 kB
Inactive(file):   412368 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4624 kB
Writeback:            36 kB
AnonPages:        470832 kB
Mapped:           121960 kB
Shmem:             17960 kB
KReclaimable:      86148 kB
Slab:             168740 kB
SReclaimable:      86148 kB
SUnreclaim:        82592 kB
KernelStack:        4752 kB
PageTables:         4168 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    4816820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150040 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    311296 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:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 433012 MiB
End job on nodeC007 at 2025-06-28 23:34:40