Trace number 4512100

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2025-06-06? (TO) 3600.29 3500.84

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/
hw512/normalized-hw512-vm98p-dec.opb.negationfix.opb
MD5SUM0020647681361a6ff6bc771888680f52
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 benchmark12.925
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2723840
Total number of constraints11664
Number of constraints which are clauses5319
Number of constraints which are cardinality constraints (but not clauses)5319
Number of constraints which are nor clauses,nor cardinality constraints1026
Minimum length of a constraint512
Maximum length of a constraint5319
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 1971071
Number of bits of the biggest number in a constraint 21
Biggest sum of numbers in a constraint 4438491
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.10	c Number of processors 	2
0.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4512100-1751201146.opb
0.12/0.13	c reading problem ... 
0.12/0.16	c  no objective function found
33.26/28.95	c ... done. Wall clock time 28.815s.
33.26/28.95	c declared #vars     2723840
33.26/28.95	c #constraints  11664
33.26/28.95	c constraints type 
33.26/28.95	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 5319
33.26/28.95	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1026
33.26/28.95	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5319
33.26/28.95	c 11664 constraints processed.
71.66/66.49	c cleaning 2485 clauses out of 5000 with flag 21674/5000
97.21/91.81	c cleaning 4232 clauses out of 8515 with flag 60296/11000
112.74/107.22	c cleaning 5603 clauses out of 11283 with flag 118488/18000
130.07/124.59	c cleaning 6800 clauses out of 13682 with flag 205453/26002
152.53/145.27	c cleaning 7897 clauses out of 15880 with flag 319790/35000
175.07/167.05	c cleaning 8943 clauses out of 17985 with flag 442060/45002
209.36/200.51	c cleaning 9971 clauses out of 20040 with flag 570157/56000
249.76/237.08	c cleaning 10982 clauses out of 22069 with flag 713796/68000
283.45/267.80	c cleaning 12016 clauses out of 24087 with flag 817032/81000
357.15/340.25	c cleaning 13013 clauses out of 26074 with flag 903367/95003
416.54/398.34	c cleaning 14002 clauses out of 28059 with flag 1002996/110001
530.45/506.88	c cleaning 15005 clauses out of 30057 with flag 1111614/126001
629.20/603.79	c cleaning 15995 clauses out of 32051 with flag 1216788/143000
737.08/709.73	c cleaning 16999 clauses out of 34057 with flag 1341353/161001
881.73/848.77	c cleaning 18000 clauses out of 36058 with flag 1465570/180001
1017.18/982.41	c cleaning 19004 clauses out of 38057 with flag 1610361/200000
1174.63/1132.28	c cleaning 19996 clauses out of 40054 with flag 1765120/221001
1354.63/1310.36	c cleaning 21000 clauses out of 42057 with flag 1927629/243000
1603.91/1550.46	c cleaning 22005 clauses out of 44057 with flag 2113216/266000
1850.53/1795.09	c cleaning 23002 clauses out of 46053 with flag 2312299/290001
2069.96/2005.25	c cleaning 24001 clauses out of 48051 with flag 2537826/315001
2296.53/2229.77	c cleaning 24991 clauses out of 50050 with flag 2729344/341001
2592.19/2515.21	c cleaning 26005 clauses out of 52060 with flag 2923327/368002
2949.18/2869.77	c cleaning 26993 clauses out of 54053 with flag 3173937/396000
3281.05/3193.62	c cleaning 27985 clauses out of 56060 with flag 3430532/425000
3600.07/3500.71	c starts		: 95
3600.07/3500.72	c conflicts		: 453111
3600.07/3500.72	c decisions		: 91175002
3600.07/3500.72	c propagations		: 462491607
3600.07/3500.72	c inspects		: 816499193
3600.07/3500.72	c shortcuts		: 0
3600.07/3500.73	c learnt literals	: 0
3600.07/3500.73	c learnt binary clauses	: 0
3600.07/3500.73	c learnt ternary clauses	: 0
3600.07/3500.73	c learnt constraints	: 453111
3600.07/3500.73	c ignored constraints	: 0
3600.07/3500.73	c root simplifications	: 0
3600.07/3500.73	c removed literals (reason simplification)	: 2432073
3600.07/3500.73	c reason swapping (by a shorter reason)	: 0
3600.07/3500.73	c Calls to reduceDB	: 25
3600.07/3500.73	c Number of update (reduction) of LBD	: 204684
3600.07/3500.73	c Imported unit clauses	: 0
3600.07/3500.73	c No decision after first conflict	: false
3600.07/3500.73	c number of reductions to clauses (during analyze)	: 0
3600.07/3500.73	c number of learned constraints concerned by reduction	: 0
3600.07/3500.73	c number of learning phase by resolution	: 0
3600.07/3500.73	c number of learning phase by cutting planes	: 0
3600.07/3500.73	c number of rounding to 1 operations	: 0
3600.07/3500.73	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3500.73	c number of reductions of the coefficients by power 2 	: 0
3600.07/3500.73	c number of right shift for reduction by power 2 	: 0
3600.07/3500.73	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3500.73	c number of ending skipping 	: 0
3600.07/3500.73	c number of internal skipping 	: 0
3600.07/3500.73	c number of derivation steps 	: 0
3600.07/3500.73	c number of skipped derivation steps 	: 0
3600.07/3500.73	c number of remaining unassigned 	: 0
3600.07/3500.73	c number of remaining assigned 	: 0
3600.07/3500.73	c number of falsified literals weakened from reason	: 0
3600.07/3500.73	c number of falsified literals weakened from conflict	: 0
3600.07/3500.73	c time for arithmetic operations	: 0
3600.07/3500.74	c minimum degree of deleted constraints	: null
3600.07/3500.74	c maximum degree of deleted constraints	: null
3600.07/3500.74	c number of deleted constraints	: 0
3600.07/3500.74	c speed (assignments/second)	: 133217.69549079443
3600.07/3500.74	c non guided choices	: 81747591
3600.07/3500.78	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 56186
3600.07/3500.79	s UNKNOWN
3600.07/3500.79	c Total wall clock time (in seconds): 3500.653

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4512100-1751201146/watcher-4512100-1751201146 -o /tmp/evaluation-result-4512100-1751201146/solver-4512100-1751201146 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1751193887-24634 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4512100-1751201146.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 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
Current StackSize limit: 8192 KiB

