Trace number 4543837

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06? (TO) 3600.22 3559.62

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
php-exit/normalized-phpexit_v1_10_096.opb
MD5SUM9cd02fcfe8d6fb8da5e5e7c2985c86c8
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 benchmark1.24052
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables93130
Total number of constraints1931
Number of constraints which are clauses971
Number of constraints which are cardinality constraints (but not clauses)960
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint97
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 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 98
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.10/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.15	c See www.sat4j.org for details.
0.10/0.16	c version PB25.v20250606
0.10/0.18	c java.runtime.name	OpenJDK Runtime Environment
0.10/0.18	c java.vm.name		OpenJDK 64-Bit Server VM
0.10/0.18	c java.vm.version	22.0.1+8-16
0.10/0.19	c java.vm.vendor	Oracle Corporation
0.10/0.19	c sun.arch.data.model	64
0.10/0.19	c java.version		22.0.1
0.10/0.19	c os.name		Linux
0.10/0.19	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.10/0.19	c os.arch		amd64
0.10/0.19	c Free memory 		2104792832
0.10/0.19	c Max memory 		16282288128
0.10/0.19	c Total memory 		2113929216
0.23/0.21	c Number of processors 	2
0.23/0.30	c Pseudo Boolean Optimization by upper bound
0.23/0.30	c --- Begin Solver configuration ---
0.23/0.30	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.23/0.30	c Learn all clauses as in MiniSAT
0.23/0.30	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.30	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.30	c Expensive reason simplification
0.23/0.30	c Glucose 2.1 dynamic restart strategy
0.23/0.30	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.23/0.30	c timeout=2147483s
0.23/0.30	c DB Simplification allowed=false
0.23/0.30	c Listener: none
0.23/0.30	c --- End Solver configuration ---
0.23/0.30	c solving HOME/instance-4543837-1753229716.opb
0.23/0.30	c reading problem ... 
0.37/0.31	c using VERIPB proof format
0.37/0.31	c  no objective function found
1.61/1.01	c ... done. Wall clock time 0.704s.
1.61/1.01	c declared #vars     93130
1.61/1.01	c #constraints  1931
1.61/1.01	c constraints type 
1.61/1.01	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 960
1.61/1.01	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 971
1.61/1.01	c 1931 constraints processed.
10.97/7.77	c cleaning 2499 clauses out of 5005 with flag 31071/5005
21.33/17.57	c cleaning 4248 clauses out of 8503 with flag 70875/11002
34.40/30.62	c cleaning 5621 clauses out of 11253 with flag 121595/18000
49.49/45.40	c cleaning 6814 clauses out of 13632 with flag 179849/26000
67.84/63.54	c cleaning 7907 clauses out of 15822 with flag 244614/35004
92.32/87.76	c cleaning 8951 clauses out of 17912 with flag 318852/45001
116.87/111.91	c cleaning 9973 clauses out of 19960 with flag 407688/56000
142.33/137.08	c cleaning 10985 clauses out of 21987 with flag 506431/68000
174.81/169.03	c cleaning 11995 clauses out of 24002 with flag 611528/81000
208.28/202.33	c cleaning 12998 clauses out of 26007 with flag 728373/95000
249.37/242.97	c cleaning 14004 clauses out of 28009 with flag 853222/110000
294.15/287.48	c cleaning 15001 clauses out of 30008 with flag 990821/126003
348.37/341.09	c cleaning 16001 clauses out of 32010 with flag 1140203/143006
402.13/394.26	c cleaning 16994 clauses out of 34003 with flag 1300243/161000
436.74/428.56	c cleaning 17987 clauses out of 36012 with flag 1439032/180003
482.16/472.99	c cleaning 19002 clauses out of 38022 with flag 1584416/200000
532.10/522.72	c cleaning 19994 clauses out of 40020 with flag 1739687/221000
594.57/583.38	c cleaning 20997 clauses out of 42026 with flag 1919313/243000
652.54/641.04	c cleaning 22000 clauses out of 44031 with flag 2110396/266002
714.79/702.71	c cleaning 23004 clauses out of 46032 with flag 2319338/290003
782.12/769.52	c cleaning 24003 clauses out of 48027 with flag 2527026/315002
855.33/842.26	c cleaning 24999 clauses out of 50024 with flag 2768115/341002
941.26/927.37	c cleaning 26000 clauses out of 52024 with flag 3030758/368001
1030.73/1014.82	c cleaning 26997 clauses out of 54024 with flag 3299081/396001
1080.43/1064.09	c cleaning 28004 clauses out of 56026 with flag 3493714/425000
1151.60/1134.50	c cleaning 29003 clauses out of 58025 with flag 3691938/455003
1245.14/1227.33	c cleaning 30003 clauses out of 60023 with flag 3912386/486004
1339.10/1320.43	c cleaning 30995 clauses out of 62019 with flag 4156719/518003
1444.90/1424.45	c cleaning 31999 clauses out of 64021 with flag 4406023/551000
1555.24/1533.82	c cleaning 32998 clauses out of 66022 with flag 4662124/585000
1667.27/1644.82	c cleaning 33989 clauses out of 68024 with flag 4952952/620000
1779.89/1756.61	c cleaning 34996 clauses out of 70037 with flag 5222374/656002
1891.36/1867.15	c cleaning 36007 clauses out of 72039 with flag 5502502/693000
2025.89/2000.07	c cleaning 37003 clauses out of 74033 with flag 5804420/731001
2169.50/2142.68	c cleaning 37996 clauses out of 76029 with flag 6102287/770000
2312.51/2284.99	c cleaning 39008 clauses out of 78040 with flag 6425425/810007
2476.53/2448.08	c cleaning 39999 clauses out of 80026 with flag 6758498/851001
2633.17/2603.55	c cleaning 41005 clauses out of 82032 with flag 7093840/893006
2808.11/2775.18	c cleaning 42001 clauses out of 84023 with flag 7448554/936002
2991.35/2957.42	c cleaning 42994 clauses out of 86020 with flag 7834654/980000
3193.42/3158.56	c cleaning 43998 clauses out of 88027 with flag 8235142/1025001
3367.19/3331.16	c cleaning 44996 clauses out of 90028 with flag 8634338/1071000
3546.58/3507.01	c cleaning 46001 clauses out of 92033 with flag 9009767/1118001
3600.02/3559.52	c timeout
3600.02/3559.53	c starts		: 6
3600.02/3559.54	c conflicts		: 1137322
3600.02/3559.54	c decisions		: 1326658
3600.02/3559.54	c propagations		: 16429870
3600.02/3559.54	c inspects		: 4881273945
3600.02/3559.54	c shortcuts		: 0
3600.02/3559.54	c learnt literals	: 0
3600.02/3559.54	c learnt binary clauses	: 0
3600.02/3559.54	c learnt ternary clauses	: 0
3600.02/3559.54	c learnt constraints	: 1137322
3600.02/3559.54	c ignored constraints	: 0
3600.02/3559.54	c root simplifications	: 0
3600.02/3559.54	c removed literals (reason simplification)	: 2804227
3600.02/3559.54	c reason swapping (by a shorter reason)	: 0
3600.02/3559.54	c Calls to reduceDB	: 43
3600.02/3559.54	c Number of update (reduction) of LBD	: 685072
3600.02/3559.54	c Imported unit clauses	: 0
3600.02/3559.54	c No decision after first conflict	: false
3600.02/3559.54	c number of reductions to clauses (during analyze)	: 0
3600.02/3559.54	c number of learned constraints concerned by reduction	: 0
3600.02/3559.54	c number of learning phase by resolution	: 0
3600.02/3559.54	c number of learning phase by cutting planes	: 0
3600.02/3559.54	c number of rounding to 1 operations	: 0
3600.02/3559.54	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3559.54	c number of reductions of the coefficients by power 2 	: 0
3600.02/3559.54	c number of right shift for reduction by power 2 	: 0
3600.02/3559.54	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3559.54	c number of ending skipping 	: 0
3600.02/3559.54	c number of internal skipping 	: 0
3600.02/3559.54	c number of derivation steps 	: 0
3600.02/3559.54	c number of skipped derivation steps 	: 0
3600.02/3559.54	c number of remaining unassigned 	: 0
3600.02/3559.54	c number of remaining assigned 	: 0
3600.02/3559.54	c number of falsified literals weakened from reason	: 0
3600.02/3559.54	c number of falsified literals weakened from conflict	: 0
3600.02/3559.54	c time for arithmetic operations	: 0
3600.02/3559.54	c minimum degree of deleted constraints	: null
3600.02/3559.54	c maximum degree of deleted constraints	: null
3600.02/3559.54	c number of deleted constraints	: 0
3600.02/3559.54	c speed (assignments/second)	: 4617.0644455123065
3600.02/3559.54	c non guided choices	: 30515
3600.02/3559.58	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 65353
3600.02/3559.59	s UNKNOWN
3600.02/3559.59	c Total wall clock time (in seconds): 3559.285

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4543837-1753229716/watcher-4543837-1753229716 -o /tmp/evaluation-result-4543837-1753229716/solver-4543837-1753229716 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1753222705-158995 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4543837-1753229716 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4543837-1753229716.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=160012, runsolver pid=160009

