Trace number 4512028

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) 3601.22 3462.61

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/
hw512/normalized-hw512-vm99p-dec.opb.negationfix.opb
MD5SUM8e74907d75b3430f44949ac6e798f9f2
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark13.8301
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2766336
Total number of constraints11830
Number of constraints which are clauses5402
Number of constraints which are cardinality constraints (but not clauses)5402
Number of constraints which are nor clauses,nor cardinality constraints1026
Minimum length of a constraint512
Maximum length of a constraint5402
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 1983745
Number of bits of the biggest number in a constraint 21
Biggest sum of numbers in a constraint 4451165
Number of bits of the biggest sum of numbers23
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.11/0.14	c Pseudo Boolean Optimization by upper bound
0.11/0.14	c --- Begin Solver configuration ---
0.11/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.11/0.14	c Learn all clauses as in MiniSAT
0.11/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.14	c Expensive reason simplification
0.11/0.14	c Glucose 2.1 dynamic restart strategy
0.11/0.14	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.14	c timeout=2147483s
0.11/0.14	c DB Simplification allowed=false
0.11/0.14	c Listener: none
0.11/0.14	c --- End Solver configuration ---
0.11/0.14	c solving HOME/instance-4512028-1751201053.opb
0.11/0.14	c reading problem ... 
0.11/0.16	c  no objective function found
34.08/29.60	c ... done. Wall clock time 29.466s.
34.08/29.60	c declared #vars     2766336
34.08/29.60	c #constraints  11830
34.08/29.60	c constraints type 
34.08/29.60	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 5402
34.08/29.60	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1026
34.08/29.60	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5402
34.08/29.60	c 11830 constraints processed.
79.36/73.81	c cleaning 2487 clauses out of 5002 with flag 26533/5002
120.10/114.51	c cleaning 4236 clauses out of 8515 with flag 85999/11002
164.82/157.49	c cleaning 5612 clauses out of 11279 with flag 164485/18002
223.13/213.96	c cleaning 6827 clauses out of 13665 with flag 256956/26000
274.01/263.99	c cleaning 7894 clauses out of 15839 with flag 307312/35001
326.36/311.71	c cleaning 8944 clauses out of 17946 with flag 386488/45002
352.41/336.65	c cleaning 9959 clauses out of 20000 with flag 454423/56000
389.29/372.65	c cleaning 10970 clauses out of 22042 with flag 522708/68001
436.57/414.00	c cleaning 11985 clauses out of 24073 with flag 613723/81002
481.48/457.61	c cleaning 12999 clauses out of 26088 with flag 715556/95002
526.02/500.93	c cleaning 14014 clauses out of 28091 with flag 801763/110004
567.59/541.32	c cleaning 14996 clauses out of 30073 with flag 872427/126000
617.04/585.98	c cleaning 15995 clauses out of 32078 with flag 955577/143001
657.22/625.25	c cleaning 16999 clauses out of 34082 with flag 1033337/161000
707.88/674.64	c cleaning 18003 clauses out of 36084 with flag 1122458/180001
779.15/744.76	c cleaning 18998 clauses out of 38081 with flag 1245247/200001
856.31/816.65	c cleaning 19998 clauses out of 40082 with flag 1361918/221000
943.18/901.77	c cleaning 20995 clauses out of 42084 with flag 1483120/243000
1038.68/995.41	c cleaning 22001 clauses out of 44091 with flag 1616285/266002
1135.28/1085.79	c cleaning 22992 clauses out of 46089 with flag 1769270/290001
1230.81/1179.42	c cleaning 23994 clauses out of 48097 with flag 1913724/315001
1330.54/1277.14	c cleaning 25016 clauses out of 50102 with flag 2041291/341000
1431.06/1371.23	c cleaning 26009 clauses out of 52087 with flag 2173953/368001
1527.46/1465.71	c cleaning 27004 clauses out of 54077 with flag 2316265/396000
1791.90/1717.45	c cleaning 27999 clauses out of 56076 with flag 2501888/425003
1940.29/1863.36	c cleaning 28998 clauses out of 58074 with flag 2715438/455000
2293.17/2207.03	c cleaning 29994 clauses out of 60076 with flag 2979629/486000
2645.89/2549.96	c cleaning 31001 clauses out of 62084 with flag 3352895/518002
3013.39/2905.94	c cleaning 32004 clauses out of 64085 with flag 3822348/551004
3499.29/3362.66	c cleaning 32999 clauses out of 66077 with flag 4361562/585000
3600.85/3462.49	c starts		: 118
3601.05/3462.50	c conflicts		: 603672
3601.05/3462.50	c decisions		: 97204486
3601.05/3462.50	c propagations		: 843661088
3601.05/3462.50	c inspects		: 615325324
3601.05/3462.50	c shortcuts		: 0
3601.05/3462.50	c learnt literals	: 0
3601.05/3462.50	c learnt binary clauses	: 0
3601.05/3462.50	c learnt ternary clauses	: 0
3601.05/3462.50	c learnt constraints	: 603672
3601.05/3462.50	c ignored constraints	: 0
3601.05/3462.50	c root simplifications	: 0
3601.05/3462.50	c removed literals (reason simplification)	: 1342309
3601.05/3462.50	c reason swapping (by a shorter reason)	: 0
3601.05/3462.50	c Calls to reduceDB	: 30
3601.05/3462.50	c Number of update (reduction) of LBD	: 216960
3601.05/3462.50	c Imported unit clauses	: 0
3601.05/3462.50	c No decision after first conflict	: false
3601.05/3462.50	c number of reductions to clauses (during analyze)	: 0
3601.05/3462.50	c number of learned constraints concerned by reduction	: 0
3601.05/3462.50	c number of learning phase by resolution	: 0
3601.05/3462.50	c number of learning phase by cutting planes	: 0
3601.05/3462.50	c number of rounding to 1 operations	: 0
3601.05/3462.50	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3601.05/3462.50	c number of reductions of the coefficients by power 2 	: 0
3601.05/3462.50	c number of right shift for reduction by power 2 	: 0
3601.05/3462.50	c number of reductions of the coefficients by GCD over coefficients 	: 0
3601.05/3462.50	c number of ending skipping 	: 0
3601.05/3462.50	c number of internal skipping 	: 0
3601.05/3462.50	c number of derivation steps 	: 0
3601.05/3462.50	c number of skipped derivation steps 	: 0
3601.05/3462.50	c number of remaining unassigned 	: 0
3601.05/3462.50	c number of remaining assigned 	: 0
3601.05/3462.51	c number of falsified literals weakened from reason	: 0
3601.05/3462.51	c number of falsified literals weakened from conflict	: 0
3601.05/3462.51	c time for arithmetic operations	: 0
3601.05/3462.51	c minimum degree of deleted constraints	: null
3601.05/3462.51	c maximum degree of deleted constraints	: null
3601.05/3462.51	c number of deleted constraints	: 0
3601.05/3462.52	c speed (assignments/second)	: 245763.13248982906
3601.05/3462.52	c non guided choices	: 84976984
3601.05/3462.56	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 51750
3601.05/3462.56	s UNKNOWN
3601.05/3462.56	c Total wall clock time (in seconds): 3462.424

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: 63708 MiB (61449 MiB free)
  memory of node 1: 64465 MiB (56958 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4512028-1751201053/watcher-4512028-1751201053 -o /tmp/evaluation-result-4512028-1751201053/solver-4512028-1751201053 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1751193887-24632 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4512028-1751201053.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.10006 s]*