solver pid=26323, runsolver pid=26320

[startup+0.10006 s]*
/proc/loadavg: 4.20 4.21 4.14 8/340 26341
/proc/meminfo: memFree=108017052/131249992 swapFree=33010672/33010684
[pid=26323] ppid=26320 vsize=18930384 memory=55536 CPUtime=0.12 cores=1,3
/proc/26323/stat : 26323 (java) S 26320 26323 24622 0 -1 4194304 6528 0 0 0 10 2 0 0 20 0 18 0 35789290 19384713216 13884 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
/proc/26323/statm: 4732596 13884 5336 1 0 547612 0
[pid=26323/tid=26325] ppid=26320 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/26323/task/26325/stat : 26325 (java) R 26320 26323 24622 0 -1 4194368 5037 0 0 0 6 1 0 0 20 0 18 0 35789292 19384713216 13884 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
[pid=26323/tid=26334] ppid=26320 vsize=18930384 memory=241407623509 CPUtime=0 cores=1,3
/proc/26323/task/26334/stat : 26334 (Finalizer) S 26320 26323 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35789294 19384713216 13884 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
[pid=26323/tid=26341] ppid=26320 vsize=18930384 memory=58485492696503 CPUtime=0 cores=1,3
/proc/26323/task/26341/stat : 26341 (Common-Cleaner) S 26320 26323 24622 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 35789294 19384713216 13884 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55536 KiB

[startup+0.205773 s]*
/proc/loadavg: 4.20 4.21 4.14 7/340 26341
/proc/meminfo: memFree=107922844/131249992 swapFree=33010672/33010684
[pid=26323] ppid=26320 vsize=18930384 memory=145836 CPUtime=0.3 cores=1,3
/proc/26323/stat : 26323 (java) S 26320 26323 24622 0 -1 4194304 7028 0 0 0 26 4 0 0 20 0 18 0 35789290 19384713216 36459 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
/proc/26323/statm: 4732596 36459 5432 1 0 547894 0
[pid=26323/tid=26325] ppid=26320 vsize=18930384 memory=4026597660 CPUtime=0.18 cores=1,3
/proc/26323/task/26325/stat : 26325 (java) R 26320 26323 24622 0 -1 4194368 5332 0 0 0 15 3 0 0 20 0 18 0 35789292 19384713216 36459 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
[pid=26323/tid=26334] ppid=26320 vsize=18930384 memory=13934 CPUtime=0 cores=1,3
/proc/26323/task/26334/stat : 26334 (Finalizer) S 26320 26323 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35789294 19384713216 36459 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
[pid=26323/tid=26341] ppid=26320 vsize=18930384 memory=57385981051877 CPUtime=0 cores=1,3
/proc/26323/task/26341/stat : 26341 (Common-Cleaner) S 26320 26323 24622 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 35789294 19384713216 36459 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 145836 KiB

