Trace number 4503717

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 Resolution VeriPB 2025-06-06? (TO) 3600.18 3688.21

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-174.opb
MD5SUM5618df1e63c3ad3b10b24ba90f334740
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 benchmark538.408
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables248659
Total number of constraints5546518
Number of constraints which are clauses4965781
Number of constraints which are cardinality constraints (but not clauses)19724
Number of constraints which are nor clauses,nor cardinality constraints561013
Minimum length of a constraint2
Maximum length of a constraint2220
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 2221
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4503717-1751164519.opb
0.12/0.13	c reading problem ... 
0.12/0.13	c using VERIPB proof format
0.12/0.14	c  no objective function found
27.68/23.20	c ... done. Wall clock time 23.067s.
27.68/23.20	c declared #vars     248659
27.68/23.20	c #constraints  5556400
27.68/23.20	c constraints type 
27.68/23.20	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1097691
27.68/23.20	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 19725
27.68/23.20	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 561013
27.68/23.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3877971
27.68/23.20	c 5556400 constraints processed.
38.37/31.94	c cleaning 2493 clauses out of 5002 with flag 30618/5002
48.00/41.30	c cleaning 4244 clauses out of 8509 with flag 73159/11002
57.97/51.15	c cleaning 5614 clauses out of 11263 with flag 118162/18000
69.81/62.95	c cleaning 6810 clauses out of 13651 with flag 170644/26002
81.46/74.50	c cleaning 7897 clauses out of 15839 with flag 218923/35000
94.44/87.42	c cleaning 8946 clauses out of 17942 with flag 276365/45000
110.22/103.07	c cleaning 9981 clauses out of 19996 with flag 341911/56000
187.34/179.92	c cleaning 11005 clauses out of 22015 with flag 754945/68000
228.47/221.16	c cleaning 11988 clauses out of 24011 with flag 2106835/81001
329.81/322.65	c cleaning 12995 clauses out of 26022 with flag 2957857/95000
408.62/401.59	c cleaning 14013 clauses out of 28027 with flag 4473268/110000
444.86/437.75	c cleaning 15007 clauses out of 30014 with flag 5210452/126000
471.44/464.36	c cleaning 15977 clauses out of 32008 with flag 6936322/143001
556.09/549.13	c cleaning 17015 clauses out of 34030 with flag 8718752/161000
729.91/723.29	c cleaning 17948 clauses out of 36015 with flag 11603166/180000
762.06/755.38	c cleaning 19018 clauses out of 38067 with flag 11764563/200000
839.06/832.51	c cleaning 19948 clauses out of 40050 with flag 12831439/221001
884.41/877.87	c cleaning 21033 clauses out of 42102 with flag 13142321/243001
923.33/916.88	c cleaning 22022 clauses out of 44069 with flag 13293043/266001
997.67/991.34	c cleaning 22846 clauses out of 46047 with flag 14888727/290001
1109.87/1105.60	c cleaning 24005 clauses out of 48200 with flag 18084314/315000
1176.71/1172.51	c cleaning 24939 clauses out of 50195 with flag 19846600/341000
1295.82/1291.62	c cleaning 25009 clauses out of 52256 with flag 23789961/368000
1363.12/1358.87	c cleaning 26811 clauses out of 55249 with flag 26959585/396002
1427.74/1423.61	c cleaning 28448 clauses out of 57436 with flag 30805051/425000
1517.00/1512.84	c cleaning 29457 clauses out of 58989 with flag 34673551/455001
1578.36/1574.12	c cleaning 29660 clauses out of 60531 with flag 36207071/486000
1697.36/1693.41	c cleaning 31233 clauses out of 62871 with flag 38504660/518000
1855.07/1851.49	c cleaning 32219 clauses out of 64638 with flag 41036603/551000
1940.80/1936.92	c cleaning 32114 clauses out of 66420 with flag 44413609/585001
2068.43/2065.44	c cleaning 34632 clauses out of 69305 with flag 47684672/620000
2279.02/2281.06	c cleaning 34454 clauses out of 70674 with flag 49498939/656001
2366.11/2370.88	c cleaning 35253 clauses out of 73219 with flag 52553651/693000
2423.63/2435.50	c cleaning 37968 clauses out of 75968 with flag 52783470/731002
2479.83/2492.04	c cleaning 38478 clauses out of 76998 with flag 53020133/770000
2544.42/2559.45	c cleaning 39239 clauses out of 78520 with flag 53286201/810000
2609.55/2624.89	c cleaning 40126 clauses out of 80282 with flag 53568198/851001
2677.24/2707.61	c cleaning 41061 clauses out of 82156 with flag 53852101/893001
2745.44/2778.65	c cleaning 42034 clauses out of 84095 with flag 54157611/936001
2814.14/2848.79	c cleaning 43015 clauses out of 86061 with flag 54480106/980001
2892.30/2926.89	c cleaning 44010 clauses out of 88045 with flag 54814862/1025000
3062.92/3102.78	c cleaning 44985 clauses out of 90036 with flag 56913657/1071001
3238.10/3278.85	c cleaning 45213 clauses out of 92052 with flag 60471520/1118002
3291.14/3331.76	c cleaning 47406 clauses out of 94838 with flag 60791583/1166001
3345.64/3386.15	c cleaning 48201 clauses out of 96431 with flag 61151081/1215000
3397.13/3437.46	c cleaning 49102 clauses out of 98230 with flag 61531868/1265000
3454.65/3494.81	c cleaning 50057 clauses out of 100130 with flag 61951061/1316002
3547.29/3587.68	c cleaning 51030 clauses out of 102071 with flag 62524608/1368000
3600.02/3658.61	c starts		: 2219
3600.02/3658.62	c conflicts		: 1388912
3600.02/3658.62	c decisions		: 181187750
3600.02/3658.62	c propagations		: 6676086863
3600.02/3658.62	c inspects		: 27096022160
3600.02/3658.62	c shortcuts		: 0
3600.02/3658.62	c learnt literals	: 0
3600.02/3658.62	c learnt binary clauses	: 3925
3600.02/3658.62	c learnt ternary clauses	: 7435
3600.02/3658.62	c learnt constraints	: 1388912
3600.02/3658.62	c ignored constraints	: 0
3600.02/3658.62	c root simplifications	: 0
3600.02/3658.62	c removed literals (reason simplification)	: 12411326
3600.02/3658.62	c reason swapping (by a shorter reason)	: 0
3600.02/3658.63	c Calls to reduceDB	: 48
3600.02/3658.63	c Number of update (reduction) of LBD	: 798819
3600.02/3658.63	c Imported unit clauses	: 0
3600.02/3658.63	c No decision after first conflict	: false
3600.02/3658.63	c number of reductions to clauses (during analyze)	: 0
3600.02/3658.63	c number of learned constraints concerned by reduction	: 0
3600.02/3658.63	c number of learning phase by resolution	: 0
3600.02/3658.63	c number of learning phase by cutting planes	: 0
3600.02/3658.63	c timeout
3600.02/3658.63	c number of rounding to 1 operations	: 0
3600.02/3658.63	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3658.63	c number of reductions of the coefficients by power 2 	: 0
3600.02/3658.63	c number of right shift for reduction by power 2 	: 0
3600.02/3658.63	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3658.63	c number of ending skipping 	: 0
3600.02/3658.63	c number of internal skipping 	: 0
3600.02/3658.63	c number of derivation steps 	: 0
3600.02/3658.63	c number of skipped derivation steps 	: 0
3600.02/3658.63	c number of remaining unassigned 	: 0
3600.02/3658.63	c number of remaining assigned 	: 0
3600.02/3658.63	c number of falsified literals weakened from reason	: 0
3600.02/3658.63	c number of falsified literals weakened from conflict	: 0
3600.02/3658.63	c time for arithmetic operations	: 0
3600.02/3658.63	c minimum degree of deleted constraints	: null
3600.02/3658.63	c maximum degree of deleted constraints	: null
3600.02/3658.63	c number of deleted constraints	: 0
3600.02/3658.63	c speed (assignments/second)	: 1836416.5978982162
3600.02/3658.63	c non guided choices	: 58546623
3600.02/3658.68	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 68028
3600.02/3658.68	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 3925
3600.02/3658.68	s UNKNOWN
3600.02/3658.68	c Total wall clock time (in seconds): 3658.547

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (55641 MiB free)
  memory of node 1: 64507 MiB (57615 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4503717-1751164519/watcher-4503717-1751164519 -o /tmp/evaluation-result-4503717-1751164519/solver-4503717-1751164519 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751156506-16356 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4503717-1751164519 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4503717-1751164519.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100059 s]*
