Trace number 4543914

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.17 3577.9

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
php-exit/normalized-phpexit_v1_30_088.opb
MD5SUM225933de352582a5f5a47ed5392988f0
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 benchmark5.31605
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables234990
Total number of constraints5311
Number of constraints which are clauses2671
Number of constraints which are cardinality constraints (but not clauses)2640
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint89
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 29
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 90
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.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.00/0.09	c Number of processors 	2
0.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4543914-1753232113.opb
0.12/0.13	c reading problem ... 
0.12/0.13	c  no objective function found
2.70/1.71	c ... done. Wall clock time 1.573s.
2.70/1.71	c declared #vars     234990
2.70/1.71	c #constraints  5311
2.70/1.71	c constraints type 
2.70/1.71	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2640
2.70/1.71	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2671
2.70/1.71	c 5311 constraints processed.
7.77/6.35	c cleaning 2496 clauses out of 5001 with flag 30335/5001
14.90/13.37	c cleaning 4251 clauses out of 8505 with flag 68173/11001
23.49/21.88	c cleaning 5623 clauses out of 11253 with flag 117551/18000
34.57/33.00	c cleaning 6810 clauses out of 13630 with flag 176325/26000
48.75/47.17	c cleaning 7908 clauses out of 15820 with flag 240517/35000
64.92/63.31	c cleaning 8951 clauses out of 17912 with flag 310493/45000
82.66/81.08	c cleaning 9977 clauses out of 19961 with flag 393564/56000
104.31/102.75	c cleaning 10986 clauses out of 21986 with flag 493177/68002
128.97/127.44	c cleaning 11993 clauses out of 24000 with flag 590761/81002
154.83/153.31	c cleaning 13000 clauses out of 26006 with flag 706500/95001
186.48/185.06	c cleaning 13998 clauses out of 28006 with flag 834478/110001
219.66/218.25	c cleaning 15003 clauses out of 30010 with flag 966436/126003
258.21/256.88	c cleaning 15998 clauses out of 32004 with flag 1104740/143000
299.95/298.68	c cleaning 17001 clauses out of 34007 with flag 1255974/161001
346.68/345.47	c cleaning 18002 clauses out of 36005 with flag 1417846/180000
393.93/392.23	c cleaning 18996 clauses out of 38003 with flag 1590020/200000
423.96/422.05	c cleaning 19993 clauses out of 40007 with flag 1732428/221000
463.16/461.10	c cleaning 21001 clauses out of 42014 with flag 1888284/243000
509.00/506.78	c cleaning 21988 clauses out of 44014 with flag 2075099/266001
560.64/558.07	c cleaning 22997 clauses out of 46026 with flag 2271014/290001
611.64/608.90	c cleaning 24004 clauses out of 48028 with flag 2467350/315000
663.87/660.99	c cleaning 24995 clauses out of 50024 with flag 2673123/341000
719.86/716.80	c cleaning 26005 clauses out of 52029 with flag 2890400/368000
780.78/777.55	c cleaning 27001 clauses out of 54026 with flag 3124387/396002
848.80/844.44	c cleaning 28001 clauses out of 56023 with flag 3380784/425000
920.17/915.73	c cleaning 28994 clauses out of 58022 with flag 3650347/455000
956.91/952.23	c cleaning 30001 clauses out of 60029 with flag 3881793/486001
1022.48/1017.53	c cleaning 30998 clauses out of 62029 with flag 4100853/518002
1097.26/1092.03	c cleaning 31997 clauses out of 64031 with flag 4361083/551002
1176.91/1170.17	c cleaning 33001 clauses out of 66034 with flag 4611267/585002
1259.31/1252.31	c cleaning 33998 clauses out of 68031 with flag 4876363/620000
1344.01/1336.86	c cleaning 35002 clauses out of 70033 with flag 5134373/656000
1440.90/1433.50	c cleaning 36000 clauses out of 72031 with flag 5400782/693000
1521.97/1514.31	c cleaning 37005 clauses out of 74032 with flag 5688431/731001
1606.79/1597.99	c cleaning 38001 clauses out of 76026 with flag 5942025/770000
1689.92/1680.62	c cleaning 39000 clauses out of 78025 with flag 6238099/810000
1777.47/1767.94	c cleaning 39997 clauses out of 80025 with flag 6549047/851000
1878.83/1868.86	c cleaning 41004 clauses out of 82029 with flag 6884577/893001
1973.61/1962.38	c cleaning 41998 clauses out of 84024 with flag 7217772/936000
2072.00/2060.50	c cleaning 43003 clauses out of 86029 with flag 7551498/980003
2183.45/2171.66	c cleaning 44000 clauses out of 88024 with flag 7924656/1025001
2297.99/2284.65	c cleaning 44998 clauses out of 90023 with flag 8316488/1071000
2421.51/2408.09	c cleaning 45994 clauses out of 92026 with flag 8739909/1118001
2502.58/2488.70	c cleaning 46999 clauses out of 94031 with flag 9090748/1166000
2625.93/2610.54	c cleaning 47999 clauses out of 96034 with flag 9448453/1215002
2752.15/2736.42	c cleaning 49005 clauses out of 98036 with flag 9810707/1265003
2873.72/2855.52	c cleaning 49994 clauses out of 100028 with flag 10230413/1316000
2969.40/2951.07	c cleaning 51015 clauses out of 102042 with flag 10592901/1368008
3100.14/3081.35	c cleaning 51999 clauses out of 104021 with flag 10962134/1421002
3232.03/3212.14	c cleaning 52999 clauses out of 106020 with flag 11380407/1475000
3370.57/3348.94	c cleaning 54002 clauses out of 108023 with flag 11791999/1530002
3509.89/3487.98	c cleaning 55004 clauses out of 110019 with flag 12225887/1586000
3600.02/3577.81	c starts		: 14
3600.02/3577.82	c conflicts		: 1627261
3600.02/3577.82	c decisions		: 1914019
3600.02/3577.82	c propagations		: 22445888
3600.02/3577.82	c inspects		: 5479637580
3600.02/3577.82	c shortcuts		: 0
3600.02/3577.82	c learnt literals	: 0
3600.02/3577.82	c learnt binary clauses	: 0
3600.02/3577.82	c learnt ternary clauses	: 0
3600.02/3577.82	c learnt constraints	: 1627261
3600.02/3577.82	c ignored constraints	: 0
3600.02/3577.82	c root simplifications	: 0
3600.02/3577.82	c removed literals (reason simplification)	: 4081416
3600.02/3577.82	c reason swapping (by a shorter reason)	: 0
3600.02/3577.82	c Calls to reduceDB	: 52
3600.02/3577.82	c Number of update (reduction) of LBD	: 1026675
3600.02/3577.82	c timeout
3600.02/3577.82	c Imported unit clauses	: 0
3600.02/3577.82	c No decision after first conflict	: false
3600.02/3577.82	c number of reductions to clauses (during analyze)	: 0
3600.02/3577.82	c number of learned constraints concerned by reduction	: 0
3600.02/3577.82	c number of learning phase by resolution	: 0
3600.02/3577.82	c number of learning phase by cutting planes	: 0
3600.02/3577.82	c number of rounding to 1 operations	: 0
3600.02/3577.82	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3577.82	c number of reductions of the coefficients by power 2 	: 0
3600.02/3577.82	c number of right shift for reduction by power 2 	: 0
3600.02/3577.82	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3577.82	c number of ending skipping 	: 0
3600.02/3577.82	c number of internal skipping 	: 0
3600.02/3577.82	c number of derivation steps 	: 0
3600.02/3577.82	c number of skipped derivation steps 	: 0
3600.02/3577.82	c number of remaining unassigned 	: 0
3600.02/3577.82	c number of remaining assigned 	: 0
3600.02/3577.82	c number of falsified literals weakened from reason	: 0
3600.02/3577.82	c number of falsified literals weakened from conflict	: 0
3600.02/3577.82	c time for arithmetic operations	: 0
3600.02/3577.82	c minimum degree of deleted constraints	: null
3600.02/3577.82	c maximum degree of deleted constraints	: null
3600.02/3577.82	c number of deleted constraints	: 0
3600.02/3577.82	c speed (assignments/second)	: 6276.656348134415
3600.02/3577.82	c non guided choices	: 66428
3600.02/3577.87	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 96276
3600.02/3577.87	s UNKNOWN
3600.02/3577.87	c Total wall clock time (in seconds): 3577.744

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4543914-1753232113/watcher-4543914-1753232113 -o /tmp/evaluation-result-4543914-1753232113/solver-4543914-1753232113 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1753232113-171700 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4543914-1753232113.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=171796, runsolver pid=171764

