Trace number 4492408

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.19 3574.13

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB05/aloul/
FPGA_SAT05/normalized-chnl35_40_pb.cnf.cr.opb
MD5SUM6180e07a8a28dc9855a92185a7357651
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.013872
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2800
Total number of constraints150
Number of constraints which are clauses80
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint35
Maximum length of a constraint40
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 41
Number of bits of the biggest sum of numbers6
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	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.11/0.10	c Number of processors 	2
0.11/0.13	c Pseudo Boolean Optimization by upper bound
0.11/0.13	c --- Begin Solver configuration ---
0.11/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.11/0.13	c Learn all clauses as in MiniSAT
0.11/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.13	c Expensive reason simplification
0.11/0.13	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.13	c timeout=2147483s
0.11/0.13	c DB Simplification allowed=false
0.11/0.13	c Listener: none
0.11/0.13	c --- End Solver configuration ---
0.11/0.13	c solving HOME/instance-4492408-1751145724.opb
0.11/0.13	c reading problem ... 
0.11/0.14	c  no objective function found
0.11/0.19	c ... done. Wall clock time 0.051s.
0.11/0.19	c declared #vars     2800
0.11/0.19	c #constraints  150
0.11/0.19	c constraints type 
0.11/0.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
0.11/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 80
0.11/0.19	c 150 constraints processed.
1.80/1.30	c cleaning 2498 clauses out of 5001 with flag 32390/5001
3.18/2.43	c cleaning 4240 clauses out of 8502 with flag 73092/11000
4.19/3.44	c cleaning 5606 clauses out of 11263 with flag 116671/18001
6.17/5.20	c cleaning 6679 clauses out of 13656 with flag 174337/26000
10.33/9.36	c cleaning 7983 clauses out of 15977 with flag 291963/35000
15.86/14.76	c cleaning 8997 clauses out of 17995 with flag 425175/45001
20.29/19.03	c cleaning 9995 clauses out of 19997 with flag 582946/56000
26.76/25.39	c cleaning 11001 clauses out of 22004 with flag 758841/68002
39.42/37.97	c cleaning 11999 clauses out of 24006 with flag 953347/81005
51.48/49.85	c cleaning 13001 clauses out of 26002 with flag 1160706/95000
59.02/57.20	c cleaning 13996 clauses out of 28001 with flag 1361924/110000
68.20/65.95	c cleaning 15002 clauses out of 30005 with flag 1524249/126000
80.71/78.24	c cleaning 15991 clauses out of 32004 with flag 1667307/143001
97.78/95.20	c cleaning 17001 clauses out of 34014 with flag 1828221/161002
115.27/112.59	c cleaning 18002 clauses out of 36011 with flag 2002154/180000
136.73/133.23	c cleaning 18997 clauses out of 38010 with flag 2191075/200001
159.92/156.23	c cleaning 20003 clauses out of 40016 with flag 2378100/221004
185.25/181.27	c cleaning 20998 clauses out of 42010 with flag 2569556/243001
204.42/200.26	c cleaning 22000 clauses out of 44012 with flag 2763035/266001
232.83/228.23	c cleaning 22996 clauses out of 46012 with flag 3011167/290001
262.15/256.65	c cleaning 23998 clauses out of 48016 with flag 3259824/315001
299.32/293.72	c cleaning 24997 clauses out of 50017 with flag 3499081/341000
340.05/334.29	c cleaning 25993 clauses out of 52022 with flag 3758825/368002
381.79/375.75	c cleaning 26985 clauses out of 54028 with flag 4031134/396001
426.82/420.52	c cleaning 28016 clauses out of 56043 with flag 4322255/425001
464.87/457.37	c cleaning 29008 clauses out of 58026 with flag 4596878/455000
512.41/504.47	c cleaning 30007 clauses out of 60025 with flag 4865130/486007
558.18/549.98	c cleaning 31000 clauses out of 62015 with flag 5163728/518004
596.15/587.63	c cleaning 31995 clauses out of 64014 with flag 5436191/551003
647.90/639.15	c cleaning 33003 clauses out of 66021 with flag 5707730/585005
697.27/688.32	c cleaning 33999 clauses out of 68013 with flag 6015702/620000
757.19/747.98	c cleaning 35003 clauses out of 70014 with flag 6335035/656000
806.94/796.52	c cleaning 35995 clauses out of 72011 with flag 6736198/693000
861.10/850.42	c cleaning 36991 clauses out of 74016 with flag 7117813/731000
915.79/904.82	c cleaning 38006 clauses out of 76026 with flag 7541381/770001
985.16/973.81	c cleaning 39006 clauses out of 78019 with flag 7962711/810000
1056.39/1044.82	c cleaning 40003 clauses out of 80013 with flag 8411462/851000
1135.24/1123.58	c cleaning 40996 clauses out of 82010 with flag 8847632/893000
1222.71/1210.67	c cleaning 42001 clauses out of 84016 with flag 9299597/936002
1311.69/1299.46	c cleaning 42996 clauses out of 86016 with flag 9793919/980003
1404.67/1390.40	c cleaning 44002 clauses out of 88017 with flag 10326138/1025000
1499.00/1484.49	c cleaning 45001 clauses out of 90016 with flag 10814667/1071001
1598.50/1583.61	c cleaning 45994 clauses out of 92017 with flag 11335616/1118003
1705.53/1690.66	c cleaning 47000 clauses out of 94020 with flag 11899874/1166000
1794.86/1779.74	c cleaning 47984 clauses out of 96020 with flag 12424575/1215000
1862.57/1847.16	c cleaning 49013 clauses out of 98037 with flag 12857506/1265001
1942.97/1927.20	c cleaning 50002 clauses out of 100023 with flag 13269810/1316000
2011.26/1995.15	c cleaning 51005 clauses out of 102024 with flag 13705326/1368003
2086.91/2070.40	c cleaning 51999 clauses out of 104016 with flag 14185045/1421000
2166.84/2150.00	c cleaning 53005 clauses out of 106018 with flag 14659945/1475001
2235.93/2218.76	c cleaning 54003 clauses out of 108013 with flag 15094897/1530001
2347.43/2328.23	c cleaning 54992 clauses out of 110009 with flag 15536826/1586000
2452.74/2433.20	c cleaning 56003 clauses out of 112019 with flag 16019827/1643002
2542.06/2522.14	c cleaning 57001 clauses out of 114014 with flag 16505015/1701000
2632.48/2612.11	c cleaning 58001 clauses out of 116014 with flag 16983469/1760001
2737.44/2716.61	c cleaning 59002 clauses out of 118013 with flag 17477060/1820001
2875.06/2854.00	c cleaning 60003 clauses out of 120014 with flag 17954854/1881004
2955.60/2934.37	c cleaning 60998 clauses out of 122007 with flag 18532575/1943000
3046.38/3025.00	c cleaning 62004 clauses out of 124013 with flag 19028439/2006004
3144.70/3122.97	c cleaning 62996 clauses out of 126006 with flag 19593461/2070001
3251.13/3228.89	c cleaning 64000 clauses out of 128011 with flag 20117028/2135002
3387.37/3362.15	c cleaning 65000 clauses out of 130010 with flag 20614458/2201001
3482.51/3457.10	c cleaning 66002 clauses out of 132009 with flag 21132677/2268000
3576.87/3550.86	c cleaning 66995 clauses out of 134007 with flag 21687018/2336000
3600.03/3574.02	c starts		: 1806
3600.03/3574.03	c timeout
3600.03/3574.03	c conflicts		: 2356946
3600.03/3574.03	c decisions		: 4116410
3600.03/3574.03	c propagations		: 51166702
3600.03/3574.03	c inspects		: 9529145166
3600.03/3574.03	c shortcuts		: 0
3600.03/3574.03	c learnt literals	: 0
3600.03/3574.03	c learnt binary clauses	: 0
3600.03/3574.03	c learnt ternary clauses	: 0
3600.03/3574.03	c learnt constraints	: 2356946
3600.03/3574.03	c ignored constraints	: 0
3600.03/3574.03	c root simplifications	: 0
3600.03/3574.03	c removed literals (reason simplification)	: 51851560
3600.03/3574.03	c reason swapping (by a shorter reason)	: 0
3600.03/3574.03	c Calls to reduceDB	: 64
3600.03/3574.03	c Number of update (reduction) of LBD	: 1713130
3600.03/3574.03	c Imported unit clauses	: 0
3600.03/3574.03	c No decision after first conflict	: false
3600.03/3574.03	c number of reductions to clauses (during analyze)	: 0
3600.03/3574.03	c number of learned constraints concerned by reduction	: 0
3600.03/3574.03	c number of learning phase by resolution	: 0
3600.03/3574.03	c number of learning phase by cutting planes	: 0
3600.03/3574.03	c number of rounding to 1 operations	: 0
3600.03/3574.03	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3574.03	c number of reductions of the coefficients by power 2 	: 0
3600.03/3574.03	c number of right shift for reduction by power 2 	: 0
3600.03/3574.03	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3574.03	c number of ending skipping 	: 0
3600.03/3574.03	c number of internal skipping 	: 0
3600.03/3574.03	c number of derivation steps 	: 0
3600.03/3574.03	c number of skipped derivation steps 	: 0
3600.03/3574.03	c number of remaining unassigned 	: 0
3600.03/3574.03	c number of remaining assigned 	: 0
3600.03/3574.03	c number of falsified literals weakened from reason	: 0
3600.03/3574.03	c number of falsified literals weakened from conflict	: 0
3600.03/3574.03	c time for arithmetic operations	: 0
3600.03/3574.03	c minimum degree of deleted constraints	: null
3600.03/3574.03	c maximum degree of deleted constraints	: null
3600.03/3574.03	c number of deleted constraints	: 0
3600.03/3574.04	c speed (assignments/second)	: 14316.99369082702
3600.03/3574.04	c non guided choices	: 6461
3600.03/3574.08	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 87958
3600.03/3574.08	s UNKNOWN
3600.03/3574.08	c Total wall clock time (in seconds): 3573.95

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4492408-1751145724/watcher-4492408-1751145724 -o /tmp/evaluation-result-4492408-1751145724/solver-4492408-1751145724 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751145706-14500 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4492408-1751145724.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100059 s]*
/proc/loadavg: 2.36 1.45 1.98 7/343 15096
/proc/meminfo: memFree=129520948/131250000 swapFree=33010684/33010684
[pid=15078] ppid=15075 vsize=18930384 memory=55584 CPUtime=0.11 cores=0,2
/proc/15078/stat : 15078 (java) S 15075 15078 14490 0 -1 4194304 6529 0 0 0 10 1 0 0 20 0 18 0 30252281 19384713216 13896 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
/proc/15078/statm: 4732596 13896 5347 1 0 547603 0
[pid=15078/tid=15080] ppid=15075 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/15078/task/15080/stat : 15080 (java) R 15075 15078 14490 0 -1 4194368 5047 0 0 0 6 1 0 0 20 0 18 0 30252282 19384713216 13896 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
[pid=15078/tid=15089] ppid=15075 vsize=18930384 memory=241407623509 CPUtime=0 cores=0,2
/proc/15078/task/15089/stat : 15089 (Finalizer) S 15075 15078 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30252284 19384713216 13896 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
[pid=15078/tid=15096] ppid=15075 vsize=18930384 memory=61784027586760 CPUtime=0 cores=0,2
/proc/15078/task/15096/stat : 15096 (Common-Cleaner) S 15075 15078 14490 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30252284 19384713216 13896 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55584 KiB

