Trace number 4503716

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 2025-06-06? (TO) 3600.2 3594.14

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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	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.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.12	c Pseudo Boolean Optimization by upper bound
0.13/0.12	c --- Begin Solver configuration ---
0.13/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.12	c Learn all clauses as in MiniSAT
0.13/0.12	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	c Expensive reason simplification
0.13/0.12	c Glucose 2.1 dynamic restart strategy
0.13/0.12	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.13/0.12	c timeout=2147483s
0.13/0.12	c DB Simplification allowed=false
0.13/0.12	c Listener: none
0.13/0.12	c --- End Solver configuration ---
0.13/0.12	c solving HOME/instance-4503716-1751164702.opb
0.13/0.12	c reading problem ... 
0.13/0.13	c  no objective function found
27.27/22.99	c ... done. Wall clock time 22.859s.
27.27/22.99	c declared #vars     248659
27.27/22.99	c #constraints  5556400
27.27/22.99	c constraints type 
27.27/22.99	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1097691
27.27/22.99	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 19725
27.27/22.99	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 561013
27.27/22.99	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3877971
27.27/22.99	c 5556400 constraints processed.
34.85/29.67	c cleaning 2493 clauses out of 5002 with flag 30618/5002
42.15/36.62	c cleaning 4244 clauses out of 8509 with flag 73159/11002
49.45/44.00	c cleaning 5614 clauses out of 11263 with flag 118162/18000
58.27/52.63	c cleaning 6810 clauses out of 13651 with flag 170644/26002
66.56/60.97	c cleaning 7897 clauses out of 15839 with flag 218923/35000
75.94/70.32	c cleaning 8946 clauses out of 17942 with flag 276365/45000
87.63/82.01	c cleaning 9981 clauses out of 19996 with flag 341911/56000
153.93/148.29	c cleaning 11005 clauses out of 22015 with flag 754945/68000
188.60/182.90	c cleaning 11988 clauses out of 24011 with flag 2106835/81001
278.49/272.92	c cleaning 12995 clauses out of 26022 with flag 2957857/95000
349.12/343.60	c cleaning 14013 clauses out of 28027 with flag 4473268/110000
377.68/372.29	c cleaning 15007 clauses out of 30014 with flag 5210452/126000
398.48/393.09	c cleaning 15977 clauses out of 32008 with flag 6936322/143001
470.28/464.98	c cleaning 17015 clauses out of 34030 with flag 8718752/161000
628.92/623.82	c cleaning 17948 clauses out of 36015 with flag 11603166/180000
653.38/648.34	c cleaning 19018 clauses out of 38067 with flag 11764563/200000
717.58/712.60	c cleaning 19948 clauses out of 40050 with flag 12831439/221001
752.71/747.81	c cleaning 21033 clauses out of 42102 with flag 13142321/243001
782.45/777.63	c cleaning 22022 clauses out of 44069 with flag 13293043/266001
845.51/840.37	c cleaning 22846 clauses out of 46047 with flag 14888727/290001
937.22/932.18	c cleaning 24005 clauses out of 48200 with flag 18084314/315000
989.83/984.88	c cleaning 24939 clauses out of 50195 with flag 19846600/341000
1087.29/1082.42	c cleaning 25009 clauses out of 52256 with flag 23789961/368000
1140.51/1135.79	c cleaning 26811 clauses out of 55249 with flag 26959585/396002
1192.13/1187.49	c cleaning 28448 clauses out of 57436 with flag 30805051/425000
1263.59/1259.03	c cleaning 29457 clauses out of 58989 with flag 34673551/455001
1312.68/1307.97	c cleaning 29660 clauses out of 60531 with flag 36207071/486000
1413.34/1408.64	c cleaning 31233 clauses out of 62871 with flag 38504660/518000
1549.07/1543.84	c cleaning 32219 clauses out of 64638 with flag 41036603/551000
1620.44/1615.20	c cleaning 32114 clauses out of 66420 with flag 44413609/585001
1730.84/1725.51	c cleaning 34632 clauses out of 69305 with flag 47684672/620000
1919.64/1913.07	c cleaning 34454 clauses out of 70674 with flag 49498939/656001
1991.29/1984.81	c cleaning 35253 clauses out of 73219 with flag 52553651/693000
2033.75/2027.07	c cleaning 37968 clauses out of 75968 with flag 52783470/731002
2077.47/2070.88	c cleaning 38478 clauses out of 76998 with flag 53020133/770000
2126.78/2120.28	c cleaning 39239 clauses out of 78520 with flag 53286201/810000
2175.31/2168.80	c cleaning 40126 clauses out of 80282 with flag 53568198/851001
2226.34/2219.64	c cleaning 41061 clauses out of 82156 with flag 53852101/893001
2277.54/2270.92	c cleaning 42034 clauses out of 84095 with flag 54157611/936001
2331.56/2325.01	c cleaning 43015 clauses out of 86061 with flag 54480106/980001
2392.94/2386.58	c cleaning 44010 clauses out of 88045 with flag 54814862/1025000
2539.00/2532.71	c cleaning 44985 clauses out of 90036 with flag 56913657/1071001
2718.52/2712.35	c cleaning 45213 clauses out of 92052 with flag 60471520/1118002
2770.46/2764.35	c cleaning 47406 clauses out of 94838 with flag 60791583/1166001
2823.48/2817.02	c cleaning 48201 clauses out of 96431 with flag 61151081/1215000
2872.67/2866.37	c cleaning 49102 clauses out of 98230 with flag 61531868/1265000
2931.02/2924.42	c cleaning 50057 clauses out of 100130 with flag 61951061/1316002
3021.18/3014.74	c cleaning 51030 clauses out of 102071 with flag 62524608/1368000
3290.43/3284.09	c cleaning 51346 clauses out of 104041 with flag 65562246/1421000
3501.26/3495.09	c cleaning 53180 clauses out of 106688 with flag 68783303/1475000
3600.05/3594.02	c starts		: 2748
3600.05/3594.03	c timeout
3600.05/3594.03	c conflicts		: 1523680
3600.05/3594.03	c decisions		: 226901246
3600.05/3594.03	c propagations		: 7592082605
3600.05/3594.03	c inspects		: 31414048082
3600.05/3594.03	c shortcuts		: 0
3600.05/3594.03	c learnt literals	: 9
3600.05/3594.03	c learnt binary clauses	: 4564
3600.05/3594.03	c learnt ternary clauses	: 9183
3600.05/3594.03	c learnt constraints	: 1523671
3600.05/3594.03	c ignored constraints	: 0
3600.05/3594.03	c root simplifications	: 0
3600.05/3594.03	c removed literals (reason simplification)	: 13336745
3600.05/3594.03	c reason swapping (by a shorter reason)	: 0
3600.05/3594.03	c Calls to reduceDB	: 50
3600.05/3594.03	c Number of update (reduction) of LBD	: 869464
3600.05/3594.03	c Imported unit clauses	: 0
3600.05/3594.03	c No decision after first conflict	: false
3600.05/3594.03	c number of reductions to clauses (during analyze)	: 0
3600.05/3594.03	c number of learned constraints concerned by reduction	: 0
3600.05/3594.03	c number of learning phase by resolution	: 0
3600.05/3594.03	c number of learning phase by cutting planes	: 0
3600.05/3594.03	c number of rounding to 1 operations	: 0
3600.05/3594.03	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3594.03	c number of reductions of the coefficients by power 2 	: 0
3600.05/3594.03	c number of right shift for reduction by power 2 	: 0
3600.05/3594.03	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3594.03	c number of ending skipping 	: 0
3600.05/3594.03	c number of internal skipping 	: 0
3600.05/3594.03	c number of derivation steps 	: 0
3600.05/3594.03	c number of skipped derivation steps 	: 0
3600.05/3594.03	c number of remaining unassigned 	: 0
3600.05/3594.03	c number of remaining assigned 	: 0
3600.05/3594.03	c number of falsified literals weakened from reason	: 0
3600.05/3594.03	c number of falsified literals weakened from conflict	: 0
3600.05/3594.03	c time for arithmetic operations	: 0
3600.05/3594.03	c minimum degree of deleted constraints	: null
3600.05/3594.03	c maximum degree of deleted constraints	: null
3600.05/3594.03	c number of deleted constraints	: 0
3600.05/3594.04	c speed (assignments/second)	: 2126035.872544528
3600.05/3594.04	c non guided choices	: 82282361
3600.05/3594.08	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 97622
3600.05/3594.08	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 4564
3600.05/3594.09	s UNKNOWN
3600.05/3594.09	c Total wall clock time (in seconds): 3593.964

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4503716-1751164702/watcher-4503716-1751164702 -o /tmp/evaluation-result-4503716-1751164702/solver-4503716-1751164702 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751157346-19471 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4503716-1751164702.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 VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=22022, runsolver pid=22019