/proc/loadavg: 4.07 4.13 4.16 5/341 18627
/proc/meminfo: memFree=115947748/131250000 swapFree=33010684/33010684
[pid=18609] ppid=18606 vsize=18930384 memory=57608 CPUtime=0.12 cores=1,3
/proc/18609/stat : 18609 (java) S 18606 18609 16344 0 -1 4194304 6561 0 0 0 11 1 0 0 20 0 18 0 32131897 19384713216 14402 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
/proc/18609/statm: 4732596 14402 5331 1 0 547619 0
[pid=18609/tid=18611] ppid=18606 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=1,3
/proc/18609/task/18611/stat : 18611 (java) R 18606 18609 16344 0 -1 4194368 5069 0 0 0 7 1 0 0 20 0 18 0 32131898 19384713216 14402 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
[pid=18609/tid=18620] ppid=18606 vsize=18930384 memory=241407623509 CPUtime=0 cores=1,3
/proc/18609/task/18620/stat : 18620 (Finalizer) S 18606 18609 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32131900 19384713216 14402 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
[pid=18609/tid=18627] ppid=18606 vsize=18930384 memory=61784027586760 CPUtime=0 cores=1,3
/proc/18609/task/18627/stat : 18627 (Common-Cleaner) S 18606 18609 16344 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 32131901 19384713216 14402 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57608 KiB