[startup+0.100066 s]*
/proc/loadavg: 1.31 2.85 3.71 10/334 171824
/proc/meminfo: memFree=129019844/131249996 swapFree=33010672/33010684
[pid=171796] ppid=171764 vsize=18930384 memory=55696 CPUtime=0.12 cores=5,7
/proc/171796/stat : 171796 (java) S 171764 171796 171687 0 -1 4194304 6554 0 0 0 10 2 0 0 20 0 18 0 238889259 19384713216 13924 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
/proc/171796/statm: 4732596 13924 5369 1 0 547603 0
[pid=171796/tid=171808] ppid=171764 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/171796/task/171808/stat : 171808 (java) R 171764 171796 171687 0 -1 4194368 5057 0 0 0 6 1 0 0 20 0 18 0 238889260 19384713216 14466 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
[pid=171796/tid=171817] ppid=171764 vsize=18930384 memory=241407623509 CPUtime=0 cores=5,7
/proc/171796/task/171817/stat : 171817 (Finalizer) S 171764 171796 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238889262 19384713216 14466 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
[pid=171796/tid=171824] ppid=171764 vsize=18930384 memory=59585004324181 CPUtime=0 cores=5,7
/proc/171796/task/171824/stat : 171824 (Common-Cleaner) S 171764 171796 171687 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238889263 19384713216 14466 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55696 KiB

