Trace number 4502470

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2025-06-06? (TO) 3600.21 3540.49

General information on the benchmark

NamePB24/normalized-PB11/
OPT-LIN/heinz/normalized-n3div36.opb
MD5SUM807b13cda1d33b90eacd528b5f94ca03
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark654
Best CPU time to get the best result obtained on this benchmark526.427
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables22120
Total number of constraints4484
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)4424
Number of constraints which are nor clauses,nor cardinality constraints58
Minimum length of a constraint5
Maximum length of a constraint10890
Number of terms in the objective function 22120
Biggest coefficient in the objective function 554
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 3240754
Number of bits of the sum of numbers in the objective function 22
Biggest number in a constraint 554
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3240754
Number of bits of the biggest sum of numbers22
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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.10	c Free memory 		2104792832
0.00/0.10	c Max memory 		16282288128
0.00/0.10	c Total memory 		2113929216
0.00/0.10	c Number of processors 	2
0.11/0.13	c Pseudo Boolean Optimization by upper bound
0.11/0.13	c --- Begin Solver configuration ---
0.11/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.11/0.13	c Learn all clauses as in MiniSAT
0.11/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.13	c Expensive reason simplification
0.11/0.13	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.13	c timeout=2147483s
0.11/0.13	c DB Simplification allowed=false
0.11/0.13	c Listener: none
0.11/0.13	c --- End Solver configuration ---
0.11/0.13	c solving HOME/instance-4502470-1751431292.opb
0.11/0.13	c reading problem ... 
0.11/0.14	c  objective function found
1.64/0.90	c ... done. Wall clock time 0.759s.
1.64/0.90	c declared #vars     22120
1.64/0.90	c #constraints  4484
1.64/0.90	c constraints type 
1.64/0.90	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 4424
1.64/0.90	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 58
1.64/0.90	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
1.64/0.90	c 4484 constraints processed.
1.64/0.92	c objective function length is 22120 literals
2.05/1.17	c SATISFIABLE
2.05/1.17	c OPTIMIZING...
2.05/1.17	c Got one! Elapsed wall clock time (in seconds):1.03
2.05/1.17	o 5838
2.63/1.40	c Got one! Elapsed wall clock time (in seconds):1.269
2.63/1.40	o 5788
12.35/10.79	c cleaning 2497 clauses out of 5005 with flag 10439/5005
27.53/24.35	c cleaning 4249 clauses out of 8508 with flag 22891/11005
144.04/139.19	c cleaning 5512 clauses out of 11267 with flag 48306/18013
390.23/382.03	c cleaning 6691 clauses out of 13747 with flag 70555/26005
745.41/732.08	c cleaning 8004 clauses out of 16056 with flag 96602/35005
1144.84/1126.83	c cleaning 8997 clauses out of 18052 with flag 137180/45005
1831.72/1809.73	c cleaning 9785 clauses out of 20059 with flag 231730/56009
2366.90/2334.51	c cleaning 11106 clauses out of 22270 with flag 276043/68005
2822.41/2775.61	c cleaning 12083 clauses out of 24166 with flag 348971/81007
3489.61/3430.42	c cleaning 13041 clauses out of 26081 with flag 425779/95005
3600.07/3540.41	c starts		: 5
3600.07/3540.42	c conflicts		: 98815
3600.07/3540.42	c decisions		: 8086272
3600.07/3540.42	c propagations		: 85740930
3600.07/3540.42	c inspects		: 1506001567
3600.07/3540.42	c shortcuts		: 0
3600.07/3540.42	c learnt literals	: 0
3600.07/3540.42	c learnt binary clauses	: 0
3600.07/3540.42	c learnt ternary clauses	: 0
3600.07/3540.42	c learnt constraints	: 98815
3600.07/3540.43	c ignored constraints	: 0
3600.07/3540.43	c root simplifications	: 0
3600.07/3540.43	c removed literals (reason simplification)	: 3646932
3600.07/3540.43	c reason swapping (by a shorter reason)	: 0
3600.07/3540.43	c Calls to reduceDB	: 10
3600.07/3540.43	c Number of update (reduction) of LBD	: 54471
3600.07/3540.43	c Imported unit clauses	: 0
3600.07/3540.43	c No decision after first conflict	: false
3600.07/3540.43	c number of reductions to clauses (during analyze)	: 0
3600.07/3540.43	c number of learned constraints concerned by reduction	: 0
3600.07/3540.43	c number of learning phase by resolution	: 0
3600.07/3540.43	c number of learning phase by cutting planes	: 0
3600.07/3540.43	c number of rounding to 1 operations	: 0
3600.07/3540.43	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3540.43	c number of reductions of the coefficients by power 2 	: 0
3600.07/3540.43	c number of right shift for reduction by power 2 	: 0
3600.07/3540.43	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3540.43	c number of ending skipping 	: 0
3600.07/3540.43	c number of internal skipping 	: 0
3600.07/3540.43	c number of derivation steps 	: 0
3600.07/3540.43	c number of skipped derivation steps 	: 0
3600.07/3540.43	c number of remaining unassigned 	: 0
3600.07/3540.43	c number of remaining assigned 	: 0
3600.07/3540.43	c number of falsified literals weakened from reason	: 0
3600.07/3540.43	c number of falsified literals weakened from conflict	: 0
3600.07/3540.43	c time for arithmetic operations	: 0
3600.07/3540.43	c minimum degree of deleted constraints	: null
3600.07/3540.43	c maximum degree of deleted constraints	: null
3600.07/3540.43	c number of deleted constraints	: 0
3600.07/3540.44	c speed (assignments/second)	: 24224.064230649918
3600.07/3540.44	c non guided choices	: 0
3600.07/3540.45	Exception in thread "Thread-0" java.lang.NullPointerException: Cannot invoke "org.sat4j.specs.Constr.getClass()" because the return value of "java.util.Iterator.next()" is null
3600.07/3540.46		at org.sat4j.minisat.core.Solver.printLearntClausesInfos(Solver.java:1984)
3600.07/3540.46		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2130)
3600.07/3540.46		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2121)
3600.07/3540.46		at org.sat4j.tools.SolverDecorator.printStat(SolverDecorator.java:181)
3600.07/3540.46		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:93)
3600.07/3540.46		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:122)
3600.07/3540.46		at org.sat4j.AbstractLauncher$1.run(AbstractLauncher.java:91)

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=60488, runsolver pid=60477