[startup+0.305715 s]*
/proc/loadavg: 4.20 4.21 4.14 6/340 26341
/proc/meminfo: memFree=107881948/131249992 swapFree=33010672/33010684
[pid=26323] ppid=26320 vsize=18930384 memory=185160 CPUtime=0.49 cores=1,3
/proc/26323/stat : 26323 (java) S 26320 26323 24622 0 -1 4194304 9284 0 0 0 44 5 0 0 20 0 18 0 35789290 19384713216 46290 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
/proc/26323/statm: 4732596 46290 5432 1 0 548991 0
[pid=26323/tid=26325] ppid=26320 vsize=18930384 memory=-6000919507116713581 CPUtime=0.27 cores=1,3
/proc/26323/task/26325/stat : 26325 (java) R 26320 26323 24622 0 -1 4194368 5352 0 0 0 24 3 0 0 20 0 18 0 35789292 19384713216 46290 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
[pid=26323/tid=26334] ppid=26320 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/26323/task/26334/stat : 26334 (Finalizer) S 26320 26323 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35789294 19384713216 46290 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
[pid=26323/tid=26341] ppid=26320 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/26323/task/26341/stat : 26341 (Common-Cleaner) S 26320 26323 24622 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 35789294 19384713216 46290 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 185160 KiB

[startup+0.700222 s]
/proc/loadavg: 4.20 4.21 4.14 6/341 26342
/proc/meminfo: memFree=107799272/131249992 swapFree=33010672/33010684
[pid=26323] ppid=26320 vsize=18996948 memory=316204 CPUtime=1.25 cores=1,3
/proc/26323/stat : 26323 (java) S 26320 26323 24622 0 -1 4194304 9829 0 0 0 116 9 0 0 20 0 19 0 35789290 19452874752 79051 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
/proc/26323/statm: 4749237 79051 5464 1 0 549438 0
[pid=26323/tid=26325] ppid=26320 vsize=18996948 memory=17152 CPUtime=0.56 cores=1,3
/proc/26323/task/26325/stat : 26325 (java) R 26320 26323 24622 0 -1 4194368 5384 0 0 0 51 5 0 0 20 0 19 0 35789292 19452874752 79051 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
[pid=26323/tid=26334] ppid=26320 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/26323/task/26334/stat : 26334 (Finalizer) S 26320 26323 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35789294 19452874752 79051 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
[pid=26323/tid=26341] ppid=26320 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/26323/task/26341/stat : 26341 (Common-Cleaner) S 26320 26323 24622 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35789294 19452874752 79051 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 316204 KiB

[startup+1.5002 s]
/proc/loadavg: 4.20 4.21 4.14 6/341 26342
/proc/meminfo: memFree=107587104/131249992 swapFree=33010672/33010684
[pid=26323] ppid=26320 vsize=18996948 memory=796312 CPUtime=2.54 cores=1,3
/proc/26323/stat : 26323 (java) S 26320 26323 24622 0 -1 4194304 11498 0 0 0 235 19 0 0 20 0 19 0 35789290 19452874752 199078 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
/proc/26323/statm: 4749237 199078 5464 1 0 1360055 0
[pid=26323/tid=26325] ppid=26320 vsize=18996948 memory=3200 CPUtime=1.13 cores=1,3
/proc/26323/task/26325/stat : 26325 (java) S 26320 26323 24622 0 -1 4194368 5532 0 0 0 104 9 0 0 20 0 19 0 35789292 19452874752 199078 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
[pid=26323/tid=26334] ppid=26320 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/26323/task/26334/stat : 26334 (Finalizer) S 26320 26323 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35789294 19452874752 199078 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
[pid=26323/tid=26341] ppid=26320 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/26323/task/26341/stat : 26341 (Common-Cleaner) S 26320 26323 24622 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35789294 19452874752 199078 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
Current children cumulated CPU time: 2.54 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 796312 KiB