/proc/loadavg: 4.35 4.23 4.14 5/338 26201
/proc/meminfo: memFree=121228492/131249992 swapFree=33010672/33010684
[pid=26183] ppid=26180 vsize=18930384 memory=55632 CPUtime=0.11 cores=0,2
/proc/26183/stat : 26183 (java) S 26180 26183 24622 0 -1 4194304 6537 0 0 0 9 2 0 0 20 0 18 0 35779951 19384713216 13908 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
/proc/26183/statm: 4732596 13908 5330 1 0 547587 0
[pid=26183/tid=26185] ppid=26180 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/26183/task/26185/stat : 26185 (java) R 26180 26183 24622 0 -1 4194368 5032 0 0 0 6 1 0 0 20 0 18 0 35779952 19384713216 13908 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
[pid=26183/tid=26194] ppid=26180 vsize=18930384 memory=241407623509 CPUtime=0 cores=0,2
/proc/26183/task/26194/stat : 26194 (Finalizer) S 26180 26183 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35779954 19384713216 13908 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
[pid=26183/tid=26201] ppid=26180 vsize=18930384 memory=58485492696503 CPUtime=0 cores=0,2
/proc/26183/task/26201/stat : 26201 (Common-Cleaner) S 26180 26183 24622 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 35779955 19384713216 13908 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55632 KiB