[startup+0.100088 s]*
/proc/loadavg: 4.41 4.39 4.37 5/307 160030
/proc/meminfo: memFree=95876320/131382112 swapFree=33010160/33010684
[pid=160012] ppid=160009 vsize=18930384 memory=48284 CPUtime=0.1 cores=4,6
/proc/160012/stat : 160012 (java) S 160009 160012 158984 0 -1 4194304 5797 0 0 0 7 3 0 0 20 0 18 0 238651388 19384713216 12071 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
/proc/160012/statm: 4732596 12071 5307 1 0 547004 0
[pid=160012/tid=160014] ppid=160009 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/160012/task/160014/stat : 160014 (java) R 160009 160012 158984 0 -1 4194368 4695 0 0 0 5 2 0 0 20 0 18 0 238651389 19384713216 12071 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
[pid=160012/tid=160023] ppid=160009 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/160012/task/160023/stat : 160023 (Finalizer) S 160009 160012 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238651394 19384713216 12071 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
[pid=160012/tid=160030] ppid=160009 vsize=18930384 memory=59593594258114 CPUtime=0 cores=4,6
/proc/160012/task/160030/stat : 160030 (Common-Cleaner) S 160009 160012 158984 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238651394 19384713216 12071 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48284 KiB

[startup+0.205853 s]*
/proc/loadavg: 4.41 4.39 4.37 6/307 160030
/proc/meminfo: memFree=95866680/131382112 swapFree=33010160/33010684
[pid=160012] ppid=160009 vsize=18930384 memory=55496 CPUtime=0.23 cores=4,6
/proc/160012/stat : 160012 (java) S 160009 160012 158984 0 -1 4194304 6539 0 0 0 20 3 0 0 20 0 18 0 238651388 19384713216 13874 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
/proc/160012/statm: 4732596 13874 5339 1 0 547594 0
[pid=160012/tid=160014] ppid=160009 vsize=18930384 memory=4026990876 CPUtime=0.17 cores=4,6
/proc/160012/task/160014/stat : 160014 (java) R 160009 160012 158984 0 -1 4194368 5021 0 0 0 15 2 0 0 20 0 18 0 238651389 19384713216 13874 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
[pid=160012/tid=160023] ppid=160009 vsize=18930384 memory=16142 CPUtime=0 cores=4,6
/proc/160012/task/160023/stat : 160023 (Finalizer) S 160009 160012 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238651394 19384713216 13906 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
[pid=160012/tid=160030] ppid=160009 vsize=18930384 memory=58494082614266 CPUtime=0 cores=4,6
/proc/160012/task/160030/stat : 160030 (Common-Cleaner) S 160009 160012 158984 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238651394 19384713216 13906 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55496 KiB