[startup+3.10565 s]
/proc/loadavg: 4.20 4.21 4.14 6/341 26342
/proc/meminfo: memFree=106331988/131249992 swapFree=33010672/33010684
[pid=26323] ppid=26320 vsize=18996948 memory=1676796 CPUtime=4.57 cores=1,3
/proc/26323/stat : 26323 (java) S 26320 26323 24622 0 -1 4194304 12952 0 0 0 420 37 0 0 20 0 19 0 35789290 19452874752 419199 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
/proc/26323/statm: 4749237 419199 5464 1 0 2318908 0
[pid=26323/tid=26325] ppid=26320 vsize=18996948 memory=10752 CPUtime=2.31 cores=1,3
/proc/26323/task/26325/stat : 26325 (java) R 26320 26323 24622 0 -1 4194368 5754 0 0 0 213 18 0 0 20 0 19 0 35789292 19452874752 419199 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
[pid=26323/tid=26334] ppid=26320 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/26323/task/26334/stat : 26334 (Finalizer) S 26320 26323 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35789294 19452874752 419199 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
[pid=26323/tid=26341] ppid=26320 vsize=18996948 memory=5760 CPUtime=0 cores=1,3
/proc/26323/task/26341/stat : 26341 (Common-Cleaner) S 26320 26323 24622 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35789294 19452874752 419199 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
Current children cumulated CPU time: 4.57 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1676796 KiB

[startup+6.30024 s]
/proc/loadavg: 4.19 4.21 4.14 5/341 26342
/proc/meminfo: memFree=104517016/131249992 swapFree=33010672/33010684
[pid=26323] ppid=26320 vsize=18996948 memory=4289900 CPUtime=8.62 cores=1,3
/proc/26323/stat : 26323 (java) S 26320 26323 24622 0 -1 4194304 16139 0 0 0 772 90 0 0 20 0 19 0 35789290 19452874752 1072475 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
/proc/26323/statm: 4749237 1072475 5464 1 0 2870957 0
[pid=26323/tid=26325] ppid=26320 vsize=18996948 memory=5760 CPUtime=5.01 cores=1,3
/proc/26323/task/26325/stat : 26325 (java) R 26320 26323 24622 0 -1 4194368 7396 0 0 0 438 63 0 0 20 0 19 0 35789292 19452874752 1072475 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
[pid=26323/tid=26334] ppid=26320 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/26323/task/26334/stat : 26334 (Finalizer) S 26320 26323 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35789294 19452874752 1072475 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
[pid=26323/tid=26341] ppid=26320 vsize=18996948 memory=-6000919507116713581 CPUtime=0 cores=1,3
/proc/26323/task/26341/stat : 26341 (Common-Cleaner) S 26320 26323 24622 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35789294 19452874752 1072475 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
Current children cumulated CPU time: 8.62 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 4289900 KiB

[startup+12.7002 s]
/proc/loadavg: 4.17 4.20 4.13 5/340 26408
/proc/meminfo: memFree=102732224/131249992 swapFree=33010672/33010684
[pid=26323] ppid=26320 vsize=18996948 memory=6476928 CPUtime=15.6 cores=1,3
/proc/26323/stat : 26323 (java) S 26320 26323 24622 0 -1 4194304 22398 0 0 0 1424 136 0 0 20 0 19 0 35789290 19452874752 1619232 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
/proc/26323/statm: 4749237 1619232 5496 1 0 3115431 0
[pid=26323/tid=26325] ppid=26320 vsize=18996948 memory=4542024 CPUtime=10.98 cores=1,3
/proc/26323/task/26325/stat : 26325 (java) R 26320 26323 24622 0 -1 4194368 9050 0 0 0 994 104 0 0 20 0 19 0 35789292 19452874752 1619232 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
[pid=26323/tid=26334] ppid=26320 vsize=18996948 memory=17152 CPUtime=0 cores=1,3
/proc/26323/task/26334/stat : 26334 (Finalizer) S 26320 26323 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35789294 19452874752 1619232 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
[pid=26323/tid=26341] ppid=26320 vsize=18996948 memory=14720 CPUtime=0 cores=1,3
/proc/26323/task/26341/stat : 26341 (Common-Cleaner) S 26320 26323 24622 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35789294 19452874752 1619232 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
Current children cumulated CPU time: 15.6 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 6476928 KiB