[startup+0.100056 s]*
/proc/loadavg: 0.45 1.65 2.79 10/333 60566
/proc/meminfo: memFree=126300044/131250000 swapFree=33010684/33010684
[pid=60488] ppid=60477 vsize=18930384 memory=55472 CPUtime=0.11 cores=0,2
/proc/60488/stat : 60488 (java) S 60477 60488 59758 0 -1 4194304 6489 0 0 0 9 2 0 0 20 0 18 0 58807900 19384713216 13868 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
/proc/60488/statm: 4732596 13868 5367 1 0 547557 0
[pid=60488/tid=60500] ppid=60477 vsize=18930384 memory=4026532124 CPUtime=0.07 cores=0,2
/proc/60488/task/60500/stat : 60500 (java) R 60477 60488 59758 0 -1 4194368 5020 0 0 0 6 1 0 0 20 0 18 0 58807902 19384713216 13868 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
[pid=60488/tid=60525] ppid=60477 vsize=18930384 memory=2569 CPUtime=0 cores=0,2
/proc/60488/task/60525/stat : 60525 (Finalizer) S 60477 60488 59758 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 58807904 19384713216 13868 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
[pid=60488/tid=60534] ppid=60477 vsize=18930384 memory=58485492679654 CPUtime=0 cores=0,2
/proc/60488/task/60534/stat : 60534 (Common-Cleaner) S 60477 60488 59758 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 58807905 19384713216 13868 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55472 KiB

[startup+0.205713 s]*
/proc/loadavg: 0.45 1.65 2.79 12/333 60566
/proc/meminfo: memFree=126289900/131250000 swapFree=33010684/33010684
[pid=60488] ppid=60477 vsize=18930384 memory=70692 CPUtime=0.31 cores=0,2
/proc/60488/stat : 60488 (java) S 60477 60488 59758 0 -1 4194304 7326 0 0 0 28 3 0 0 20 0 18 0 58807900 19384713216 17673 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
/proc/60488/statm: 4732596 17673 5431 1 0 548112 0
[pid=60488/tid=60500] ppid=60477 vsize=18930384 memory=4026663196 CPUtime=0.17 cores=0,2
/proc/60488/task/60500/stat : 60500 (java) R 60477 60488 59758 0 -1 4194368 5232 0 0 0 16 1 0 0 20 0 18 0 58807902 19384713216 17673 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
[pid=60488/tid=60525] ppid=60477 vsize=18930384 memory=2569 CPUtime=0 cores=0,2
/proc/60488/task/60525/stat : 60525 (Finalizer) S 60477 60488 59758 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 58807904 19384713216 17673 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
[pid=60488/tid=60534] ppid=60477 vsize=18930384 memory=58485492679654 CPUtime=0 cores=0,2
/proc/60488/task/60534/stat : 60534 (Common-Cleaner) S 60477 60488 59758 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 58807905 19384713216 17673 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 70692 KiB