[startup+0.205845 s]*
/proc/loadavg: 2.36 1.45 1.98 7/344 15097
/proc/meminfo: memFree=129510500/131250000 swapFree=33010684/33010684
[pid=15078] ppid=15075 vsize=18996948 memory=66144 CPUtime=0.31 cores=0,2
/proc/15078/stat : 15078 (java) S 15075 15078 14490 0 -1 4194304 7061 0 0 0 29 2 0 0 20 0 19 0 30252281 19452874752 16536 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
/proc/15078/statm: 4749237 16536 5443 1 0 548210 0
[pid=15078/tid=15080] ppid=15075 vsize=18996948 memory=4026597660 CPUtime=0.17 cores=0,2
/proc/15078/task/15080/stat : 15080 (java) R 15075 15078 14490 0 -1 4194368 5303 0 0 0 16 1 0 0 20 0 19 0 30252282 19452874752 16536 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
[pid=15078/tid=15089] ppid=15075 vsize=18996948 memory=18954 CPUtime=0 cores=0,2
/proc/15078/task/15089/stat : 15089 (Finalizer) S 15075 15078 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30252284 19452874752 16536 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
[pid=15078/tid=15096] ppid=15075 vsize=18996948 memory=60684515935208 CPUtime=0 cores=0,2
/proc/15078/task/15096/stat : 15096 (Common-Cleaner) S 15075 15078 14490 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 30252284 19452874752 16536 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
[pid=15078/tid=15097] ppid=15075 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/15078/task/15097/stat : 15097 (Timer-0) S 15075 15078 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30252300 19452874752 16536 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 66144 KiB

