Trace number 4497660

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.22 3602.87

General information on the benchmark

NamePB24/normalized-PB07/OPT-LIN/submittedPB07/
aksoy/decomp/normalized-matrix_5x3_4.opb
MD5SUMdbdf528b135cde252d8c4b9633a10d5c
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark23
Best CPU time to get the best result obtained on this benchmark3600.21
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables99789
Total number of constraints388956
Number of constraints which are clauses388925
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints30
Minimum length of a constraint1
Maximum length of a constraint3140
Number of terms in the objective function 3140
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 3140
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 3178
Number of bits of the biggest sum of numbers12
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.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.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-4497660-1751390187.opb
0.11/0.13	c reading problem ... 
0.11/0.14	c  objective function found
2.25/1.28	c ... done. Wall clock time 1.139s.
2.25/1.28	c declared #vars     99789
2.25/1.28	c #constraints  388956
2.25/1.28	c constraints type 
2.25/1.28	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 292322
2.25/1.28	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
2.25/1.28	c org.sat4j.pb.constraints.pb.UnitClausePB => 5
2.25/1.28	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 96628
2.25/1.28	c 388956 constraints processed.
2.25/1.29	c objective function length is 3140 literals
2.57/1.48	c SATISFIABLE
2.57/1.48	c OPTIMIZING...
2.57/1.48	c Got one! Elapsed wall clock time (in seconds):1.343
2.57/1.48	o 33
29.18/27.32	c cleaning 2499 clauses out of 5001 with flag 32701/5001
86.00/83.91	c cleaning 3944 clauses out of 8502 with flag 429806/11001
150.97/148.94	c cleaning 5640 clauses out of 11558 with flag 996026/18001
233.81/231.98	c cleaning 6609 clauses out of 13918 with flag 1651616/26001
337.06/335.10	c cleaning 8080 clauses out of 16309 with flag 2509741/35001
445.38/443.62	c cleaning 9024 clauses out of 18229 with flag 3417421/45001
575.78/574.22	c cleaning 9973 clauses out of 20205 with flag 4385103/56001
700.77/699.47	c cleaning 10828 clauses out of 22232 with flag 5463632/68001
842.90/841.77	c cleaning 11876 clauses out of 24404 with flag 6470801/81001
983.48/982.59	c cleaning 12951 clauses out of 26528 with flag 7475151/95001
1129.43/1128.72	c cleaning 14233 clauses out of 28577 with flag 8715305/110001
1293.48/1292.80	c cleaning 15019 clauses out of 30344 with flag 10085982/126001
1474.28/1473.67	c cleaning 15991 clauses out of 32325 with flag 11723013/143001
1672.87/1672.57	c cleaning 16840 clauses out of 34334 with flag 13471036/161001
1862.92/1862.93	c cleaning 18158 clauses out of 36494 with flag 15005562/180001
2080.26/2080.41	c cleaning 19162 clauses out of 38336 with flag 16979446/200001
2287.85/2288.41	c cleaning 19825 clauses out of 40174 with flag 18557972/221001
2506.13/2507.18	c cleaning 21107 clauses out of 42349 with flag 20224585/243001
2759.85/2761.26	c cleaning 22081 clauses out of 44242 with flag 22078398/266001
2996.96/2998.75	c cleaning 22999 clauses out of 46161 with flag 23563530/290001
3261.49/3263.66	c cleaning 23682 clauses out of 48162 with flag 25844142/315001
3532.81/3535.45	c cleaning 25118 clauses out of 50480 with flag 27460546/341001
3600.09/3602.81	c starts		: 103
3600.09/3602.83	c conflicts		: 348556
3600.09/3602.84	c decisions		: 77911940
3600.09/3602.84	c propagations		: 7558595123
3600.09/3602.84	c inspects		: 25505806530
3600.09/3602.84	c shortcuts		: 0
3600.09/3602.84	c learnt literals	: 0
3600.09/3602.84	c learnt binary clauses	: 7
3600.09/3602.84	c learnt ternary clauses	: 0
3600.09/3602.84	c learnt constraints	: 348557
3600.09/3602.84	c ignored constraints	: 0
3600.09/3602.84	c root simplifications	: 0
3600.09/3602.84	c removed literals (reason simplification)	: 37522682
3600.09/3602.84	c reason swapping (by a shorter reason)	: 0
3600.09/3602.84	c Calls to reduceDB	: 22
3600.09/3602.84	c Number of update (reduction) of LBD	: 228434
3600.09/3602.84	c Imported unit clauses	: 0
3600.09/3602.84	c No decision after first conflict	: false
3600.09/3602.84	c number of reductions to clauses (during analyze)	: 0
3600.09/3602.84	c number of learned constraints concerned by reduction	: 0
3600.09/3602.84	c number of learning phase by resolution	: 0
3600.09/3602.84	c number of learning phase by cutting planes	: 0
3600.09/3602.84	c number of rounding to 1 operations	: 0
3600.09/3602.84	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3602.84	c number of reductions of the coefficients by power 2 	: 0
3600.09/3602.84	c number of right shift for reduction by power 2 	: 0
3600.09/3602.84	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3602.84	c number of ending skipping 	: 0
3600.09/3602.84	c number of internal skipping 	: 0
3600.09/3602.84	c number of derivation steps 	: 0
3600.09/3602.84	c number of skipped derivation steps 	: 0
3600.09/3602.84	c number of remaining unassigned 	: 0
3600.09/3602.84	c number of remaining assigned 	: 0
3600.09/3602.84	c number of falsified literals weakened from reason	: 0
3600.09/3602.84	c number of falsified literals weakened from conflict	: 0
3600.09/3602.84	c time for arithmetic operations	: 0
3600.09/3602.84	c minimum degree of deleted constraints	: null
3600.09/3602.84	c maximum degree of deleted constraints	: null
3600.09/3602.84	c number of deleted constraints	: 0
3600.09/3602.84	c speed (assignments/second)	: 2098713.1394976256
3600.09/3602.84	c non guided choices	: 0
3600.09/3602.86	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.09/3602.86		at org.sat4j.minisat.core.Solver.printLearntClausesInfos(Solver.java:1984)
3600.09/3602.86		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2130)
3600.09/3602.86		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2121)
3600.09/3602.86		at org.sat4j.tools.SolverDecorator.printStat(SolverDecorator.java:181)
3600.09/3602.86		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:93)
3600.09/3602.86		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:122)
3600.09/3602.86		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 (62939 MiB free)
  memory of node 1: 64465 MiB (62924 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4497660-1751390187/watcher-4497660-1751390187 -o /tmp/evaluation-result-4497660-1751390187/solver-4497660-1751390187 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1751386581-53808 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4497660-1751390187.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=54324, runsolver pid=54321

[startup+0.100061 s]*
/proc/loadavg: 4.35 4.19 4.11 6/314 54346
/proc/meminfo: memFree=128860820/131249996 swapFree=33010160/33010684
[pid=54324] ppid=54321 vsize=18930384 memory=57352 CPUtime=0.11 cores=0,2
/proc/54324/stat : 54324 (java) S 54321 54324 53798 0 -1 4194304 6450 0 0 0 9 2 0 0 20 0 18 0 54697121 19384713216 14338 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
/proc/54324/statm: 4732596 14338 5350 1 0 547586 0
[pid=54324/tid=54326] ppid=54321 vsize=18930384 memory=4026531959 CPUtime=0.07 cores=0,2
/proc/54324/task/54326/stat : 54326 (java) R 54321 54324 53798 0 -1 4194368 5044 0 0 0 6 1 0 0 20 0 18 0 54697123 19384713216 14338 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
[pid=54324/tid=54335] ppid=54321 vsize=18930384 memory=215637821742 CPUtime=0 cores=0,2
/proc/54324/task/54335/stat : 54335 (Finalizer) S 54321 54324 53798 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 54697125 19384713216 14338 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
[pid=54324/tid=54342] ppid=54321 vsize=18930384 memory=33750 CPUtime=0 cores=0,2
/proc/54324/task/54342/stat : 54342 (Common-Cleaner) S 54321 54324 53798 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 54697125 19384713216 14338 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57352 KiB

[startup+0.205692 s]*
/proc/loadavg: 4.35 4.19 4.11 7/314 54355
/proc/meminfo: memFree=128852628/131249996 swapFree=33010160/33010684
[pid=54324] ppid=54321 vsize=18930384 memory=71540 CPUtime=0.3 cores=0,2
/proc/54324/stat : 54324 (java) S 54321 54324 53798 0 -1 4194304 6845 0 0 0 27 3 0 0 20 0 18 0 54697121 19384713216 17885 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
/proc/54324/statm: 4732596 17885 5446 1 0 547916 0
[pid=54324/tid=54326] ppid=54321 vsize=18930384 memory=4026663031 CPUtime=0.16 cores=0,2
/proc/54324/task/54326/stat : 54326 (java) R 54321 54324 53798 0 -1 4194368 5275 0 0 0 14 2 0 0 20 0 18 0 54697123 19384713216 17885 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
[pid=54324/tid=54335] ppid=54321 vsize=18930384 memory=215637821742 CPUtime=0 cores=0,2
/proc/54324/task/54335/stat : 54335 (Finalizer) S 54321 54324 53798 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 54697125 19384713216 17885 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
[pid=54324/tid=54342] ppid=54321 vsize=18930384 memory=33750 CPUtime=0 cores=0,2
/proc/54324/task/54342/stat : 54342 (Common-Cleaner) S 54321 54324 53798 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 54697125 19384713216 17885 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 71540 KiB

[startup+0.305689 s]*
/proc/loadavg: 4.35 4.19 4.11 9/315 54363
/proc/meminfo: memFree=128801300/131249996 swapFree=33010160/33010684
[pid=54324] ppid=54321 vsize=18930384 memory=112756 CPUtime=0.5 cores=0,2
/proc/54324/stat : 54324 (java) S 54321 54324 53798 0 -1 4194304 8521 0 0 0 45 5 0 0 20 0 18 0 54697121 19384713216 28189 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
/proc/54324/statm: 4732596 28189 5446 1 0 548981 0
[pid=54324/tid=54326] ppid=54321 vsize=18930384 memory=-6000919468495235434 CPUtime=0.24 cores=0,2
/proc/54324/task/54326/stat : 54326 (java) R 54321 54324 53798 0 -1 4194368 5295 0 0 0 22 2 0 0 20 0 18 0 54697123 19384713216 28189 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
[pid=54324/tid=54335] ppid=54321 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/54324/task/54335/stat : 54335 (Finalizer) S 54321 54324 53798 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 54697125 19384713216 28189 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
[pid=54324/tid=54342] ppid=54321 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/54324/task/54342/stat : 54342 (Common-Cleaner) S 54321 54324 53798 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 54697125 19384713216 28189 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 112756 KiB

[startup+0.700189 s]
/proc/loadavg: 4.35 4.19 4.11 5/298 54381
/proc/meminfo: memFree=129489496/131249996 swapFree=33010160/33010684
[pid=54324] ppid=54321 vsize=18996948 memory=185044 CPUtime=1.27 cores=0,2
/proc/54324/stat : 54324 (java) S 54321 54324 53798 0 -1 4194304 10731 0 0 0 120 7 0 0 20 0 19 0 54697121 19452874752 46261 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
/proc/54324/statm: 4749237 46261 5478 1 0 550795 0
[pid=54324/tid=54326] ppid=54321 vsize=18996948 memory=17792 CPUtime=0.59 cores=0,2
/proc/54324/task/54326/stat : 54326 (java) R 54321 54324 53798 0 -1 4194368 5320 0 0 0 56 3 0 0 20 0 19 0 54697123 19452874752 46261 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
[pid=54324/tid=54335] ppid=54321 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/54324/task/54335/stat : 54335 (Finalizer) S 54321 54324 53798 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 54697125 19452874752 46261 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
[pid=54324/tid=54342] ppid=54321 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/54324/task/54342/stat : 54342 (Common-Cleaner) S 54321 54324 53798 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 54697125 19452874752 46261 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 185044 KiB

[startup+1.50021 s]
/proc/loadavg: 4.35 4.19 4.11 7/314 54403
/proc/meminfo: memFree=129334616/131249996 swapFree=33010160/33010684
[pid=54324] ppid=54321 vsize=19063512 memory=411504 CPUtime=2.77 cores=0,2
/proc/54324/stat : 54324 (java) S 54321 54324 53798 0 -1 4194304 15152 0 0 0 265 12 0 0 20 0 20 0 54697121 19521036288 102876 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
/proc/54324/statm: 4765878 102876 5510 1 0 1009027 0
[pid=54324/tid=54326] ppid=54321 vsize=19063512 memory=3328 CPUtime=1.28 cores=0,2
/proc/54324/task/54326/stat : 54326 (java) R 54321 54324 53798 0 -1 4194368 5547 0 0 0 121 7 0 0 20 0 20 0 54697123 19521036288 102876 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
[pid=54324/tid=54335] ppid=54321 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/54324/task/54335/stat : 54335 (Finalizer) S 54321 54324 53798 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 54697125 19521036288 102876 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
[pid=54324/tid=54342] ppid=54321 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/54324/task/54342/stat : 54342 (Common-Cleaner) S 54321 54324 53798 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 54697125 19521036288 102876 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
Current children cumulated CPU time: 2.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 411504 KiB

[startup+3.10566 s]
/proc/loadavg: 4.35 4.19 4.11 6/318 54410
/proc/meminfo: memFree=129153264/131249996 swapFree=33010160/33010684
[pid=54324] ppid=54321 vsize=19063512 memory=411760 CPUtime=4.74 cores=0,2
/proc/54324/stat : 54324 (java) S 54321 54324 53798 0 -1 4194304 15212 0 0 0 462 12 0 0 20 0 20 0 54697121 19521036288 102940 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
/proc/54324/statm: 4765878 102940 5510 1 0 1009035 0
[pid=54324/tid=54326] ppid=54321 vsize=19063512 memory=10752 CPUtime=2.87 cores=0,2
/proc/54324/task/54326/stat : 54326 (java) R 54321 54324 53798 0 -1 4194368 5548 0 0 0 280 7 0 0 20 0 20 0 54697123 19521036288 102940 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
[pid=54324/tid=54335] ppid=54321 vsize=19063512 memory=198340509722 CPUtime=0 cores=0,2
/proc/54324/task/54335/stat : 54335 (Finalizer) S 54321 54324 53798 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 54697125 19521036288 102940 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
[pid=54324/tid=54342] ppid=54321 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/54324/task/54342/stat : 54342 (Common-Cleaner) S 54321 54324 53798 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 54697125 19521036288 102940 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
[pid=54324/tid=54406] ppid=54321 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/54324/task/54406/stat : 54406 (Timer-0) S 54321 54324 53798 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 54697252 19521036288 102940 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
Current children cumulated CPU time: 4.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 411760 KiB

[startup+6.30022 s]
/proc/loadavg: 4.24 4.17 4.10 5/337 54459
/proc/meminfo: memFree=129066152/131249996 swapFree=33010160/33010684
[pid=54324] ppid=54321 vsize=19063512 memory=408160 CPUtime=7.97 cores=0,2
/proc/54324/stat : 54324 (java) S 54321 54324 53798 0 -1 4194304 17405 0 0 0 784 13 0 0 20 0 20 0 54697121 19521036288 102040 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
/proc/54324/statm: 4765878 102040 5510 1 0 1009035 0
[pid=54324/tid=54326] ppid=54321 vsize=19063512 memory=0 CPUtime=6.05 cores=0,2
/proc/54324/task/54326/stat : 54326 (java) R 54321 54324 53798 0 -1 4194368 5913 0 0 0 597 8 0 0 20 0 20 0 54697123 19521036288 102040 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
[pid=54324/tid=54335] ppid=54321 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/54324/task/54335/stat : 54335 (Finalizer) S 54321 54324 53798 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 54697125 19521036288 102040 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
[pid=54324/tid=54342] ppid=54321 vsize=19063512 memory=-6000919502821746794 CPUtime=0 cores=0,2
/proc/54324/task/54342/stat : 54342 (Common-Cleaner) S 54321 54324 53798 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 54697125 19521036288 102040 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
[pid=54324/tid=54406] ppid=54321 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/54324/task/54406/stat : 54406 (Timer-0) S 54321 54324 53798 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 54697252 19521036288 102040 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
Current children cumulated CPU time: 7.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 408160 KiB

[startup+12.7002 s]
/proc/loadavg: 4.22 4.17 4.10 6/337 54459
/proc/meminfo: memFree=129041876/131249996 swapFree=33010160/33010684
[pid=54324] ppid=54321 vsize=19063512 memory=408160 CPUtime=14.38 cores=0,2
/proc/54324/stat : 54324 (java) S 54321 54324 53798 0 -1 4194304 18183 0 0 0 1424 14 0 0 20 0 20 0 54697121 19521036288 102040 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
/proc/54324/statm: 4765878 102040 5510 1 0 1009035 0
[pid=54324/tid=54326] ppid=54321 vsize=19063512 memory=10752 CPUtime=12.43 cores=0,2
/proc/54324/task/54326/stat : 54326 (java) R 54321 54324 53798 0 -1 4194368 6337 0 0 0 1235 8 0 0 20 0 20 0 54697123 19521036288 102040 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
[pid=54324/tid=54335] ppid=54321 vsize=19063512 memory=408160 CPUtime=0 cores=0,2
/proc/54324/task/54335/stat : 54335 (Finalizer) S 54321 54324 53798 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 54697125 19521036288 102040 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
[pid=54324/tid=54342] ppid=54321 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/54324/task/54342/stat : 54342 (Common-Cleaner) S 54321 54324 53798 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 54697125 19521036288 102040 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
[pid=54324/tid=54406] ppid=54321 vsize=19063512 memory=408160 CPUtime=0 cores=0,2
/proc/54324/task/54406/stat : 54406 (Timer-0) S 54321 54324 53798 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 54697252 19521036288 102040 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
Current children cumulated CPU time: 14.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 408160 KiB

[startup+25.5002 s]
/proc/loadavg: 4.25 4.17 4.11 5/337 54459
/proc/meminfo: memFree=128985864/131249996 swapFree=33010160/33010684
[pid=54324] ppid=54321 vsize=19063512 memory=408416 CPUtime=27.39 cores=0,2
/proc/54324/stat : 54324 (java) S 54321 54324 53798 0 -1 4194304 24107 0 0 0 2724 15 0 0 20 0 20 0 54697121 19521036288 102104 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
/proc/54324/statm: 4765878 102104 5542 1 0 1009035 0
[pid=54324/tid=54326] ppid=54321 vsize=19063512 memory=0 CPUtime=25.2 cores=0,2
/proc/54324/task/54326/stat : 54326 (java) R 54321 54324 53798 0 -1 4194368 6705 0 0 0 2512 8 0 0 20 0 20 0 54697123 19521036288 102104 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
[pid=54324/tid=54335] ppid=54321 vsize=19063512 memory=408160 CPUtime=0 cores=0,2
/proc/54324/task/54335/stat : 54335 (Finalizer) S 54321 54324 53798 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 54697125 19521036288 102104 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
[pid=54324/tid=54342] ppid=54321 vsize=19063512 memory=408160 CPUtime=0 cores=0,2
/proc/54324/task/54342/stat : 54342 (Common-Cleaner) S 54321 54324 53798 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 54697125 19521036288 102104 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
[pid=54324/tid=54406] ppid=54321 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/54324/task/54406/stat : 54406 (Timer-0) S 54321 54324 53798 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 54697252 19521036288 102104 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
Current children cumulated CPU time: 27.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 408416 KiB

[startup+51.1056 s]
/proc/loadavg: 4.23 4.17 4.11 5/339 54462
/proc/meminfo: memFree=128927272/131249996 swapFree=33010160/33010684
[pid=54324] ppid=54321 vsize=19063512 memory=408544 CPUtime=53.06 cores=0,2
/proc/54324/stat : 54324 (java) S 54321 54324 53798 0 -1 4194304 26103 0 0 0 5291 15 0 0 20 0 20 0 54697121 19521036288 102136 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
/proc/54324/statm: 4765878 102136 5542 1 0 1009051 0
[pid=54324/tid=54326] ppid=54321 vsize=19063512 memory=408544 CPUtime=50.73 cores=0,2
/proc/54324/task/54326/stat : 54326 (java) R 54321 54324 53798 0 -1 4194368 8156 0 0 0 5065 8 0 0 20 0 20 0 54697123 19521036288 102136 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
[pid=54324/tid=54335] ppid=54321 vsize=19063512 memory=408544 CPUtime=0 cores=0,2
/proc/54324/task/54335/stat : 54335 (Finalizer) S 54321 54324 53798 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 54697125 19521036288 102136 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
[pid=54324/tid=54342] ppid=54321 vsize=19063512 memory=408416 CPUtime=0 cores=0,2
/proc/54324/task/54342/stat : 54342 (Common-Cleaner) S 54321 54324 53798 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 54697125 19521036288 102136 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
[pid=54324/tid=54406] ppid=54321 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/54324/task/54406/stat : 54406 (Timer-0) S 54321 54324 53798 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 54697252 19521036288 102136 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0

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

/proc/meminfo: memFree=123531480/131249996 swapFree=33010160/33010684
[pid=54324] ppid=54321 vsize=19063512 memory=971592 CPUtime=3220.27 cores=0,2
/proc/54324/stat : 54324 (java) S 54321 54324 53798 0 -1 4194304 53181 0 0 0 321874 153 0 0 20 0 20 0 54697121 19521036288 242898 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
/proc/54324/statm: 4765878 242898 5542 1 0 1010773 0
[pid=54324/tid=54326] ppid=54321 vsize=19063512 memory=887624 CPUtime=3213.58 cores=0,2
/proc/54324/task/54326/stat : 54326 (java) R 54321 54324 53798 0 -1 4194368 17846 0 0 0 321349 9 0 0 20 0 20 0 54697123 19521036288 242898 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
[pid=54324/tid=54335] ppid=54321 vsize=19063512 memory=971592 CPUtime=0 cores=0,2
/proc/54324/task/54335/stat : 54335 (Finalizer) S 54321 54324 53798 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 54697125 19521036288 242898 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
[pid=54324/tid=54342] ppid=54321 vsize=19063512 memory=17792 CPUtime=0 cores=0,2
/proc/54324/task/54342/stat : 54342 (Common-Cleaner) S 54321 54324 53798 0 -1 4194368 1545 0 0 0 0 0 0 0 20 0 20 0 54697125 19521036288 242898 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
[pid=54324/tid=54406] ppid=54321 vsize=19063512 memory=971592 CPUtime=0 cores=0,2
/proc/54324/task/54406/stat : 54406 (Timer-0) S 54321 54324 53798 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 54697252 19521036288 242898 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
Current children cumulated CPU time: 3220.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 971592 KiB

[startup+3282.3 s]
/proc/loadavg: 4.25 4.24 4.14 5/339 54626
/proc/meminfo: memFree=123359144/131249996 swapFree=33010160/33010684
[pid=54324] ppid=54321 vsize=19063512 memory=971592 CPUtime=3280.16 cores=0,2
/proc/54324/stat : 54324 (java) S 54321 54324 53798 0 -1 4194304 53439 0 0 0 327860 156 0 0 20 0 20 0 54697121 19521036288 242898 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
/proc/54324/statm: 4765878 242898 5542 1 0 1010773 0
[pid=54324/tid=54326] ppid=54321 vsize=19063512 memory=971592 CPUtime=3273.43 cores=0,2
/proc/54324/task/54326/stat : 54326 (java) R 54321 54324 53798 0 -1 4194368 18074 0 0 0 327334 9 0 0 20 0 20 0 54697123 19521036288 242898 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
[pid=54324/tid=54335] ppid=54321 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/54324/task/54335/stat : 54335 (Finalizer) S 54321 54324 53798 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 54697125 19521036288 242898 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
[pid=54324/tid=54342] ppid=54321 vsize=19063512 memory=14976 CPUtime=0 cores=0,2
/proc/54324/task/54342/stat : 54342 (Common-Cleaner) S 54321 54324 53798 0 -1 4194368 1545 0 0 0 0 0 0 0 20 0 20 0 54697125 19521036288 242898 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
[pid=54324/tid=54406] ppid=54321 vsize=19063512 memory=971592 CPUtime=0 cores=0,2
/proc/54324/task/54406/stat : 54406 (Timer-0) S 54321 54324 53798 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 54697252 19521036288 242898 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
Current children cumulated CPU time: 3280.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 971592 KiB

[startup+3342.3 s]
/proc/loadavg: 4.20 4.22 4.14 5/339 54628
/proc/meminfo: memFree=123220120/131249996 swapFree=33010160/33010684
[pid=54324] ppid=54321 vsize=19063512 memory=971592 CPUtime=3340.05 cores=0,2
/proc/54324/stat : 54324 (java) S 54321 54324 53798 0 -1 4194304 53536 0 0 0 333847 158 0 0 20 0 20 0 54697121 19521036288 242898 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
/proc/54324/statm: 4765878 242898 5542 1 0 1010773 0
[pid=54324/tid=54326] ppid=54321 vsize=19063512 memory=971592 CPUtime=3333.29 cores=0,2
/proc/54324/task/54326/stat : 54326 (java) R 54321 54324 53798 0 -1 4194368 18140 0 0 0 333320 9 0 0 20 0 20 0 54697123 19521036288 242898 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
[pid=54324/tid=54335] ppid=54321 vsize=19063512 memory=971592 CPUtime=0 cores=0,2
/proc/54324/task/54335/stat : 54335 (Finalizer) S 54321 54324 53798 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 54697125 19521036288 242898 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
[pid=54324/tid=54342] ppid=54321 vsize=19063512 memory=971592 CPUtime=0 cores=0,2
/proc/54324/task/54342/stat : 54342 (Common-Cleaner) S 54321 54324 53798 0 -1 4194368 1545 0 0 0 0 0 0 0 20 0 20 0 54697125 19521036288 242898 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
[pid=54324/tid=54406] ppid=54321 vsize=19063512 memory=971592 CPUtime=0 cores=0,2
/proc/54324/task/54406/stat : 54406 (Timer-0) S 54321 54324 53798 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 54697252 19521036288 242898 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
Current children cumulated CPU time: 3340.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 971592 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.19 4.14 5/340 54635
/proc/meminfo: memFree=123199572/131249996 swapFree=33010160/33010684
[pid=54324] ppid=54321 vsize=19063512 memory=971592 CPUtime=3399.95 cores=0,2
/proc/54324/stat : 54324 (java) S 54321 54324 53798 0 -1 4194304 53650 0 0 0 339835 160 0 0 20 0 20 0 54697121 19521036288 242898 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
/proc/54324/statm: 4765878 242898 5542 1 0 1010773 0
[pid=54324/tid=54326] ppid=54321 vsize=19063512 memory=971592 CPUtime=3393.15 cores=0,2
/proc/54324/task/54326/stat : 54326 (java) R 54321 54324 53798 0 -1 4194368 18218 0 0 0 339306 9 0 0 20 0 20 0 54697123 19521036288 242898 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
[pid=54324/tid=54335] ppid=54321 vsize=19063512 memory=14976 CPUtime=0 cores=0,2
/proc/54324/task/54335/stat : 54335 (Finalizer) S 54321 54324 53798 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 54697125 19521036288 242898 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
[pid=54324/tid=54342] ppid=54321 vsize=19063512 memory=14976 CPUtime=0 cores=0,2
/proc/54324/task/54342/stat : 54342 (Common-Cleaner) S 54321 54324 53798 0 -1 4194368 1545 0 0 0 0 0 0 0 20 0 20 0 54697125 19521036288 242898 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
[pid=54324/tid=54406] ppid=54321 vsize=19063512 memory=14976 CPUtime=0 cores=0,2
/proc/54324/task/54406/stat : 54406 (Timer-0) S 54321 54324 53798 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 54697252 19521036288 242898 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
Current children cumulated CPU time: 3399.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 971592 KiB

[startup+3462.3 s]
/proc/loadavg: 4.17 4.19 4.14 5/341 54638
/proc/meminfo: memFree=123142380/131249996 swapFree=33010160/33010684
[pid=54324] ppid=54321 vsize=19063512 memory=971592 CPUtime=3459.84 cores=0,2
/proc/54324/stat : 54324 (java) S 54321 54324 53798 0 -1 4194304 54131 0 0 0 345822 162 0 0 20 0 20 0 54697121 19521036288 242898 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
/proc/54324/statm: 4765878 242898 5542 1 0 1010773 0
[pid=54324/tid=54326] ppid=54321 vsize=19063512 memory=14976 CPUtime=3453 cores=0,2
/proc/54324/task/54326/stat : 54326 (java) R 54321 54324 53798 0 -1 4194368 18511 0 0 0 345291 9 0 0 20 0 20 0 54697123 19521036288 242898 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
[pid=54324/tid=54335] ppid=54321 vsize=19063512 memory=971592 CPUtime=0 cores=0,2
/proc/54324/task/54335/stat : 54335 (Finalizer) S 54321 54324 53798 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 54697125 19521036288 242898 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
[pid=54324/tid=54342] ppid=54321 vsize=19063512 memory=971592 CPUtime=0 cores=0,2
/proc/54324/task/54342/stat : 54342 (Common-Cleaner) S 54321 54324 53798 0 -1 4194368 1672 0 0 0 0 0 0 0 20 0 20 0 54697125 19521036288 242898 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
[pid=54324/tid=54406] ppid=54321 vsize=19063512 memory=971592 CPUtime=0 cores=0,2
/proc/54324/task/54406/stat : 54406 (Timer-0) S 54321 54324 53798 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 54697252 19521036288 242898 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
Current children cumulated CPU time: 3459.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 971592 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.17 4.13 5/341 54640
/proc/meminfo: memFree=123142252/131249996 swapFree=33010160/33010684
[pid=54324] ppid=54321 vsize=19063512 memory=971592 CPUtime=3519.74 cores=0,2
/proc/54324/stat : 54324 (java) S 54321 54324 53798 0 -1 4194304 54257 0 0 0 351810 164 0 0 20 0 20 0 54697121 19521036288 242898 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
/proc/54324/statm: 4765878 242898 5542 1 0 1010773 0
[pid=54324/tid=54326] ppid=54321 vsize=19063512 memory=14976 CPUtime=3512.86 cores=0,2
/proc/54324/task/54326/stat : 54326 (java) R 54321 54324 53798 0 -1 4194368 18604 0 0 0 351277 9 0 0 20 0 20 0 54697123 19521036288 242898 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
[pid=54324/tid=54335] ppid=54321 vsize=19063512 memory=17792 CPUtime=0 cores=0,2
/proc/54324/task/54335/stat : 54335 (Finalizer) S 54321 54324 53798 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 54697125 19521036288 242898 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
[pid=54324/tid=54342] ppid=54321 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/54324/task/54342/stat : 54342 (Common-Cleaner) S 54321 54324 53798 0 -1 4194368 1672 0 0 0 0 0 0 0 20 0 20 0 54697125 19521036288 242898 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
[pid=54324/tid=54406] ppid=54321 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/54324/task/54406/stat : 54406 (Timer-0) S 54321 54324 53798 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 54697252 19521036288 242898 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
Current children cumulated CPU time: 3519.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 971592 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.15 4.13 5/340 54642
/proc/meminfo: memFree=123143052/131249996 swapFree=33010160/33010684
[pid=54324] ppid=54321 vsize=19063512 memory=971592 CPUtime=3579.62 cores=0,2
/proc/54324/stat : 54324 (java) S 54321 54324 53798 0 -1 4194304 54998 0 0 0 357796 166 0 0 20 0 20 0 54697121 19521036288 242898 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
/proc/54324/statm: 4765878 242898 5542 1 0 1010773 0
[pid=54324/tid=54326] ppid=54321 vsize=19063512 memory=14976 CPUtime=3572.71 cores=0,2
/proc/54324/task/54326/stat : 54326 (java) R 54321 54324 53798 0 -1 4194368 19142 0 0 0 357262 9 0 0 20 0 20 0 54697123 19521036288 242898 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
[pid=54324/tid=54335] ppid=54321 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/54324/task/54335/stat : 54335 (Finalizer) S 54321 54324 53798 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 54697125 19521036288 242898 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
[pid=54324/tid=54342] ppid=54321 vsize=19063512 memory=971592 CPUtime=0 cores=0,2
/proc/54324/task/54342/stat : 54342 (Common-Cleaner) S 54321 54324 53798 0 -1 4194368 1760 0 0 0 0 0 0 0 20 0 20 0 54697125 19521036288 242898 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
[pid=54324/tid=54406] ppid=54321 vsize=19063512 memory=17792 CPUtime=0 cores=0,2
/proc/54324/task/54406/stat : 54406 (Timer-0) S 54321 54324 53798 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 54697252 19521036288 242898 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
Current children cumulated CPU time: 3579.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 971592 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3602.8 s]
/proc/loadavg: 4.14 4.16 4.13 5/340 54642
/proc/meminfo: memFree=123143060/131249996 swapFree=33010160/33010684
[pid=54324] ppid=54321 vsize=19063512 memory=971592 CPUtime=3600.09 cores=0,2
/proc/54324/stat : 54324 (java) S 54321 54324 53798 0 -1 4194304 55029 0 0 0 359842 167 0 0 20 0 20 0 54697121 19521036288 242898 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
/proc/54324/statm: 4765878 242898 5542 1 0 1010773 0
[pid=54324/tid=54326] ppid=54321 vsize=19063512 memory=245635481903 CPUtime=3593.16 cores=0,2
/proc/54324/task/54326/stat : 54326 (java) R 54321 54324 53798 0 -1 4194368 19149 0 0 0 359307 9 0 0 20 0 20 0 54697123 19521036288 242898 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
[pid=54324/tid=54335] ppid=54321 vsize=19063512 memory=54113165640434 CPUtime=0 cores=0,2
/proc/54324/task/54335/stat : 54335 (Finalizer) S 54321 54324 53798 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 54697125 19521036288 242898 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
[pid=54324/tid=54342] ppid=54321 vsize=19063512 memory=3760567481438306336 CPUtime=0 cores=0,2
/proc/54324/task/54342/stat : 54342 (Common-Cleaner) S 54321 54324 53798 0 -1 4194368 1767 0 0 0 0 0 0 0 20 0 20 0 54697125 19521036288 242898 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
[pid=54324/tid=54406] ppid=54321 vsize=19063512 memory=12416 CPUtime=0 cores=0,2
/proc/54324/task/54406/stat : 54406 (Timer-0) S 54321 54324 53798 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 54697252 19521036288 242898 18446744073709551615 94276613980160 94276613983856 140736625441312 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94276613991672 94276613992464 94276618555392 140736625445249 140736625445350 140736625445350 140736625450952 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 971592 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.53 s, system=1.68761 s

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