[startup+0.305701 s]*
/proc/loadavg: 0.45 1.65 2.79 5/333 60566
/proc/meminfo: memFree=126242276/131250000 swapFree=33010684/33010684
[pid=60488] ppid=60477 vsize=18930384 memory=98836 CPUtime=0.49 cores=0,2
/proc/60488/stat : 60488 (java) S 60477 60488 59758 0 -1 4194304 8602 0 0 0 46 3 0 0 20 0 18 0 58807900 19384713216 24709 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
/proc/60488/statm: 4732596 24709 5431 1 0 548933 0
[pid=60488/tid=60500] ppid=60477 vsize=18930384 memory=-6000919472790400105 CPUtime=0.26 cores=0,2
/proc/60488/task/60500/stat : 60500 (java) R 60477 60488 59758 0 -1 4194368 5272 0 0 0 24 2 0 0 20 0 18 0 58807902 19384713216 24709 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
[pid=60488/tid=60525] ppid=60477 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/60488/task/60525/stat : 60525 (Finalizer) S 60477 60488 59758 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 58807904 19384713216 24709 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
[pid=60488/tid=60534] ppid=60477 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/60488/task/60534/stat : 60534 (Common-Cleaner) S 60477 60488 59758 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 58807905 19384713216 24709 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 98836 KiB

[startup+0.700237 s]
/proc/loadavg: 0.45 1.65 2.79 9/336 60569
/proc/meminfo: memFree=126090916/131250000 swapFree=33010684/33010684
[pid=60488] ppid=60477 vsize=18996948 memory=199092 CPUtime=1.26 cores=0,2
/proc/60488/stat : 60488 (java) S 60477 60488 59758 0 -1 4194304 9128 0 0 0 121 5 0 0 20 0 19 0 58807900 19452874752 49773 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
/proc/60488/statm: 4749237 49773 5463 1 0 549437 0
[pid=60488/tid=60500] ppid=60477 vsize=18996948 memory=18304 CPUtime=0.54 cores=0,2
/proc/60488/task/60500/stat : 60500 (java) R 60477 60488 59758 0 -1 4194368 5322 0 0 0 51 3 0 0 20 0 19 0 58807902 19452874752 49773 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
[pid=60488/tid=60525] ppid=60477 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/60488/task/60525/stat : 60525 (Finalizer) S 60477 60488 59758 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 58807904 19452874752 49773 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
[pid=60488/tid=60534] ppid=60477 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/60488/task/60534/stat : 60534 (Common-Cleaner) S 60477 60488 59758 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 58807905 19452874752 49773 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 199092 KiB

[startup+1.50022 s]
/proc/loadavg: 0.45 1.65 2.79 8/339 60572
/proc/meminfo: memFree=125602040/131250000 swapFree=33010684/33010684
[pid=60488] ppid=60477 vsize=19063512 memory=621584 CPUtime=2.83 cores=0,2
/proc/60488/stat : 60488 (java) S 60477 60488 59758 0 -1 4194304 16092 0 0 0 268 15 0 0 20 0 20 0 58807900 19521036288 155396 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
/proc/60488/statm: 4765878 155396 5527 1 0 1079292 0
[pid=60488/tid=60500] ppid=60477 vsize=19063512 memory=3328 CPUtime=1.23 cores=0,2
/proc/60488/task/60500/stat : 60500 (java) R 60477 60488 59758 0 -1 4194368 5651 0 0 0 112 11 0 0 20 0 20 0 58807902 19521036288 155396 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
[pid=60488/tid=60525] ppid=60477 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/60488/task/60525/stat : 60525 (Finalizer) S 60477 60488 59758 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 58807904 19521036288 155396 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
[pid=60488/tid=60534] ppid=60477 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/60488/task/60534/stat : 60534 (Common-Cleaner) S 60477 60488 59758 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 58807905 19521036288 155396 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
[pid=60488/tid=60572] ppid=60477 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/60488/task/60572/stat : 60572 (Timer-0) S 60477 60488 59758 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 58807994 19521036288 155396 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 621584 KiB

[startup+3.10548 s]
/proc/loadavg: 0.45 1.65 2.79 5/340 60573
/proc/meminfo: memFree=125143332/131250000 swapFree=33010684/33010684
[pid=60488] ppid=60477 vsize=19063512 memory=847336 CPUtime=4.74 cores=0,2
/proc/60488/stat : 60488 (java) S 60477 60488 59758 0 -1 4194304 16286 0 0 0 455 19 0 0 20 0 20 0 58807900 19521036288 211834 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
/proc/60488/statm: 4765878 211834 5527 1 0 1079298 0
[pid=60488/tid=60500] ppid=60477 vsize=19063512 memory=10752 CPUtime=2.83 cores=0,2
/proc/60488/task/60500/stat : 60500 (java) R 60477 60488 59758 0 -1 4194368 5762 0 0 0 268 15 0 0 20 0 20 0 58807902 19521036288 211834 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
[pid=60488/tid=60525] ppid=60477 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/60488/task/60525/stat : 60525 (Finalizer) S 60477 60488 59758 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 58807904 19521036288 211834 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
[pid=60488/tid=60534] ppid=60477 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/60488/task/60534/stat : 60534 (Common-Cleaner) S 60477 60488 59758 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 58807905 19521036288 211834 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
[pid=60488/tid=60572] ppid=60477 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/60488/task/60572/stat : 60572 (Timer-0) S 60477 60488 59758 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 58807994 19521036288 211834 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
Current children cumulated CPU time: 4.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 847336 KiB