[startup+0.206049 s]*
/proc/loadavg: 2.08 2.98 3.75 11/335 171825
/proc/meminfo: memFree=128802632/131249996 swapFree=33010672/33010684
[pid=171796] ppid=171764 vsize=18930384 memory=123572 CPUtime=0.32 cores=5,7
/proc/171796/stat : 171796 (java) S 171764 171796 171687 0 -1 4194304 7078 0 0 0 28 4 0 0 20 0 18 0 238889259 19384713216 30893 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
/proc/171796/statm: 4732596 30893 5433 1 0 547944 0
[pid=171796/tid=171808] ppid=171764 vsize=18930384 memory=4026990876 CPUtime=0.16 cores=5,7
/proc/171796/task/171808/stat : 171808 (java) R 171764 171796 171687 0 -1 4194368 5290 0 0 0 14 2 0 0 20 0 18 0 238889260 19384713216 30893 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
[pid=171796/tid=171817] ppid=171764 vsize=18930384 memory=18954 CPUtime=0 cores=5,7
/proc/171796/task/171817/stat : 171817 (Finalizer) S 171764 171796 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238889262 19384713216 30893 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
[pid=171796/tid=171824] ppid=171764 vsize=18930384 memory=58485492679654 CPUtime=0 cores=5,7
/proc/171796/task/171824/stat : 171824 (Common-Cleaner) S 171764 171796 171687 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238889263 19384713216 30893 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 123572 KiB

[startup+0.305853 s]*
/proc/loadavg: 2.08 2.98 3.75 10/338 171828
/proc/meminfo: memFree=128714880/131249996 swapFree=33010672/33010684
[pid=171796] ppid=171764 vsize=18996948 memory=173512 CPUtime=0.51 cores=5,7
/proc/171796/stat : 171796 (java) S 171764 171796 171687 0 -1 4194304 8759 0 0 0 46 5 0 0 20 0 19 0 238889259 19452874752 43378 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
/proc/171796/statm: 4749237 43378 5465 1 0 549265 0
[pid=171796/tid=171808] ppid=171764 vsize=18996948 memory=-8887681702585737916 CPUtime=0.24 cores=5,7
/proc/171796/task/171808/stat : 171808 (java) R 171764 171796 171687 0 -1 4194368 5304 0 0 0 21 3 0 0 20 0 19 0 238889260 19452874752 43378 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
[pid=171796/tid=171817] ppid=171764 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/171796/task/171817/stat : 171817 (Finalizer) S 171764 171796 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238889262 19452874752 43378 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
[pid=171796/tid=171824] ppid=171764 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/171796/task/171824/stat : 171824 (Common-Cleaner) S 171764 171796 171687 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 238889263 19452874752 43378 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 173512 KiB

[startup+0.700233 s]
/proc/loadavg: 2.08 2.98 3.75 9/338 171828
/proc/meminfo: memFree=128115228/131249996 swapFree=33010672/33010684
[pid=171796] ppid=171764 vsize=18996948 memory=820932 CPUtime=1.25 cores=5,7
/proc/171796/stat : 171796 (java) S 171764 171796 171687 0 -1 4194304 10086 0 0 0 107 18 0 0 20 0 19 0 238889259 19452874752 205233 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
/proc/171796/statm: 4749237 205233 5529 1 0 1075801 0
[pid=171796/tid=171808] ppid=171764 vsize=18996948 memory=27264 CPUtime=0.55 cores=5,7
/proc/171796/task/171808/stat : 171808 (java) R 171764 171796 171687 0 -1 4194368 5609 0 0 0 40 15 0 0 20 0 19 0 238889260 19452874752 205233 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
[pid=171796/tid=171817] ppid=171764 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/171796/task/171817/stat : 171817 (Finalizer) S 171764 171796 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238889262 19452874752 205233 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
[pid=171796/tid=171824] ppid=171764 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/171796/task/171824/stat : 171824 (Common-Cleaner) S 171764 171796 171687 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 238889263 19452874752 205233 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 820932 KiB

[startup+1.50023 s]
/proc/loadavg: 2.08 2.98 3.75 6/339 171829
/proc/meminfo: memFree=126624352/131249996 swapFree=33010672/33010684
[pid=171796] ppid=171764 vsize=18996948 memory=2585512 CPUtime=2.47 cores=5,7
/proc/171796/stat : 171796 (java) S 171764 171796 171687 0 -1 4194304 14525 0 0 0 197 50 0 0 20 0 19 0 238889259 19452874752 646378 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
/proc/171796/statm: 4749237 646378 5529 1 0 1078086 0
[pid=171796/tid=171808] ppid=171764 vsize=18996948 memory=3328 CPUtime=1.3 cores=5,7
/proc/171796/task/171808/stat : 171808 (java) R 171764 171796 171687 0 -1 4194368 6458 0 0 0 85 45 0 0 20 0 19 0 238889260 19452874752 646378 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
[pid=171796/tid=171817] ppid=171764 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/171796/task/171817/stat : 171817 (Finalizer) S 171764 171796 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238889262 19452874752 646378 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
[pid=171796/tid=171824] ppid=171764 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/171796/task/171824/stat : 171824 (Common-Cleaner) S 171764 171796 171687 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 238889263 19452874752 646378 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
Current children cumulated CPU time: 2.47 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2585512 KiB