[startup+0.205825 s]*
/proc/loadavg: 4.07 4.13 4.16 7/341 18627
/proc/meminfo: memFree=115886124/131250000 swapFree=33010684/33010684
[pid=18609] ppid=18606 vsize=18930384 memory=117248 CPUtime=0.32 cores=1,3
/proc/18609/stat : 18609 (java) S 18606 18609 16344 0 -1 4194304 7036 0 0 0 29 3 0 0 20 0 18 0 32131897 19384713216 29312 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
/proc/18609/statm: 4732596 29312 5427 1 0 547879 0
[pid=18609/tid=18611] ppid=18606 vsize=18930384 memory=4026597660 CPUtime=0.18 cores=1,3
/proc/18609/task/18611/stat : 18611 (java) R 18606 18609 16344 0 -1 4194368 5333 0 0 0 16 2 0 0 20 0 18 0 32131898 19384713216 29312 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
[pid=18609/tid=18620] ppid=18606 vsize=18930384 memory=18954 CPUtime=0 cores=1,3
/proc/18609/task/18620/stat : 18620 (Finalizer) S 18606 18609 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32131900 19384713216 29312 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
[pid=18609/tid=18627] ppid=18606 vsize=18930384 memory=60684515935208 CPUtime=0 cores=1,3
/proc/18609/task/18627/stat : 18627 (Common-Cleaner) S 18606 18609 16344 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 32131901 19384713216 29312 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 117248 KiB

[startup+0.305784 s]*
/proc/loadavg: 4.07 4.13 4.16 6/342 18628
/proc/meminfo: memFree=115815736/131250000 swapFree=33010684/33010684
[pid=18609] ppid=18606 vsize=18996948 memory=185564 CPUtime=0.51 cores=1,3
/proc/18609/stat : 18609 (java) S 18606 18609 16344 0 -1 4194304 8682 0 0 0 46 5 0 0 20 0 19 0 32131897 19452874752 46391 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
/proc/18609/statm: 4749237 46391 5459 1 0 549194 0
[pid=18609/tid=18611] ppid=18606 vsize=18996948 memory=-6000919481380267118 CPUtime=0.28 cores=1,3
/proc/18609/task/18611/stat : 18611 (java) R 18606 18609 16344 0 -1 4194368 5361 0 0 0 25 3 0 0 20 0 19 0 32131898 19452874752 46391 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
[pid=18609/tid=18620] ppid=18606 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/18609/task/18620/stat : 18620 (Finalizer) S 18606 18609 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 32131900 19452874752 46391 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
[pid=18609/tid=18627] ppid=18606 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/18609/task/18627/stat : 18627 (Common-Cleaner) S 18606 18609 16344 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 32131901 19452874752 46391 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 185564 KiB

[startup+0.700218 s]
/proc/loadavg: 4.23 4.16 4.17 6/342 18628
/proc/meminfo: memFree=115794500/131250000 swapFree=33010684/33010684
[pid=18609] ppid=18606 vsize=18996948 memory=424164 CPUtime=1.25 cores=1,3
/proc/18609/stat : 18609 (java) S 18606 18609 16344 0 -1 4194304 11584 0 0 0 115 10 0 0 20 0 19 0 32131897 19452874752 106041 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
/proc/18609/statm: 4749237 106041 5459 1 0 1077045 0
[pid=18609/tid=18611] ppid=18606 vsize=18996948 memory=17536 CPUtime=0.61 cores=1,3
/proc/18609/task/18611/stat : 18611 (java) R 18606 18609 16344 0 -1 4194368 5465 0 0 0 55 6 0 0 20 0 19 0 32131898 19452874752 106041 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
[pid=18609/tid=18620] ppid=18606 vsize=18996948 memory=10880 CPUtime=0 cores=1,3
/proc/18609/task/18620/stat : 18620 (Finalizer) S 18606 18609 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 32131900 19452874752 106041 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
[pid=18609/tid=18627] ppid=18606 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/18609/task/18627/stat : 18627 (Common-Cleaner) S 18606 18609 16344 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 32131901 19452874752 106041 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 424164 KiB