[startup+0.305817 s]*
/proc/loadavg: 4.41 4.39 4.37 5/307 160030
/proc/meminfo: memFree=95866176/131382112 swapFree=33010160/33010684
[pid=160012] ppid=160009 vsize=18930384 memory=59292 CPUtime=0.37 cores=4,6
/proc/160012/stat : 160012 (java) S 160009 160012 158984 0 -1 4194304 6870 0 0 0 33 4 0 0 20 0 18 0 238651388 19384713216 14823 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
/proc/160012/statm: 4732596 14823 5435 1 0 547817 0
[pid=160012/tid=160014] ppid=160009 vsize=18930384 memory=-8529090283149501116 CPUtime=0.26 cores=4,6
/proc/160012/task/160014/stat : 160014 (java) R 160009 160012 158984 0 -1 4194368 5209 0 0 0 24 2 0 0 20 0 18 0 238651389 19384713216 14823 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
[pid=160012/tid=160023] ppid=160009 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/160012/task/160023/stat : 160023 (Finalizer) S 160009 160012 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238651394 19384713216 14823 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
[pid=160012/tid=160030] ppid=160009 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/160012/task/160030/stat : 160030 (Common-Cleaner) S 160009 160012 158984 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238651394 19384713216 14823 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59292 KiB

[startup+0.700254 s]
/proc/loadavg: 4.41 4.39 4.37 8/308 160031
/proc/meminfo: memFree=95766424/131382112 swapFree=33010160/33010684
[pid=160012] ppid=160009 vsize=18996948 memory=167704 CPUtime=1.08 cores=4,6
/proc/160012/stat : 160012 (java) S 160009 160012 158984 0 -1 4194304 8816 0 0 0 101 7 0 0 20 0 19 0 238651388 19452874752 41926 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
/proc/160012/statm: 4749237 41926 5467 1 0 549266 0
[pid=160012/tid=160014] ppid=160009 vsize=18996948 memory=26880 CPUtime=0.57 cores=4,6
/proc/160012/task/160014/stat : 160014 (java) R 160009 160012 158984 0 -1 4194368 5301 0 0 0 52 5 0 0 20 0 19 0 238651389 19452874752 41926 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
[pid=160012/tid=160023] ppid=160009 vsize=18996948 memory=10624 CPUtime=0 cores=4,6
/proc/160012/task/160023/stat : 160023 (Finalizer) S 160009 160012 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238651394 19452874752 41926 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
[pid=160012/tid=160030] ppid=160009 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/160012/task/160030/stat : 160030 (Common-Cleaner) S 160009 160012 158984 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 238651394 19452874752 41926 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
Current children cumulated CPU time: 1.08 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 167704 KiB