[startup+3.10529 s]
/proc/loadavg: 2.08 2.98 3.75 5/340 171830
/proc/meminfo: memFree=125241296/131249996 swapFree=33010672/33010684
[pid=171796] ppid=171764 vsize=19063512 memory=3227148 CPUtime=4.54 cores=5,7
/proc/171796/stat : 171796 (java) S 171764 171796 171687 0 -1 4194304 15524 0 0 0 394 60 0 0 20 0 20 0 238889259 19521036288 806787 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
/proc/171796/statm: 4765878 806787 5529 1 0 1477419 0
[pid=171796/tid=171808] ppid=171764 vsize=19063512 memory=10752 CPUtime=2.85 cores=5,7
/proc/171796/task/171808/stat : 171808 (java) R 171764 171796 171687 0 -1 4194368 6797 0 0 0 231 54 0 0 20 0 20 0 238889260 19521036288 806787 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
[pid=171796/tid=171817] ppid=171764 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/171796/task/171817/stat : 171817 (Finalizer) S 171764 171796 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238889262 19521036288 806787 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
[pid=171796/tid=171824] ppid=171764 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/171796/task/171824/stat : 171824 (Common-Cleaner) S 171764 171796 171687 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238889263 19521036288 806787 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
[pid=171796/tid=171830] ppid=171764 vsize=19063512 memory=5276 CPUtime=0 cores=5,7
/proc/171796/task/171830/stat : 171830 (Timer-0) S 171764 171796 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238889432 19521036288 806787 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
Current children cumulated CPU time: 4.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3227148 KiB

[startup+6.30022 s]
/proc/loadavg: 2.24 3.00 3.75 5/341 171831
/proc/meminfo: memFree=125155492/131249996 swapFree=33010672/33010684
[pid=171796] ppid=171764 vsize=19063512 memory=3262020 CPUtime=7.77 cores=5,7
/proc/171796/stat : 171796 (java) S 171764 171796 171687 0 -1 4194304 15556 0 0 0 717 60 0 0 20 0 20 0 238889259 19521036288 815505 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
/proc/171796/statm: 4765878 815505 5529 1 0 1477420 0
[pid=171796/tid=171808] ppid=171764 vsize=19063512 memory=0 CPUtime=6.03 cores=5,7
/proc/171796/task/171808/stat : 171808 (java) R 171764 171796 171687 0 -1 4194368 6814 0 0 0 549 54 0 0 20 0 20 0 238889260 19521036288 815505 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
[pid=171796/tid=171817] ppid=171764 vsize=19063512 memory=-8887681702585737916 CPUtime=0 cores=5,7
/proc/171796/task/171817/stat : 171817 (Finalizer) S 171764 171796 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238889262 19521036288 815505 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
[pid=171796/tid=171824] ppid=171764 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/171796/task/171824/stat : 171824 (Common-Cleaner) S 171764 171796 171687 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238889263 19521036288 815505 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
[pid=171796/tid=171830] ppid=171764 vsize=19063512 memory=14676 CPUtime=0 cores=5,7
/proc/171796/task/171830/stat : 171830 (Timer-0) S 171764 171796 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238889432 19521036288 815505 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
Current children cumulated CPU time: 7.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3262020 KiB

[startup+12.7002 s]
/proc/loadavg: 2.38 3.02 3.75 5/342 171832
/proc/meminfo: memFree=125025712/131249996 swapFree=33010672/33010684
[pid=171796] ppid=171764 vsize=19063512 memory=3325952 CPUtime=14.31 cores=5,7
/proc/171796/stat : 171796 (java) S 171764 171796 171687 0 -1 4194304 15791 0 0 0 1369 62 0 0 20 0 20 0 238889259 19521036288 831488 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
/proc/171796/statm: 4765878 831488 5529 1 0 1477509 0
[pid=171796/tid=171808] ppid=171764 vsize=19063512 memory=3315712 CPUtime=12.41 cores=5,7
/proc/171796/task/171808/stat : 171808 (java) R 171764 171796 171687 0 -1 4194368 6968 0 0 0 1186 55 0 0 20 0 20 0 238889260 19521036288 831488 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
[pid=171796/tid=171817] ppid=171764 vsize=19063512 memory=3305252 CPUtime=0 cores=5,7
/proc/171796/task/171817/stat : 171817 (Finalizer) S 171764 171796 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238889262 19521036288 831488 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
[pid=171796/tid=171824] ppid=171764 vsize=19063512 memory=14676 CPUtime=0 cores=5,7
/proc/171796/task/171824/stat : 171824 (Common-Cleaner) S 171764 171796 171687 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238889263 19521036288 831488 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
[pid=171796/tid=171830] ppid=171764 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/171796/task/171830/stat : 171830 (Timer-0) S 171764 171796 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238889432 19521036288 831488 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
Current children cumulated CPU time: 14.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3325952 KiB