[startup+1.50025 s]
/proc/loadavg: 4.23 4.16 4.17 6/342 18628
/proc/meminfo: memFree=115231208/131250000 swapFree=33010684/33010684
[pid=18609] ppid=18606 vsize=18996948 memory=1005828 CPUtime=2.82 cores=1,3
/proc/18609/stat : 18609 (java) S 18606 18609 16344 0 -1 4194304 18490 0 0 0 259 23 0 0 20 0 19 0 32131897 19452874752 251457 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
/proc/18609/statm: 4749237 251457 5459 1 0 1682724 0
[pid=18609/tid=18611] ppid=18606 vsize=18996948 memory=3328 CPUtime=1.23 cores=1,3
/proc/18609/task/18611/stat : 18611 (java) R 18606 18609 16344 0 -1 4194368 5712 0 0 0 107 16 0 0 20 0 19 0 32131898 19452874752 251457 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
[pid=18609/tid=18620] ppid=18606 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/18609/task/18620/stat : 18620 (Finalizer) S 18606 18609 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 32131900 19452874752 251457 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
[pid=18609/tid=18627] ppid=18606 vsize=18996948 memory=10880 CPUtime=0 cores=1,3
/proc/18609/task/18627/stat : 18627 (Common-Cleaner) S 18606 18609 16344 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 32131901 19452874752 251457 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1005828 KiB

[startup+3.10568 s]
/proc/loadavg: 4.23 4.16 4.17 6/342 18628
/proc/meminfo: memFree=113166792/131250000 swapFree=33010684/33010684
[pid=18609] ppid=18606 vsize=18996948 memory=2774024 CPUtime=4.76 cores=1,3
/proc/18609/stat : 18609 (java) S 18606 18609 16344 0 -1 4194304 20061 0 0 0 418 58 0 0 20 0 19 0 32131897 19452874752 693506 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
/proc/18609/statm: 4749237 693506 5459 1 0 2163185 0
[pid=18609/tid=18611] ppid=18606 vsize=18996948 memory=10880 CPUtime=2.57 cores=1,3
/proc/18609/task/18611/stat : 18611 (java) R 18606 18609 16344 0 -1 4194368 6443 0 0 0 212 45 0 0 20 0 19 0 32131898 19452874752 693506 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
[pid=18609/tid=18620] ppid=18606 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/18609/task/18620/stat : 18620 (Finalizer) S 18606 18609 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 32131900 19452874752 693506 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
[pid=18609/tid=18627] ppid=18606 vsize=18996948 memory=5760 CPUtime=0 cores=1,3
/proc/18609/task/18627/stat : 18627 (Common-Cleaner) S 18606 18609 16344 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 32131901 19452874752 693506 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
Current children cumulated CPU time: 4.76 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2774024 KiB

[startup+6.30022 s]
/proc/loadavg: 4.21 4.16 4.17 5/342 18628
/proc/meminfo: memFree=111179828/131250000 swapFree=33010684/33010684
[pid=18609] ppid=18606 vsize=18996948 memory=4586328 CPUtime=8.42 cores=1,3
/proc/18609/stat : 18609 (java) S 18606 18609 16344 0 -1 4194304 21413 0 0 0 747 95 0 0 20 0 19 0 32131897 19452874752 1146582 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
/proc/18609/statm: 4749237 1146582 5459 1 0 2547572 0
[pid=18609/tid=18611] ppid=18606 vsize=18996948 memory=5760 CPUtime=5.31 cores=1,3
/proc/18609/task/18611/stat : 18611 (java) R 18606 18609 16344 0 -1 4194368 7286 0 0 0 452 79 0 0 20 0 19 0 32131898 19452874752 1146582 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
[pid=18609/tid=18620] ppid=18606 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/18609/task/18620/stat : 18620 (Finalizer) S 18606 18609 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 32131900 19452874752 1146582 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
[pid=18609/tid=18627] ppid=18606 vsize=18996948 memory=-6000919481380267118 CPUtime=0 cores=1,3
/proc/18609/task/18627/stat : 18627 (Common-Cleaner) S 18606 18609 16344 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 32131901 19452874752 1146582 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
Current children cumulated CPU time: 8.42 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 4586328 KiB