[startup+0.100061 s]*
/proc/loadavg: 4.32 4.24 4.19 6/338 22040
/proc/meminfo: memFree=124841884/131249996 swapFree=33010684/33010684
[pid=22022] ppid=22019 vsize=18930384 memory=57964 CPUtime=0.13 cores=4,6
/proc/22022/stat : 22022 (java) S 22019 22022 19460 0 -1 4194304 6608 0 0 0 11 2 0 0 20 0 18 0 32148068 19384713216 14491 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
/proc/22022/statm: 4732596 14491 5352 1 0 547642 0
[pid=22022/tid=22024] ppid=22019 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=4,6
/proc/22022/task/22024/stat : 22024 (java) R 22019 22022 19460 0 -1 4194368 5106 0 0 0 7 1 0 0 20 0 18 0 32148069 19384713216 14491 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
[pid=22022/tid=22033] ppid=22019 vsize=18930384 memory=224227754321 CPUtime=0 cores=4,6
/proc/22022/task/22033/stat : 22033 (Finalizer) S 22019 22022 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32148071 19384713216 14491 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
[pid=22022/tid=22040] ppid=22019 vsize=18930384 memory=58485492707711 CPUtime=0 cores=4,6
/proc/22022/task/22040/stat : 22040 (Common-Cleaner) S 22019 22022 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32148072 19384713216 14491 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57964 KiB