[startup+6.30024 s]
/proc/loadavg: 0.73 1.69 2.79 5/341 60574
/proc/meminfo: memFree=124343016/131250000 swapFree=33010684/33010684
[pid=60488] ppid=60477 vsize=19063512 memory=1274468 CPUtime=7.94 cores=0,2
/proc/60488/stat : 60488 (java) S 60477 60488 59758 0 -1 4194304 17874 0 0 0 767 27 0 0 20 0 20 0 58807900 19521036288 318617 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
/proc/60488/statm: 4765878 318617 5527 1 0 1079298 0
[pid=60488/tid=60500] ppid=60477 vsize=19063512 memory=0 CPUtime=6.02 cores=0,2
/proc/60488/task/60500/stat : 60500 (java) R 60477 60488 59758 0 -1 4194368 6391 0 0 0 579 23 0 0 20 0 20 0 58807902 19521036288 318617 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
[pid=60488/tid=60525] ppid=60477 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/60488/task/60525/stat : 60525 (Finalizer) S 60477 60488 59758 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 58807904 19521036288 318617 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
[pid=60488/tid=60534] ppid=60477 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/60488/task/60534/stat : 60534 (Common-Cleaner) S 60477 60488 59758 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 58807905 19521036288 318617 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
[pid=60488/tid=60572] ppid=60477 vsize=19063512 memory=629980 CPUtime=0 cores=0,2
/proc/60488/task/60572/stat : 60572 (Timer-0) S 60477 60488 59758 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 58807994 19521036288 318617 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
Current children cumulated CPU time: 7.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1274468 KiB

[startup+12.7002 s]
/proc/loadavg: 0.99 1.73 2.80 5/341 60574
/proc/meminfo: memFree=123107876/131250000 swapFree=33010684/33010684
[pid=60488] ppid=60477 vsize=19063512 memory=2055152 CPUtime=14.47 cores=0,2
/proc/60488/stat : 60488 (java) S 60477 60488 59758 0 -1 4194304 22556 0 0 0 1405 42 0 0 20 0 20 0 58807900 19521036288 513788 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
/proc/60488/statm: 4765878 513788 5527 1 0 1079352 0
[pid=60488/tid=60500] ppid=60477 vsize=19063512 memory=629980 CPUtime=12.4 cores=0,2
/proc/60488/task/60500/stat : 60500 (java) R 60477 60488 59758 0 -1 4194368 8167 0 0 0 1202 38 0 0 20 0 20 0 58807902 19521036288 513788 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
[pid=60488/tid=60525] ppid=60477 vsize=19063512 memory=1391204 CPUtime=0 cores=0,2
/proc/60488/task/60525/stat : 60525 (Finalizer) S 60477 60488 59758 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 58807904 19521036288 513788 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
[pid=60488/tid=60534] ppid=60477 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/60488/task/60534/stat : 60534 (Common-Cleaner) S 60477 60488 59758 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 58807905 19521036288 513788 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
[pid=60488/tid=60572] ppid=60477 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/60488/task/60572/stat : 60572 (Timer-0) S 60477 60488 59758 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 58807994 19521036288 513788 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
Current children cumulated CPU time: 14.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2055152 KiB

[startup+25.5002 s]
/proc/loadavg: 1.80 1.87 2.83 6/341 60574
/proc/meminfo: memFree=119236608/131250000 swapFree=33010684/33010684
[pid=60488] ppid=60477 vsize=19063512 memory=4605836 CPUtime=28.9 cores=0,2
/proc/60488/stat : 60488 (java) S 60477 60488 59758 0 -1 4194304 29792 0 0 0 2798 92 0 0 20 0 20 0 58807900 19521036288 1151459 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
/proc/60488/statm: 4765878 1151459 5559 1 0 1994313 0
[pid=60488/tid=60500] ppid=60477 vsize=19063512 memory=2479088 CPUtime=23.56 cores=0,2
/proc/60488/task/60500/stat : 60500 (java) R 60477 60488 59758 0 -1 4194368 10345 0 0 0 2302 54 0 0 20 0 20 0 58807902 19521036288 1151459 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
[pid=60488/tid=60525] ppid=60477 vsize=19063512 memory=4191692 CPUtime=0 cores=0,2
/proc/60488/task/60525/stat : 60525 (Finalizer) S 60477 60488 59758 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 58807904 19521036288 1151459 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
[pid=60488/tid=60534] ppid=60477 vsize=19063512 memory=4491116 CPUtime=0 cores=0,2
/proc/60488/task/60534/stat : 60534 (Common-Cleaner) S 60477 60488 59758 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 58807905 19521036288 1151459 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
[pid=60488/tid=60572] ppid=60477 vsize=19063512 memory=2276336 CPUtime=0 cores=0,2
/proc/60488/task/60572/stat : 60572 (Timer-0) S 60477 60488 59758 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 58807994 19521036288 1151459 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
Current children cumulated CPU time: 28.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4605836 KiB