[startup+0.205571 s]*
/proc/loadavg: 4.35 4.23 4.14 7/338 26201
/proc/meminfo: memFree=121146572/131249992 swapFree=33010672/33010684
[pid=26183] ppid=26180 vsize=18930384 memory=147964 CPUtime=0.29 cores=0,2
/proc/26183/stat : 26183 (java) S 26180 26183 24622 0 -1 4194304 7052 0 0 0 25 4 0 0 20 0 18 0 35779951 19384713216 36991 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
/proc/26183/statm: 4732596 36991 5426 1 0 547887 0
[pid=26183/tid=26185] ppid=26180 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=0,2
/proc/26183/task/26185/stat : 26185 (java) R 26180 26183 24622 0 -1 4194368 5342 0 0 0 14 3 0 0 20 0 18 0 35779952 19384713216 36991 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
[pid=26183/tid=26194] ppid=26180 vsize=18930384 memory=13934 CPUtime=0 cores=0,2
/proc/26183/task/26194/stat : 26194 (Finalizer) S 26180 26183 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35779954 19384713216 36991 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
[pid=26183/tid=26201] ppid=26180 vsize=18930384 memory=57385981051877 CPUtime=0 cores=0,2
/proc/26183/task/26201/stat : 26201 (Common-Cleaner) S 26180 26183 24622 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 35779955 19384713216 36991 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 147964 KiB

[startup+0.305526 s]*
/proc/loadavg: 4.35 4.23 4.14 6/338 26201
/proc/meminfo: memFree=121109016/131249992 swapFree=33010672/33010684
[pid=26183] ppid=26180 vsize=18930384 memory=187244 CPUtime=0.48 cores=0,2
/proc/26183/stat : 26183 (java) S 26180 26183 24622 0 -1 4194304 9318 0 0 0 43 5 0 0 20 0 18 0 35779951 19384713216 46811 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
/proc/26183/statm: 4732596 46811 5426 1 0 548984 0
[pid=26183/tid=26185] ppid=26180 vsize=18930384 memory=-6000919507016181357 CPUtime=0.28 cores=0,2
/proc/26183/task/26185/stat : 26185 (java) R 26180 26183 24622 0 -1 4194368 5361 0 0 0 24 4 0 0 20 0 18 0 35779952 19384713216 46811 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
[pid=26183/tid=26194] ppid=26180 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/26183/task/26194/stat : 26194 (Finalizer) S 26180 26183 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35779954 19384713216 46811 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
[pid=26183/tid=26201] ppid=26180 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/26183/task/26201/stat : 26201 (Common-Cleaner) S 26180 26183 24622 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 35779955 19384713216 46811 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 187244 KiB

[startup+0.700241 s]
/proc/loadavg: 4.35 4.23 4.14 7/339 26202
/proc/meminfo: memFree=121031192/131249992 swapFree=33010672/33010684
[pid=26183] ppid=26180 vsize=18996948 memory=316052 CPUtime=1.24 cores=0,2
/proc/26183/stat : 26183 (java) S 26180 26183 24622 0 -1 4194304 9801 0 0 0 116 8 0 0 20 0 19 0 35779951 19452874752 79013 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
/proc/26183/statm: 4749237 79013 5458 1 0 549436 0
[pid=26183/tid=26185] ppid=26180 vsize=18996948 memory=17152 CPUtime=0.54 cores=0,2
/proc/26183/task/26185/stat : 26185 (java) R 26180 26183 24622 0 -1 4194368 5398 0 0 0 50 4 0 0 20 0 19 0 35779952 19452874752 79013 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
[pid=26183/tid=26194] ppid=26180 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/26183/task/26194/stat : 26194 (Finalizer) S 26180 26183 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35779954 19452874752 79013 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
[pid=26183/tid=26201] ppid=26180 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/26183/task/26201/stat : 26201 (Common-Cleaner) S 26180 26183 24622 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 35779955 19452874752 79013 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 316052 KiB

[startup+1.50024 s]
/proc/loadavg: 4.35 4.23 4.14 6/339 26202
/proc/meminfo: memFree=120840764/131249992 swapFree=33010672/33010684
[pid=26183] ppid=26180 vsize=18996948 memory=777500 CPUtime=2.44 cores=0,2
/proc/26183/stat : 26183 (java) S 26180 26183 24622 0 -1 4194304 10892 0 0 0 227 17 0 0 20 0 19 0 35779951 19452874752 194375 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
/proc/26183/statm: 4749237 194375 5458 1 0 1395553 0
[pid=26183/tid=26185] ppid=26180 vsize=18996948 memory=3200 CPUtime=1.12 cores=0,2
/proc/26183/task/26185/stat : 26185 (java) S 26180 26183 24622 0 -1 4194368 5565 0 0 0 102 10 0 0 20 0 19 0 35779952 19452874752 194375 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
[pid=26183/tid=26194] ppid=26180 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/26183/task/26194/stat : 26194 (Finalizer) S 26180 26183 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35779954 19452874752 194375 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
[pid=26183/tid=26201] ppid=26180 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/26183/task/26201/stat : 26201 (Common-Cleaner) S 26180 26183 24622 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 35779955 19452874752 194375 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
Current children cumulated CPU time: 2.44 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 777500 KiB