[startup+0.205725 s]*
/proc/loadavg: 4.32 4.24 4.19 7/338 22040
/proc/meminfo: memFree=124782568/131249996 swapFree=33010684/33010684
[pid=22022] ppid=22019 vsize=18930384 memory=125516 CPUtime=0.32 cores=4,6
/proc/22022/stat : 22022 (java) S 22019 22022 19460 0 -1 4194304 7072 0 0 0 29 3 0 0 20 0 18 0 32148068 19384713216 31379 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
/proc/22022/statm: 4732596 31379 5416 1 0 547915 0
[pid=22022/tid=22024] ppid=22019 vsize=18930384 memory=4026597660 CPUtime=0.19 cores=4,6
/proc/22022/task/22024/stat : 22024 (java) R 22019 22022 19460 0 -1 4194368 5340 0 0 0 16 3 0 0 20 0 18 0 32148069 19384713216 31379 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
[pid=22022/tid=22033] ppid=22019 vsize=18930384 memory=16195 CPUtime=0 cores=4,6
/proc/22022/task/22033/stat : 22033 (Finalizer) S 22019 22022 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32148071 19384713216 31379 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
[pid=22022/tid=22040] ppid=22019 vsize=18930384 memory=57385981051877 CPUtime=0 cores=4,6
/proc/22022/task/22040/stat : 22040 (Common-Cleaner) S 22019 22022 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32148072 19384713216 31379 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 125516 KiB

[startup+0.305743 s]*
/proc/loadavg: 4.32 4.24 4.19 6/339 22041
/proc/meminfo: memFree=124714536/131249996 swapFree=33010684/33010684
[pid=22022] ppid=22019 vsize=18996948 memory=183732 CPUtime=0.51 cores=4,6
/proc/22022/stat : 22022 (java) S 22019 22022 19460 0 -1 4194304 8734 0 0 0 46 5 0 0 20 0 19 0 32148068 19452874752 45933 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
/proc/22022/statm: 4749237 45933 5480 1 0 549237 0
[pid=22022/tid=22024] ppid=22019 vsize=18996948 memory=-6000919468478982765 CPUtime=0.27 cores=4,6
/proc/22022/task/22024/stat : 22024 (java) R 22019 22022 19460 0 -1 4194368 5367 0 0 0 24 3 0 0 20 0 19 0 32148069 19452874752 45933 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
[pid=22022/tid=22033] ppid=22019 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/22022/task/22033/stat : 22033 (Finalizer) S 22019 22022 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 32148071 19452874752 45933 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
[pid=22022/tid=22040] ppid=22019 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/22022/task/22040/stat : 22040 (Common-Cleaner) S 22019 22022 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 32148072 19452874752 45933 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 183732 KiB

[startup+0.700232 s]
/proc/loadavg: 4.32 4.24 4.19 6/339 22041
/proc/meminfo: memFree=124702248/131249996 swapFree=33010684/33010684
[pid=22022] ppid=22019 vsize=18996948 memory=482184 CPUtime=1.27 cores=4,6
/proc/22022/stat : 22022 (java) S 22019 22022 19460 0 -1 4194304 11779 0 0 0 115 12 0 0 20 0 19 0 32148068 19452874752 120546 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
/proc/22022/statm: 4749237 120546 5480 1 0 933378 0
[pid=22022/tid=22024] ppid=22019 vsize=18996948 memory=17280 CPUtime=0.61 cores=4,6
/proc/22022/task/22024/stat : 22024 (java) R 22019 22022 19460 0 -1 4194368 5502 0 0 0 52 9 0 0 20 0 19 0 32148069 19452874752 120546 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
[pid=22022/tid=22033] ppid=22019 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/22022/task/22033/stat : 22033 (Finalizer) S 22019 22022 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 32148071 19452874752 120546 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
[pid=22022/tid=22040] ppid=22019 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/22022/task/22040/stat : 22040 (Common-Cleaner) S 22019 22022 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 32148072 19452874752 120546 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 482184 KiB