[startup+12.7002 s]
/proc/loadavg: 4.27 4.17 4.17 6/342 18628
/proc/meminfo: memFree=108507520/131250000 swapFree=33010684/33010684
[pid=18609] ppid=18606 vsize=18996948 memory=6983840 CPUtime=15.82 cores=1,3
/proc/18609/stat : 18609 (java) S 18606 18609 16344 0 -1 4194304 23927 0 0 0 1439 143 0 0 20 0 19 0 32131897 19452874752 1745960 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
/proc/18609/statm: 4749237 1745960 5459 1 0 3101134 0
[pid=18609/tid=18611] ppid=18606 vsize=18996948 memory=4619260 CPUtime=10.66 cores=1,3
/proc/18609/task/18611/stat : 18611 (java) R 18606 18609 16344 0 -1 4194368 8349 0 0 0 944 122 0 0 20 0 19 0 32131898 19452874752 1745960 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
[pid=18609/tid=18620] ppid=18606 vsize=18996948 memory=17536 CPUtime=0 cores=1,3
/proc/18609/task/18620/stat : 18620 (Finalizer) S 18606 18609 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 32131900 19452874752 1745960 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
[pid=18609/tid=18627] ppid=18606 vsize=18996948 memory=14720 CPUtime=0 cores=1,3
/proc/18609/task/18627/stat : 18627 (Common-Cleaner) S 18606 18609 16344 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 32131901 19452874752 1745960 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
Current children cumulated CPU time: 15.82 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 6983840 KiB

[startup+25.5007 s]
/proc/loadavg: 4.23 4.17 4.17 5/343 18629
/proc/meminfo: memFree=106028768/131250000 swapFree=33010684/33010684
[pid=18609] ppid=18606 vsize=19063512 memory=8888184 CPUtime=30.81 cores=1,3
/proc/18609/stat : 18609 (java) S 18606 18609 16344 0 -1 4194304 27214 0 0 0 2894 187 0 0 20 0 20 0 32131897 19521036288 2222046 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
/proc/18609/statm: 4765878 2222046 5491 1 0 3448521 0
[pid=18609/tid=18611] ppid=18606 vsize=19063512 memory=4619260 CPUtime=21.85 cores=1,3
/proc/18609/task/18611/stat : 18611 (java) R 18606 18609 16344 0 -1 4194368 9934 0 0 0 2030 155 0 0 20 0 20 0 32131898 19521036288 2222046 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
[pid=18609/tid=18620] ppid=18606 vsize=19063512 memory=-6000919481380267118 CPUtime=0 cores=1,3
/proc/18609/task/18620/stat : 18620 (Finalizer) S 18606 18609 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32131900 19521036288 2222046 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
[pid=18609/tid=18627] ppid=18606 vsize=19063512 memory=8857732 CPUtime=0 cores=1,3
/proc/18609/task/18627/stat : 18627 (Common-Cleaner) S 18606 18609 16344 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 32131901 19521036288 2222046 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
[pid=18609/tid=18629] ppid=18606 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/18609/task/18629/stat : 18629 (Timer-0) S 18606 18609 16344 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32134220 19521036288 2222046 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
Current children cumulated CPU time: 30.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8888184 KiB

[startup+51.1056 s]
/proc/loadavg: 4.21 4.17 4.17 5/341 18630
/proc/meminfo: memFree=105629388/131250000 swapFree=33010684/33010684
[pid=18609] ppid=18606 vsize=19063512 memory=8886972 CPUtime=57.97 cores=1,3
/proc/18609/stat : 18609 (java) S 18606 18609 16344 0 -1 4194304 33865 0 0 0 5600 197 0 0 20 0 20 0 32131897 19521036288 2221743 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
/proc/18609/statm: 4765878 2221743 5523 1 0 3448747 0
[pid=18609/tid=18611] ppid=18606 vsize=19063512 memory=8734196 CPUtime=47.38 cores=1,3
/proc/18609/task/18611/stat : 18611 (java) R 18606 18609 16344 0 -1 4194368 12109 0 0 0 4576 162 0 0 20 0 20 0 32131898 19521036288 2221743 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
[pid=18609/tid=18620] ppid=18606 vsize=19063512 memory=8886972 CPUtime=0 cores=1,3
/proc/18609/task/18620/stat : 18620 (Finalizer) S 18606 18609 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32131900 19521036288 2221743 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
[pid=18609/tid=18627] ppid=18606 vsize=19063512 memory=8886972 CPUtime=0 cores=1,3
/proc/18609/task/18627/stat : 18627 (Common-Cleaner) S 18606 18609 16344 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 32131901 19521036288 2221743 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
[pid=18609/tid=18629] ppid=18606 vsize=19063512 memory=6854780 CPUtime=0 cores=1,3
/proc/18609/task/18629/stat : 18629 (Timer-0) S 18606 18609 16344 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32134220 19521036288 2221743 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
Current children cumulated CPU time: 57.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8886972 KiB