[startup+3.10548 s]
/proc/loadavg: 4.32 4.23 4.14 6/339 26202
/proc/meminfo: memFree=119659292/131249992 swapFree=33010672/33010684
[pid=26183] ppid=26180 vsize=18996948 memory=1677512 CPUtime=4.48 cores=0,2
/proc/26183/stat : 26183 (java) S 26180 26183 24622 0 -1 4194304 12617 0 0 0 413 35 0 0 20 0 19 0 35779951 19452874752 419378 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
/proc/26183/statm: 4749237 419378 5458 1 0 2310530 0
[pid=26183/tid=26185] ppid=26180 vsize=18996948 memory=10752 CPUtime=2.28 cores=0,2
/proc/26183/task/26185/stat : 26185 (java) R 26180 26183 24622 0 -1 4194368 5815 0 0 0 210 18 0 0 20 0 19 0 35779952 19452874752 419378 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
[pid=26183/tid=26194] ppid=26180 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/26183/task/26194/stat : 26194 (Finalizer) S 26180 26183 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35779954 19452874752 419378 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
[pid=26183/tid=26201] ppid=26180 vsize=18996948 memory=5760 CPUtime=0 cores=0,2
/proc/26183/task/26201/stat : 26201 (Common-Cleaner) S 26180 26183 24622 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 35779955 19452874752 419378 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
Current children cumulated CPU time: 4.48 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1677512 KiB

[startup+6.30024 s]
/proc/loadavg: 4.32 4.23 4.14 7/339 26202
/proc/meminfo: memFree=118654008/131249992 swapFree=33010672/33010684
[pid=26183] ppid=26180 vsize=18996948 memory=3617500 CPUtime=8.66 cores=0,2
/proc/26183/stat : 26183 (java) S 26180 26183 24622 0 -1 4194304 15271 0 0 0 792 74 0 0 20 0 19 0 35779951 19452874752 904375 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
/proc/26183/statm: 4749237 904375 5458 1 0 2856338 0
[pid=26183/tid=26185] ppid=26180 vsize=18996948 memory=5760 CPUtime=4.87 cores=0,2
/proc/26183/task/26185/stat : 26185 (java) R 26180 26183 24622 0 -1 4194368 7138 0 0 0 440 47 0 0 20 0 19 0 35779952 19452874752 904375 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
[pid=26183/tid=26194] ppid=26180 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/26183/task/26194/stat : 26194 (Finalizer) S 26180 26183 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35779954 19452874752 904375 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
[pid=26183/tid=26201] ppid=26180 vsize=18996948 memory=-6000919507016181357 CPUtime=0 cores=0,2
/proc/26183/task/26201/stat : 26201 (Common-Cleaner) S 26180 26183 24622 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 35779955 19452874752 904375 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
Current children cumulated CPU time: 8.66 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3617500 KiB

[startup+12.7002 s]
/proc/loadavg: 4.29 4.22 4.14 5/339 26202
/proc/meminfo: memFree=114822748/131249992 swapFree=33010672/33010684
[pid=26183] ppid=26180 vsize=18996948 memory=6445736 CPUtime=15.53 cores=0,2
/proc/26183/stat : 26183 (java) S 26180 26183 24622 0 -1 4194304 21940 0 0 0 1422 131 0 0 20 0 19 0 35779951 19452874752 1611434 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
/proc/26183/statm: 4749237 1611434 5490 1 0 3102954 0
[pid=26183/tid=26185] ppid=26180 vsize=18996948 memory=4725468 CPUtime=10.89 cores=0,2
/proc/26183/task/26185/stat : 26185 (java) R 26180 26183 24622 0 -1 4194368 9088 0 0 0 990 99 0 0 20 0 19 0 35779952 19452874752 1611434 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
[pid=26183/tid=26194] ppid=26180 vsize=18996948 memory=17152 CPUtime=0 cores=0,2
/proc/26183/task/26194/stat : 26194 (Finalizer) S 26180 26183 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35779954 19452874752 1611434 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
[pid=26183/tid=26201] ppid=26180 vsize=18996948 memory=14720 CPUtime=0 cores=0,2
/proc/26183/task/26201/stat : 26201 (Common-Cleaner) S 26180 26183 24622 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35779955 19452874752 1611434 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
Current children cumulated CPU time: 15.53 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 6445736 KiB