[startup+25.5002 s]
/proc/loadavg: 4.20 4.21 4.14 6/340 26475
/proc/meminfo: memFree=102138876/131249992 swapFree=33010672/33010684
[pid=26323] ppid=26320 vsize=18996948 memory=7296888 CPUtime=29.5 cores=1,3
/proc/26323/stat : 26323 (java) S 26320 26323 24622 0 -1 4194304 24855 0 0 0 2795 155 0 0 20 0 19 0 35789290 19452874752 1824222 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
/proc/26323/statm: 4749237 1824222 5496 1 0 3328662 0
[pid=26323/tid=26325] ppid=26320 vsize=18996948 memory=17152 CPUtime=22.42 cores=1,3
/proc/26323/task/26325/stat : 26325 (java) S 26320 26323 24622 0 -1 4194368 10802 0 0 0 2124 118 0 0 20 0 19 0 35789292 19452874752 1824222 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
[pid=26323/tid=26334] ppid=26320 vsize=18996948 memory=7089408 CPUtime=0 cores=1,3
/proc/26323/task/26334/stat : 26334 (Finalizer) S 26320 26323 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35789294 19452874752 1824222 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
[pid=26323/tid=26341] ppid=26320 vsize=18996948 memory=6775284 CPUtime=0 cores=1,3
/proc/26323/task/26341/stat : 26341 (Common-Cleaner) S 26320 26323 24622 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35789294 19452874752 1824222 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
Current children cumulated CPU time: 29.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 7296888 KiB

[startup+51.1057 s]
/proc/loadavg: 4.20 4.21 4.14 5/344 26479
/proc/meminfo: memFree=94073560/131249992 swapFree=33010672/33010684
[pid=26323] ppid=26320 vsize=19063512 memory=7719756 CPUtime=56.25 cores=1,3
/proc/26323/stat : 26323 (java) S 26320 26323 24622 0 -1 4194304 29883 0 0 0 5458 167 0 0 20 0 20 0 35789290 19521036288 1929939 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
/proc/26323/statm: 4765878 1929939 5496 1 0 3392470 0
[pid=26323/tid=26325] ppid=26320 vsize=19063512 memory=0 CPUtime=47.48 cores=1,3
/proc/26323/task/26325/stat : 26325 (java) R 26320 26323 24622 0 -1 4194368 12830 0 0 0 4623 125 0 0 20 0 20 0 35789292 19521036288 1929939 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
[pid=26323/tid=26334] ppid=26320 vsize=19063512 memory=7697228 CPUtime=0 cores=1,3
/proc/26323/task/26334/stat : 26334 (Finalizer) S 26320 26323 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35789294 19521036288 1929939 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
[pid=26323/tid=26341] ppid=26320 vsize=19063512 memory=7641932 CPUtime=0 cores=1,3
/proc/26323/task/26341/stat : 26341 (Common-Cleaner) S 26320 26323 24622 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 35789294 19521036288 1929939 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
[pid=26323/tid=26477] ppid=26320 vsize=19063512 memory=7615252 CPUtime=0 cores=1,3
/proc/26323/task/26477/stat : 26477 (Timer-0) S 26320 26323 24622 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 35792195 19521036288 1929939 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
Current children cumulated CPU time: 56.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7719756 KiB

[startup+102.3 s]
/proc/loadavg: 4.22 4.21 4.14 5/344 26551
/proc/meminfo: memFree=96394072/131249992 swapFree=33010672/33010684
[pid=26323] ppid=26320 vsize=19063512 memory=8844952 CPUtime=107.71 cores=1,3

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

/proc/26323/task/26334/stat : 26334 (Finalizer) S 26320 26323 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35789294 19521036288 3892968 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
[pid=26323/tid=26341] ppid=26320 vsize=19063512 memory=15571872 CPUtime=0 cores=1,3
/proc/26323/task/26341/stat : 26341 (Common-Cleaner) S 26320 26323 24622 0 -1 4194368 2975 0 0 0 0 0 0 0 20 0 20 0 35789294 19521036288 3892968 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
[pid=26323/tid=26477] ppid=26320 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/26323/task/26477/stat : 26477 (Timer-0) S 26320 26323 24622 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 35792195 19521036288 3892968 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
Current children cumulated CPU time: 3189.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15571872 KiB

[startup+3162.3 s]
/proc/loadavg: 4.14 4.24 4.25 5/341 26718
/proc/meminfo: memFree=78038272/131249992 swapFree=33010672/33010684
[pid=26323] ppid=26320 vsize=19063512 memory=15571872 CPUtime=3249.25 cores=1,3
/proc/26323/stat : 26323 (java) S 26320 26323 24622 0 -1 4194304 377955 0 0 0 324476 449 0 0 20 0 20 0 35789290 19521036288 3892968 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
/proc/26323/statm: 4765878 3892968 5528 1 0 4083115 0
[pid=26323/tid=26325] ppid=26320 vsize=19063512 memory=15571872 CPUtime=3109.26 cores=1,3
/proc/26323/task/26325/stat : 26325 (java) R 26320 26323 24622 0 -1 4194368 193972 0 0 0 310692 234 0 0 20 0 20 0 35789292 19521036288 3892968 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
[pid=26323/tid=26334] ppid=26320 vsize=19063512 memory=15571872 CPUtime=0 cores=1,3
/proc/26323/task/26334/stat : 26334 (Finalizer) S 26320 26323 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35789294 19521036288 3892968 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
[pid=26323/tid=26341] ppid=26320 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/26323/task/26341/stat : 26341 (Common-Cleaner) S 26320 26323 24622 0 -1 4194368 3075 0 0 0 0 0 0 0 20 0 20 0 35789294 19521036288 3892968 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
[pid=26323/tid=26477] ppid=26320 vsize=19063512 memory=15571872 CPUtime=0 cores=1,3
/proc/26323/task/26477/stat : 26477 (Timer-0) S 26320 26323 24622 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 35792195 19521036288 3892968 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
Current children cumulated CPU time: 3249.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15571872 KiB