[startup+25.5002 s]
/proc/loadavg: 2.71 3.06 3.76 5/342 171832
/proc/meminfo: memFree=124598720/131249996 swapFree=33010672/33010684
[pid=171796] ppid=171764 vsize=19063512 memory=3444864 CPUtime=27.18 cores=5,7
/proc/171796/stat : 171796 (java) S 171764 171796 171687 0 -1 4194304 17562 0 0 0 2654 64 0 0 20 0 20 0 238889259 19521036288 861216 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
/proc/171796/statm: 4765878 861216 5529 1 0 1477509 0
[pid=171796/tid=171808] ppid=171764 vsize=19063512 memory=27264 CPUtime=25.18 cores=5,7
/proc/171796/task/171808/stat : 171808 (java) R 171764 171796 171687 0 -1 4194368 7743 0 0 0 2460 58 0 0 20 0 20 0 238889260 19521036288 861216 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
[pid=171796/tid=171817] ppid=171764 vsize=19063512 memory=3422336 CPUtime=0 cores=5,7
/proc/171796/task/171817/stat : 171817 (Finalizer) S 171764 171796 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238889262 19521036288 861216 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
[pid=171796/tid=171824] ppid=171764 vsize=19063512 memory=-8887681702585737916 CPUtime=0 cores=5,7
/proc/171796/task/171824/stat : 171824 (Common-Cleaner) S 171764 171796 171687 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238889263 19521036288 861216 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
[pid=171796/tid=171830] ppid=171764 vsize=19063512 memory=3399808 CPUtime=0 cores=5,7
/proc/171796/task/171830/stat : 171830 (Timer-0) S 171764 171796 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238889432 19521036288 861216 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
Current children cumulated CPU time: 27.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3444864 KiB

[startup+51.1058 s]
/proc/loadavg: 3.28 3.17 3.78 5/343 171834
/proc/meminfo: memFree=124008236/131249996 swapFree=33010672/33010684
[pid=171796] ppid=171764 vsize=19063512 memory=3653888 CPUtime=52.74 cores=5,7
/proc/171796/stat : 171796 (java) S 171764 171796 171687 0 -1 4194304 20223 0 0 0 5205 69 0 0 20 0 20 0 238889259 19521036288 913472 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
/proc/171796/statm: 4765878 913472 5529 1 0 1477509 0
[pid=171796/tid=171808] ppid=171764 vsize=19063512 memory=3614976 CPUtime=50.71 cores=5,7
/proc/171796/task/171808/stat : 171808 (java) R 171764 171796 171687 0 -1 4194368 9201 0 0 0 5009 62 0 0 20 0 20 0 238889260 19521036288 913472 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
[pid=171796/tid=171817] ppid=171764 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/171796/task/171817/stat : 171817 (Finalizer) S 171764 171796 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238889262 19521036288 913472 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
[pid=171796/tid=171824] ppid=171764 vsize=19063512 memory=3325952 CPUtime=0 cores=5,7
/proc/171796/task/171824/stat : 171824 (Common-Cleaner) S 171764 171796 171687 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238889263 19521036288 913472 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
[pid=171796/tid=171830] ppid=171764 vsize=19063512 memory=3580160 CPUtime=0 cores=5,7
/proc/171796/task/171830/stat : 171830 (Timer-0) S 171764 171796 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238889432 19521036288 913472 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
Current children cumulated CPU time: 52.74 s

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

/proc/meminfo: memFree=109055712/131249996 swapFree=33010672/33010684
[pid=171796] ppid=171764 vsize=19063512 memory=5864236 CPUtime=3181.73 cores=5,7
/proc/171796/stat : 171796 (java) S 171764 171796 171687 0 -1 4194304 166386 0 0 0 317934 239 0 0 20 0 20 0 238889259 19521036288 1466059 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
/proc/171796/statm: 4765878 1466059 5561 1 0 1478703 0
[pid=171796/tid=171808] ppid=171764 vsize=19063512 memory=5864108 CPUtime=3140.2 cores=5,7
/proc/171796/task/171808/stat : 171808 (java) R 171764 171796 171687 0 -1 4194368 71139 0 0 0 313943 77 0 0 20 0 20 0 238889260 19521036288 1466059 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
[pid=171796/tid=171817] ppid=171764 vsize=19063512 memory=5864108 CPUtime=0 cores=5,7
/proc/171796/task/171817/stat : 171817 (Finalizer) S 171764 171796 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238889262 19521036288 1466059 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
[pid=171796/tid=171824] ppid=171764 vsize=19063512 memory=14676 CPUtime=0 cores=5,7
/proc/171796/task/171824/stat : 171824 (Common-Cleaner) S 171764 171796 171687 0 -1 4194368 3158 0 0 0 0 0 0 0 20 0 20 0 238889263 19521036288 1466059 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
[pid=171796/tid=171830] ppid=171764 vsize=19063512 memory=5864236 CPUtime=0 cores=5,7
/proc/171796/task/171830/stat : 171830 (Timer-0) S 171764 171796 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238889432 19521036288 1466059 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
Current children cumulated CPU time: 3181.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5864236 KiB