[startup+25.5002 s]
/proc/loadavg: 4.31 4.23 4.14 5/339 26202
/proc/meminfo: memFree=114134124/131249992 swapFree=33010672/33010684
[pid=26183] ppid=26180 vsize=18996948 memory=7275660 CPUtime=29.56 cores=0,2
/proc/26183/stat : 26183 (java) S 26180 26183 24622 0 -1 4194304 24277 0 0 0 2806 150 0 0 20 0 19 0 35779951 19452874752 1818915 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
/proc/26183/statm: 4749237 1818915 5490 1 0 3305731 0
[pid=26183/tid=26185] ppid=26180 vsize=18996948 memory=4725468 CPUtime=22.34 cores=0,2
/proc/26183/task/26185/stat : 26185 (java) R 26180 26183 24622 0 -1 4194368 10767 0 0 0 2121 113 0 0 20 0 19 0 35779952 19452874752 1818915 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
[pid=26183/tid=26194] ppid=26180 vsize=18996948 memory=-6000919507016181357 CPUtime=0 cores=0,2
/proc/26183/task/26194/stat : 26194 (Finalizer) S 26180 26183 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35779954 19452874752 1818915 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
[pid=26183/tid=26201] ppid=26180 vsize=18996948 memory=7045668 CPUtime=0 cores=0,2
/proc/26183/task/26201/stat : 26201 (Common-Cleaner) S 26180 26183 24622 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35779955 19452874752 1818915 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
Current children cumulated CPU time: 29.56 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 7275660 KiB

[startup+51.1056 s]
/proc/loadavg: 4.28 4.23 4.14 6/339 26270
/proc/meminfo: memFree=108356964/131249992 swapFree=33010672/33010684
[pid=26183] ppid=26180 vsize=19063512 memory=7647944 CPUtime=56.53 cores=0,2
/proc/26183/stat : 26183 (java) S 26180 26183 24622 0 -1 4194304 29475 0 0 0 5492 161 0 0 20 0 20 0 35779951 19521036288 1911986 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
/proc/26183/statm: 4765878 1911986 5490 1 0 3365643 0
[pid=26183/tid=26185] ppid=26180 vsize=19063512 memory=7592584 CPUtime=47.38 cores=0,2
/proc/26183/task/26185/stat : 26185 (java) R 26180 26183 24622 0 -1 4194368 12962 0 0 0 4619 119 0 0 20 0 20 0 35779952 19521036288 1911986 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
[pid=26183/tid=26194] ppid=26180 vsize=19063512 memory=6441640 CPUtime=0 cores=0,2
/proc/26183/task/26194/stat : 26194 (Finalizer) S 26180 26183 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35779954 19521036288 1911986 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
[pid=26183/tid=26201] ppid=26180 vsize=19063512 memory=6449836 CPUtime=0 cores=0,2
/proc/26183/task/26201/stat : 26201 (Common-Cleaner) S 26180 26183 24622 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 35779955 19521036288 1911986 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
[pid=26183/tid=26203] ppid=26180 vsize=19063512 memory=7625416 CPUtime=0 cores=0,2
/proc/26183/task/26203/stat : 26203 (Timer-0) S 26180 26183 24622 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 35782920 19521036288 1911986 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
Current children cumulated CPU time: 56.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7647944 KiB

[startup+102.3 s]
/proc/loadavg: 4.19 4.21 4.14 5/341 26342
/proc/meminfo: memFree=101326488/131249992 swapFree=33010672/33010684
[pid=26183] ppid=26180 vsize=19063512 memory=8736356 CPUtime=107.93 cores=0,2
/proc/26183/stat : 26183 (java) S 26180 26183 24622 0 -1 4194304 38152 0 0 0 10607 186 0 0 20 0 20 0 35779951 19521036288 2184089 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0

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

/proc/26183/task/26194/stat : 26194 (Finalizer) S 26180 26183 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35779954 19521036288 3904280 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
[pid=26183/tid=26201] ppid=26180 vsize=19063512 memory=15617120 CPUtime=0 cores=0,2
/proc/26183/task/26201/stat : 26201 (Common-Cleaner) S 26180 26183 24622 0 -1 4194368 3190 0 0 0 0 0 0 0 20 0 20 0 35779955 19521036288 3904280 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
[pid=26183/tid=26203] ppid=26180 vsize=19063512 memory=17152 CPUtime=0 cores=0,2
/proc/26183/task/26203/stat : 26203 (Timer-0) S 26180 26183 24622 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 35782920 19521036288 3904280 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
Current children cumulated CPU time: 3279.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15617120 KiB