[startup+1.50023 s]
/proc/loadavg: 4.41 4.39 4.37 6/308 160031
/proc/meminfo: memFree=95451916/131382112 swapFree=33010160/33010684
[pid=160012] ppid=160009 vsize=19063512 memory=524312 CPUtime=2.59 cores=4,6
/proc/160012/stat : 160012 (java) S 160009 160012 158984 0 -1 4194304 14963 0 0 0 244 15 0 0 20 0 20 0 238651388 19521036288 131078 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
/proc/160012/statm: 4765878 131078 5531 1 0 1561560 0
[pid=160012/tid=160014] ppid=160009 vsize=19063512 memory=3200 CPUtime=1.24 cores=4,6
/proc/160012/task/160014/stat : 160014 (java) R 160009 160012 158984 0 -1 4194368 5523 0 0 0 113 11 0 0 20 0 20 0 238651389 19521036288 131078 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
[pid=160012/tid=160023] ppid=160009 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/160012/task/160023/stat : 160023 (Finalizer) S 160009 160012 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238651394 19521036288 131078 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
[pid=160012/tid=160030] ppid=160009 vsize=19063512 memory=10624 CPUtime=0 cores=4,6
/proc/160012/task/160030/stat : 160030 (Common-Cleaner) S 160009 160012 158984 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238651394 19521036288 131078 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
Current children cumulated CPU time: 2.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 524312 KiB

[startup+3.10545 s]
/proc/loadavg: 4.41 4.39 4.37 5/309 160032
/proc/meminfo: memFree=95188272/131382112 swapFree=33010160/33010684
[pid=160012] ppid=160009 vsize=19063512 memory=717612 CPUtime=5.28 cores=4,6
/proc/160012/stat : 160012 (java) S 160009 160012 158984 0 -1 4194304 15255 0 0 0 508 20 0 0 20 0 20 0 238651388 19521036288 179403 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
/proc/160012/statm: 4765878 179403 5531 1 0 1561572 0
[pid=160012/tid=160014] ppid=160009 vsize=19063512 memory=10624 CPUtime=2.82 cores=4,6
/proc/160012/task/160014/stat : 160014 (java) R 160009 160012 158984 0 -1 4194368 5622 0 0 0 267 15 0 0 20 0 20 0 238651389 19521036288 179403 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
[pid=160012/tid=160023] ppid=160009 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/160012/task/160023/stat : 160023 (Finalizer) S 160009 160012 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238651394 19521036288 179403 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
[pid=160012/tid=160030] ppid=160009 vsize=19063512 memory=5760 CPUtime=0 cores=4,6
/proc/160012/task/160030/stat : 160030 (Common-Cleaner) S 160009 160012 158984 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238651394 19521036288 179403 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
[pid=160012/tid=160032] ppid=160009 vsize=19063512 memory=5148 CPUtime=0 cores=4,6
/proc/160012/task/160032/stat : 160032 (Timer-0) S 160009 160012 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238651491 19521036288 179403 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
Current children cumulated CPU time: 5.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 717612 KiB

[startup+6.30024 s]
/proc/loadavg: 4.38 4.38 4.36 5/309 160032
/proc/meminfo: memFree=94791676/131382112 swapFree=33010160/33010684
[pid=160012] ppid=160009 vsize=19063512 memory=1088556 CPUtime=9.32 cores=4,6
/proc/160012/stat : 160012 (java) S 160009 160012 158984 0 -1 4194304 15696 0 0 0 903 29 0 0 20 0 20 0 238651388 19521036288 272139 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
/proc/160012/statm: 4765878 272139 5531 1 0 1561574 0
[pid=160012/tid=160014] ppid=160009 vsize=19063512 memory=0 CPUtime=5.98 cores=4,6
/proc/160012/task/160014/stat : 160014 (java) R 160009 160012 158984 0 -1 4194368 5991 0 0 0 574 24 0 0 20 0 20 0 238651389 19521036288 272139 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
[pid=160012/tid=160023] ppid=160009 vsize=19063512 memory=-8529090283149501116 CPUtime=0 cores=4,6
/proc/160012/task/160023/stat : 160023 (Finalizer) S 160009 160012 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238651394 19521036288 272139 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
[pid=160012/tid=160030] ppid=160009 vsize=19063512 memory=10624 CPUtime=0 cores=4,6
/proc/160012/task/160030/stat : 160030 (Common-Cleaner) S 160009 160012 158984 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238651394 19521036288 272139 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
[pid=160012/tid=160032] ppid=160009 vsize=19063512 memory=14560 CPUtime=0 cores=4,6
/proc/160012/task/160032/stat : 160032 (Timer-0) S 160009 160012 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238651491 19521036288 272139 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
Current children cumulated CPU time: 9.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1088556 KiB

[startup+12.7002 s]
/proc/loadavg: 4.35 4.38 4.36 5/309 160032
/proc/meminfo: memFree=94040928/131382112 swapFree=33010160/33010684
[pid=160012] ppid=160009 vsize=19063512 memory=1802812 CPUtime=16.41 cores=4,6
/proc/160012/stat : 160012 (java) S 160009 160012 158984 0 -1 4194304 22099 0 0 0 1596 45 0 0 20 0 20 0 238651388 19521036288 450703 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
/proc/160012/statm: 4765878 450703 5531 1 0 1561744 0
[pid=160012/tid=160014] ppid=160009 vsize=19063512 memory=1679932 CPUtime=12.32 cores=4,6
/proc/160012/task/160014/stat : 160014 (java) R 160009 160012 158984 0 -1 4194368 8288 0 0 0 1193 39 0 0 20 0 20 0 238651389 19521036288 450703 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
[pid=160012/tid=160023] ppid=160009 vsize=19063512 memory=1548860 CPUtime=0 cores=4,6
/proc/160012/task/160023/stat : 160023 (Finalizer) S 160009 160012 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238651394 19521036288 450703 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
[pid=160012/tid=160030] ppid=160009 vsize=19063512 memory=14560 CPUtime=0 cores=4,6
/proc/160012/task/160030/stat : 160030 (Common-Cleaner) S 160009 160012 158984 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238651394 19521036288 450703 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
[pid=160012/tid=160032] ppid=160009 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/160012/task/160032/stat : 160032 (Timer-0) S 160009 160012 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238651491 19521036288 450703 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
Current children cumulated CPU time: 16.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1802812 KiB