[startup+1.50023 s]
/proc/loadavg: 4.32 4.24 4.19 6/339 22041
/proc/meminfo: memFree=124170720/131249996 swapFree=33010684/33010684
[pid=22022] ppid=22019 vsize=18996948 memory=1245872 CPUtime=2.84 cores=4,6
/proc/22022/stat : 22022 (java) S 22019 22022 19460 0 -1 4194304 18215 0 0 0 256 28 0 0 20 0 19 0 32148068 19452874752 311468 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
/proc/22022/statm: 4749237 311468 5480 1 0 1333794 0
[pid=22022/tid=22024] ppid=22019 vsize=18996948 memory=3328 CPUtime=1.31 cores=4,6
/proc/22022/task/22024/stat : 22024 (java) R 22019 22022 19460 0 -1 4194368 5852 0 0 0 109 22 0 0 20 0 19 0 32148069 19452874752 311468 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
[pid=22022/tid=22033] ppid=22019 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/22022/task/22033/stat : 22033 (Finalizer) S 22019 22022 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 32148071 19452874752 311468 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
[pid=22022/tid=22040] ppid=22019 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/22022/task/22040/stat : 22040 (Common-Cleaner) S 22019 22022 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 32148072 19452874752 311468 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1245872 KiB

[startup+3.10563 s]
/proc/loadavg: 4.32 4.24 4.19 5/339 22041
/proc/meminfo: memFree=122115604/131249996 swapFree=33010684/33010684
[pid=22022] ppid=22019 vsize=18996948 memory=2769064 CPUtime=4.69 cores=4,6
/proc/22022/stat : 22022 (java) S 22019 22022 19460 0 -1 4194304 19840 0 0 0 411 58 0 0 20 0 19 0 32148068 19452874752 692266 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
/proc/22022/statm: 4749237 692266 5480 1 0 1885277 0
[pid=22022/tid=22024] ppid=22019 vsize=18996948 memory=10752 CPUtime=2.64 cores=4,6
/proc/22022/task/22024/stat : 22024 (java) R 22019 22022 19460 0 -1 4194368 6480 0 0 0 216 48 0 0 20 0 19 0 32148069 19452874752 692266 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
[pid=22022/tid=22033] ppid=22019 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/22022/task/22033/stat : 22033 (Finalizer) S 22019 22022 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 32148071 19452874752 692266 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
[pid=22022/tid=22040] ppid=22019 vsize=18996948 memory=5760 CPUtime=0 cores=4,6
/proc/22022/task/22040/stat : 22040 (Common-Cleaner) S 22019 22022 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 32148072 19452874752 692266 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
Current children cumulated CPU time: 4.69 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2769064 KiB

[startup+6.3002 s]
/proc/loadavg: 4.29 4.23 4.19 5/339 22041
/proc/meminfo: memFree=119738168/131249996 swapFree=33010684/33010684
[pid=22022] ppid=22019 vsize=18996948 memory=5150008 CPUtime=8.38 cores=4,6
/proc/22022/stat : 22022 (java) S 22019 22022 19460 0 -1 4194304 21598 0 0 0 733 105 0 0 20 0 19 0 32148068 19452874752 1287502 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
/proc/22022/statm: 4749237 1287502 5480 1 0 2326046 0
[pid=22022/tid=22024] ppid=22019 vsize=18996948 memory=5760 CPUtime=5.36 cores=4,6
/proc/22022/task/22024/stat : 22024 (java) R 22019 22022 19460 0 -1 4194368 7429 0 0 0 450 86 0 0 20 0 19 0 32148069 19452874752 1287502 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
[pid=22022/tid=22033] ppid=22019 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/22022/task/22033/stat : 22033 (Finalizer) S 22019 22022 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 32148071 19452874752 1287502 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
[pid=22022/tid=22040] ppid=22019 vsize=18996948 memory=-6000919468478982765 CPUtime=0 cores=4,6
/proc/22022/task/22040/stat : 22040 (Common-Cleaner) S 22019 22022 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 32148072 19452874752 1287502 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
Current children cumulated CPU time: 8.38 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 5150008 KiB

[startup+12.7002 s]
/proc/loadavg: 4.27 4.23 4.18 6/339 22041
/proc/meminfo: memFree=117055820/131249996 swapFree=33010684/33010684
[pid=22022] ppid=22019 vsize=18996948 memory=7816408 CPUtime=15.74 cores=4,6
/proc/22022/stat : 22022 (java) S 22019 22022 19460 0 -1 4194304 24436 0 0 0 1416 158 0 0 20 0 19 0 32148068 19452874752 1954102 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
/proc/22022/statm: 4749237 1954102 5480 1 0 2961084 0
[pid=22022/tid=22024] ppid=22019 vsize=18996948 memory=5162316 CPUtime=10.75 cores=4,6
/proc/22022/task/22024/stat : 22024 (java) R 22019 22022 19460 0 -1 4194368 8648 0 0 0 941 134 0 0 20 0 19 0 32148069 19452874752 1954102 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
[pid=22022/tid=22033] ppid=22019 vsize=18996948 memory=17280 CPUtime=0 cores=4,6
/proc/22022/task/22033/stat : 22033 (Finalizer) S 22019 22022 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 32148071 19452874752 1954102 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
[pid=22022/tid=22040] ppid=22019 vsize=18996948 memory=14824 CPUtime=0 cores=4,6
/proc/22022/task/22040/stat : 22040 (Common-Cleaner) S 22019 22022 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 32148072 19452874752 1954102 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
Current children cumulated CPU time: 15.74 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 7816408 KiB