[startup+3222.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/339 172002
/proc/meminfo: memFree=109025772/131249996 swapFree=33010672/33010684
[pid=171796] ppid=171764 vsize=19063512 memory=5871524 CPUtime=3242.21 cores=5,7
/proc/171796/stat : 171796 (java) S 171764 171796 171687 0 -1 4194304 168968 0 0 0 323980 241 0 0 20 0 20 0 238889259 19521036288 1467881 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
/proc/171796/statm: 4765878 1467881 5561 1 0 1478724 0
[pid=171796/tid=171808] ppid=171764 vsize=19063512 memory=5864108 CPUtime=3199.48 cores=5,7
/proc/171796/task/171808/stat : 171808 (java) R 171764 171796 171687 0 -1 4194368 71689 0 0 0 319871 77 0 0 20 0 20 0 238889260 19521036288 1467881 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
[pid=171796/tid=171817] ppid=171764 vsize=19063512 memory=5864108 CPUtime=0 cores=5,7
/proc/171796/task/171817/stat : 171817 (Finalizer) S 171764 171796 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238889262 19521036288 1467881 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
[pid=171796/tid=171824] ppid=171764 vsize=19063512 memory=5864236 CPUtime=0 cores=5,7
/proc/171796/task/171824/stat : 171824 (Common-Cleaner) S 171764 171796 171687 0 -1 4194368 3166 0 0 0 0 0 0 0 20 0 20 0 238889263 19521036288 1467881 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
[pid=171796/tid=171830] ppid=171764 vsize=19063512 memory=5871524 CPUtime=0 cores=5,7
/proc/171796/task/171830/stat : 171830 (Timer-0) S 171764 171796 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238889432 19521036288 1467881 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
Current children cumulated CPU time: 3242.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5871524 KiB

[startup+3282.3 s]
/proc/loadavg: 4.22 4.14 4.10 5/339 172004
/proc/meminfo: memFree=108819200/131249996 swapFree=33010672/33010684
[pid=171796] ppid=171764 vsize=19063512 memory=5955188 CPUtime=3303.7 cores=5,7
/proc/171796/stat : 171796 (java) S 171764 171796 171687 0 -1 4194304 172116 0 0 0 330126 244 0 0 20 0 20 0 238889259 19521036288 1488797 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
/proc/171796/statm: 4765878 1488797 5561 1 0 1499672 0
[pid=171796/tid=171808] ppid=171764 vsize=19063512 memory=5955188 CPUtime=3259.16 cores=5,7
/proc/171796/task/171808/stat : 171808 (java) R 171764 171796 171687 0 -1 4194368 73113 0 0 0 325838 78 0 0 20 0 20 0 238889260 19521036288 1488797 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
[pid=171796/tid=171817] ppid=171764 vsize=19063512 memory=5951092 CPUtime=0 cores=5,7
/proc/171796/task/171817/stat : 171817 (Finalizer) S 171764 171796 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238889262 19521036288 1488797 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
[pid=171796/tid=171824] ppid=171764 vsize=19063512 memory=5871524 CPUtime=0 cores=5,7
/proc/171796/task/171824/stat : 171824 (Common-Cleaner) S 171764 171796 171687 0 -1 4194368 3215 0 0 0 0 0 0 0 20 0 20 0 238889263 19521036288 1488797 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
[pid=171796/tid=171830] ppid=171764 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/171796/task/171830/stat : 171830 (Timer-0) S 171764 171796 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238889432 19521036288 1488797 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
Current children cumulated CPU time: 3303.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5955188 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.14 4.10 5/340 172013
/proc/meminfo: memFree=108265660/131249996 swapFree=33010672/33010684
[pid=171796] ppid=171764 vsize=19063512 memory=5955188 CPUtime=3363.79 cores=5,7
/proc/171796/stat : 171796 (java) S 171764 171796 171687 0 -1 4194304 174075 0 0 0 336133 246 0 0 20 0 20 0 238889259 19521036288 1488797 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
/proc/171796/statm: 4765878 1488797 5561 1 0 1499672 0
[pid=171796/tid=171808] ppid=171764 vsize=19063512 memory=5955188 CPUtime=3318.83 cores=5,7
/proc/171796/task/171808/stat : 171808 (java) R 171764 171796 171687 0 -1 4194368 73930 0 0 0 331804 79 0 0 20 0 20 0 238889260 19521036288 1488797 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
[pid=171796/tid=171817] ppid=171764 vsize=19063512 memory=-8887681702585737916 CPUtime=0 cores=5,7
/proc/171796/task/171817/stat : 171817 (Finalizer) S 171764 171796 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238889262 19521036288 1488797 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
[pid=171796/tid=171824] ppid=171764 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/171796/task/171824/stat : 171824 (Common-Cleaner) S 171764 171796 171687 0 -1 4194368 3227 0 0 0 0 0 0 0 20 0 20 0 238889263 19521036288 1488797 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
[pid=171796/tid=171830] ppid=171764 vsize=19063512 memory=14676 CPUtime=0 cores=5,7
/proc/171796/task/171830/stat : 171830 (Timer-0) S 171764 171796 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238889432 19521036288 1488797 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
Current children cumulated CPU time: 3363.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5955188 KiB

[startup+3402.3 s]
/proc/loadavg: 4.17 4.15 4.10 5/340 172015
/proc/meminfo: memFree=108208484/131249996 swapFree=33010672/33010684
[pid=171796] ppid=171764 vsize=19063512 memory=5955188 CPUtime=3424.06 cores=5,7
/proc/171796/stat : 171796 (java) S 171764 171796 171687 0 -1 4194304 177425 0 0 0 342159 247 0 0 20 0 20 0 238889259 19521036288 1488797 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
/proc/171796/statm: 4765878 1488797 5561 1 0 1499672 0
[pid=171796/tid=171808] ppid=171764 vsize=19063512 memory=5955188 CPUtime=3378.3 cores=5,7
/proc/171796/task/171808/stat : 171808 (java) R 171764 171796 171687 0 -1 4194368 75800 0 0 0 337751 79 0 0 20 0 20 0 238889260 19521036288 1488797 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
[pid=171796/tid=171817] ppid=171764 vsize=19063512 memory=5955188 CPUtime=0 cores=5,7
/proc/171796/task/171817/stat : 171817 (Finalizer) S 171764 171796 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238889262 19521036288 1488797 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
[pid=171796/tid=171824] ppid=171764 vsize=19063512 memory=5955188 CPUtime=0 cores=5,7
/proc/171796/task/171824/stat : 171824 (Common-Cleaner) S 171764 171796 171687 0 -1 4194368 3227 0 0 0 0 0 0 0 20 0 20 0 238889263 19521036288 1488797 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
[pid=171796/tid=171830] ppid=171764 vsize=19063512 memory=-8887681702585737916 CPUtime=0 cores=5,7
/proc/171796/task/171830/stat : 171830 (Timer-0) S 171764 171796 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238889432 19521036288 1488797 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
Current children cumulated CPU time: 3424.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5955188 KiB

[startup+3462.3 s]
/proc/loadavg: 4.16 4.15 4.10 5/339 172017
/proc/meminfo: memFree=108210352/131249996 swapFree=33010672/33010684
[pid=171796] ppid=171764 vsize=19063512 memory=5955188 CPUtime=3484.16 cores=5,7
/proc/171796/stat : 171796 (java) S 171764 171796 171687 0 -1 4194304 180056 0 0 0 348166 250 0 0 20 0 20 0 238889259 19521036288 1488797 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
/proc/171796/statm: 4765878 1488797 5561 1 0 1499672 0
[pid=171796/tid=171808] ppid=171764 vsize=19063512 memory=5955188 CPUtime=3437.96 cores=5,7
/proc/171796/task/171808/stat : 171808 (java) R 171764 171796 171687 0 -1 4194368 77057 0 0 0 343717 79 0 0 20 0 20 0 238889260 19521036288 1488797 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
[pid=171796/tid=171817] ppid=171764 vsize=19063512 memory=14676 CPUtime=0 cores=5,7
/proc/171796/task/171817/stat : 171817 (Finalizer) S 171764 171796 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238889262 19521036288 1488797 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
[pid=171796/tid=171824] ppid=171764 vsize=19063512 memory=5955188 CPUtime=0 cores=5,7
/proc/171796/task/171824/stat : 171824 (Common-Cleaner) S 171764 171796 171687 0 -1 4194368 3253 0 0 0 0 0 0 0 20 0 20 0 238889263 19521036288 1488797 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
[pid=171796/tid=171830] ppid=171764 vsize=19063512 memory=14676 CPUtime=0 cores=5,7
/proc/171796/task/171830/stat : 171830 (Timer-0) S 171764 171796 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238889432 19521036288 1488797 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
Current children cumulated CPU time: 3484.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5955188 KiB

[startup+3522.3 s]
/proc/loadavg: 4.18 4.15 4.10 5/339 172019
/proc/meminfo: memFree=108210648/131249996 swapFree=33010672/33010684
[pid=171796] ppid=171764 vsize=19063512 memory=5955188 CPUtime=3544.43 cores=5,7
/proc/171796/stat : 171796 (java) S 171764 171796 171687 0 -1 4194304 182825 0 0 0 354191 252 0 0 20 0 20 0 238889259 19521036288 1488797 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
/proc/171796/statm: 4765878 1488797 5561 1 0 1499672 0
[pid=171796/tid=171808] ppid=171764 vsize=19063512 memory=5955188 CPUtime=3497.41 cores=5,7
/proc/171796/task/171808/stat : 171808 (java) R 171764 171796 171687 0 -1 4194368 78486 0 0 0 349662 79 0 0 20 0 20 0 238889260 19521036288 1488797 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
[pid=171796/tid=171817] ppid=171764 vsize=19063512 memory=14676 CPUtime=0 cores=5,7
/proc/171796/task/171817/stat : 171817 (Finalizer) S 171764 171796 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238889262 19521036288 1488797 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
[pid=171796/tid=171824] ppid=171764 vsize=19063512 memory=4756 CPUtime=0 cores=5,7
/proc/171796/task/171824/stat : 171824 (Common-Cleaner) S 171764 171796 171687 0 -1 4194368 3253 0 0 0 0 0 0 0 20 0 20 0 238889263 19521036288 1488797 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
[pid=171796/tid=171830] ppid=171764 vsize=19063512 memory=5955188 CPUtime=0 cores=5,7
/proc/171796/task/171830/stat : 171830 (Timer-0) S 171764 171796 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238889432 19521036288 1488797 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
Current children cumulated CPU time: 3544.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5955188 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3577.8 s]
/proc/loadavg: 4.22 4.16 4.10 4/316 172032
/proc/meminfo: memFree=114354540/131249996 swapFree=33010672/33010684
[pid=171796] ppid=171764 vsize=19063512 memory=5955188 CPUtime=3600.02 cores=5,7
/proc/171796/stat : 171796 (java) S 171764 171796 171687 0 -1 4194304 185479 0 0 0 359749 253 0 0 20 0 20 0 238889259 19521036288 1488797 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
/proc/171796/statm: 4765878 1488797 5561 1 0 1499672 0
[pid=171796/tid=171808] ppid=171764 vsize=19063512 memory=1792 CPUtime=3552.57 cores=5,7
/proc/171796/task/171808/stat : 171808 (java) R 171764 171796 171687 0 -1 4194368 79906 0 0 0 355178 79 0 0 20 0 20 0 238889260 19521036288 1488797 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
[pid=171796/tid=171817] ppid=171764 vsize=19063512 memory=5955188 CPUtime=0 cores=5,7
/proc/171796/task/171817/stat : 171817 (Finalizer) S 171764 171796 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238889262 19521036288 1488797 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
[pid=171796/tid=171824] ppid=171764 vsize=19063512 memory=5955188 CPUtime=0 cores=5,7
/proc/171796/task/171824/stat : 171824 (Common-Cleaner) S 171764 171796 171687 0 -1 4194368 3292 0 0 0 0 0 0 0 20 0 20 0 238889263 19521036288 1488797 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
[pid=171796/tid=171830] ppid=171764 vsize=19063512 memory=14676 CPUtime=0 cores=5,7
/proc/171796/task/171830/stat : 171830 (Timer-0) S 171764 171796 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238889432 19521036288 1488797 18446744073709551615 94839320092672 94839320096368 140720849567072 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94839320104184 94839320104976 94839344578560 140720849570175 140720849570276 140720849570276 140720849575880 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5955188 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.6 s, system=2.56263 s

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