[startup+25.5005 s]
/proc/loadavg: 4.27 4.36 4.36 6/333 160079
/proc/meminfo: memFree=96281664/131382112 swapFree=33010160/33010684
[pid=160012] ppid=160009 vsize=19063512 memory=2910848 CPUtime=29.3 cores=4,6
/proc/160012/stat : 160012 (java) S 160009 160012 158984 0 -1 4194304 24222 0 0 0 2857 73 0 0 20 0 20 0 238651388 19521036288 727712 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
/proc/160012/statm: 4765878 727712 5531 1 0 1561744 0
[pid=160012/tid=160014] ppid=160009 vsize=19063512 memory=26880 CPUtime=25.01 cores=4,6
/proc/160012/task/160014/stat : 160014 (java) R 160009 160012 158984 0 -1 4194368 9963 0 0 0 2435 66 0 0 20 0 20 0 238651389 19521036288 727712 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
[pid=160012/tid=160023] ppid=160009 vsize=19063512 memory=2736764 CPUtime=0 cores=4,6
/proc/160012/task/160023/stat : 160023 (Finalizer) S 160009 160012 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238651394 19521036288 727712 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
[pid=160012/tid=160030] ppid=160009 vsize=19063512 memory=-8529090283149501116 CPUtime=0 cores=4,6
/proc/160012/task/160030/stat : 160030 (Common-Cleaner) S 160009 160012 158984 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238651394 19521036288 727712 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
[pid=160012/tid=160032] ppid=160009 vsize=19063512 memory=2542204 CPUtime=0 cores=4,6
/proc/160012/task/160032/stat : 160032 (Timer-0) S 160009 160012 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238651491 19521036288 727712 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
Current children cumulated CPU time: 29.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2910848 KiB

[startup+51.1141 s]
/proc/loadavg: 4.31 4.36 4.36 5/333 160080
/proc/meminfo: memFree=93481476/131382112 swapFree=33010160/33010684
[pid=160012] ppid=160009 vsize=19063512 memory=3837140 CPUtime=55.31 cores=4,6
/proc/160012/stat : 160012 (java) S 160009 160012 158984 0 -1 4194304 28089 0 0 0 5425 106 0 0 20 0 20 0 238651388 19521036288 959285 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
/proc/160012/statm: 4765878 959285 5531 1 0 1561770 0
[pid=160012/tid=160014] ppid=160009 vsize=19063512 memory=14560 CPUtime=50.02 cores=4,6
/proc/160012/task/160014/stat : 160014 (java) R 160009 160012 158984 0 -1 4194368 11299 0 0 0 4912 90 0 0 20 0 20 0 238651389 19521036288 959285 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
[pid=160012/tid=160023] ppid=160009 vsize=19063512 memory=3816552 CPUtime=0 cores=4,6
/proc/160012/task/160023/stat : 160023 (Finalizer) S 160009 160012 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238651394 19521036288 959285 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
[pid=160012/tid=160030] ppid=160009 vsize=19063512 memory=3771408 CPUtime=0 cores=4,6
/proc/160012/task/160030/stat : 160030 (Common-Cleaner) S 160009 160012 158984 0 -1 4194368 64 0 0 0 0 0 0 0 20 0 20 0 238651394 19521036288 959285 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
[pid=160012/tid=160032] ppid=160009 vsize=19063512 memory=3752932 CPUtime=0 cores=4,6
/proc/160012/task/160032/stat : 160032 (Timer-0) S 160009 160012 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238651491 19521036288 959285 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0

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

/proc/160012/task/160023/stat : 160023 (Finalizer) S 160009 160012 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238651394 19521036288 1839873 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
[pid=160012/tid=160030] ppid=160009 vsize=19063512 memory=7359492 CPUtime=0 cores=4,6
/proc/160012/task/160030/stat : 160030 (Common-Cleaner) S 160009 160012 158984 0 -1 4194368 2872 0 0 0 0 0 0 0 20 0 20 0 238651394 19521036288 1839873 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
[pid=160012/tid=160032] ppid=160009 vsize=19063512 memory=7359492 CPUtime=0 cores=4,6
/proc/160012/task/160032/stat : 160032 (Timer-0) S 160009 160012 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238651491 19521036288 1839873 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
Current children cumulated CPU time: 3197.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7359492 KiB