Child status: 143

Real time (s): 3602.87
CPU time (s): 3600.22
CPU user time (s): 3598.53
CPU system time (s): 1.68761
CPU usage (%): 99.9264
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 971592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.53
system time used= 1.68761
maximum resident set size= 972744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57380
page faults= 0
swaps= 0
block input operations= 8
block output operations= 17064
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 158085
involuntary context switches= 9339


# summary of solver processes directly reported to runsolver:
#   pid: 54324
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3598.53
#   total CPU system time (s): 1.68761

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.25632 second user time and 18.5194 second system time

The end

Launcher Data

Begin job on nodeC029 at 2025-07-01 19:16:27
IDJOB=4497660
IDBENCH=148190
IDSOLVER=3363
FILE ID=nodeC029/4497660-1751390187
RUNJOBID= nodeC029-1751386581-53808
SLURM_JOB_ID= 9598249
Free space on /tmp= 433028 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB07/OPT-LIN/submittedPB07/aksoy/decomp/normalized-matrix_5x3_4.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4497660-1751390187/watcher-4497660-1751390187 -o /tmp/evaluation-result-4497660-1751390187/solver-4497660-1751390187 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1751386581-53808 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4497660-1751390187.opb

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

MD5SUM BENCH= dbdf528b135cde252d8c4b9633a10d5c
RANDOM SEED=1840681181

nodeC029 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.655
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.46
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.728
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.46
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		: 3601.772
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.46
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		: 3600.320
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.46
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		: 3602.696
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.46
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.729
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.46
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.862
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.46
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.721
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.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        128890240 kB
MemAvailable:   128872860 kB
Buffers:            2128 kB
Cached:           789244 kB
SwapCached:           40 kB
Active:          1350884 kB
Inactive:         419608 kB
Active(anon):     992376 kB
Inactive(anon):     4768 kB
Active(file):     358508 kB
Inactive(file):   414840 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             12724 kB
Writeback:             0 kB
AnonPages:        982260 kB
Mapped:           123088 kB
Shmem:             18020 kB
KReclaimable:      97020 kB
Slab:             184160 kB
SReclaimable:      97020 kB
SUnreclaim:        87140 kB
KernelStack:        4880 kB
PageTables:         5288 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    9678172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151048 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    819200 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:      193236 kB
DirectMap2M:    11112448 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 433044 MiB
End job on nodeC029 at 2025-07-01 20:16:30