[startup+102.3 s]
/proc/loadavg: 4.20 4.17 4.17 5/342 18633

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

Current children cumulated CPU time: 3302.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11039188 KiB

[startup+3402.3 s]
/proc/loadavg: 2.14 2.61 3.28 3/293 18877
/proc/meminfo: memFree=104887200/131250000 swapFree=33010684/33010684
[pid=18609] ppid=18606 vsize=19063512 memory=11256292 CPUtime=3362.15 cores=1,3
/proc/18609/stat : 18609 (java) S 18606 18609 16344 0 -1 4194304 301553 0 0 0 335487 728 0 0 20 0 20 0 32131897 19521036288 2814073 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
/proc/18609/statm: 4765878 2814073 5523 1 0 3449372 0
[pid=18609/tid=18611] ppid=18606 vsize=19063512 memory=10781140 CPUtime=3338.82 cores=1,3
/proc/18609/task/18611/stat : 18611 (java) R 18606 18609 16344 0 -1 4194368 173004 0 0 0 333348 534 0 0 20 0 20 0 32131898 19521036288 2814073 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
[pid=18609/tid=18620] ppid=18606 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/18609/task/18620/stat : 18620 (Finalizer) S 18606 18609 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32131900 19521036288 2814073 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
[pid=18609/tid=18627] ppid=18606 vsize=19063512 memory=11039188 CPUtime=0 cores=1,3
/proc/18609/task/18627/stat : 18627 (Common-Cleaner) S 18606 18609 16344 0 -1 4194368 5236 0 0 0 0 0 0 0 20 0 20 0 32131901 19521036288 2814073 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
[pid=18609/tid=18629] ppid=18606 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/18609/task/18629/stat : 18629 (Timer-0) S 18606 18609 16344 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32134220 19521036288 2814073 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
Current children cumulated CPU time: 3362.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11256292 KiB

[startup+3462.3 s]
/proc/loadavg: 2.11 2.51 3.20 3/293 18879
/proc/meminfo: memFree=104457436/131250000 swapFree=33010684/33010684
[pid=18609] ppid=18606 vsize=19063512 memory=11391488 CPUtime=3422.13 cores=1,3
/proc/18609/stat : 18609 (java) S 18606 18609 16344 0 -1 4194304 305946 0 0 0 341461 752 0 0 20 0 20 0 32131897 19521036288 2847872 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
/proc/18609/statm: 4765878 2847872 5523 1 0 3449372 0
[pid=18609/tid=18611] ppid=18606 vsize=19063512 memory=10781140 CPUtime=3398 cores=1,3
/proc/18609/task/18611/stat : 18611 (java) R 18606 18609 16344 0 -1 4194368 176876 0 0 0 339247 553 0 0 20 0 20 0 32131898 19521036288 2847872 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
[pid=18609/tid=18620] ppid=18606 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/18609/task/18620/stat : 18620 (Finalizer) S 18606 18609 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32131900 19521036288 2847872 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
[pid=18609/tid=18627] ppid=18606 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/18609/task/18627/stat : 18627 (Common-Cleaner) S 18606 18609 16344 0 -1 4194368 5236 0 0 0 0 0 0 0 20 0 20 0 32131901 19521036288 2847872 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
[pid=18609/tid=18629] ppid=18606 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/18609/task/18629/stat : 18629 (Timer-0) S 18606 18609 16344 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32134220 19521036288 2847872 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
Current children cumulated CPU time: 3422.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11391488 KiB