[startup+0.305759 s]*
/proc/loadavg: 2.36 1.45 1.98 6/344 15097
/proc/meminfo: memFree=129510500/131250000 swapFree=33010684/33010684
[pid=15078] ppid=15075 vsize=18996948 memory=70060 CPUtime=0.5 cores=0,2
/proc/15078/stat : 15078 (java) S 15075 15078 14490 0 -1 4194304 9627 0 0 0 48 2 0 0 20 0 19 0 30252281 19452874752 17515 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
/proc/15078/statm: 4749237 17515 5443 1 0 549138 0
[pid=15078/tid=15080] ppid=15075 vsize=18996948 memory=-6000919485558187886 CPUtime=0.26 cores=0,2
/proc/15078/task/15080/stat : 15080 (java) R 15075 15078 14490 0 -1 4194368 5310 0 0 0 25 1 0 0 20 0 19 0 30252282 19452874752 17515 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
[pid=15078/tid=15089] ppid=15075 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/15078/task/15089/stat : 15089 (Finalizer) S 15075 15078 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30252284 19452874752 17515 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
[pid=15078/tid=15096] ppid=15075 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/15078/task/15096/stat : 15096 (Common-Cleaner) S 15075 15078 14490 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 30252284 19452874752 17515 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
[pid=15078/tid=15097] ppid=15075 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/15078/task/15097/stat : 15097 (Timer-0) S 15075 15078 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30252300 19452874752 17515 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 70060 KiB