[startup+3222.3 s]
/proc/loadavg: 4.16 4.26 4.26 5/341 26716
/proc/meminfo: memFree=78043256/131249992 swapFree=33010672/33010684
[pid=26183] ppid=26180 vsize=19063512 memory=15617120 CPUtime=3340.17 cores=0,2
/proc/26183/stat : 26183 (java) S 26180 26183 24622 0 -1 4194304 471570 0 0 0 333530 487 0 0 20 0 20 0 35779951 19521036288 3904280 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
/proc/26183/statm: 4765878 3904280 5522 1 0 4083229 0
[pid=26183/tid=26185] ppid=26180 vsize=19063512 memory=15617120 CPUtime=3145.58 cores=0,2
/proc/26183/task/26185/stat : 26185 (java) R 26180 26183 24622 0 -1 4194368 200521 0 0 0 314322 236 0 0 20 0 20 0 35779952 19521036288 3904280 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
[pid=26183/tid=26194] ppid=26180 vsize=19063512 memory=-6000919507016181357 CPUtime=0 cores=0,2
/proc/26183/task/26194/stat : 26194 (Finalizer) S 26180 26183 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35779954 19521036288 3904280 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
[pid=26183/tid=26201] ppid=26180 vsize=19063512 memory=15617120 CPUtime=0 cores=0,2
/proc/26183/task/26201/stat : 26201 (Common-Cleaner) S 26180 26183 24622 0 -1 4194368 3203 0 0 0 0 0 0 0 20 0 20 0 35779955 19521036288 3904280 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
[pid=26183/tid=26203] ppid=26180 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/26183/task/26203/stat : 26203 (Timer-0) S 26180 26183 24622 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 35782920 19521036288 3904280 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
Current children cumulated CPU time: 3340.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15617120 KiB

[startup+3282.3 s]
/proc/loadavg: 4.16 4.24 4.25 5/341 26718
/proc/meminfo: memFree=78038048/131249992 swapFree=33010672/33010684
[pid=26183] ppid=26180 vsize=19063512 memory=15617120 CPUtime=3400.63 cores=0,2
/proc/26183/stat : 26183 (java) S 26180 26183 24622 0 -1 4194304 476841 0 0 0 339574 489 0 0 20 0 20 0 35779951 19521036288 3904280 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
/proc/26183/statm: 4765878 3904280 5522 1 0 4083229 0
[pid=26183/tid=26185] ppid=26180 vsize=19063512 memory=6896 CPUtime=3204.82 cores=0,2
/proc/26183/task/26185/stat : 26185 (java) R 26180 26183 24622 0 -1 4194368 204498 0 0 0 320245 237 0 0 20 0 20 0 35779952 19521036288 3904280 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
[pid=26183/tid=26194] ppid=26180 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/26183/task/26194/stat : 26194 (Finalizer) S 26180 26183 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35779954 19521036288 3904280 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
[pid=26183/tid=26201] ppid=26180 vsize=19063512 memory=17152 CPUtime=0 cores=0,2
/proc/26183/task/26201/stat : 26201 (Common-Cleaner) S 26180 26183 24622 0 -1 4194368 3214 0 0 0 0 0 0 0 20 0 20 0 35779955 19521036288 3904280 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
[pid=26183/tid=26203] ppid=26180 vsize=19063512 memory=15617120 CPUtime=0 cores=0,2
/proc/26183/task/26203/stat : 26203 (Timer-0) S 26180 26183 24622 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 35782920 19521036288 3904280 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
Current children cumulated CPU time: 3400.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15617120 KiB

[startup+3342.3 s]
/proc/loadavg: 4.35 4.27 4.26 5/341 26720
/proc/meminfo: memFree=78041164/131249992 swapFree=33010672/33010684
[pid=26183] ppid=26180 vsize=19063512 memory=15617120 CPUtime=3479.02 cores=0,2
/proc/26183/stat : 26183 (java) S 26180 26183 24622 0 -1 4194304 485440 0 0 0 347402 500 0 0 20 0 20 0 35779951 19521036288 3904280 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
/proc/26183/statm: 4765878 3904280 5522 1 0 4083229 0
[pid=26183/tid=26185] ppid=26180 vsize=19063512 memory=-6000919507016181357 CPUtime=3264.1 cores=0,2
/proc/26183/task/26185/stat : 26185 (java) R 26180 26183 24622 0 -1 4194368 208597 0 0 0 326173 237 0 0 20 0 20 0 35779952 19521036288 3904280 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
[pid=26183/tid=26194] ppid=26180 vsize=19063512 memory=15617120 CPUtime=0 cores=0,2
/proc/26183/task/26194/stat : 26194 (Finalizer) S 26180 26183 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35779954 19521036288 3904280 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
[pid=26183/tid=26201] ppid=26180 vsize=19063512 memory=15617120 CPUtime=0 cores=0,2
/proc/26183/task/26201/stat : 26201 (Common-Cleaner) S 26180 26183 24622 0 -1 4194368 3257 0 0 0 0 0 0 0 20 0 20 0 35779955 19521036288 3904280 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
[pid=26183/tid=26203] ppid=26180 vsize=19063512 memory=15617120 CPUtime=0 cores=0,2
/proc/26183/task/26203/stat : 26203 (Timer-0) S 26180 26183 24622 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 35782920 19521036288 3904280 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
Current children cumulated CPU time: 3479.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15617120 KiB