[startup+3222.3 s]
/proc/loadavg: 4.23 4.30 4.25 5/328 160379
/proc/meminfo: memFree=78323172/131382112 swapFree=33010160/33010684
[pid=160012] ppid=160009 vsize=19063512 memory=7359492 CPUtime=3257.36 cores=4,6
/proc/160012/stat : 160012 (java) S 160009 160012 158984 0 -1 4194304 218345 0 0 0 324382 1354 0 0 20 0 20 0 238651388 19521036288 1839873 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
/proc/160012/statm: 4765878 1839873 5531 1 0 1853356 0
[pid=160012/tid=160014] ppid=160009 vsize=19063512 memory=7359492 CPUtime=3173.05 cores=4,6
/proc/160012/task/160014/stat : 160014 (java) R 160009 160012 158984 0 -1 4194368 110319 0 0 0 316191 1114 0 0 20 0 20 0 238651389 19521036288 1839873 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
[pid=160012/tid=160023] ppid=160009 vsize=19063512 memory=14560 CPUtime=0 cores=4,6
/proc/160012/task/160023/stat : 160023 (Finalizer) S 160009 160012 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238651394 19521036288 1839873 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
[pid=160012/tid=160030] ppid=160009 vsize=19063512 memory=7359492 CPUtime=0 cores=4,6
/proc/160012/task/160030/stat : 160030 (Common-Cleaner) S 160009 160012 158984 0 -1 4194368 2962 0 0 0 0 0 0 0 20 0 20 0 238651394 19521036288 1839873 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
[pid=160012/tid=160032] ppid=160009 vsize=19063512 memory=22004 CPUtime=0 cores=4,6
/proc/160012/task/160032/stat : 160032 (Timer-0) S 160009 160012 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238651491 19521036288 1839873 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
Current children cumulated CPU time: 3257.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7359492 KiB

[startup+3282.3 s]
/proc/loadavg: 4.28 4.31 4.26 6/328 160381
/proc/meminfo: memFree=77960880/131382112 swapFree=33010160/33010684
[pid=160012] ppid=160009 vsize=19063512 memory=7359492 CPUtime=3317.81 cores=4,6
/proc/160012/stat : 160012 (java) S 160009 160012 158984 0 -1 4194304 220403 0 0 0 330403 1378 0 0 20 0 20 0 238651388 19521036288 1839873 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
/proc/160012/statm: 4765878 1839873 5531 1 0 1853356 0
[pid=160012/tid=160014] ppid=160009 vsize=19063512 memory=7359492 CPUtime=3232.31 cores=4,6
/proc/160012/task/160014/stat : 160014 (java) R 160009 160012 158984 0 -1 4194368 111522 0 0 0 322096 1135 0 0 20 0 20 0 238651389 19521036288 1839873 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
[pid=160012/tid=160023] ppid=160009 vsize=19063512 memory=14560 CPUtime=0 cores=4,6
/proc/160012/task/160023/stat : 160023 (Finalizer) S 160009 160012 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238651394 19521036288 1839873 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
[pid=160012/tid=160030] ppid=160009 vsize=19063512 memory=7359492 CPUtime=0 cores=4,6
/proc/160012/task/160030/stat : 160030 (Common-Cleaner) S 160009 160012 158984 0 -1 4194368 3018 0 0 0 0 0 0 0 20 0 20 0 238651394 19521036288 1839873 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
[pid=160012/tid=160032] ppid=160009 vsize=19063512 memory=7359492 CPUtime=0 cores=4,6
/proc/160012/task/160032/stat : 160032 (Timer-0) S 160009 160012 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238651491 19521036288 1839873 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
Current children cumulated CPU time: 3317.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7359492 KiB

[startup+3342.3 s]
/proc/loadavg: 4.19 4.28 4.25 5/328 160383
/proc/meminfo: memFree=77563792/131382112 swapFree=33010160/33010684
[pid=160012] ppid=160009 vsize=19063512 memory=7359492 CPUtime=3378.35 cores=4,6
/proc/160012/stat : 160012 (java) S 160009 160012 158984 0 -1 4194304 224027 0 0 0 336434 1401 0 0 20 0 20 0 238651388 19521036288 1839873 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
/proc/160012/statm: 4765878 1839873 5531 1 0 1853356 0
[pid=160012/tid=160014] ppid=160009 vsize=19063512 memory=7359492 CPUtime=3291.28 cores=4,6
/proc/160012/task/160014/stat : 160014 (java) R 160009 160012 158984 0 -1 4194368 114614 0 0 0 327974 1154 0 0 20 0 20 0 238651389 19521036288 1839873 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
[pid=160012/tid=160023] ppid=160009 vsize=19063512 memory=14560 CPUtime=0 cores=4,6
/proc/160012/task/160023/stat : 160023 (Finalizer) S 160009 160012 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238651394 19521036288 1839873 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
[pid=160012/tid=160030] ppid=160009 vsize=19063512 memory=7359492 CPUtime=0 cores=4,6
/proc/160012/task/160030/stat : 160030 (Common-Cleaner) S 160009 160012 158984 0 -1 4194368 3142 0 0 0 0 0 0 0 20 0 20 0 238651394 19521036288 1839873 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
[pid=160012/tid=160032] ppid=160009 vsize=19063512 memory=7359492 CPUtime=0 cores=4,6
/proc/160012/task/160032/stat : 160032 (Timer-0) S 160009 160012 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238651491 19521036288 1839873 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
Current children cumulated CPU time: 3378.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7359492 KiB