Child status: 143

Real time (s): 3577.9
CPU time (s): 3600.17
CPU user time (s): 3597.6
CPU system time (s): 2.56263
CPU usage (%): 100.622
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 5955188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.6
system time used= 2.56263
maximum resident set size= 5955956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 187510
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 124239
involuntary context switches= 3905


# summary of solver processes directly reported to runsolver:
#   pid: 171796
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3597.6
#   total CPU system time (s): 2.56263

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.48103 second user time and 17.4735 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-07-23 02:55:14
IDJOB=4543914
IDBENCH=174715
IDSOLVER=3363
FILE ID=nodeC024/4543914-1753232113
RUNJOBID= nodeC024-1753232113-171700
SLURM_JOB_ID= 9687842
Free space on /tmp= 433032 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/php-exit/normalized-phpexit_v1_30_088.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4543914-1753232113/watcher-4543914-1753232113 -o /tmp/evaluation-result-4543914-1753232113/solver-4543914-1753232113 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1753232113-171700 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4543914-1753232113.opb

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

MD5SUM BENCH= 225933de352582a5f5a47ed5392988f0
RANDOM SEED=2005976652

nodeC024 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.630
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.36
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.675
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.36
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		: 3599.908
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.36
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		: 2891.631
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.36
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.789
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.36
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.685
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.36
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		: 3602.265
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129139816 kB
MemAvailable:   129706804 kB
Buffers:            2128 kB
Cached:          1328728 kB
SwapCached:            8 kB
Active:          1197476 kB
Inactive:         201512 kB
Active(anon):      92796 kB
Inactive(anon):     1588 kB
Active(file):    1104680 kB
Inactive(file):   199924 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              9728 kB
Writeback:             0 kB
AnonPages:         67840 kB
Mapped:           108764 kB
Shmem:             26248 kB
KReclaimable:     202848 kB
Slab:             299000 kB
SReclaimable:     202848 kB
SUnreclaim:        96152 kB
KernelStack:        4084 kB
PageTables:         2984 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     352804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150472 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 433028 MiB
End job on nodeC024 at 2025-07-23 03:54:52