[startup+3222.3 s]
/proc/loadavg: 4.25 4.24 4.25 6/341 26720
/proc/meminfo: memFree=78041108/131249992 swapFree=33010672/33010684
[pid=26323] ppid=26320 vsize=19063512 memory=15571872 CPUtime=3309.98 cores=1,3
/proc/26323/stat : 26323 (java) S 26320 26323 24622 0 -1 4194304 383640 0 0 0 330547 451 0 0 20 0 20 0 35789290 19521036288 3892968 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
/proc/26323/statm: 4765878 3892968 5528 1 0 4083115 0
[pid=26323/tid=26325] ppid=26320 vsize=19063512 memory=17152 CPUtime=3168.28 cores=1,3
/proc/26323/task/26325/stat : 26325 (java) R 26320 26323 24622 0 -1 4194368 197759 0 0 0 316593 235 0 0 20 0 20 0 35789292 19521036288 3892968 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
[pid=26323/tid=26334] ppid=26320 vsize=19063512 memory=4624 CPUtime=0 cores=1,3
/proc/26323/task/26334/stat : 26334 (Finalizer) S 26320 26323 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35789294 19521036288 3892968 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
[pid=26323/tid=26341] ppid=26320 vsize=19063512 memory=15571872 CPUtime=0 cores=1,3
/proc/26323/task/26341/stat : 26341 (Common-Cleaner) S 26320 26323 24622 0 -1 4194368 3123 0 0 0 0 0 0 0 20 0 20 0 35789294 19521036288 3892968 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
[pid=26323/tid=26477] ppid=26320 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/26323/task/26477/stat : 26477 (Timer-0) S 26320 26323 24622 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 35792195 19521036288 3892968 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
Current children cumulated CPU time: 3309.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15571872 KiB

[startup+3282.3 s]
/proc/loadavg: 4.34 4.27 4.27 6/341 26722
/proc/meminfo: memFree=78036992/131249992 swapFree=33010672/33010684
[pid=26323] ppid=26320 vsize=19063512 memory=15571872 CPUtime=3370.47 cores=1,3
/proc/26323/stat : 26323 (java) S 26320 26323 24622 0 -1 4194304 386985 0 0 0 336595 452 0 0 20 0 20 0 35789290 19521036288 3892968 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
/proc/26323/statm: 4765878 3892968 5528 1 0 4083115 0
[pid=26323/tid=26325] ppid=26320 vsize=19063512 memory=15571872 CPUtime=3227.56 cores=1,3
/proc/26323/task/26325/stat : 26325 (java) R 26320 26323 24622 0 -1 4194368 199368 0 0 0 322521 235 0 0 20 0 20 0 35789292 19521036288 3892968 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
[pid=26323/tid=26334] ppid=26320 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/26323/task/26334/stat : 26334 (Finalizer) S 26320 26323 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35789294 19521036288 3892968 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
[pid=26323/tid=26341] ppid=26320 vsize=19063512 memory=17152 CPUtime=0 cores=1,3
/proc/26323/task/26341/stat : 26341 (Common-Cleaner) S 26320 26323 24622 0 -1 4194368 3225 0 0 0 0 0 0 0 20 0 20 0 35789294 19521036288 3892968 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
[pid=26323/tid=26477] ppid=26320 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/26323/task/26477/stat : 26477 (Timer-0) S 26320 26323 24622 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 35792195 19521036288 3892968 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
Current children cumulated CPU time: 3370.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15571872 KiB