[startup+0.700222 s]
/proc/loadavg: 2.36 1.45 1.98 6/344 15097
/proc/meminfo: memFree=129502372/131250000 swapFree=33010684/33010684
[pid=15078] ppid=15075 vsize=18996948 memory=81484 CPUtime=1.24 cores=0,2
/proc/15078/stat : 15078 (java) S 15075 15078 14490 0 -1 4194304 11282 0 0 0 121 3 0 0 20 0 19 0 30252281 19452874752 20371 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
/proc/15078/statm: 4749237 20371 5443 1 0 550363 0
[pid=15078/tid=15080] ppid=15075 vsize=18996948 memory=17280 CPUtime=0.64 cores=0,2
/proc/15078/task/15080/stat : 15080 (java) R 15075 15078 14490 0 -1 4194368 5317 0 0 0 63 1 0 0 20 0 19 0 30252282 19452874752 20371 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
[pid=15078/tid=15089] ppid=15075 vsize=18996948 memory=10880 CPUtime=0 cores=0,2
/proc/15078/task/15089/stat : 15089 (Finalizer) S 15075 15078 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30252284 19452874752 20371 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
[pid=15078/tid=15096] ppid=15075 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/15078/task/15096/stat : 15096 (Common-Cleaner) S 15075 15078 14490 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 30252284 19452874752 20371 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
[pid=15078/tid=15097] ppid=15075 vsize=18996948 memory=4760 CPUtime=0 cores=0,2
/proc/15078/task/15097/stat : 15097 (Timer-0) S 15075 15078 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30252300 19452874752 20371 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 81484 KiB

[startup+1.50024 s]
/proc/loadavg: 2.36 1.45 1.98 5/344 15097
/proc/meminfo: memFree=129494180/131250000 swapFree=33010684/33010684
[pid=15078] ppid=15075 vsize=18996948 memory=93432 CPUtime=2.24 cores=0,2
/proc/15078/stat : 15078 (java) S 15075 15078 14490 0 -1 4194304 16014 0 0 0 220 4 0 0 20 0 19 0 30252281 19452874752 23358 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
/proc/15078/statm: 4749237 23358 5443 1 0 550709 0
[pid=15078/tid=15080] ppid=15075 vsize=18996948 memory=0 CPUtime=1.43 cores=0,2
/proc/15078/task/15080/stat : 15080 (java) R 15075 15078 14490 0 -1 4194368 6369 0 0 0 142 1 0 0 20 0 19 0 30252282 19452874752 23358 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
[pid=15078/tid=15089] ppid=15075 vsize=18996948 memory=10880 CPUtime=0 cores=0,2
/proc/15078/task/15089/stat : 15089 (Finalizer) S 15075 15078 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30252284 19452874752 23358 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
[pid=15078/tid=15096] ppid=15075 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/15078/task/15096/stat : 15096 (Common-Cleaner) S 15075 15078 14490 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 30252284 19452874752 23358 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
[pid=15078/tid=15097] ppid=15075 vsize=18996948 memory=4760 CPUtime=0 cores=0,2
/proc/15078/task/15097/stat : 15097 (Timer-0) S 15075 15078 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30252300 19452874752 23358 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
Current children cumulated CPU time: 2.24 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 93432 KiB

[startup+3.1056 s]
/proc/loadavg: 2.49 1.50 1.99 5/344 15097
/proc/meminfo: memFree=129391028/131250000 swapFree=33010684/33010684
[pid=15078] ppid=15075 vsize=18996948 memory=122240 CPUtime=3.9 cores=0,2
/proc/15078/stat : 15078 (java) S 15075 15078 14490 0 -1 4194304 16630 0 0 0 386 4 0 0 20 0 19 0 30252281 19452874752 30560 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
/proc/15078/statm: 4749237 30560 5443 1 0 550715 0
[pid=15078/tid=15080] ppid=15075 vsize=18996948 memory=10880 CPUtime=3.03 cores=0,2
/proc/15078/task/15080/stat : 15080 (java) R 15075 15078 14490 0 -1 4194368 6666 0 0 0 302 1 0 0 20 0 19 0 30252282 19452874752 30560 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
[pid=15078/tid=15089] ppid=15075 vsize=18996948 memory=-6000919485558187886 CPUtime=0 cores=0,2
/proc/15078/task/15089/stat : 15089 (Finalizer) S 15075 15078 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30252284 19452874752 30560 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
[pid=15078/tid=15096] ppid=15075 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/15078/task/15096/stat : 15096 (Common-Cleaner) S 15075 15078 14490 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 30252284 19452874752 30560 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
[pid=15078/tid=15097] ppid=15075 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/15078/task/15097/stat : 15097 (Timer-0) S 15075 15078 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30252300 19452874752 30560 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
Current children cumulated CPU time: 3.9 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 122240 KiB