[startup+3522.3 s]
/proc/loadavg: 2.08 2.43 3.13 3/293 18881
/proc/meminfo: memFree=104155780/131250000 swapFree=33010684/33010684
[pid=18609] ppid=18606 vsize=19063512 memory=11391488 CPUtime=3482.18 cores=1,3
/proc/18609/stat : 18609 (java) S 18606 18609 16344 0 -1 4194304 315394 0 0 0 347445 773 0 0 20 0 20 0 32131897 19521036288 2847872 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
/proc/18609/statm: 4765878 2847872 5523 1 0 3449373 0
[pid=18609/tid=18611] ppid=18606 vsize=19063512 memory=11391488 CPUtime=3457.14 cores=1,3
/proc/18609/task/18611/stat : 18611 (java) R 18606 18609 16344 0 -1 4194368 183085 0 0 0 345141 573 0 0 20 0 20 0 32131898 19521036288 2847872 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
[pid=18609/tid=18620] ppid=18606 vsize=19063512 memory=17536 CPUtime=0 cores=1,3
/proc/18609/task/18620/stat : 18620 (Finalizer) S 18606 18609 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32131900 19521036288 2847872 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
[pid=18609/tid=18627] ppid=18606 vsize=19063512 memory=11391488 CPUtime=0 cores=1,3
/proc/18609/task/18627/stat : 18627 (Common-Cleaner) S 18606 18609 16344 0 -1 4194368 5365 0 0 0 0 0 0 0 20 0 20 0 32131901 19521036288 2847872 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
[pid=18609/tid=18629] ppid=18606 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/18609/task/18629/stat : 18629 (Timer-0) S 18606 18609 16344 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32134220 19521036288 2847872 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
Current children cumulated CPU time: 3482.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11391488 KiB

[startup+3582.3 s]
/proc/loadavg: 1.61 2.24 3.02 2/268 18916
/proc/meminfo: memFree=115379400/131250000 swapFree=33010684/33010684
[pid=18609] ppid=18606 vsize=19063512 memory=11391488 CPUtime=3541.99 cores=1,3
/proc/18609/stat : 18609 (java) S 18606 18609 16344 0 -1 4194304 321474 0 0 0 353415 784 0 0 20 0 20 0 32131897 19521036288 2847872 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
/proc/18609/statm: 4765878 2847872 5523 1 0 3449373 0
[pid=18609/tid=18611] ppid=18606 vsize=19063512 memory=11391488 CPUtime=3516.85 cores=1,3
/proc/18609/task/18611/stat : 18611 (java) R 18606 18609 16344 0 -1 4194368 188067 0 0 0 351103 582 0 0 20 0 20 0 32131898 19521036288 2847872 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
[pid=18609/tid=18620] ppid=18606 vsize=19063512 memory=11391488 CPUtime=0 cores=1,3
/proc/18609/task/18620/stat : 18620 (Finalizer) S 18606 18609 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32131900 19521036288 2847872 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
[pid=18609/tid=18627] ppid=18606 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/18609/task/18627/stat : 18627 (Common-Cleaner) S 18606 18609 16344 0 -1 4194368 5369 0 0 0 0 0 0 0 20 0 20 0 32131901 19521036288 2847872 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
[pid=18609/tid=18629] ppid=18606 vsize=19063512 memory=11391488 CPUtime=0 cores=1,3
/proc/18609/task/18629/stat : 18629 (Timer-0) S 18606 18609 16344 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32134220 19521036288 2847872 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
Current children cumulated CPU time: 3541.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11391488 KiB