[startup+3402.3 s]
/proc/loadavg: 4.40 4.32 4.27 5/327 160385
/proc/meminfo: memFree=76570656/131382112 swapFree=33010160/33010684
[pid=160012] ppid=160009 vsize=19063512 memory=7359492 CPUtime=3438.82 cores=4,6
/proc/160012/stat : 160012 (java) S 160009 160012 158984 0 -1 4194304 227526 0 0 0 342459 1423 0 0 20 0 20 0 238651388 19521036288 1839873 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
/proc/160012/statm: 4765878 1839873 5531 1 0 1853356 0
[pid=160012/tid=160014] ppid=160009 vsize=19063512 memory=5760 CPUtime=3350.37 cores=4,6
/proc/160012/task/160014/stat : 160014 (java) R 160009 160012 158984 0 -1 4194368 116687 0 0 0 333864 1173 0 0 20 0 20 0 238651389 19521036288 1839873 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
[pid=160012/tid=160023] ppid=160009 vsize=19063512 memory=7359492 CPUtime=0 cores=4,6
/proc/160012/task/160023/stat : 160023 (Finalizer) S 160009 160012 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238651394 19521036288 1839873 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
[pid=160012/tid=160030] ppid=160009 vsize=19063512 memory=7359492 CPUtime=0 cores=4,6
/proc/160012/task/160030/stat : 160030 (Common-Cleaner) S 160009 160012 158984 0 -1 4194368 3227 0 0 0 0 0 0 0 20 0 20 0 238651394 19521036288 1839873 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
[pid=160012/tid=160032] ppid=160009 vsize=19063512 memory=7359492 CPUtime=0 cores=4,6
/proc/160012/task/160032/stat : 160032 (Timer-0) S 160009 160012 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238651491 19521036288 1839873 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
Current children cumulated CPU time: 3438.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7359492 KiB

[startup+3462.3 s]
/proc/loadavg: 4.25 4.29 4.26 6/326 160387
/proc/meminfo: memFree=76167140/131382112 swapFree=33010160/33010684
[pid=160012] ppid=160009 vsize=19063512 memory=7360900 CPUtime=3501.63 cores=4,6
/proc/160012/stat : 160012 (java) S 160009 160012 158984 0 -1 4194304 233022 0 0 0 348713 1450 0 0 20 0 20 0 238651388 19521036288 1840225 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
/proc/160012/statm: 4765878 1840225 5531 1 0 1853708 0
[pid=160012/tid=160014] ppid=160009 vsize=19063512 memory=27008 CPUtime=3409.72 cores=4,6
/proc/160012/task/160014/stat : 160014 (java) R 160009 160012 158984 0 -1 4194368 120167 0 0 0 339777 1195 0 0 20 0 20 0 238651389 19521036288 1840225 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
[pid=160012/tid=160023] ppid=160009 vsize=19063512 memory=27008 CPUtime=0 cores=4,6
/proc/160012/task/160023/stat : 160023 (Finalizer) S 160009 160012 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238651394 19521036288 1840225 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
[pid=160012/tid=160030] ppid=160009 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/160012/task/160030/stat : 160030 (Common-Cleaner) S 160009 160012 158984 0 -1 4194368 3227 0 0 0 0 0 0 0 20 0 20 0 238651394 19521036288 1840225 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
[pid=160012/tid=160032] ppid=160009 vsize=19063512 memory=14560 CPUtime=0 cores=4,6
/proc/160012/task/160032/stat : 160032 (Timer-0) S 160009 160012 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238651491 19521036288 1840225 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
Current children cumulated CPU time: 3501.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7360900 KiB