[startup+51.1052 s]
/proc/loadavg: 2.55 2.04 2.86 5/340 60575
/proc/meminfo: memFree=117447164/131250000 swapFree=33010684/33010684
[pid=60488] ppid=60477 vsize=19063512 memory=4640660 CPUtime=55.42 cores=0,2
/proc/60488/stat : 60488 (java) S 60477 60488 59758 0 -1 4194304 32902 0 0 0 5447 95 0 0 20 0 20 0 58807900 19521036288 1160165 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
/proc/60488/statm: 4765878 1160165 5559 1 0 1994313 0
[pid=60488/tid=60500] ppid=60477 vsize=19063512 memory=4191692 CPUtime=48.33 cores=0,2
/proc/60488/task/60500/stat : 60500 (java) R 60477 60488 59758 0 -1 4194368 11019 0 0 0 4779 54 0 0 20 0 20 0 58807902 19521036288 1160165 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
[pid=60488/tid=60525] ppid=60477 vsize=19063512 memory=4640660 CPUtime=0 cores=0,2
/proc/60488/task/60525/stat : 60525 (Finalizer) S 60477 60488 59758 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 58807904 19521036288 1160165 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
[pid=60488/tid=60534] ppid=60477 vsize=19063512 memory=18304 CPUtime=0 cores=0,2
/proc/60488/task/60534/stat : 60534 (Common-Cleaner) S 60477 60488 59758 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 58807905 19521036288 1160165 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
[pid=60488/tid=60572] ppid=60477 vsize=19063512 memory=10752 CPUtime=0 cores=0,2

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

/proc/meminfo: memFree=98188432/131250000 swapFree=33010684/33010684
[pid=60488] ppid=60477 vsize=19063512 memory=8424180 CPUtime=3210.43 cores=0,2
/proc/60488/stat : 60488 (java) S 60477 60488 59758 0 -1 4194304 199128 0 0 0 320755 288 0 0 20 0 20 0 58807900 19521036288 2106045 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
/proc/60488/statm: 4765878 2106045 5559 1 0 2256326 0
[pid=60488/tid=60500] ppid=60477 vsize=19063512 memory=3328 CPUtime=3132.71 cores=0,2
/proc/60488/task/60500/stat : 60500 (java) R 60477 60488 59758 0 -1 4194368 89301 0 0 0 313180 91 0 0 20 0 20 0 58807902 19521036288 2106045 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
[pid=60488/tid=60525] ppid=60477 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/60488/task/60525/stat : 60525 (Finalizer) S 60477 60488 59758 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 58807904 19521036288 2106045 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
[pid=60488/tid=60534] ppid=60477 vsize=19063512 memory=8424180 CPUtime=0 cores=0,2
/proc/60488/task/60534/stat : 60534 (Common-Cleaner) S 60477 60488 59758 0 -1 4194368 1641 0 0 0 0 0 0 0 20 0 20 0 58807905 19521036288 2106045 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
[pid=60488/tid=60572] ppid=60477 vsize=19063512 memory=8424180 CPUtime=0 cores=0,2
/proc/60488/task/60572/stat : 60572 (Timer-0) S 60477 60488 59758 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 58807994 19521036288 2106045 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
Current children cumulated CPU time: 3210.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8424180 KiB