[startup+6.3002 s]
/proc/loadavg: 2.49 1.50 1.99 5/345 15098
/proc/meminfo: memFree=129252216/131250000 swapFree=33010684/33010684
[pid=15078] ppid=15075 vsize=19063512 memory=184136 CPUtime=7.28 cores=0,2
/proc/15078/stat : 15078 (java) S 15075 15078 14490 0 -1 4194304 23248 0 0 0 722 6 0 0 20 0 20 0 30252281 19521036288 46034 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
/proc/15078/statm: 4765878 46034 5475 1 0 551999 0
[pid=15078/tid=15080] ppid=15075 vsize=19063512 memory=0 CPUtime=6.2 cores=0,2
/proc/15078/task/15080/stat : 15080 (java) R 15075 15078 14490 0 -1 4194368 7378 0 0 0 618 2 0 0 20 0 20 0 30252282 19521036288 46034 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
[pid=15078/tid=15089] ppid=15075 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/15078/task/15089/stat : 15089 (Finalizer) S 15075 15078 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30252284 19521036288 46034 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
[pid=15078/tid=15096] ppid=15075 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/15078/task/15096/stat : 15096 (Common-Cleaner) S 15075 15078 14490 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 30252284 19521036288 46034 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
[pid=15078/tid=15097] ppid=15075 vsize=19063512 memory=95480 CPUtime=0 cores=0,2
/proc/15078/task/15097/stat : 15097 (Timer-0) S 15075 15078 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30252300 19521036288 46034 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
Current children cumulated CPU time: 7.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 184136 KiB

[startup+12.7002 s]
/proc/loadavg: 2.61 1.54 2.00 5/345 15098
/proc/meminfo: memFree=128855188/131250000 swapFree=33010684/33010684
[pid=15078] ppid=15075 vsize=19063512 memory=429340 CPUtime=13.86 cores=0,2
/proc/15078/stat : 15078 (java) S 15075 15078 14490 0 -1 4194304 23910 0 0 0 1375 11 0 0 20 0 20 0 30252281 19521036288 107335 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
/proc/15078/statm: 4765878 107335 5475 1 0 551999 0
[pid=15078/tid=15080] ppid=15075 vsize=19063512 memory=95480 CPUtime=12.34 cores=0,2
/proc/15078/task/15080/stat : 15080 (java) R 15075 15078 14490 0 -1 4194368 7621 0 0 0 1232 2 0 0 20 0 20 0 30252282 19521036288 107335 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
[pid=15078/tid=15089] ppid=15075 vsize=19063512 memory=345324 CPUtime=0 cores=0,2
/proc/15078/task/15089/stat : 15089 (Finalizer) S 15075 15078 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30252284 19521036288 107335 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
[pid=15078/tid=15096] ppid=15075 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/15078/task/15096/stat : 15096 (Common-Cleaner) S 15075 15078 14490 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 30252284 19521036288 107335 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
[pid=15078/tid=15097] ppid=15075 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/15078/task/15097/stat : 15097 (Timer-0) S 15075 15078 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30252300 19521036288 107335 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
Current children cumulated CPU time: 13.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 429340 KiB

[startup+25.5002 s]
/proc/loadavg: 2.92 1.66 2.03 5/345 15098
/proc/meminfo: memFree=127888536/131250000 swapFree=33010684/33010684
[pid=15078] ppid=15075 vsize=19063512 memory=940444 CPUtime=26.96 cores=0,2
/proc/15078/stat : 15078 (java) S 15075 15078 14490 0 -1 4194304 26036 0 0 0 2674 22 0 0 20 0 20 0 30252281 19521036288 235111 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
/proc/15078/statm: 4765878 235111 5507 1 0 658518 0
[pid=15078/tid=15080] ppid=15075 vsize=19063512 memory=345324 CPUtime=24.78 cores=0,2
/proc/15078/task/15080/stat : 15080 (java) R 15075 15078 14490 0 -1 4194368 8358 0 0 0 2473 5 0 0 20 0 20 0 30252282 19521036288 235111 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
[pid=15078/tid=15089] ppid=15075 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/15078/task/15089/stat : 15089 (Finalizer) S 15075 15078 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30252284 19521036288 235111 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
[pid=15078/tid=15096] ppid=15075 vsize=19063512 memory=690424 CPUtime=0 cores=0,2
/proc/15078/task/15096/stat : 15096 (Common-Cleaner) S 15075 15078 14490 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 30252284 19521036288 235111 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
[pid=15078/tid=15097] ppid=15075 vsize=19063512 memory=17280 CPUtime=0 cores=0,2
/proc/15078/task/15097/stat : 15097 (Timer-0) S 15075 15078 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30252300 19521036288 235111 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
Current children cumulated CPU time: 26.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 940444 KiB

[startup+51.1057 s]
/proc/loadavg: 3.56 1.91 2.11 5/345 15099
/proc/meminfo: memFree=126981240/131250000 swapFree=33010684/33010684
[pid=15078] ppid=15075 vsize=19063512 memory=1343996 CPUtime=52.87 cores=0,2
/proc/15078/stat : 15078 (java) S 15075 15078 14490 0 -1 4194304 28252 0 0 0 5256 31 0 0 20 0 20 0 30252281 19521036288 335999 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
/proc/15078/statm: 4765878 335999 5507 1 0 658518 0

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