[startup+3522.3 s]
/proc/loadavg: 4.25 4.28 4.26 6/326 160389
/proc/meminfo: memFree=75371908/131382112 swapFree=33010160/33010684
[pid=160012] ppid=160009 vsize=19063512 memory=7360900 CPUtime=3562.16 cores=4,6
/proc/160012/stat : 160012 (java) S 160009 160012 158984 0 -1 4194304 236770 0 0 0 354742 1474 0 0 20 0 20 0 238651388 19521036288 1840225 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
/proc/160012/statm: 4765878 1840225 5531 1 0 1853708 0
[pid=160012/tid=160014] ppid=160009 vsize=19063512 memory=0 CPUtime=3468.68 cores=4,6
/proc/160012/task/160014/stat : 160014 (java) R 160009 160012 158984 0 -1 4194368 123018 0 0 0 345652 1216 0 0 20 0 20 0 238651389 19521036288 1840225 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
[pid=160012/tid=160023] ppid=160009 vsize=19063512 memory=14560 CPUtime=0 cores=4,6
/proc/160012/task/160023/stat : 160023 (Finalizer) S 160009 160012 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238651394 19521036288 1840225 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
[pid=160012/tid=160030] ppid=160009 vsize=19063512 memory=7360900 CPUtime=0 cores=4,6
/proc/160012/task/160030/stat : 160030 (Common-Cleaner) S 160009 160012 158984 0 -1 4194368 3281 0 0 0 0 0 0 0 20 0 20 0 238651394 19521036288 1840225 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
[pid=160012/tid=160032] ppid=160009 vsize=19063512 memory=8474896 CPUtime=0 cores=4,6
/proc/160012/task/160032/stat : 160032 (Timer-0) S 160009 160012 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238651491 19521036288 1840225 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
Current children cumulated CPU time: 3562.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7360900 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3559.5 s]
/proc/loadavg: 4.09 4.25 4.25 4/301 160425
/proc/meminfo: memFree=92891076/131382112 swapFree=33010160/33010684
[pid=160012] ppid=160009 vsize=19063512 memory=7360900 CPUtime=3600.02 cores=4,6
/proc/160012/stat : 160012 (java) S 160009 160012 158984 0 -1 4194304 238652 0 0 0 358514 1488 0 0 20 0 20 0 238651388 19521036288 1840225 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
/proc/160012/statm: 4765878 1840225 5531 1 0 1853708 0
[pid=160012/tid=160014] ppid=160009 vsize=19063512 memory=22004 CPUtime=3504.86 cores=4,6
/proc/160012/task/160014/stat : 160014 (java) R 160009 160012 158984 0 -1 4194368 124116 0 0 0 349258 1228 0 0 20 0 20 0 238651389 19521036288 1840225 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
[pid=160012/tid=160023] ppid=160009 vsize=19063512 memory=7360900 CPUtime=0 cores=4,6
/proc/160012/task/160023/stat : 160023 (Finalizer) S 160009 160012 158984 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238651394 19521036288 1840225 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
[pid=160012/tid=160030] ppid=160009 vsize=19063512 memory=14560 CPUtime=0 cores=4,6
/proc/160012/task/160030/stat : 160030 (Common-Cleaner) S 160009 160012 158984 0 -1 4194368 3281 0 0 0 0 0 0 0 20 0 20 0 238651394 19521036288 1840225 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
[pid=160012/tid=160032] ppid=160009 vsize=19063512 memory=7360900 CPUtime=0 cores=4,6
/proc/160012/task/160032/stat : 160032 (Timer-0) S 160009 160012 158984 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238651491 19521036288 1840225 18446744073709551615 94470200176640 94470200180336 140726640576784 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94470200188152 94470200188944 94470218878976 140726640580948 140726640581092 140726640581092 140726640586696 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7360900 KiB

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

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

# cumulated CPU time of all completed processes:  user=3585.3 s, system=14.9128 s

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

[startup+3559.61 s]*
/proc/loadavg: 4.00 4.23 4.25 4/282 160428
/proc/meminfo: memFree=98131908/131382112 swapFree=33010160/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): 3559.62
CPU time (s): 3600.22
CPU user time (s): 3585.3
CPU system time (s): 14.9128
CPU usage (%): 101.14
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 7360900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3585.3
system time used= 14.9128
maximum resident set size= 7361924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 241367
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15103464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 115891
involuntary context switches= 14478


# summary of solver processes directly reported to runsolver:
#   pid: 160012
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3585.3
#   total CPU system time (s): 14.9128

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.376 second user time and 37.2587 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-07-23 02:15:16
IDJOB=4543837
IDBENCH=174690
IDSOLVER=3364
FILE ID=nodeC009/4543837-1753229716
RUNJOBID= nodeC009-1753222705-158995
SLURM_JOB_ID= 9687823
Free space on /tmp= 404148 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/php-exit/normalized-phpexit_v1_10_096.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4543837-1753229716/watcher-4543837-1753229716 -o /tmp/evaluation-result-4543837-1753229716/solver-4543837-1753229716 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1753222705-158995 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4543837-1753229716 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4543837-1753229716.opb

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

MD5SUM BENCH= 9cd02fcfe8d6fb8da5e5e7c2985c86c8
RANDOM SEED=22026591

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        95899664 kB
MemAvailable:   124973452 kB
Buffers:            2144 kB
Cached:         29764968 kB
SwapCached:           24 kB
Active:          5996064 kB
Inactive:       28627508 kB
Active(anon):    4878620 kB
Inactive(anon):     4080 kB
Active(file):    1117444 kB
Inactive(file): 28623428 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            136308 kB
Writeback:             4 kB
AnonPages:       4857264 kB
Mapped:           127876 kB
Shmem:             26128 kB
KReclaimable:     344700 kB
Slab:             441476 kB
SReclaimable:     344700 kB
SUnreclaim:        96776 kB
KernelStack:        4688 kB
PageTables:        12872 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    5319636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150120 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4632576 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:      172872 kB
DirectMap2M:     9166848 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 408528 MiB
End job on nodeC009 at 2025-07-23 03:14:36