[startup+25.5002 s]
/proc/loadavg: 4.21 4.22 4.18 5/341 22043
/proc/meminfo: memFree=115560916/131249996 swapFree=33010684/33010684
[pid=22022] ppid=22019 vsize=19130076 memory=9313464 CPUtime=30.59 cores=4,6
/proc/22022/stat : 22022 (java) S 22019 22022 19460 0 -1 4194304 27503 0 0 0 2867 192 0 0 20 0 21 0 32148068 19589197824 2328366 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
/proc/22022/statm: 4782519 2328366 5480 1 0 3375540 0
[pid=22022/tid=22024] ppid=22019 vsize=19130076 memory=5162316 CPUtime=22.05 cores=4,6
/proc/22022/task/22024/stat : 22024 (java) R 22019 22022 19460 0 -1 4194368 10078 0 0 0 2046 159 0 0 20 0 21 0 32148069 19589197824 2328366 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
[pid=22022/tid=22033] ppid=22019 vsize=19130076 memory=-6000919468478982765 CPUtime=0 cores=4,6
/proc/22022/task/22033/stat : 22033 (Finalizer) S 22019 22022 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 32148071 19589197824 2328366 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
[pid=22022/tid=22040] ppid=22019 vsize=19130076 memory=9302464 CPUtime=0 cores=4,6
/proc/22022/task/22040/stat : 22040 (Common-Cleaner) S 22019 22022 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 32148072 19589197824 2328366 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
[pid=22022/tid=22043] ppid=22019 vsize=19130076 memory=14824 CPUtime=0 cores=4,6
/proc/22022/task/22043/stat : 22043 (Timer-0) S 22019 22022 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 32150372 19589197824 2328366 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
Current children cumulated CPU time: 30.59 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 9313464 KiB

[startup+51.1058 s]
/proc/loadavg: 4.20 4.21 4.18 5/342 22045
/proc/meminfo: memFree=115462660/131249996 swapFree=33010684/33010684
[pid=22022] ppid=22019 vsize=19130076 memory=9411500 CPUtime=56.71 cores=4,6
/proc/22022/stat : 22022 (java) S 22019 22022 19460 0 -1 4194304 33531 0 0 0 5475 196 0 0 20 0 21 0 32148068 19589197824 2352875 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
/proc/22022/statm: 4782519 2352875 5512 1 0 3375907 0
[pid=22022/tid=22024] ppid=22019 vsize=19130076 memory=9067944 CPUtime=47.59 cores=4,6
/proc/22022/task/22024/stat : 22024 (java) R 22019 22022 19460 0 -1 4194368 11169 0 0 0 4598 161 0 0 20 0 21 0 32148069 19589197824 2352875 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
[pid=22022/tid=22033] ppid=22019 vsize=19130076 memory=9397164 CPUtime=0 cores=4,6
/proc/22022/task/22033/stat : 22033 (Finalizer) S 22019 22022 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 32148071 19589197824 2352875 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
[pid=22022/tid=22040] ppid=22019 vsize=19130076 memory=9399212 CPUtime=0 cores=4,6
/proc/22022/task/22040/stat : 22040 (Common-Cleaner) S 22019 22022 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 32148072 19589197824 2352875 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
[pid=22022/tid=22043] ppid=22019 vsize=19130076 memory=7816408 CPUtime=0 cores=4,6
/proc/22022/task/22043/stat : 22043 (Timer-0) S 22019 22022 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 32150372 19589197824 2352875 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
Current children cumulated CPU time: 56.71 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 9411500 KiB

[startup+102.3 s]
/proc/loadavg: 4.13 4.19 4.18 5/341 22046

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