[startup+3642.3 s]
/proc/loadavg: 1.22 2.01 2.89 2/268 18918
/proc/meminfo: memFree=115181972/131250000 swapFree=33010684/33010684
[pid=18609] ppid=18606 vsize=19063512 memory=11553712 CPUtime=3584.65 cores=1,3
/proc/18609/stat : 18609 (java) S 18606 18609 16344 0 -1 4194304 327429 0 0 0 357669 796 0 0 20 0 20 0 32131897 19521036288 2888428 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
/proc/18609/statm: 4765878 2888428 5523 1 0 3449474 0
[pid=18609/tid=18611] ppid=18606 vsize=19063512 memory=11391488 CPUtime=3558.53 cores=1,3
/proc/18609/task/18611/stat : 18611 (java) R 18606 18609 16344 0 -1 4194368 189566 0 0 0 355265 588 0 0 20 0 20 0 32131898 19521036288 2888428 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
[pid=18609/tid=18620] ppid=18606 vsize=19063512 memory=17536 CPUtime=0 cores=1,3
/proc/18609/task/18620/stat : 18620 (Finalizer) S 18606 18609 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32131900 19521036288 2888428 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
[pid=18609/tid=18627] ppid=18606 vsize=19063512 memory=11391488 CPUtime=0 cores=1,3
/proc/18609/task/18627/stat : 18627 (Common-Cleaner) S 18606 18609 16344 0 -1 4194368 5420 0 0 0 0 0 0 0 20 0 20 0 32131901 19521036288 2888428 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
[pid=18609/tid=18629] ppid=18606 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/18609/task/18629/stat : 18629 (Timer-0) S 18606 18609 16344 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32134220 19521036288 2888428 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
Current children cumulated CPU time: 3584.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11553712 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3658.6 s]
/proc/loadavg: 1.25 1.98 2.86 2/268 18918
/proc/meminfo: memFree=115182124/131250000 swapFree=33010684/33010684
[pid=18609] ppid=18606 vsize=19063512 memory=11553712 CPUtime=3600.02 cores=1,3
/proc/18609/stat : 18609 (java) S 18606 18609 16344 0 -1 4194304 327502 0 0 0 359206 796 0 0 20 0 20 0 32131897 19521036288 2888428 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
/proc/18609/statm: 4765878 2888428 5523 1 0 3449474 0
[pid=18609/tid=18611] ppid=18606 vsize=19063512 memory=-6000919481380267118 CPUtime=3573.9 cores=1,3
/proc/18609/task/18611/stat : 18611 (java) R 18606 18609 16344 0 -1 4194368 189631 0 0 0 356802 588 0 0 20 0 20 0 32131898 19521036288 2888428 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
[pid=18609/tid=18620] ppid=18606 vsize=19063512 memory=5480 CPUtime=0 cores=1,3
/proc/18609/task/18620/stat : 18620 (Finalizer) S 18606 18609 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32131900 19521036288 2888428 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
[pid=18609/tid=18627] ppid=18606 vsize=19063512 memory=6728 CPUtime=0 cores=1,3
/proc/18609/task/18627/stat : 18627 (Common-Cleaner) S 18606 18609 16344 0 -1 4194368 5420 0 0 0 0 0 0 0 20 0 20 0 32131901 19521036288 2888428 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
[pid=18609/tid=18629] ppid=18606 vsize=19063512 memory=11553712 CPUtime=0 cores=1,3
/proc/18609/task/18629/stat : 18629 (Timer-0) S 18606 18609 16344 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32134220 19521036288 2888428 18446744073709551615 94759200669696 94759200673392 140722299972656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94759200681208 94759200682000 94759203348480 140722299975984 140722299976166 140722299976166 140722299981768 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11553712 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3592.18 s, system=8.00177 s

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

[startup+3659.2 s]
/proc/loadavg: 1.25 1.98 2.86 1/250 18921
/proc/meminfo: memFree=115182124/131250000 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3660 s]*
/proc/loadavg: 1.25 1.98 2.86 1/250 18921
/proc/meminfo: memFree=115182124/131250000 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3660.4 s]
/proc/loadavg: 1.25 1.98 2.86 1/250 18921
/proc/meminfo: memFree=115182124/131250000 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3660.6 s]
/proc/loadavg: 1.25 1.98 2.86 1/250 18921
/proc/meminfo: memFree=115182124/131250000 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3688.21
CPU time (s): 3600.18
CPU user time (s): 3592.18
CPU system time (s): 8.00177
CPU usage (%): 97.6131
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 11554480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.18
system time used= 8.00178
maximum resident set size= 11554608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 330555
page faults= 0
swaps= 0
block input operations= 0
block output operations= 5765688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 122319
involuntary context switches= 6813


# summary of solver processes directly reported to runsolver:
#   pid: 18609
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3592.18
#   total CPU system time (s): 8.00177

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.41065 second user time and 17.5651 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-06-29 04:35:20
IDJOB=4503717
IDBENCH=155548
IDSOLVER=3364
FILE ID=nodeC027/4503717-1751164519
RUNJOBID= nodeC027-1751156506-16356
SLURM_JOB_ID= 9587479
Free space on /tmp= 432704 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-174.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4503717-1751164519/watcher-4503717-1751164519 -o /tmp/evaluation-result-4503717-1751164519/solver-4503717-1751164519 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751156506-16356 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4503717-1751164519 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4503717-1751164519.opb

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

MD5SUM BENCH= 5618df1e63c3ad3b10b24ba90f334740
RANDOM SEED=1027317662

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        115974856 kB
MemAvailable:   117978440 kB
Buffers:            3280 kB
Cached:          2811844 kB
SwapCached:            0 kB
Active:         12116664 kB
Inactive:        2570252 kB
Active(anon):   11889984 kB
Inactive(anon):        0 kB
Active(file):     226680 kB
Inactive(file):  2570252 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            310488 kB
Writeback:             0 kB
AnonPages:      11875308 kB
Mapped:           122680 kB
Shmem:             18068 kB
KReclaimable:      91384 kB
Slab:             178108 kB
SReclaimable:      91384 kB
SUnreclaim:        86724 kB
KernelStack:        5232 kB
PageTables:        26844 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   21062988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151496 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11636736 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:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432804 MiB
End job on nodeC027 at 2025-06-29 05:36:48