[startup+3222.3 s]
/proc/loadavg: 4.18 4.15 4.14 5/338 60730
/proc/meminfo: memFree=97966448/131250000 swapFree=33010684/33010684
[pid=60488] ppid=60477 vsize=19063512 memory=8645376 CPUtime=3270.56 cores=0,2
/proc/60488/stat : 60488 (java) S 60477 60488 59758 0 -1 4194304 203691 0 0 0 326761 295 0 0 20 0 20 0 58807900 19521036288 2161344 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
/proc/60488/statm: 4765878 2161344 5559 1 0 2256326 0
[pid=60488/tid=60500] ppid=60477 vsize=19063512 memory=3328 CPUtime=3192.28 cores=0,2
/proc/60488/task/60500/stat : 60500 (java) R 60477 60488 59758 0 -1 4194368 92265 0 0 0 319137 91 0 0 20 0 20 0 58807902 19521036288 2161344 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
[pid=60488/tid=60525] ppid=60477 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/60488/task/60525/stat : 60525 (Finalizer) S 60477 60488 59758 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 58807904 19521036288 2161344 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
[pid=60488/tid=60534] ppid=60477 vsize=19063512 memory=8424180 CPUtime=0 cores=0,2
/proc/60488/task/60534/stat : 60534 (Common-Cleaner) S 60477 60488 59758 0 -1 4194368 1645 0 0 0 0 0 0 0 20 0 20 0 58807905 19521036288 2161344 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
[pid=60488/tid=60572] ppid=60477 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/60488/task/60572/stat : 60572 (Timer-0) S 60477 60488 59758 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 58807994 19521036288 2161344 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
Current children cumulated CPU time: 3270.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8645376 KiB

[startup+3282.3 s]
/proc/loadavg: 4.30 4.18 4.15 6/338 60732
/proc/meminfo: memFree=97643016/131250000 swapFree=33010684/33010684
[pid=60488] ppid=60477 vsize=19063512 memory=9019276 CPUtime=3341.12 cores=0,2
/proc/60488/stat : 60488 (java) S 60477 60488 59758 0 -1 4194304 210421 0 0 0 333805 307 0 0 20 0 20 0 58807900 19521036288 2254819 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
/proc/60488/statm: 4765878 2254819 5559 1 0 3112833 0
[pid=60488/tid=60500] ppid=60477 vsize=19063512 memory=18304 CPUtime=3251.83 cores=0,2
/proc/60488/task/60500/stat : 60500 (java) R 60477 60488 59758 0 -1 4194368 93588 0 0 0 325092 91 0 0 20 0 20 0 58807902 19521036288 2254819 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
[pid=60488/tid=60525] ppid=60477 vsize=19063512 memory=8645376 CPUtime=0 cores=0,2
/proc/60488/task/60525/stat : 60525 (Finalizer) S 60477 60488 59758 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 58807904 19521036288 2254819 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
[pid=60488/tid=60534] ppid=60477 vsize=19063512 memory=8645376 CPUtime=0 cores=0,2
/proc/60488/task/60534/stat : 60534 (Common-Cleaner) S 60477 60488 59758 0 -1 4194368 1647 0 0 0 0 0 0 0 20 0 20 0 58807905 19521036288 2254819 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
[pid=60488/tid=60572] ppid=60477 vsize=19063512 memory=9344 CPUtime=0 cores=0,2
/proc/60488/task/60572/stat : 60572 (Timer-0) S 60477 60488 59758 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 58807994 19521036288 2254819 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
Current children cumulated CPU time: 3341.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9019276 KiB