/proc/15078/task/15089/stat : 15089 (Finalizer) S 15075 15078 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30252284 19521036288 2161690 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
[pid=15078/tid=15096] ppid=15075 vsize=19063512 memory=8642648 CPUtime=0 cores=0,2
/proc/15078/task/15096/stat : 15096 (Common-Cleaner) S 15075 15078 14490 0 -1 4194368 1163 0 0 0 0 0 0 0 20 0 20 0 30252284 19521036288 2161690 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
[pid=15078/tid=15097] ppid=15075 vsize=19063512 memory=-6000919485558187886 CPUtime=0 cores=0,2
/proc/15078/task/15097/stat : 15097 (Timer-0) S 15075 15078 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30252300 19521036288 2161690 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
Current children cumulated CPU time: 3184.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8646760 KiB

[startup+3222.3 s]
/proc/loadavg: 4.08 4.11 4.07 5/339 15289
/proc/meminfo: memFree=109626260/131250000 swapFree=33010684/33010684
[pid=15078] ppid=15075 vsize=19063512 memory=8776056 CPUtime=3244.28 cores=0,2
/proc/15078/stat : 15078 (java) S 15075 15078 14490 0 -1 4194304 199717 0 0 0 324138 290 0 0 20 0 20 0 30252281 19521036288 2194014 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
/proc/15078/statm: 4765878 2194014 5539 1 0 2507105 0
[pid=15078/tid=15080] ppid=15075 vsize=19063512 memory=3328 CPUtime=3191.83 cores=0,2
/proc/15078/task/15080/stat : 15080 (java) R 15075 15078 14490 0 -1 4194368 100321 0 0 0 319136 47 0 0 20 0 20 0 30252282 19521036288 2194014 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
[pid=15078/tid=15089] ppid=15075 vsize=19063512 memory=8646760 CPUtime=0 cores=0,2
/proc/15078/task/15089/stat : 15089 (Finalizer) S 15075 15078 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30252284 19521036288 2194014 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
[pid=15078/tid=15096] ppid=15075 vsize=19063512 memory=8776056 CPUtime=0 cores=0,2
/proc/15078/task/15096/stat : 15096 (Common-Cleaner) S 15075 15078 14490 0 -1 4194368 1214 0 0 0 0 0 0 0 20 0 20 0 30252284 19521036288 2194014 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
[pid=15078/tid=15097] ppid=15075 vsize=19063512 memory=8776056 CPUtime=0 cores=0,2
/proc/15078/task/15097/stat : 15097 (Timer-0) S 15075 15078 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30252300 19521036288 2194014 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
Current children cumulated CPU time: 3244.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8776056 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.10 4.07 5/339 15291
/proc/meminfo: memFree=109282340/131250000 swapFree=33010684/33010684
[pid=15078] ppid=15075 vsize=19063512 memory=9125796 CPUtime=3304.82 cores=0,2
/proc/15078/stat : 15078 (java) S 15075 15078 14490 0 -1 4194304 204602 0 0 0 330183 299 0 0 20 0 20 0 30252281 19521036288 2281449 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
/proc/15078/statm: 4765878 2281449 5539 1 0 2507105 0
[pid=15078/tid=15080] ppid=15075 vsize=19063512 memory=17408 CPUtime=3251 cores=0,2
/proc/15078/task/15080/stat : 15080 (java) R 15075 15078 14490 0 -1 4194368 103417 0 0 0 325053 47 0 0 20 0 20 0 30252282 19521036288 2281449 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
[pid=15078/tid=15089] ppid=15075 vsize=19063512 memory=9022556 CPUtime=0 cores=0,2
/proc/15078/task/15089/stat : 15089 (Finalizer) S 15075 15078 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30252284 19521036288 2281449 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
[pid=15078/tid=15096] ppid=15075 vsize=19063512 memory=8776056 CPUtime=0 cores=0,2
/proc/15078/task/15096/stat : 15096 (Common-Cleaner) S 15075 15078 14490 0 -1 4194368 1222 0 0 0 0 0 0 0 20 0 20 0 30252284 19521036288 2281449 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
[pid=15078/tid=15097] ppid=15075 vsize=19063512 memory=23368 CPUtime=0 cores=0,2
/proc/15078/task/15097/stat : 15097 (Timer-0) S 15075 15078 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30252300 19521036288 2281449 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
Current children cumulated CPU time: 3304.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9125796 KiB