[startup+3342.3 s]
/proc/loadavg: 4.20 4.25 4.26 6/341 26724
/proc/meminfo: memFree=78036204/131249992 swapFree=33010672/33010684
[pid=26323] ppid=26320 vsize=19063512 memory=15571872 CPUtime=3431.53 cores=1,3
/proc/26323/stat : 26323 (java) S 26320 26323 24622 0 -1 4194304 393088 0 0 0 342698 455 0 0 20 0 20 0 35789290 19521036288 3892968 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
/proc/26323/statm: 4765878 3892968 5528 1 0 4083115 0
[pid=26323/tid=26325] ppid=26320 vsize=19063512 memory=4624 CPUtime=3286.23 cores=1,3
/proc/26323/task/26325/stat : 26325 (java) R 26320 26323 24622 0 -1 4194368 201448 0 0 0 328388 235 0 0 20 0 20 0 35789292 19521036288 3892968 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
[pid=26323/tid=26334] ppid=26320 vsize=19063512 memory=15571872 CPUtime=0 cores=1,3
/proc/26323/task/26334/stat : 26334 (Finalizer) S 26320 26323 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35789294 19521036288 3892968 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
[pid=26323/tid=26341] ppid=26320 vsize=19063512 memory=15571872 CPUtime=0 cores=1,3
/proc/26323/task/26341/stat : 26341 (Common-Cleaner) S 26320 26323 24622 0 -1 4194368 3299 0 0 0 0 0 0 0 20 0 20 0 35789294 19521036288 3892968 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
[pid=26323/tid=26477] ppid=26320 vsize=19063512 memory=15571872 CPUtime=0 cores=1,3
/proc/26323/task/26477/stat : 26477 (Timer-0) S 26320 26323 24622 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 35792195 19521036288 3892968 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
Current children cumulated CPU time: 3431.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15571872 KiB

[startup+3402.3 s]
/proc/loadavg: 3.83 4.14 4.22 4/290 26794
/proc/meminfo: memFree=109515112/131249992 swapFree=33010672/33010684
[pid=26323] ppid=26320 vsize=19063512 memory=15571872 CPUtime=3498.96 cores=1,3
/proc/26323/stat : 26323 (java) S 26320 26323 24622 0 -1 4194304 403260 0 0 0 349436 460 0 0 20 0 20 0 35789290 19521036288 3892968 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
/proc/26323/statm: 4765878 3892968 5528 1 0 4083115 0
[pid=26323/tid=26325] ppid=26320 vsize=19063512 memory=4624 CPUtime=3345.52 cores=1,3
/proc/26323/task/26325/stat : 26325 (java) R 26320 26323 24622 0 -1 4194368 203370 0 0 0 334316 236 0 0 20 0 20 0 35789292 19521036288 3892968 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
[pid=26323/tid=26334] ppid=26320 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/26323/task/26334/stat : 26334 (Finalizer) S 26320 26323 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35789294 19521036288 3892968 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
[pid=26323/tid=26341] ppid=26320 vsize=19063512 memory=17152 CPUtime=0 cores=1,3
/proc/26323/task/26341/stat : 26341 (Common-Cleaner) S 26320 26323 24622 0 -1 4194368 3347 0 0 0 0 0 0 0 20 0 20 0 35789294 19521036288 3892968 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
[pid=26323/tid=26477] ppid=26320 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/26323/task/26477/stat : 26477 (Timer-0) S 26320 26323 24622 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 35792195 19521036288 3892968 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
Current children cumulated CPU time: 3498.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15571872 KiB