[startup+3342.3 s]
/proc/loadavg: 4.21 4.17 4.15 5/338 60734
/proc/meminfo: memFree=97204880/131250000 swapFree=33010684/33010684
[pid=60488] ppid=60477 vsize=19063512 memory=9406552 CPUtime=3401.27 cores=0,2
/proc/60488/stat : 60488 (java) S 60477 60488 59758 0 -1 4194304 212955 0 0 0 339812 315 0 0 20 0 20 0 58807900 19521036288 2351638 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
/proc/60488/statm: 4765878 2351638 5559 1 0 3112833 0
[pid=60488/tid=60500] ppid=60477 vsize=19063512 memory=9308160 CPUtime=3311.41 cores=0,2
/proc/60488/task/60500/stat : 60500 (java) R 60477 60488 59758 0 -1 4194368 94637 0 0 0 331044 97 0 0 20 0 20 0 58807902 19521036288 2351638 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
[pid=60488/tid=60525] ppid=60477 vsize=19063512 memory=9406552 CPUtime=0 cores=0,2
/proc/60488/task/60525/stat : 60525 (Finalizer) S 60477 60488 59758 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 58807904 19521036288 2351638 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
[pid=60488/tid=60534] ppid=60477 vsize=19063512 memory=9318400 CPUtime=0 cores=0,2
/proc/60488/task/60534/stat : 60534 (Common-Cleaner) S 60477 60488 59758 0 -1 4194368 1709 0 0 0 0 0 0 0 20 0 20 0 58807905 19521036288 2351638 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
[pid=60488/tid=60572] ppid=60477 vsize=19063512 memory=2892 CPUtime=0 cores=0,2
/proc/60488/task/60572/stat : 60572 (Timer-0) S 60477 60488 59758 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 58807994 19521036288 2351638 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
Current children cumulated CPU time: 3401.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9406552 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.14 4.14 5/339 60739
/proc/meminfo: memFree=97032624/131250000 swapFree=33010684/33010684
[pid=60488] ppid=60477 vsize=19063512 memory=9584728 CPUtime=3461.16 cores=0,2
/proc/60488/stat : 60488 (java) S 60477 60488 59758 0 -1 4194304 215620 0 0 0 345796 320 0 0 20 0 20 0 58807900 19521036288 2396182 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
/proc/60488/statm: 4765878 2396182 5559 1 0 3112833 0
[pid=60488/tid=60500] ppid=60477 vsize=19063512 memory=9308160 CPUtime=3371.27 cores=0,2
/proc/60488/task/60500/stat : 60500 (java) R 60477 60488 59758 0 -1 4194368 97109 0 0 0 337027 100 0 0 20 0 20 0 58807902 19521036288 2396182 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
[pid=60488/tid=60525] ppid=60477 vsize=19063512 memory=9318400 CPUtime=0 cores=0,2
/proc/60488/task/60525/stat : 60525 (Finalizer) S 60477 60488 59758 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 58807904 19521036288 2396182 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
[pid=60488/tid=60534] ppid=60477 vsize=19063512 memory=9502808 CPUtime=0 cores=0,2
/proc/60488/task/60534/stat : 60534 (Common-Cleaner) S 60477 60488 59758 0 -1 4194368 1824 0 0 0 0 0 0 0 20 0 20 0 58807905 19521036288 2396182 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
[pid=60488/tid=60572] ppid=60477 vsize=19063512 memory=9529432 CPUtime=0 cores=0,2
/proc/60488/task/60572/stat : 60572 (Timer-0) S 60477 60488 59758 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 58807994 19521036288 2396182 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
Current children cumulated CPU time: 3461.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9584728 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.14 4.14 5/339 60745
/proc/meminfo: memFree=96913972/131250000 swapFree=33010684/33010684
[pid=60488] ppid=60477 vsize=19063512 memory=9699416 CPUtime=3521.75 cores=0,2
/proc/60488/stat : 60488 (java) S 60477 60488 59758 0 -1 4194304 221787 0 0 0 351851 324 0 0 20 0 20 0 58807900 19521036288 2424854 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
/proc/60488/statm: 4765878 2424854 5559 1 0 3112833 0
[pid=60488/tid=60500] ppid=60477 vsize=19063512 memory=9308160 CPUtime=3430.43 cores=0,2
/proc/60488/task/60500/stat : 60500 (java) R 60477 60488 59758 0 -1 4194368 101223 0 0 0 342942 101 0 0 20 0 20 0 58807902 19521036288 2424854 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
[pid=60488/tid=60525] ppid=60477 vsize=19063512 memory=9318400 CPUtime=0 cores=0,2
/proc/60488/task/60525/stat : 60525 (Finalizer) S 60477 60488 59758 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 58807904 19521036288 2424854 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
[pid=60488/tid=60534] ppid=60477 vsize=19063512 memory=9691224 CPUtime=0 cores=0,2
/proc/60488/task/60534/stat : 60534 (Common-Cleaner) S 60477 60488 59758 0 -1 4194368 1825 0 0 0 0 0 0 0 20 0 20 0 58807905 19521036288 2424854 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
[pid=60488/tid=60572] ppid=60477 vsize=19063512 memory=9699416 CPUtime=0 cores=0,2
/proc/60488/task/60572/stat : 60572 (Timer-0) S 60477 60488 59758 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 58807994 19521036288 2424854 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
Current children cumulated CPU time: 3521.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9699416 KiB