[startup+3342.3 s]
/proc/loadavg: 4.07 4.09 4.07 5/339 15295
/proc/meminfo: memFree=109281768/131250000 swapFree=33010684/33010684
[pid=15078] ppid=15075 vsize=19063512 memory=9125796 CPUtime=3364.7 cores=0,2
/proc/15078/stat : 15078 (java) S 15075 15078 14490 0 -1 4194304 207123 0 0 0 336168 302 0 0 20 0 20 0 30252281 19521036288 2281449 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
/proc/15078/statm: 4765878 2281449 5539 1 0 2507105 0
[pid=15078/tid=15080] ppid=15075 vsize=19063512 memory=10880 CPUtime=3310.85 cores=0,2
/proc/15078/task/15080/stat : 15080 (java) R 15075 15078 14490 0 -1 4194368 105812 0 0 0 331037 48 0 0 20 0 20 0 30252282 19521036288 2281449 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
[pid=15078/tid=15089] ppid=15075 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/15078/task/15089/stat : 15089 (Finalizer) S 15075 15078 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30252284 19521036288 2281449 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
[pid=15078/tid=15096] ppid=15075 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/15078/task/15096/stat : 15096 (Common-Cleaner) S 15075 15078 14490 0 -1 4194368 1281 0 0 0 0 0 0 0 20 0 20 0 30252284 19521036288 2281449 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
[pid=15078/tid=15097] ppid=15075 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/15078/task/15097/stat : 15097 (Timer-0) S 15075 15078 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30252300 19521036288 2281449 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
Current children cumulated CPU time: 3364.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9125796 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.10 4.08 5/339 15297
/proc/meminfo: memFree=108270316/131250000 swapFree=33010684/33010684
[pid=15078] ppid=15075 vsize=19063512 memory=10118816 CPUtime=3427.48 cores=0,2
/proc/15078/stat : 15078 (java) S 15075 15078 14490 0 -1 4194304 215753 0 0 0 342422 326 0 0 20 0 20 0 30252281 19521036288 2529704 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
/proc/15078/statm: 4765878 2529704 5539 1 0 3520654 0
[pid=15078/tid=15080] ppid=15075 vsize=19063512 memory=10880 CPUtime=3370.3 cores=0,2
/proc/15078/task/15080/stat : 15080 (java) R 15075 15078 14490 0 -1 4194368 109700 0 0 0 336972 58 0 0 20 0 20 0 30252282 19521036288 2529704 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
[pid=15078/tid=15089] ppid=15075 vsize=19063512 memory=9125796 CPUtime=0 cores=0,2
/proc/15078/task/15089/stat : 15089 (Finalizer) S 15075 15078 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30252284 19521036288 2529704 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
[pid=15078/tid=15096] ppid=15075 vsize=19063512 memory=9981600 CPUtime=0 cores=0,2
/proc/15078/task/15096/stat : 15096 (Common-Cleaner) S 15075 15078 14490 0 -1 4194368 1282 0 0 0 0 0 0 0 20 0 20 0 30252284 19521036288 2529704 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
[pid=15078/tid=15097] ppid=15075 vsize=19063512 memory=10104480 CPUtime=0 cores=0,2
/proc/15078/task/15097/stat : 15097 (Timer-0) S 15075 15078 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30252300 19521036288 2529704 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
Current children cumulated CPU time: 3427.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10118816 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.10 4.08 5/339 15299
/proc/meminfo: memFree=108073908/131250000 swapFree=33010684/33010684
[pid=15078] ppid=15075 vsize=19063512 memory=10313376 CPUtime=3487.8 cores=0,2
/proc/15078/stat : 15078 (java) S 15075 15078 14490 0 -1 4194304 221124 0 0 0 348447 333 0 0 20 0 20 0 30252281 19521036288 2578344 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
/proc/15078/statm: 4765878 2578344 5539 1 0 3520654 0
[pid=15078/tid=15080] ppid=15075 vsize=19063512 memory=10880 CPUtime=3429.71 cores=0,2
/proc/15078/task/15080/stat : 15080 (java) R 15075 15078 14490 0 -1 4194368 113507 0 0 0 342910 61 0 0 20 0 20 0 30252282 19521036288 2578344 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
[pid=15078/tid=15089] ppid=15075 vsize=19063512 memory=9125796 CPUtime=0 cores=0,2
/proc/15078/task/15089/stat : 15089 (Finalizer) S 15075 15078 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30252284 19521036288 2578344 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
[pid=15078/tid=15096] ppid=15075 vsize=19063512 memory=10313376 CPUtime=0 cores=0,2
/proc/15078/task/15096/stat : 15096 (Common-Cleaner) S 15075 15078 14490 0 -1 4194368 1333 0 0 0 0 0 0 0 20 0 20 0 30252284 19521036288 2578344 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
[pid=15078/tid=15097] ppid=15075 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/15078/task/15097/stat : 15097 (Timer-0) S 15075 15078 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30252300 19521036288 2578344 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
Current children cumulated CPU time: 3487.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10313376 KiB