[startup+3462.3 s]
/proc/loadavg: 2.83 3.79 4.09 3/290 26797
/proc/meminfo: memFree=109514932/131249992 swapFree=33010672/33010684
[pid=26323] ppid=26320 vsize=19063512 memory=15572000 CPUtime=3561.73 cores=1,3
/proc/26323/stat : 26323 (java) S 26320 26323 24622 0 -1 4194304 409901 0 0 0 355710 463 0 0 20 0 20 0 35789290 19521036288 3893000 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
/proc/26323/statm: 4765878 3893000 5528 1 0 4083136 0
[pid=26323/tid=26325] ppid=26320 vsize=19063512 memory=4624 CPUtime=3404.82 cores=1,3
/proc/26323/task/26325/stat : 26325 (java) R 26320 26323 24622 0 -1 4194368 205985 0 0 0 340246 236 0 0 20 0 20 0 35789292 19521036288 3893000 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
[pid=26323/tid=26334] ppid=26320 vsize=19063512 memory=17152 CPUtime=0 cores=1,3
/proc/26323/task/26334/stat : 26334 (Finalizer) S 26320 26323 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35789294 19521036288 3893000 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
[pid=26323/tid=26341] ppid=26320 vsize=19063512 memory=15572000 CPUtime=0 cores=1,3
/proc/26323/task/26341/stat : 26341 (Common-Cleaner) S 26320 26323 24622 0 -1 4194368 3478 0 0 0 0 0 0 0 20 0 20 0 35789294 19521036288 3893000 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
[pid=26323/tid=26477] ppid=26320 vsize=19063512 memory=15572000 CPUtime=0 cores=1,3
/proc/26323/task/26477/stat : 26477 (Timer-0) S 26320 26323 24622 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 35792195 19521036288 3893000 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
Current children cumulated CPU time: 3561.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15572000 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3500.7 s]
/proc/loadavg: 2.48 3.58 4.01 3/290 26797
/proc/meminfo: memFree=109514932/131249992 swapFree=33010672/33010684
[pid=26323] ppid=26320 vsize=19063512 memory=15572000 CPUtime=3600.07 cores=1,3
/proc/26323/stat : 26323 (java) S 26320 26323 24622 0 -1 4194304 411272 0 0 0 359542 465 0 0 20 0 20 0 35789290 19521036288 3893000 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
/proc/26323/statm: 4765878 3893000 5528 1 0 4083136 0
[pid=26323/tid=26325] ppid=26320 vsize=19063512 memory=15572000 CPUtime=3443.13 cores=1,3
/proc/26323/task/26325/stat : 26325 (java) R 26320 26323 24622 0 -1 4194368 207210 0 0 0 344077 236 0 0 20 0 20 0 35789292 19521036288 3893000 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
[pid=26323/tid=26334] ppid=26320 vsize=19063512 memory=15572000 CPUtime=0 cores=1,3
/proc/26323/task/26334/stat : 26334 (Finalizer) S 26320 26323 24622 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35789294 19521036288 3893000 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
[pid=26323/tid=26341] ppid=26320 vsize=19063512 memory=15572000 CPUtime=0 cores=1,3
/proc/26323/task/26341/stat : 26341 (Common-Cleaner) S 26320 26323 24622 0 -1 4194368 3606 0 0 0 0 0 0 0 20 0 20 0 35789294 19521036288 3893000 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
[pid=26323/tid=26477] ppid=26320 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/26323/task/26477/stat : 26477 (Timer-0) S 26320 26323 24622 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 35792195 19521036288 3893000 18446744073709551615 94597832019968 94597832023664 140722900109936 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94597832031480 94597832032272 94597850120192 140722900113793 140722900113894 140722900113894 140722900119496 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15572000 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.59 s, system=4.69508 s

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

[startup+3500.81 s]*
/proc/loadavg: 2.48 3.58 4.01 3/272 26800
/proc/meminfo: memFree=113720884/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): 3500.84
CPU time (s): 3600.29
CPU user time (s): 3595.59
CPU system time (s): 4.69508
CPU usage (%): 102.841
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 15572000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.59
system time used= 4.69508
maximum resident set size= 15573024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 415705
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109104
involuntary context switches= 7736


# summary of solver processes directly reported to runsolver:
#   pid: 26323
#   total CPU time (s): 3600.29
#   total CPU user time (s): 3595.59
#   total CPU system time (s): 4.69508

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.1218 second user time and 16.4585 second system time

The end

Launcher Data

Begin job on nodeC035 at 2025-06-29 14:45:48
IDJOB=4512100
IDBENCH=160492
IDSOLVER=3363
FILE ID=nodeC035/4512100-1751201146
RUNJOBID= nodeC035-1751193887-24634
SLURM_JOB_ID= 9587593
Free space on /tmp= 432664 MiB

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

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

MD5SUM BENCH= 0020647681361a6ff6bc771888680f52
RANDOM SEED=1342719121

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.783
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		: 3600.619
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		: 3640.909
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.966
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.684
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.757
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		: 3600.376
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.163
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:        108033532 kB
MemAvailable:   110930888 kB
Buffers:            2352 kB
Cached:          3691748 kB
SwapCached:            8 kB
Active:         19172592 kB
Inactive:        3406928 kB
Active(anon):   18897440 kB
Inactive(anon):     6036 kB
Active(file):     275152 kB
Inactive(file):  3400892 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            134032 kB
Writeback:             0 kB
AnonPages:      18887484 kB
Mapped:           122744 kB
Shmem:             18056 kB
KReclaimable:     121104 kB
Slab:             208408 kB
SReclaimable:     121104 kB
SUnreclaim:        87304 kB
KernelStack:        5216 kB
PageTables:        40632 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   29831984 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151416 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  18597888 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= 432932 MiB
End job on nodeC035 at 2025-06-29 15:44:09