Trace number 4513915

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-06UNSAT cert. 302.911 296.897

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/Instances3col_OPB/
normalized-3col-almost3reg-l060-r059-n1.opb
MD5SUMf51b92e6ea4641775f90070f7fcfd036
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 benchmark61.6644
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3282
Total number of constraints6986
Number of constraints which are clauses5892
Number of constraints which are cardinality constraints (but not clauses)1094
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.17	c See www.sat4j.org for details.
0.11/0.19	c version PB25.v20250606
0.11/0.21	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.21	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.21	c java.vm.version	22.0.1+8-16
0.11/0.21	c java.vm.vendor	Oracle Corporation
0.11/0.21	c sun.arch.data.model	64
0.11/0.21	c java.version		22.0.1
0.11/0.21	c os.name		Linux
0.11/0.21	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.21	c os.arch		amd64
0.11/0.21	c Free memory 		2104792832
0.11/0.22	c Max memory 		16282288128
0.11/0.22	c Total memory 		2113929216
0.11/0.22	c Number of processors 	2
0.44/0.33	c Pseudo Boolean Optimization by upper bound
0.44/0.33	c --- Begin Solver configuration ---
0.44/0.33	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.44/0.33	c Learn all clauses as in MiniSAT
0.44/0.33	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.44/0.33	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.44/0.33	c Expensive reason simplification
0.44/0.33	c Glucose 2.1 dynamic restart strategy
0.44/0.33	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.44/0.33	c timeout=2147483s
0.44/0.33	c DB Simplification allowed=false
0.44/0.33	c Listener: none
0.44/0.33	c --- End Solver configuration ---
0.44/0.33	c solving HOME/instance-4513915-1751222453.opb
0.44/0.33	c reading problem ... 
0.44/0.33	c using VERIPB proof format
0.44/0.34	c  no objective function found
0.78/0.59	c ... done. Wall clock time 0.251s.
0.78/0.59	c declared #vars     3282
0.78/0.59	c #constraints  8080
0.78/0.59	c constraints type 
0.78/0.59	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 5892
0.78/0.59	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1094
0.78/0.59	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1094
0.78/0.59	c 8080 constraints processed.
3.89/2.19	c cleaning 2491 clauses out of 5002 with flag 187135/5002
6.03/3.27	c cleaning 4250 clauses out of 8510 with flag 294977/11001
7.63/4.69	c cleaning 5628 clauses out of 11259 with flag 421654/18000
9.81/6.71	c cleaning 6814 clauses out of 13633 with flag 527186/26002
11.49/8.32	c cleaning 7900 clauses out of 15817 with flag 624463/35000
13.22/10.06	c cleaning 8953 clauses out of 17918 with flag 747859/45001
15.26/12.07	c cleaning 9974 clauses out of 19964 with flag 885543/56000
17.00/13.89	c cleaning 10989 clauses out of 21991 with flag 1055943/68001
19.22/16.05	c cleaning 11999 clauses out of 24003 with flag 1258696/81002
21.61/18.40	c cleaning 12996 clauses out of 26003 with flag 1461375/95001
24.02/20.84	c cleaning 13990 clauses out of 28006 with flag 1668277/110000
26.71/23.55	c cleaning 15004 clauses out of 30016 with flag 1891527/126000
29.72/26.52	c cleaning 16000 clauses out of 32013 with flag 2140578/143001
32.95/29.72	c cleaning 17004 clauses out of 34012 with flag 2409490/161000
36.64/33.43	c cleaning 18001 clauses out of 36009 with flag 2649582/180001
41.34/38.19	c cleaning 18998 clauses out of 38007 with flag 2899974/200000
46.65/43.14	c cleaning 20002 clauses out of 40009 with flag 3155201/221000
52.73/49.18	c cleaning 20995 clauses out of 42008 with flag 3444064/243001
57.50/53.90	c cleaning 21999 clauses out of 44013 with flag 3759939/266001
64.01/60.83	c cleaning 23006 clauses out of 46015 with flag 4103496/290002
69.10/65.93	c cleaning 23996 clauses out of 48009 with flag 4464918/315002
74.92/71.74	c cleaning 25006 clauses out of 50014 with flag 4870143/341003
81.41/78.25	c cleaning 26002 clauses out of 52005 with flag 5266681/368000
88.97/85.27	c cleaning 26994 clauses out of 54003 with flag 5689394/396000
96.78/93.03	c cleaning 27998 clauses out of 56009 with flag 6099440/425000
105.79/101.63	c cleaning 28998 clauses out of 58014 with flag 6550783/455003
116.46/110.90	c cleaning 30001 clauses out of 60014 with flag 6995423/486002
124.18/118.32	c cleaning 31000 clauses out of 62011 with flag 7404109/518000
133.97/128.12	c cleaning 31999 clauses out of 64011 with flag 7856427/551000
142.75/136.91	c cleaning 33000 clauses out of 66013 with flag 8293473/585001
152.31/146.41	c cleaning 34000 clauses out of 68012 with flag 8700500/620000
161.46/155.72	c cleaning 35000 clauses out of 70013 with flag 9125228/656001
173.65/168.00	c cleaning 35999 clauses out of 72014 with flag 9645389/693002
183.56/177.51	c cleaning 36997 clauses out of 74013 with flag 10113143/731000
193.40/187.48	c cleaning 38000 clauses out of 76017 with flag 10599418/770001
205.49/199.50	c cleaning 39008 clauses out of 78018 with flag 11134034/810002
219.41/213.57	c cleaning 40001 clauses out of 80008 with flag 11676831/851000
233.91/228.03	c cleaning 41000 clauses out of 82008 with flag 12244889/893001
246.01/240.21	c cleaning 42002 clauses out of 84007 with flag 12783341/936000
258.55/252.77	c cleaning 43000 clauses out of 86005 with flag 13338988/980001
271.21/265.41	c cleaning 43997 clauses out of 88003 with flag 13934939/1025000
283.96/278.28	c cleaning 44999 clauses out of 90008 with flag 14510057/1071002
298.00/292.09	c cleaning 46001 clauses out of 92006 with flag 15092097/1118000
302.78/296.81	c starts		: 709
302.78/296.81	c conflicts		: 1136645
302.78/296.81	c decisions		: 1543659
302.78/296.81	c propagations		: 337168099
302.78/296.81	c inspects		: 3143099568
302.78/296.81	c shortcuts		: 0
302.78/296.81	c learnt literals	: 18
302.78/296.82	c learnt binary clauses	: 125
302.78/296.82	c learnt ternary clauses	: 3198
302.78/296.82	c learnt constraints	: 1136626
302.78/296.82	c ignored constraints	: 0
302.78/296.82	c root simplifications	: 0
302.78/296.82	c removed literals (reason simplification)	: 81799477
302.78/296.82	c reason swapping (by a shorter reason)	: 0
302.78/296.82	c Calls to reduceDB	: 43
302.78/296.82	c Number of update (reduction) of LBD	: 446943
302.78/296.82	c Imported unit clauses	: 0
302.78/296.82	c No decision after first conflict	: false
302.78/296.82	c number of reductions to clauses (during analyze)	: 0
302.78/296.82	c number of learned constraints concerned by reduction	: 0
302.78/296.82	c number of learning phase by resolution	: 0
302.78/296.82	c number of learning phase by cutting planes	: 0
302.78/296.82	c number of rounding to 1 operations	: 0
302.78/296.82	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
302.78/296.82	c number of reductions of the coefficients by power 2 	: 0
302.78/296.82	c number of right shift for reduction by power 2 	: 0
302.78/296.82	c number of reductions of the coefficients by GCD over coefficients 	: 0
302.78/296.82	c number of ending skipping 	: 0
302.78/296.82	c number of internal skipping 	: 0
302.78/296.82	c number of derivation steps 	: 0
302.78/296.82	c number of skipped derivation steps 	: 0
302.78/296.82	c number of remaining unassigned 	: 0
302.78/296.82	c number of remaining assigned 	: 0
302.78/296.82	c number of falsified literals weakened from reason	: 0
302.78/296.82	c number of falsified literals weakened from conflict	: 0
302.78/296.82	c time for arithmetic operations	: 0
302.78/296.82	c minimum degree of deleted constraints	: null
302.78/296.82	c maximum degree of deleted constraints	: null
302.78/296.82	c number of deleted constraints	: 0
302.78/296.82	c speed (assignments/second)	: 1138254.6427426026
302.78/296.82	c non guided choices	: 20979
302.78/296.86	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 64510
302.78/296.86	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 125
302.78/296.86	s UNSATISFIABLE
302.78/296.86	c Total wall clock time (in seconds): 296.534

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Wed Jul  2 18:30:16 CEST 2025
extraparms=
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED UNSATISFIABLE
Verification succeeded.
-- cakepb --
s VERIFIED UNSATISFIABLE
--summary--
ALL OK

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: 63837 MiB (62329 MiB free)
  memory of node 1: 64465 MiB (63860 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4513915-1751222453/watcher-4513915-1751222453 -o /tmp/evaluation-result-4513915-1751222453/solver-4513915-1751222453 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751222447-26779 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4513915-1751222453 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4513915-1751222453.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=27094, runsolver pid=27091
Current StackSize limit: 8192 KiB


[startup+0.100074 s]*
/proc/loadavg: 1.57 1.21 1.73 8/328 27112
/proc/meminfo: memFree=129129432/131382120 swapFree=33010684/33010684
[pid=27094] ppid=27091 vsize=18930384 memory=50108 CPUtime=0.11 cores=1,3
/proc/27094/stat : 27094 (java) S 27091 27094 26767 0 -1 4194304 5745 0 0 0 8 3 0 0 20 0 18 0 37924017 19384713216 12527 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
/proc/27094/statm: 4732596 12527 5275 1 0 546985 0
[pid=27094/tid=27096] ppid=27091 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/27094/task/27096/stat : 27096 (java) R 27091 27094 26767 0 -1 4194368 4637 0 0 0 5 2 0 0 20 0 18 0 37924019 19384713216 12527 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
[pid=27094/tid=27105] ppid=27091 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/27094/task/27105/stat : 27105 (Finalizer) S 27091 27094 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 37924024 19384713216 12527 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
[pid=27094/tid=27112] ppid=27091 vsize=18930384 memory=59593594259917 CPUtime=0 cores=1,3
/proc/27094/task/27112/stat : 27112 (Common-Cleaner) S 27091 27094 26767 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 37924025 19384713216 12527 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 50108 KiB

[startup+0.21488 s]*
/proc/loadavg: 1.57 1.21 1.73 9/329 27113
/proc/meminfo: memFree=129084756/131382120 swapFree=33010684/33010684
[pid=27094] ppid=27091 vsize=18930384 memory=56836 CPUtime=0.28 cores=1,3
/proc/27094/stat : 27094 (java) S 27091 27094 26767 0 -1 4194304 6327 0 0 0 24 4 0 0 20 0 18 0 37924017 19384713216 14209 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
/proc/27094/statm: 4732596 14209 5371 1 0 547482 0
[pid=27094/tid=27096] ppid=27091 vsize=18930384 memory=4026597660 CPUtime=0.18 cores=1,3
/proc/27094/task/27096/stat : 27096 (java) R 27091 27094 26767 0 -1 4194368 5012 0 0 0 15 3 0 0 20 0 18 0 37924019 19384713216 14209 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
[pid=27094/tid=27105] ppid=27091 vsize=18930384 memory=16878 CPUtime=0 cores=1,3
/proc/27094/task/27105/stat : 27105 (Finalizer) S 27091 27094 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 37924024 19384713216 14241 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
[pid=27094/tid=27112] ppid=27091 vsize=18930384 memory=58494082614266 CPUtime=0 cores=1,3
/proc/27094/task/27112/stat : 27112 (Common-Cleaner) S 27091 27094 26767 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 37924025 19384713216 14241 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 56836 KiB

[startup+0.314801 s]*
/proc/loadavg: 1.57 1.21 1.73 8/329 27113
/proc/meminfo: memFree=129054068/131382120 swapFree=33010684/33010684
[pid=27094] ppid=27091 vsize=18930384 memory=60748 CPUtime=0.44 cores=1,3
/proc/27094/stat : 27094 (java) S 27091 27094 26767 0 -1 4194304 6715 0 0 0 39 5 0 0 20 0 18 0 37924017 19384713216 15187 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
/proc/27094/statm: 4732596 15187 5435 1 0 547819 0
[pid=27094/tid=27096] ppid=27091 vsize=18930384 memory=-6000919502704502125 CPUtime=0.26 cores=1,3
/proc/27094/task/27096/stat : 27096 (java) R 27091 27094 26767 0 -1 4194368 5208 0 0 0 23 3 0 0 20 0 18 0 37924019 19384713216 15187 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
[pid=27094/tid=27105] ppid=27091 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/27094/task/27105/stat : 27105 (Finalizer) S 27091 27094 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 37924024 19384713216 15187 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
[pid=27094/tid=27112] ppid=27091 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/27094/task/27112/stat : 27112 (Common-Cleaner) S 27091 27094 26767 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 37924025 19384713216 15187 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 60748 KiB

[startup+0.700287 s]
/proc/loadavg: 1.57 1.21 1.73 8/329 27113
/proc/meminfo: memFree=128979584/131382120 swapFree=33010684/33010684
[pid=27094] ppid=27091 vsize=18996948 memory=111376 CPUtime=1.12 cores=1,3
/proc/27094/stat : 27094 (java) S 27091 27094 26767 0 -1 4194304 8588 0 0 0 104 8 0 0 20 0 19 0 37924017 19452874752 27844 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
/proc/27094/statm: 4749237 27844 5435 1 0 549451 0
[pid=27094/tid=27096] ppid=27091 vsize=18996948 memory=17920 CPUtime=0.53 cores=1,3
/proc/27094/task/27096/stat : 27096 (java) R 27091 27094 26767 0 -1 4194368 5382 0 0 0 48 5 0 0 20 0 19 0 37924019 19452874752 27844 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
[pid=27094/tid=27105] ppid=27091 vsize=18996948 memory=11136 CPUtime=0 cores=1,3
/proc/27094/task/27105/stat : 27105 (Finalizer) S 27091 27094 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37924024 19452874752 27844 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
[pid=27094/tid=27112] ppid=27091 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/27094/task/27112/stat : 27112 (Common-Cleaner) S 27091 27094 26767 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 37924025 19452874752 27844 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 111376 KiB

[startup+1.50027 s]
/proc/loadavg: 1.92 1.29 1.76 7/330 27114
/proc/meminfo: memFree=128848580/131382120 swapFree=33010684/33010684
[pid=27094] ppid=27091 vsize=18996948 memory=128652 CPUtime=2.69 cores=1,3
/proc/27094/stat : 27094 (java) S 27091 27094 26767 0 -1 4194304 13084 0 0 0 260 9 0 0 20 0 19 0 37924017 19452874752 32163 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
/proc/27094/statm: 4749237 32163 5435 1 0 550084 0
[pid=27094/tid=27096] ppid=27091 vsize=18996948 memory=3200 CPUtime=1.31 cores=1,3
/proc/27094/task/27096/stat : 27096 (java) R 27091 27094 26767 0 -1 4194368 5786 0 0 0 125 6 0 0 20 0 19 0 37924019 19452874752 32163 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
[pid=27094/tid=27105] ppid=27091 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/27094/task/27105/stat : 27105 (Finalizer) S 27091 27094 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37924024 19452874752 32163 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
[pid=27094/tid=27112] ppid=27091 vsize=18996948 memory=11136 CPUtime=0 cores=1,3
/proc/27094/task/27112/stat : 27112 (Common-Cleaner) S 27091 27094 26767 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 37924025 19452874752 32163 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
[pid=27094/tid=27114] ppid=27091 vsize=18996948 memory=16464 CPUtime=0 cores=1,3
/proc/27094/task/27114/stat : 27114 (Timer-0) S 27091 27094 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37924078 19452874752 32163 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 128652 KiB

[startup+3.10607 s]
/proc/loadavg: 1.92 1.29 1.76 6/332 27116
/proc/meminfo: memFree=128261308/131382120 swapFree=33010684/33010684
[pid=27094] ppid=27091 vsize=19063512 memory=178856 CPUtime=5.87 cores=1,3
/proc/27094/stat : 27094 (java) S 27091 27094 26767 0 -1 4194304 21108 0 0 0 573 14 0 0 20 0 20 0 37924017 19521036288 44714 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
/proc/27094/statm: 4765878 44714 5499 1 0 554397 0
[pid=27094/tid=27096] ppid=27091 vsize=19063512 memory=16464 CPUtime=2.85 cores=1,3
/proc/27094/task/27096/stat : 27096 (java) R 27091 27094 26767 0 -1 4194368 6567 0 0 0 277 8 0 0 20 0 20 0 37924019 19521036288 44714 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
[pid=27094/tid=27105] ppid=27091 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/27094/task/27105/stat : 27105 (Finalizer) S 27091 27094 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37924024 19521036288 44714 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
[pid=27094/tid=27112] ppid=27091 vsize=19063512 memory=11136 CPUtime=0 cores=1,3
/proc/27094/task/27112/stat : 27112 (Common-Cleaner) S 27091 27094 26767 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 37924025 19521036288 44714 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
[pid=27094/tid=27114] ppid=27091 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/27094/task/27114/stat : 27114 (Timer-0) S 27091 27094 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37924078 19521036288 44714 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
Current children cumulated CPU time: 5.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 178856 KiB

[startup+6.30042 s]
/proc/loadavg: 2.17 1.36 1.77 5/332 27116
/proc/meminfo: memFree=127721928/131382120 swapFree=33010684/33010684
[pid=27094] ppid=27091 vsize=19063512 memory=215460 CPUtime=9.41 cores=1,3
/proc/27094/stat : 27094 (java) S 27091 27094 26767 0 -1 4194304 21403 0 0 0 925 16 0 0 20 0 20 0 37924017 19521036288 53865 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
/proc/27094/statm: 4765878 53865 5499 1 0 554398 0
[pid=27094/tid=27096] ppid=27091 vsize=19063512 memory=0 CPUtime=6 cores=1,3
/proc/27094/task/27096/stat : 27096 (java) R 27091 27094 26767 0 -1 4194368 6760 0 0 0 590 10 0 0 20 0 20 0 37924019 19521036288 53865 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
[pid=27094/tid=27105] ppid=27091 vsize=19063512 memory=11136 CPUtime=0 cores=1,3
/proc/27094/task/27105/stat : 27105 (Finalizer) S 27091 27094 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37924024 19521036288 53865 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
[pid=27094/tid=27112] ppid=27091 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/27094/task/27112/stat : 27112 (Common-Cleaner) S 27091 27094 26767 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 37924025 19521036288 53865 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
[pid=27094/tid=27114] ppid=27091 vsize=19063512 memory=132876 CPUtime=0 cores=1,3
/proc/27094/task/27114/stat : 27114 (Timer-0) S 27091 27094 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37924078 19521036288 53865 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
Current children cumulated CPU time: 9.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 215460 KiB

[startup+12.7004 s]
/proc/loadavg: 2.32 1.40 1.79 6/332 27116
/proc/meminfo: memFree=126749384/131382120 swapFree=33010684/33010684
[pid=27094] ppid=27091 vsize=19063512 memory=582236 CPUtime=15.89 cores=1,3
/proc/27094/stat : 27094 (java) S 27091 27094 26767 0 -1 4194304 25886 0 0 0 1562 27 0 0 20 0 20 0 37924017 19521036288 145559 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
/proc/27094/statm: 4765878 145559 5531 1 0 554398 0
[pid=27094/tid=27096] ppid=27091 vsize=19063512 memory=132876 CPUtime=12.28 cores=1,3
/proc/27094/task/27096/stat : 27096 (java) R 27091 27094 26767 0 -1 4194368 8343 0 0 0 1209 19 0 0 20 0 20 0 37924019 19521036288 145559 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
[pid=27094/tid=27105] ppid=27091 vsize=19063512 memory=534992 CPUtime=0 cores=1,3
/proc/27094/task/27105/stat : 27105 (Finalizer) S 27091 27094 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37924024 19521036288 145559 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
[pid=27094/tid=27112] ppid=27091 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/27094/task/27112/stat : 27112 (Common-Cleaner) S 27091 27094 26767 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 37924025 19521036288 145559 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
[pid=27094/tid=27114] ppid=27091 vsize=19063512 memory=11136 CPUtime=0 cores=1,3
/proc/27094/task/27114/stat : 27114 (Timer-0) S 27091 27094 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37924078 19521036288 145559 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
Current children cumulated CPU time: 15.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 582236 KiB

[startup+25.5005 s]
/proc/loadavg: 2.58 1.49 1.81 4/332 27116
/proc/meminfo: memFree=125911708/131382120 swapFree=33010684/33010684
[pid=27094] ppid=27091 vsize=19063512 memory=879196 CPUtime=28.69 cores=1,3
/proc/27094/stat : 27094 (java) S 27091 27094 26767 0 -1 4194304 29490 0 0 0 2834 35 0 0 20 0 20 0 37924017 19521036288 219799 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
/proc/27094/statm: 4765878 219799 5531 1 0 554398 0
[pid=27094/tid=27096] ppid=27091 vsize=19063512 memory=0 CPUtime=24.94 cores=1,3
/proc/27094/task/27096/stat : 27096 (java) R 27091 27094 26767 0 -1 4194368 9691 0 0 0 2468 26 0 0 20 0 20 0 37924019 19521036288 219799 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
[pid=27094/tid=27105] ppid=27091 vsize=19063512 memory=16464 CPUtime=0 cores=1,3
/proc/27094/task/27105/stat : 27105 (Finalizer) S 27091 27094 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37924024 19521036288 219799 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
[pid=27094/tid=27112] ppid=27091 vsize=19063512 memory=836188 CPUtime=0 cores=1,3
/proc/27094/task/27112/stat : 27112 (Common-Cleaner) S 27091 27094 26767 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 37924025 19521036288 219799 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
[pid=27094/tid=27114] ppid=27091 vsize=19063512 memory=639580 CPUtime=0 cores=1,3
/proc/27094/task/27114/stat : 27114 (Timer-0) S 27091 27094 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37924078 19521036288 219799 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
Current children cumulated CPU time: 28.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 879196 KiB

[startup+51.1137 s]
/proc/loadavg: 3.21 1.74 1.89 5/332 27117
/proc/meminfo: memFree=124024352/131382120 swapFree=33010684/33010684
[pid=27094] ppid=27091 vsize=19063512 memory=1379260 CPUtime=54.71 cores=1,3
/proc/27094/stat : 27094 (java) S 27091 27094 26767 0 -1 4194304 34488 0 0 0 5417 54 0 0 20 0 20 0 37924017 19521036288 344815 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
/proc/27094/statm: 4765878 344815 5531 1 0 554398 0
[pid=27094/tid=27096] ppid=27091 vsize=19063512 memory=995932 CPUtime=50.14 cores=1,3
/proc/27094/task/27096/stat : 27096 (java) R 27091 27094 26767 0 -1 4194368 11035 0 0 0 4972 42 0 0 20 0 20 0 37924019 19521036288 344815 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
[pid=27094/tid=27105] ppid=27091 vsize=19063512 memory=12544 CPUtime=0 cores=1,3
/proc/27094/task/27105/stat : 27105 (Finalizer) S 27091 27094 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37924024 19521036288 344815 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
[pid=27094/tid=27112] ppid=27091 vsize=19063512 memory=2308 CPUtime=0 cores=1,3

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

/proc/27094/task/27114/stat : 27114 (Timer-0) S 27091 27094 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37924078 19521036288 471323 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
Current children cumulated CPU time: 168.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1885292 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 2.79 2.27 5/333 27129
/proc/meminfo: memFree=122353440/131382120 swapFree=33010684/33010684
[pid=27094] ppid=27091 vsize=19063512 memory=1901824 CPUtime=228.2 cores=1,3
/proc/27094/stat : 27094 (java) S 27091 27094 26767 0 -1 4194304 45183 0 0 0 22720 100 0 0 20 0 20 0 37924017 19521036288 475456 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
/proc/27094/statm: 4765878 475456 5531 1 0 661114 0
[pid=27094/tid=27096] ppid=27091 vsize=19063512 memory=-6000919502704502125 CPUtime=218.6 cores=1,3
/proc/27094/task/27096/stat : 27096 (java) R 27091 27094 26767 0 -1 4194368 14128 0 0 0 21783 77 0 0 20 0 20 0 37924019 19521036288 475456 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
[pid=27094/tid=27105] ppid=27091 vsize=19063512 memory=164 CPUtime=0 cores=1,3
/proc/27094/task/27105/stat : 27105 (Finalizer) S 27091 27094 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37924024 19521036288 475456 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
[pid=27094/tid=27112] ppid=27091 vsize=19063512 memory=1901824 CPUtime=0 cores=1,3
/proc/27094/task/27112/stat : 27112 (Common-Cleaner) S 27091 27094 26767 0 -1 4194368 174 0 0 0 0 0 0 0 20 0 20 0 37924025 19521036288 475456 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
[pid=27094/tid=27114] ppid=27091 vsize=19063512 memory=16464 CPUtime=0 cores=1,3
/proc/27094/task/27114/stat : 27114 (Timer-0) S 27091 27094 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37924078 19521036288 475456 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
Current children cumulated CPU time: 228.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1901824 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 3.03 2.39 5/333 27131
/proc/meminfo: memFree=121981724/131382120 swapFree=33010684/33010684
[pid=27094] ppid=27091 vsize=19063512 memory=1936724 CPUtime=288.31 cores=1,3
/proc/27094/stat : 27094 (java) S 27091 27094 26767 0 -1 4194304 45976 0 0 0 28721 110 0 0 20 0 20 0 37924017 19521036288 484181 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
/proc/27094/statm: 4765878 484181 5531 1 0 661114 0
[pid=27094/tid=27096] ppid=27091 vsize=19063512 memory=1936724 CPUtime=278.09 cores=1,3
/proc/27094/task/27096/stat : 27096 (java) R 27091 27094 26767 0 -1 4194368 14593 0 0 0 27727 82 0 0 20 0 20 0 37924019 19521036288 484181 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
[pid=27094/tid=27105] ppid=27091 vsize=19063512 memory=1936724 CPUtime=0 cores=1,3
/proc/27094/task/27105/stat : 27105 (Finalizer) S 27091 27094 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37924024 19521036288 484181 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
[pid=27094/tid=27112] ppid=27091 vsize=19063512 memory=1936724 CPUtime=0 cores=1,3
/proc/27094/task/27112/stat : 27112 (Common-Cleaner) S 27091 27094 26767 0 -1 4194368 174 0 0 0 0 0 0 0 20 0 20 0 37924025 19521036288 484181 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
[pid=27094/tid=27114] ppid=27091 vsize=19063512 memory=1936724 CPUtime=0 cores=1,3
/proc/27094/task/27114/stat : 27114 (Timer-0) S 27091 27094 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37924078 19521036288 484181 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
Current children cumulated CPU time: 288.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1936724 KiB

[startup+296.897 s]
# the end of solver process 27094 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=301.768 s, system=1.14345 s

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

[startup+288 s]*
/proc/loadavg: 4.07 3.05 2.40 5/333 27131
/proc/meminfo: memFree=121948968/131382120 swapFree=33010684/33010684
[pid=27094] ppid=27091 vsize=19063512 memory=1936724 CPUtime=294.01 cores=1,3
/proc/27094/stat : 27094 (java) S 27091 27094 26767 0 -1 4194304 46319 0 0 0 29290 111 0 0 20 0 20 0 37924017 19521036288 484181 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
/proc/27094/statm: 4765878 484181 5531 1 0 661114 0
[pid=27094/tid=27096] ppid=27091 vsize=19063512 memory=-6000919502704502125 CPUtime=283.79 cores=1,3
/proc/27094/task/27096/stat : 27096 (java) R 27091 27094 26767 0 -1 4194368 14862 0 0 0 28296 83 0 0 20 0 20 0 37924019 19521036288 484181 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
[pid=27094/tid=27105] ppid=27091 vsize=19063512 memory=-4050210904893408405 CPUtime=0 cores=1,3
/proc/27094/task/27105/stat : 27105 (Finalizer) S 27091 27094 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37924024 19521036288 484181 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
[pid=27094/tid=27112] ppid=27091 vsize=19063512 memory=6896 CPUtime=0 cores=1,3
/proc/27094/task/27112/stat : 27112 (Common-Cleaner) S 27091 27094 26767 0 -1 4194368 174 0 0 0 0 0 0 0 20 0 20 0 37924025 19521036288 484181 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
[pid=27094/tid=27114] ppid=27091 vsize=19063512 memory=6900 CPUtime=0 cores=1,3
/proc/27094/task/27114/stat : 27114 (Timer-0) S 27091 27094 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37924078 19521036288 484181 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
Current children cumulated CPU time: 294.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1936724 KiB

[startup+291.2 s]
/proc/loadavg: 4.07 3.06 2.41 5/333 27131
/proc/meminfo: memFree=121936568/131382120 swapFree=33010684/33010684
[pid=27094] ppid=27091 vsize=19063512 memory=1936724 CPUtime=297.19 cores=1,3
/proc/27094/stat : 27094 (java) S 27091 27094 26767 0 -1 4194304 46450 0 0 0 29608 111 0 0 20 0 20 0 37924017 19521036288 484181 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
/proc/27094/statm: 4765878 484181 5531 1 0 661114 0
[pid=27094/tid=27096] ppid=27091 vsize=19063512 memory=1936724 CPUtime=286.97 cores=1,3
/proc/27094/task/27096/stat : 27096 (java) R 27091 27094 26767 0 -1 4194368 14978 0 0 0 28614 83 0 0 20 0 20 0 37924019 19521036288 484181 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
[pid=27094/tid=27105] ppid=27091 vsize=19063512 memory=1936724 CPUtime=0 cores=1,3
/proc/27094/task/27105/stat : 27105 (Finalizer) S 27091 27094 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37924024 19521036288 484181 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
[pid=27094/tid=27112] ppid=27091 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/27094/task/27112/stat : 27112 (Common-Cleaner) S 27091 27094 26767 0 -1 4194368 174 0 0 0 0 0 0 0 20 0 20 0 37924025 19521036288 484181 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
[pid=27094/tid=27114] ppid=27091 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/27094/task/27114/stat : 27114 (Timer-0) S 27091 27094 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37924078 19521036288 484181 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
Current children cumulated CPU time: 297.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1936724 KiB

[startup+294.4 s]
/proc/loadavg: 4.07 3.06 2.41 5/333 27131
/proc/meminfo: memFree=121907396/131382120 swapFree=33010684/33010684
[pid=27094] ppid=27091 vsize=19063512 memory=1936724 CPUtime=300.39 cores=1,3
/proc/27094/stat : 27094 (java) S 27091 27094 26767 0 -1 4194304 46694 0 0 0 29927 112 0 0 20 0 20 0 37924017 19521036288 484181 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
/proc/27094/statm: 4765878 484181 5531 1 0 661114 0
[pid=27094/tid=27096] ppid=27091 vsize=19063512 memory=1936724 CPUtime=290.16 cores=1,3
/proc/27094/task/27096/stat : 27096 (java) R 27091 27094 26767 0 -1 4194368 15222 0 0 0 28933 83 0 0 20 0 20 0 37924019 19521036288 484181 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
[pid=27094/tid=27105] ppid=27091 vsize=19063512 memory=17132 CPUtime=0 cores=1,3
/proc/27094/task/27105/stat : 27105 (Finalizer) S 27091 27094 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37924024 19521036288 484181 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
[pid=27094/tid=27112] ppid=27091 vsize=19063512 memory=1936724 CPUtime=0 cores=1,3
/proc/27094/task/27112/stat : 27112 (Common-Cleaner) S 27091 27094 26767 0 -1 4194368 174 0 0 0 0 0 0 0 20 0 20 0 37924025 19521036288 484181 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
[pid=27094/tid=27114] ppid=27091 vsize=19063512 memory=17920 CPUtime=0 cores=1,3
/proc/27094/task/27114/stat : 27114 (Timer-0) S 27091 27094 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37924078 19521036288 484181 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
Current children cumulated CPU time: 300.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1936724 KiB

[startup+296 s]*
/proc/loadavg: 4.06 3.08 2.41 5/333 27131
/proc/meminfo: memFree=121902860/131382120 swapFree=33010684/33010684
[pid=27094] ppid=27091 vsize=19063512 memory=1936724 CPUtime=302 cores=1,3
/proc/27094/stat : 27094 (java) S 27091 27094 26767 0 -1 4194304 46739 0 0 0 30088 112 0 0 20 0 20 0 37924017 19521036288 484181 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
/proc/27094/statm: 4765878 484181 5531 1 0 661114 0
[pid=27094/tid=27096] ppid=27091 vsize=19063512 memory=-6000919502704502125 CPUtime=291.77 cores=1,3
/proc/27094/task/27096/stat : 27096 (java) R 27091 27094 26767 0 -1 4194368 15239 0 0 0 29094 83 0 0 20 0 20 0 37924019 19521036288 484181 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
[pid=27094/tid=27105] ppid=27091 vsize=19063512 memory=-4050210904893408405 CPUtime=0 cores=1,3
/proc/27094/task/27105/stat : 27105 (Finalizer) S 27091 27094 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37924024 19521036288 484181 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
[pid=27094/tid=27112] ppid=27091 vsize=19063512 memory=127509 CPUtime=0 cores=1,3
/proc/27094/task/27112/stat : 27112 (Common-Cleaner) S 27091 27094 26767 0 -1 4194368 174 0 0 0 0 0 0 0 20 0 20 0 37924025 19521036288 484181 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
[pid=27094/tid=27114] ppid=27091 vsize=19063512 memory=1936724 CPUtime=0 cores=1,3
/proc/27094/task/27114/stat : 27114 (Timer-0) S 27091 27094 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37924078 19521036288 484181 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
Current children cumulated CPU time: 302 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1936724 KiB

[startup+296.4 s]
/proc/loadavg: 4.06 3.08 2.41 5/333 27131
/proc/meminfo: memFree=121902860/131382120 swapFree=33010684/33010684
[pid=27094] ppid=27091 vsize=19063512 memory=1936724 CPUtime=302.39 cores=1,3
/proc/27094/stat : 27094 (java) S 27091 27094 26767 0 -1 4194304 46742 0 0 0 30127 112 0 0 20 0 20 0 37924017 19521036288 484181 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
/proc/27094/statm: 4765878 484181 5531 1 0 661114 0
[pid=27094/tid=27096] ppid=27091 vsize=19063512 memory=5148 CPUtime=292.15 cores=1,3
/proc/27094/task/27096/stat : 27096 (java) R 27091 27094 26767 0 -1 4194368 15242 0 0 0 29132 83 0 0 20 0 20 0 37924019 19521036288 484181 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
[pid=27094/tid=27105] ppid=27091 vsize=19063512 memory=1936724 CPUtime=0 cores=1,3
/proc/27094/task/27105/stat : 27105 (Finalizer) S 27091 27094 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37924024 19521036288 484181 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
[pid=27094/tid=27112] ppid=27091 vsize=19063512 memory=1920 CPUtime=0 cores=1,3
/proc/27094/task/27112/stat : 27112 (Common-Cleaner) S 27091 27094 26767 0 -1 4194368 174 0 0 0 0 0 0 0 20 0 20 0 37924025 19521036288 484181 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
[pid=27094/tid=27114] ppid=27091 vsize=19063512 memory=5888 CPUtime=0 cores=1,3
/proc/27094/task/27114/stat : 27114 (Timer-0) S 27091 27094 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37924078 19521036288 484181 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
Current children cumulated CPU time: 302.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1936724 KiB

[startup+296.8 s]
/proc/loadavg: 4.06 3.08 2.41 5/333 27131
/proc/meminfo: memFree=121902860/131382120 swapFree=33010684/33010684
[pid=27094] ppid=27091 vsize=19063512 memory=1936724 CPUtime=302.78 cores=1,3
/proc/27094/stat : 27094 (java) S 27091 27094 26767 0 -1 4194304 47651 0 0 0 30166 112 0 0 20 0 20 0 37924017 19521036288 484181 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
/proc/27094/statm: 4765878 484181 5531 1 0 661130 0
[pid=27094/tid=27096] ppid=27091 vsize=19063512 memory=-6000919502704502125 CPUtime=292.54 cores=1,3
/proc/27094/task/27096/stat : 27096 (java) D 27091 27094 26767 0 -1 4194368 16143 0 0 0 29171 83 0 0 20 0 20 0 37924019 19521036288 484181 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
[pid=27094/tid=27105] ppid=27091 vsize=19063512 memory=1936724 CPUtime=0 cores=1,3
/proc/27094/task/27105/stat : 27105 (Finalizer) S 27091 27094 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37924024 19521036288 484181 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
[pid=27094/tid=27112] ppid=27091 vsize=19063512 memory=17920 CPUtime=0 cores=1,3
/proc/27094/task/27112/stat : 27112 (Common-Cleaner) S 27091 27094 26767 0 -1 4194368 174 0 0 0 0 0 0 0 20 0 20 0 37924025 19521036288 484181 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
[pid=27094/tid=27114] ppid=27091 vsize=19063512 memory=11136 CPUtime=0 cores=1,3
/proc/27094/task/27114/stat : 27114 (Timer-0) S 27091 27094 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37924078 19521036288 484181 18446744073709551615 94793098248192 94793098251888 140724115101456 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94793098259704 94793098260496 94793122160640 140724115110192 140724115110374 140724115110374 140724115115976 0
Current children cumulated CPU time: 302.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1936724 KiB

Child status: 20

Real time (s): 296.897
CPU time (s): 302.911
CPU user time (s): 301.768
CPU system time (s): 1.14345
CPU usage (%): 102.026
Max. virtual memory (cumulated for all children) (KiB): 19066836
Max. memory (cumulated for all children) (KiB): 1936724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 301.768
system time used= 1.14345
maximum resident set size= 1937364
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49128
page faults= 0
swaps= 0
block input operations= 0
block output operations= 764184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11882
involuntary context switches= 2367


# summary of solver processes directly reported to runsolver:
#   pid: 27094
#   total CPU time (s): 302.911
#   total CPU user time (s): 301.768
#   total CPU system time (s): 1.14345

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.65761 second user time and 3.32376 second system time

The end

Launcher Data

Begin job on nodeC003 at 2025-06-29 20:40:53
IDJOB=4513915
IDBENCH=162581
IDSOLVER=3364
FILE ID=nodeC003/4513915-1751222453
RUNJOBID= nodeC003-1751222447-26779
SLURM_JOB_ID= 9587679
Free space on /tmp= 432752 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/Instances3col_OPB/normalized-3col-almost3reg-l060-r059-n1.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4513915-1751222453/watcher-4513915-1751222453 -o /tmp/evaluation-result-4513915-1751222453/solver-4513915-1751222453 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751222447-26779 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4513915-1751222453 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4513915-1751222453.opb

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

MD5SUM BENCH= f51b92e6ea4641775f90070f7fcfd036
RANDOM SEED=187066915

nodeC003 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		: 3621.129
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.44
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		: 1596.407
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.44
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.442
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.44
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		: 1197.157
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.44
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		: 2494.091
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.44
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		: 1197.159
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.44
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		: 3700.000
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.44
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		: 1197.165
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        129235512 kB
MemAvailable:   129430804 kB
Buffers:            3280 kB
Cached:          1005224 kB
SwapCached:            0 kB
Active:           899412 kB
Inactive:         756896 kB
Active(anon):     666152 kB
Inactive(anon):        0 kB
Active(file):     233260 kB
Inactive(file):   756896 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             38140 kB
Writeback:           144 kB
AnonPages:        651276 kB
Mapped:           122892 kB
Shmem:             17960 kB
KReclaimable:      89528 kB
Slab:             172648 kB
SReclaimable:      89528 kB
SUnreclaim:        83120 kB
KernelStack:        5024 kB
PageTables:         4872 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    7031100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150312 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    471040 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:      191304 kB
DirectMap2M:    11245568 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432752 MiB
End job on nodeC003 at 2025-06-29 20:45:51