[startup+3522.3 s]
/proc/loadavg: 4.18 4.12 4.09 5/339 15301
/proc/meminfo: memFree=107749940/131250000 swapFree=33010684/33010684
[pid=15078] ppid=15075 vsize=19063512 memory=10634912 CPUtime=3547.97 cores=0,2
/proc/15078/stat : 15078 (java) S 15075 15078 14490 0 -1 4194304 224681 0 0 0 354455 342 0 0 20 0 20 0 30252281 19521036288 2658728 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
/proc/15078/statm: 4765878 2658728 5539 1 0 3520654 0
[pid=15078/tid=15080] ppid=15075 vsize=19063512 memory=10313376 CPUtime=3489.24 cores=0,2
/proc/15078/task/15080/stat : 15080 (java) R 15075 15078 14490 0 -1 4194368 115668 0 0 0 348863 61 0 0 20 0 20 0 30252282 19521036288 2658728 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
[pid=15078/tid=15089] ppid=15075 vsize=19063512 memory=17408 CPUtime=0 cores=0,2
/proc/15078/task/15089/stat : 15089 (Finalizer) S 15075 15078 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30252284 19521036288 2658728 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
[pid=15078/tid=15096] ppid=15075 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/15078/task/15096/stat : 15096 (Common-Cleaner) S 15075 15078 14490 0 -1 4194368 1341 0 0 0 0 0 0 0 20 0 20 0 30252284 19521036288 2658728 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
[pid=15078/tid=15097] ppid=15075 vsize=19063512 memory=10634912 CPUtime=0 cores=0,2
/proc/15078/task/15097/stat : 15097 (Timer-0) S 15075 15078 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30252300 19521036288 2658728 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
Current children cumulated CPU time: 3547.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10634912 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3574 s]*
/proc/loadavg: 4.18 4.13 4.09 4/315 15337
/proc/meminfo: memFree=114495060/131250000 swapFree=33010684/33010684
[pid=15078] ppid=15075 vsize=19063512 memory=10639008 CPUtime=3600.03 cores=0,2
/proc/15078/stat : 15078 (java) S 15075 15078 14490 0 -1 4194304 230167 0 0 0 359659 344 0 0 20 0 20 0 30252281 19521036288 2659752 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
/proc/15078/statm: 4765878 2659752 5539 1 0 3520654 0
[pid=15078/tid=15080] ppid=15075 vsize=19063512 memory=-6000919485558187886 CPUtime=3540.34 cores=0,2
/proc/15078/task/15080/stat : 15080 (java) R 15075 15078 14490 0 -1 4194368 118842 0 0 0 353973 61 0 0 20 0 20 0 30252282 19521036288 2659752 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
[pid=15078/tid=15089] ppid=15075 vsize=19063512 memory=-4050210904893341332 CPUtime=0 cores=0,2
/proc/15078/task/15089/stat : 15089 (Finalizer) S 15075 15078 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30252284 19521036288 2659752 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
[pid=15078/tid=15096] ppid=15075 vsize=19063512 memory=-6000919485558187886 CPUtime=0 cores=0,2
/proc/15078/task/15096/stat : 15096 (Common-Cleaner) S 15075 15078 14490 0 -1 4194368 1387 0 0 0 0 0 0 0 20 0 20 0 30252284 19521036288 2659752 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
[pid=15078/tid=15097] ppid=15075 vsize=19063512 memory=-4050210904893341332 CPUtime=0 cores=0,2
/proc/15078/task/15097/stat : 15097 (Timer-0) S 15075 15078 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30252300 19521036288 2659752 18446744073709551615 94264474529792 94264474533488 140720388239632 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94264474541304 94264474542096 94264497725440 140720388245889 140720388245990 140720388245990 140720388251592 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10639008 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.71 s, system=3.4778 s

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

[startup+3574.11 s]*
/proc/loadavg: 4.18 4.13 4.09 5/300 15348
/proc/meminfo: memFree=123914684/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): 3574.13
CPU time (s): 3600.19
CPU user time (s): 3596.71
CPU system time (s): 3.4778
CPU usage (%): 100.729
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 10639008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.71
system time used= 3.4778
maximum resident set size= 10639776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 232152
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 110202
involuntary context switches= 10423


# summary of solver processes directly reported to runsolver:
#   pid: 15078
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3596.71
#   total CPU system time (s): 3.4778

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.32696 second user time and 16.9866 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-06-28 23:22:04
IDJOB=4492408
IDBENCH=147791
IDSOLVER=3363
FILE ID=nodeC027/4492408-1751145724
RUNJOBID= nodeC027-1751145706-14500
SLURM_JOB_ID= 9587449
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl35_40_pb.cnf.cr.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4492408-1751145724/watcher-4492408-1751145724 -o /tmp/evaluation-result-4492408-1751145724/solver-4492408-1751145724 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751145706-14500 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4492408-1751145724.opb

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

MD5SUM BENCH= 6180e07a8a28dc9855a92185a7357651
RANDOM SEED=1231059923

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129564908 kB
MemAvailable:   129173204 kB
Buffers:            3280 kB
Cached:           381380 kB
SwapCached:            0 kB
Active:           998012 kB
Inactive:         140528 kB
Active(anon):     771948 kB
Inactive(anon):        0 kB
Active(file):     226064 kB
Inactive(file):   140528 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5024 kB
Writeback:             0 kB
AnonPages:        756804 kB
Mapped:           122528 kB
Shmem:             18068 kB
KReclaimable:      84956 kB
Slab:             168032 kB
SReclaimable:      84956 kB
SUnreclaim:        83076 kB
KernelStack:        5212 kB
PageTables:         5104 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    7040576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151464 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    581632 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= 433056 MiB
End job on nodeC027 at 2025-06-29 00:21:38