[startup+3522.3 s]
/proc/loadavg: 3.62 4.01 4.09 4/315 60785
/proc/meminfo: memFree=112175116/131250000 swapFree=33010684/33010684
[pid=60488] ppid=60477 vsize=19063512 memory=9701464 CPUtime=3582.01 cores=0,2
/proc/60488/stat : 60488 (java) S 60477 60488 59758 0 -1 4194304 225450 0 0 0 357875 326 0 0 20 0 20 0 58807900 19521036288 2425366 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
/proc/60488/statm: 4765878 2425366 5559 1 0 3112833 0
[pid=60488/tid=60500] ppid=60477 vsize=19063512 memory=9699416 CPUtime=3489.94 cores=0,2
/proc/60488/task/60500/stat : 60500 (java) R 60477 60488 59758 0 -1 4194368 103507 0 0 0 348892 102 0 0 20 0 20 0 58807902 19521036288 2425366 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
[pid=60488/tid=60525] ppid=60477 vsize=19063512 memory=9701464 CPUtime=0 cores=0,2
/proc/60488/task/60525/stat : 60525 (Finalizer) S 60477 60488 59758 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 58807904 19521036288 2425366 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
[pid=60488/tid=60534] ppid=60477 vsize=19063512 memory=9701464 CPUtime=0 cores=0,2
/proc/60488/task/60534/stat : 60534 (Common-Cleaner) S 60477 60488 59758 0 -1 4194368 1890 0 0 0 0 0 0 0 20 0 20 0 58807905 19521036288 2425366 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
[pid=60488/tid=60572] ppid=60477 vsize=19063512 memory=9701464 CPUtime=0 cores=0,2
/proc/60488/task/60572/stat : 60572 (Timer-0) S 60477 60488 59758 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 58807994 19521036288 2425366 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
Current children cumulated CPU time: 3582.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9701464 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3540.4 s]
/proc/loadavg: 3.51 3.96 4.07 4/315 60786
/proc/meminfo: memFree=112175156/131250000 swapFree=33010684/33010684
[pid=60488] ppid=60477 vsize=19063512 memory=9701464 CPUtime=3600.07 cores=0,2
/proc/60488/stat : 60488 (java) S 60477 60488 59758 0 -1 4194304 226337 0 0 0 359681 326 0 0 20 0 20 0 58807900 19521036288 2425366 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
/proc/60488/statm: 4765878 2425366 5559 1 0 3112833 0
[pid=60488/tid=60500] ppid=60477 vsize=19063512 memory=-6000919476967992425 CPUtime=3508 cores=0,2
/proc/60488/task/60500/stat : 60500 (java) R 60477 60488 59758 0 -1 4194368 104387 0 0 0 350698 102 0 0 20 0 20 0 58807902 19521036288 2425366 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
[pid=60488/tid=60525] ppid=60477 vsize=19063512 memory=18304 CPUtime=0 cores=0,2
/proc/60488/task/60525/stat : 60525 (Finalizer) S 60477 60488 59758 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 58807904 19521036288 2425366 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
[pid=60488/tid=60534] ppid=60477 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/60488/task/60534/stat : 60534 (Common-Cleaner) S 60477 60488 59758 0 -1 4194368 1890 0 0 0 0 0 0 0 20 0 20 0 58807905 19521036288 2425366 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
[pid=60488/tid=60572] ppid=60477 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/60488/task/60572/stat : 60572 (Timer-0) S 60477 60488 59758 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 58807994 19521036288 2425366 18446744073709551615 93949878480896 93949878484592 140734309414672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93949878492408 93949878493200 93949890871296 140734309423489 140734309423590 140734309423590 140734309429192 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9701464 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.91 s, system=3.30091 s

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

Child status: 143

Real time (s): 3540.49
CPU time (s): 3600.21
CPU user time (s): 3596.91
CPU system time (s): 3.30091
CPU usage (%): 101.687
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 9701464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.91
system time used= 3.30091
maximum resident set size= 9702232
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 229400
page faults= 0
swaps= 0
block input operations= 8
block output operations= 15832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 113761
involuntary context switches= 12957


# summary of solver processes directly reported to runsolver:
#   pid: 60488
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3596.91
#   total CPU system time (s): 3.30091

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.07037 second user time and 16.485 second system time

The end

Launcher Data

Begin job on nodeC026 at 2025-07-02 06:41:33
IDJOB=4502470
IDBENCH=155340
IDSOLVER=3363
FILE ID=nodeC026/4502470-1751431292
RUNJOBID= nodeC026-1751431292-60439
SLURM_JOB_ID= 9598365
Free space on /tmp= 432120 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB11/OPT-LIN/heinz/normalized-n3div36.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4502470-1751431292/watcher-4502470-1751431292 -o /tmp/evaluation-result-4502470-1751431292/solver-4502470-1751431292 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1751431292-60439 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4502470-1751431292.opb

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

MD5SUM BENCH= 807b13cda1d33b90eacd528b5f94ca03
RANDOM SEED=486323026

nodeC026 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.874
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.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        126374124 kB
MemAvailable:   129682644 kB
Buffers:            3280 kB
Cached:          4104016 kB
SwapCached:            0 kB
Active:           336072 kB
Inactive:        3844364 kB
Active(anon):      91544 kB
Inactive(anon):        0 kB
Active(file):     244528 kB
Inactive(file):  3844364 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              6804 kB
Writeback:            36 kB
AnonPages:         76892 kB
Mapped:           104112 kB
Shmem:             18080 kB
KReclaimable:     117736 kB
Slab:             206896 kB
SReclaimable:     117736 kB
SUnreclaim:        89160 kB
KernelStack:        4048 kB
PageTables:         2780 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     339664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 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:      187092 kB
DirectMap2M:     9021440 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432084 MiB
End job on nodeC026 at 2025-07-02 07:40:33