[startup+3402.3 s]
/proc/loadavg: 4.28 4.27 4.26 5/341 26722
/proc/meminfo: memFree=78036844/131249992 swapFree=33010672/33010684
[pid=26183] ppid=26180 vsize=19063512 memory=15617120 CPUtime=3539.24 cores=0,2
/proc/26183/stat : 26183 (java) S 26180 26183 24622 0 -1 4194304 490199 0 0 0 353421 503 0 0 20 0 20 0 35779951 19521036288 3904280 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
/proc/26183/statm: 4765878 3904280 5522 1 0 4083229 0
[pid=26183/tid=26185] ppid=26180 vsize=19063512 memory=15617120 CPUtime=3323.58 cores=0,2
/proc/26183/task/26185/stat : 26185 (java) R 26180 26183 24622 0 -1 4194368 212813 0 0 0 332120 238 0 0 20 0 20 0 35779952 19521036288 3904280 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
[pid=26183/tid=26194] ppid=26180 vsize=19063512 memory=15617120 CPUtime=0 cores=0,2
/proc/26183/task/26194/stat : 26194 (Finalizer) S 26180 26183 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35779954 19521036288 3904280 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
[pid=26183/tid=26201] ppid=26180 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/26183/task/26201/stat : 26201 (Common-Cleaner) S 26180 26183 24622 0 -1 4194368 3409 0 0 0 0 0 0 0 20 0 20 0 35779955 19521036288 3904280 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
[pid=26183/tid=26203] ppid=26180 vsize=19063512 memory=15617120 CPUtime=0 cores=0,2
/proc/26183/task/26203/stat : 26203 (Timer-0) S 26180 26183 24622 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 35782920 19521036288 3904280 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
Current children cumulated CPU time: 3539.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15617120 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3462 s]*
/proc/loadavg: 4.13 4.23 4.25 6/340 26724
/proc/meminfo: memFree=78036284/131249992 swapFree=33010672/33010684
[pid=26183] ppid=26180 vsize=19063512 memory=15619276 CPUtime=3600.06 cores=0,2
/proc/26183/stat : 26183 (java) S 26180 26183 24622 0 -1 4194304 494152 0 0 0 359500 506 0 0 20 0 20 0 35779951 19521036288 3904819 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
/proc/26183/statm: 4765878 3904819 5522 1 0 4083229 0
[pid=26183/tid=26185] ppid=26180 vsize=19063512 memory=-6000919477051811437 CPUtime=3381.9 cores=0,2
/proc/26183/task/26185/stat : 26185 (java) S 26180 26183 24622 0 -1 4194368 214142 0 0 0 337952 238 0 0 20 0 20 0 35779952 19521036288 3904819 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
[pid=26183/tid=26194] ppid=26180 vsize=19063512 memory=7366555964831473172 CPUtime=0 cores=0,2
/proc/26183/task/26194/stat : 26194 (Finalizer) S 26180 26183 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35779954 19521036288 3904819 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
[pid=26183/tid=26201] ppid=26180 vsize=19063512 memory=4211317118580977311 CPUtime=0 cores=0,2
/proc/26183/task/26201/stat : 26201 (Common-Cleaner) S 26180 26183 24622 0 -1 4194368 3528 0 0 0 0 0 0 0 20 0 20 0 35779955 19521036288 3904819 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
[pid=26183/tid=26203] ppid=26180 vsize=19063512 memory=7378132493491333737 CPUtime=0 cores=0,2
/proc/26183/task/26203/stat : 26203 (Timer-0) S 26180 26183 24622 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 35782920 19521036288 3904819 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15619276 KiB

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

[startup+3462.3 s]
/proc/loadavg: 4.13 4.23 4.25 6/340 26724
/proc/meminfo: memFree=78036284/131249992 swapFree=33010672/33010684
[pid=26183] ppid=26180 vsize=19063512 memory=15619276 CPUtime=3600.65 cores=0,2
/proc/26183/stat : 26183 (java) S 26180 26183 24622 0 -1 4194304 494368 0 0 0 359559 506 0 0 20 0 20 0 35779951 19521036288 3904819 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
/proc/26183/statm: 4765878 3904819 5522 1 0 4083229 0
[pid=26183/tid=26185] ppid=26180 vsize=19063512 memory=5760 CPUtime=3381.9 cores=0,2
/proc/26183/task/26185/stat : 26185 (java) S 26180 26183 24622 0 -1 4194368 214142 0 0 0 337952 238 0 0 20 0 20 0 35779952 19521036288 3904819 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
[pid=26183/tid=26194] ppid=26180 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/26183/task/26194/stat : 26194 (Finalizer) S 26180 26183 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35779954 19521036288 3904819 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
[pid=26183/tid=26201] ppid=26180 vsize=19063512 memory=15619276 CPUtime=0 cores=0,2
/proc/26183/task/26201/stat : 26201 (Common-Cleaner) S 26180 26183 24622 0 -1 4194368 3528 0 0 0 0 0 0 0 20 0 20 0 35779955 19521036288 3904819 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
[pid=26183/tid=26203] ppid=26180 vsize=19063512 memory=15619276 CPUtime=0 cores=0,2
/proc/26183/task/26203/stat : 26203 (Timer-0) S 26180 26183 24622 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 35782920 19521036288 3904819 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
Current children cumulated CPU time: 3600.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15619276 KiB

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