/proc/22022/task/22033/stat : 22033 (Finalizer) S 22019 22022 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 32148071 19589197824 3033307 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
[pid=22022/tid=22040] ppid=22019 vsize=19130076 memory=14824 CPUtime=0 cores=4,6
/proc/22022/task/22040/stat : 22040 (Common-Cleaner) S 22019 22022 19460 0 -1 4194368 2291 0 0 0 0 0 0 0 20 0 21 0 32148072 19589197824 3033307 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
[pid=22022/tid=22043] ppid=22019 vsize=19130076 memory=17280 CPUtime=0 cores=4,6
/proc/22022/task/22043/stat : 22043 (Timer-0) S 22019 22022 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 32150372 19589197824 3033307 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
Current children cumulated CPU time: 3228.84 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 12133228 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.11 4.10 6/340 22278
/proc/meminfo: memFree=106699956/131249996 swapFree=33010684/33010684
[pid=22022] ppid=22019 vsize=19130076 memory=12133228 CPUtime=3288.73 cores=4,6
/proc/22022/stat : 22022 (java) S 22019 22022 19460 0 -1 4194304 177296 0 0 0 328516 357 0 0 20 0 21 0 32148068 19589197824 3033307 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
/proc/22022/statm: 4782519 3033307 5512 1 0 3376333 0
[pid=22022/tid=22024] ppid=22019 vsize=19130076 memory=17280 CPUtime=3267.5 cores=4,6
/proc/22022/task/22024/stat : 22024 (java) R 22019 22022 19460 0 -1 4194368 115779 0 0 0 326569 181 0 0 20 0 21 0 32148069 19589197824 3033307 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
[pid=22022/tid=22033] ppid=22019 vsize=19130076 memory=12133228 CPUtime=0 cores=4,6
/proc/22022/task/22033/stat : 22033 (Finalizer) S 22019 22022 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 32148071 19589197824 3033307 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
[pid=22022/tid=22040] ppid=22019 vsize=19130076 memory=12133228 CPUtime=0 cores=4,6
/proc/22022/task/22040/stat : 22040 (Common-Cleaner) S 22019 22022 19460 0 -1 4194368 2313 0 0 0 0 0 0 0 20 0 21 0 32148072 19589197824 3033307 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
[pid=22022/tid=22043] ppid=22019 vsize=19130076 memory=10112 CPUtime=0 cores=4,6
/proc/22022/task/22043/stat : 22043 (Timer-0) S 22019 22022 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 32150372 19589197824 3033307 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
Current children cumulated CPU time: 3288.73 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 12133228 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.12 4.10 5/340 22282
/proc/meminfo: memFree=106699812/131249996 swapFree=33010684/33010684
[pid=22022] ppid=22019 vsize=19130076 memory=12133228 CPUtime=3348.62 cores=4,6
/proc/22022/stat : 22022 (java) S 22019 22022 19460 0 -1 4194304 179886 0 0 0 334503 359 0 0 20 0 21 0 32148068 19589197824 3033307 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
/proc/22022/statm: 4782519 3033307 5512 1 0 3376340 0
[pid=22022/tid=22024] ppid=22019 vsize=19130076 memory=12133228 CPUtime=3327.36 cores=4,6
/proc/22022/task/22024/stat : 22024 (java) R 22019 22022 19460 0 -1 4194368 118242 0 0 0 332555 181 0 0 20 0 21 0 32148069 19589197824 3033307 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
[pid=22022/tid=22033] ppid=22019 vsize=19130076 memory=17280 CPUtime=0 cores=4,6
/proc/22022/task/22033/stat : 22033 (Finalizer) S 22019 22022 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 32148071 19589197824 3033307 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
[pid=22022/tid=22040] ppid=22019 vsize=19130076 memory=14824 CPUtime=0 cores=4,6
/proc/22022/task/22040/stat : 22040 (Common-Cleaner) S 22019 22022 19460 0 -1 4194368 2353 0 0 0 0 0 0 0 20 0 21 0 32148072 19589197824 3033307 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
[pid=22022/tid=22043] ppid=22019 vsize=19130076 memory=14824 CPUtime=0 cores=4,6
/proc/22022/task/22043/stat : 22043 (Timer-0) S 22019 22022 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 32150372 19589197824 3033307 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
Current children cumulated CPU time: 3348.62 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 12133228 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.11 4.10 5/340 22284
/proc/meminfo: memFree=106527748/131249996 swapFree=33010684/33010684
[pid=22022] ppid=22019 vsize=19130076 memory=12133484 CPUtime=3408.73 cores=4,6
/proc/22022/stat : 22022 (java) S 22019 22022 19460 0 -1 4194304 184889 0 0 0 340512 361 0 0 20 0 21 0 32148068 19589197824 3033371 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
/proc/22022/statm: 4782519 3033371 5512 1 0 3376390 0
[pid=22022/tid=22024] ppid=22019 vsize=19130076 memory=17280 CPUtime=3387.22 cores=4,6
/proc/22022/task/22024/stat : 22024 (java) R 22019 22022 19460 0 -1 4194368 121883 0 0 0 338540 182 0 0 20 0 21 0 32148069 19589197824 3033371 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
[pid=22022/tid=22033] ppid=22019 vsize=19130076 memory=12133484 CPUtime=0 cores=4,6
/proc/22022/task/22033/stat : 22033 (Finalizer) S 22019 22022 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 32148071 19589197824 3033371 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
[pid=22022/tid=22040] ppid=22019 vsize=19130076 memory=12133484 CPUtime=0 cores=4,6
/proc/22022/task/22040/stat : 22040 (Common-Cleaner) S 22019 22022 19460 0 -1 4194368 2447 0 0 0 0 0 0 0 20 0 21 0 32148072 19589197824 3033371 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
[pid=22022/tid=22043] ppid=22019 vsize=19130076 memory=12133484 CPUtime=0 cores=4,6
/proc/22022/task/22043/stat : 22043 (Timer-0) S 22019 22022 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 32150372 19589197824 3033371 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
Current children cumulated CPU time: 3408.73 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 12133484 KiB

[startup+3462.3 s]
/proc/loadavg: 3.94 4.07 4.08 4/316 22321
/proc/meminfo: memFree=110377792/131249996 swapFree=33010684/33010684
[pid=22022] ppid=22019 vsize=19130076 memory=12133484 CPUtime=3468.63 cores=4,6
/proc/22022/stat : 22022 (java) S 22019 22022 19460 0 -1 4194304 187579 0 0 0 346500 363 0 0 20 0 21 0 32148068 19589197824 3033371 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
/proc/22022/statm: 4782519 3033371 5512 1 0 3376390 0
[pid=22022/tid=22024] ppid=22019 vsize=19130076 memory=17280 CPUtime=3447.08 cores=4,6
/proc/22022/task/22024/stat : 22024 (java) R 22019 22022 19460 0 -1 4194368 124378 0 0 0 344526 182 0 0 20 0 21 0 32148069 19589197824 3033371 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
[pid=22022/tid=22033] ppid=22019 vsize=19130076 memory=12133484 CPUtime=0 cores=4,6
/proc/22022/task/22033/stat : 22033 (Finalizer) S 22019 22022 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 32148071 19589197824 3033371 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
[pid=22022/tid=22040] ppid=22019 vsize=19130076 memory=4380 CPUtime=0 cores=4,6
/proc/22022/task/22040/stat : 22040 (Common-Cleaner) S 22019 22022 19460 0 -1 4194368 2550 0 0 0 0 0 0 0 20 0 21 0 32148072 19589197824 3033371 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
[pid=22022/tid=22043] ppid=22019 vsize=19130076 memory=0 CPUtime=0 cores=4,6
/proc/22022/task/22043/stat : 22043 (Timer-0) S 22019 22022 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 32150372 19589197824 3033371 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
Current children cumulated CPU time: 3468.63 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 12133484 KiB

[startup+3522.3 s]
/proc/loadavg: 3.46 3.91 4.02 4/316 22323
/proc/meminfo: memFree=110279324/131249996 swapFree=33010684/33010684
[pid=22022] ppid=22019 vsize=19130076 memory=12133484 CPUtime=3528.5 cores=4,6
/proc/22022/stat : 22022 (java) S 22019 22022 19460 0 -1 4194304 190075 0 0 0 352486 364 0 0 20 0 21 0 32148068 19589197824 3033371 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
/proc/22022/statm: 4782519 3033371 5512 1 0 3376398 0
[pid=22022/tid=22024] ppid=22019 vsize=19130076 memory=12133484 CPUtime=3506.92 cores=4,6
/proc/22022/task/22024/stat : 22024 (java) R 22019 22022 19460 0 -1 4194368 126577 0 0 0 350510 182 0 0 20 0 21 0 32148069 19589197824 3033371 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
[pid=22022/tid=22033] ppid=22019 vsize=19130076 memory=4380 CPUtime=0 cores=4,6
/proc/22022/task/22033/stat : 22033 (Finalizer) S 22019 22022 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 32148071 19589197824 3033371 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
[pid=22022/tid=22040] ppid=22019 vsize=19130076 memory=14824 CPUtime=0 cores=4,6
/proc/22022/task/22040/stat : 22040 (Common-Cleaner) S 22019 22022 19460 0 -1 4194368 2624 0 0 0 0 0 0 0 20 0 21 0 32148072 19589197824 3033371 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
[pid=22022/tid=22043] ppid=22019 vsize=19130076 memory=-6000919468478982765 CPUtime=0 cores=4,6
/proc/22022/task/22043/stat : 22043 (Timer-0) S 22019 22022 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 32150372 19589197824 3033371 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
Current children cumulated CPU time: 3528.5 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 12133484 KiB