# cumulated CPU time of all completed processes:  user=3596.11 s, system=5.10592 s

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

[startup+3462.4 s]
/proc/loadavg: 4.13 4.23 4.25 6/340 26724
/proc/meminfo: memFree=78036284/131249992 swapFree=33010672/33010684
[pid=26183] ppid=26180 vsize=19063512 memory=15619276 CPUtime=3600.85 cores=0,2
/proc/26183/stat : 26183 (java) S 26180 26183 24622 0 -1 4194304 494449 0 0 0 359579 506 0 0 20 0 20 0 35779951 19521036288 3904819 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
/proc/26183/statm: 4765878 3904819 5522 1 0 4083229 0
[pid=26183/tid=26185] ppid=26180 vsize=19063512 memory=15619276 CPUtime=3381.9 cores=0,2
/proc/26183/task/26185/stat : 26185 (java) S 26180 26183 24622 0 -1 4194368 214142 0 0 0 337952 238 0 0 20 0 20 0 35779952 19521036288 3904819 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
[pid=26183/tid=26194] ppid=26180 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/26183/task/26194/stat : 26194 (Finalizer) S 26180 26183 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35779954 19521036288 3904819 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
[pid=26183/tid=26201] ppid=26180 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/26183/task/26201/stat : 26201 (Common-Cleaner) S 26180 26183 24622 0 -1 4194368 3528 0 0 0 0 0 0 0 20 0 20 0 35779955 19521036288 3904819 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
[pid=26183/tid=26203] ppid=26180 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/26183/task/26203/stat : 26203 (Timer-0) S 26180 26183 24622 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 35782920 19521036288 3904819 18446744073709551615 94125145415680 94125145419376 140729293961504 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94125145427192 94125145427984 94125161353216 140729293965697 140729293965798 140729293965798 140729293971400 0
Current children cumulated CPU time: 3600.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15619276 KiB

[startup+3462.6 s]*
/proc/loadavg: 4.13 4.23 4.25 5/322 26727
/proc/meminfo: memFree=93330460/131249992 swapFree=33010672/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): 3462.61
CPU time (s): 3601.22
CPU user time (s): 3596.11
CPU system time (s): 5.10592
CPU usage (%): 104.003
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 15620044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.12
system time used= 5.10592
maximum resident set size= 15620172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 498457
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 110784
involuntary context switches= 15374


# summary of solver processes directly reported to runsolver:
#   pid: 26183
#   total CPU time (s): 3601.22
#   total CPU user time (s): 3596.11
#   total CPU system time (s): 5.10592

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.04451 second user time and 16.6011 second system time

The end

Launcher Data

Begin job on nodeC035 at 2025-06-29 14:44:14
IDJOB=4512028
IDBENCH=160490
IDSOLVER=3363
FILE ID=nodeC035/4512028-1751201053
RUNJOBID= nodeC035-1751193887-24632
SLURM_JOB_ID= 9587593
Free space on /tmp= 432928 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/hw512/normalized-hw512-vm99p-dec.opb.negationfix.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4512028-1751201053/watcher-4512028-1751201053 -o /tmp/evaluation-result-4512028-1751201053/solver-4512028-1751201053 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1751193887-24632 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4512028-1751201053.opb

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

MD5SUM BENCH= 8e74907d75b3430f44949ac6e798f9f2
RANDOM SEED=74620829

nodeC035 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.749
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.51
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.753
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        121249712 kB
MemAvailable:   123867876 kB
Buffers:            2352 kB
Cached:          3412616 kB
SwapCached:            8 kB
Active:          6265632 kB
Inactive:        3127752 kB
Active(anon):    5990480 kB
Inactive(anon):     6036 kB
Active(file):     275152 kB
Inactive(file):  3121716 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            136332 kB
Writeback:             0 kB
AnonPages:       5981548 kB
Mapped:           122852 kB
Shmem:             18056 kB
KReclaimable:     121068 kB
Slab:             208040 kB
SReclaimable:     121068 kB
SUnreclaim:        86972 kB
KernelStack:        5184 kB
PageTables:        15336 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7210432 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151464 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5748736 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432664 MiB
End job on nodeC035 at 2025-06-29 15:41:57