[startup+3582.3 s]
/proc/loadavg: 3.01 3.71 3.94 3/291 22359
/proc/meminfo: memFree=114018640/131249996 swapFree=33010684/33010684
[pid=22022] ppid=22019 vsize=19130076 memory=12133484 CPUtime=3588.36 cores=4,6
/proc/22022/stat : 22022 (java) S 22019 22022 19460 0 -1 4194304 193224 0 0 0 358470 366 0 0 20 0 21 0 32148068 19589197824 3033371 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
/proc/22022/statm: 4782519 3033371 5512 1 0 3376402 0
[pid=22022/tid=22024] ppid=22019 vsize=19130076 memory=12133484 CPUtime=3566.75 cores=4,6
/proc/22022/task/22024/stat : 22024 (java) R 22019 22022 19460 0 -1 4194368 129477 0 0 0 356493 182 0 0 20 0 21 0 32148069 19589197824 3033371 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
[pid=22022/tid=22033] ppid=22019 vsize=19130076 memory=12133484 CPUtime=0 cores=4,6
/proc/22022/task/22033/stat : 22033 (Finalizer) S 22019 22022 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 32148071 19589197824 3033371 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
[pid=22022/tid=22040] ppid=22019 vsize=19130076 memory=14824 CPUtime=0 cores=4,6
/proc/22022/task/22040/stat : 22040 (Common-Cleaner) S 22019 22022 19460 0 -1 4194368 2744 0 0 0 0 0 0 0 20 0 21 0 32148072 19589197824 3033371 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
[pid=22022/tid=22043] ppid=22019 vsize=19130076 memory=17280 CPUtime=0 cores=4,6
/proc/22022/task/22043/stat : 22043 (Timer-0) S 22019 22022 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 32150372 19589197824 3033371 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
Current children cumulated CPU time: 3588.36 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 12133484 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3594 s]*
/proc/loadavg: 2.86 3.65 3.92 3/290 22359
/proc/meminfo: memFree=114018640/131249996 swapFree=33010684/33010684
[pid=22022] ppid=22019 vsize=19130076 memory=12133484 CPUtime=3600.05 cores=4,6
/proc/22022/stat : 22022 (java) S 22019 22022 19460 0 -1 4194304 193773 0 0 0 359638 367 0 0 20 0 21 0 32148068 19589197824 3033371 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
/proc/22022/statm: 4782519 3033371 5512 1 0 3376403 0
[pid=22022/tid=22024] ppid=22019 vsize=19130076 memory=-6000919468445362797 CPUtime=3578.42 cores=4,6
/proc/22022/task/22024/stat : 22024 (java) R 22019 22022 19460 0 -1 4194368 130020 0 0 0 357660 182 0 0 20 0 21 0 32148069 19589197824 3033371 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
[pid=22022/tid=22033] ppid=22019 vsize=19130076 memory=7078325588679761428 CPUtime=0 cores=4,6
/proc/22022/task/22033/stat : 22033 (Finalizer) S 22019 22022 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 32148071 19589197824 3033371 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
[pid=22022/tid=22040] ppid=22019 vsize=19130076 memory=25372 CPUtime=0 cores=4,6
/proc/22022/task/22040/stat : 22040 (Common-Cleaner) S 22019 22022 19460 0 -1 4194368 2744 0 0 0 0 0 0 0 20 0 21 0 32148072 19589197824 3033371 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
[pid=22022/tid=22043] ppid=22019 vsize=19130076 memory=6736 CPUtime=0 cores=4,6
/proc/22022/task/22043/stat : 22043 (Timer-0) S 22019 22022 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 32150372 19589197824 3033371 18446744073709551615 93881753808896 93881753812592 140735060114800 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93881753820408 93881753821200 93881764270080 140735060117889 140735060117990 140735060117990 140735060123592 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 12133484 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.5 s, system=3.70549 s

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

[startup+3594.11 s]*
/proc/loadavg: 2.86 3.65 3.92 3/271 22362
/proc/meminfo: memFree=116138580/131249996 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3594.14
CPU time (s): 3600.2
CPU user time (s): 3596.5
CPU system time (s): 3.70549
CPU usage (%): 100.169
Max. virtual memory (cumulated for all children) (KiB): 19130076
Max. memory (cumulated for all children) (KiB): 12133484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.5
system time used= 3.70549
maximum resident set size= 12134764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 196733
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 157927
involuntary context switches= 3278


# summary of solver processes directly reported to runsolver:
#   pid: 22022
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3596.5
#   total CPU system time (s): 3.70549

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.8087 second user time and 16.9469 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-06-29 04:38:23
IDJOB=4503716
IDBENCH=155548
IDSOLVER=3363
FILE ID=nodeC017/4503716-1751164702
RUNJOBID= nodeC017-1751157346-19471
SLURM_JOB_ID= 9587483
Free space on /tmp= 432668 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-174.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4503716-1751164702/watcher-4503716-1751164702 -o /tmp/evaluation-result-4503716-1751164702/solver-4503716-1751164702 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751157346-19471 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4503716-1751164702.opb

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

MD5SUM BENCH= 5618df1e63c3ad3b10b24ba90f334740
RANDOM SEED=1987164646

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        124858768 kB
MemAvailable:   124919008 kB
Buffers:            3280 kB
Cached:           870592 kB
SwapCached:            0 kB
Active:          5189396 kB
Inactive:         616988 kB
Active(anon):    4950648 kB
Inactive(anon):        0 kB
Active(file):     238748 kB
Inactive(file):   616988 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            266480 kB
Writeback:             0 kB
AnonPages:       4935176 kB
Mapped:           122624 kB
Shmem:             18080 kB
KReclaimable:      87088 kB
Slab:             170696 kB
SReclaimable:      87088 kB
SUnreclaim:        83608 kB
KernelStack:        5200 kB
PageTables:        13404 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   18857116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151432 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4698112 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:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432756 MiB
End job on nodeC017 at 2025-06-29 05:38:17