Trace number 4515605

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j CP VeriPB 2025-06-06? (TO) 3600.16 3592.82

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP095.shuf-2.opb
MD5SUM431f08d4eea5f2e22db9cb62a33eb4a4
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark7.00172
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables23280
Total number of constraints4657
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints4652
Minimum length of a constraint5
Maximum length of a constraint15
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 29
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.16	c Pseudo Boolean Optimization by upper bound
0.12/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.16	c  - never skip resolution steps
0.12/0.16	c  - Auto-division on coefficients is disabled
0.12/0.16	c  - No postprocessing
0.12/0.16	c  - Conflict is considered as is when resolving
0.12/0.16	c  - Use constraints as they come during conflict analysis
0.12/0.16	c  - Weaken first using unassigned literals
0.12/0.16	c  - Bump strategy: ALWAYS_ONE
0.12/0.16	c  - Bumper: EFFECTIVE
0.12/0.16	c --- Begin Solver configuration ---
0.12/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.12/0.16	c Learn all clauses as in MiniSAT
0.12/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.16	c No reason simplification
0.12/0.16	c Dynamic restart strategy considering the size of the coefficients
0.12/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.12/0.16	c timeout=2147483s
0.12/0.16	c DB Simplification allowed=false
0.12/0.16	c Listener: none
0.12/0.16	c --- End Solver configuration ---
0.12/0.16	c solving HOME/instance-4515605-1751236331.opb
0.12/0.16	c reading problem ... 
0.12/0.18	c using VERIPB proof format
0.12/0.18	c  no objective function found
0.85/0.59	c ... done. Wall clock time 0.418s.
0.85/0.59	c declared #vars     23280
0.85/0.59	c #constraints  4657
0.85/0.59	c constraints type 
0.85/0.59	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 4657
0.85/0.59	c 4657 constraints processed.
4.59/2.44	c cleaning 2491 clauses out of 5000 with flag 0/5000
7.48/4.15	c cleaning 4209 clauses out of 8509 with flag 0/11000
13.75/9.92	c cleaning 5646 clauses out of 11300 with flag 0/18000
18.13/14.26	c cleaning 6825 clauses out of 13654 with flag 0/26000
28.68/24.76	c cleaning 7912 clauses out of 15830 with flag 0/35001
53.04/49.05	c cleaning 8960 clauses out of 17919 with flag 0/45002
87.71/83.60	c cleaning 9978 clauses out of 19957 with flag 0/56000
125.18/121.03	c cleaning 10989 clauses out of 21979 with flag 0/68000
161.76/157.53	c cleaning 11994 clauses out of 23990 with flag 0/81000
226.65/222.30	c cleaning 12994 clauses out of 25996 with flag 0/95000
302.25/297.71	c cleaning 14000 clauses out of 28003 with flag 0/110001
415.72/410.94	c cleaning 14998 clauses out of 30003 with flag 0/126001
507.81/502.92	c cleaning 16002 clauses out of 32006 with flag 0/143002
646.88/641.84	c cleaning 16999 clauses out of 34002 with flag 0/161000
745.89/740.66	c cleaning 17997 clauses out of 36003 with flag 0/180000
868.71/863.41	c cleaning 19000 clauses out of 38007 with flag 0/200001
979.63/974.25	c cleaning 19996 clauses out of 40006 with flag 0/221000
1203.50/1197.91	c cleaning 21002 clauses out of 42010 with flag 0/243000
1320.82/1314.87	c cleaning 21999 clauses out of 44009 with flag 0/266001
1537.46/1531.20	c cleaning 23000 clauses out of 46009 with flag 0/290000
1659.01/1652.51	c cleaning 23997 clauses out of 48009 with flag 0/315000
2005.51/1998.93	c cleaning 25004 clauses out of 50012 with flag 0/341000
2185.81/2178.94	c cleaning 26002 clauses out of 52008 with flag 0/368000
2462.96/2455.87	c cleaning 26999 clauses out of 54006 with flag 0/396000
2904.66/2897.52	c cleaning 28003 clauses out of 56007 with flag 0/425000
3288.16/3280.91	c cleaning 28997 clauses out of 58005 with flag 0/455001
3600.01/3592.71	c starts		: 14
3600.01/3592.73	c conflicts		: 476245
3600.01/3592.73	c decisions		: 621095
3600.01/3592.73	c propagations		: 2596441
3600.01/3592.73	c inspects		: 2050034346
3600.01/3592.73	c shortcuts		: 0
3600.01/3592.73	c learnt literals	: 0
3600.01/3592.73	c learnt binary clauses	: 0
3600.01/3592.73	c learnt ternary clauses	: 0
3600.01/3592.73	c learnt constraints	: 476244
3600.01/3592.73	c ignored constraints	: 0
3600.01/3592.73	c root simplifications	: 0
3600.01/3592.73	c removed literals (reason simplification)	: 0
3600.01/3592.73	c reason swapping (by a shorter reason)	: 0
3600.01/3592.73	c Calls to reduceDB	: 26
3600.01/3592.73	c Number of update (reduction) of LBD	: 273378
3600.01/3592.73	c Imported unit clauses	: 0
3600.01/3592.73	c No decision after first conflict	: false
3600.01/3592.73	c number of reductions to clauses (during analyze)	: 0
3600.01/3592.73	c timeout
3600.01/3592.73	c number of learned constraints concerned by reduction	: 0
3600.01/3592.73	c number of learning phase by resolution	: 0
3600.01/3592.73	c number of learning phase by cutting planes	: 0
3600.01/3592.73	c number of rounding to 1 operations	: 0
3600.01/3592.73	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3592.73	c number of reductions of the coefficients by power 2 	: 0
3600.01/3592.74	c number of right shift for reduction by power 2 	: 0
3600.01/3592.74	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3592.74	c number of ending skipping 	: 0
3600.01/3592.74	c number of internal skipping 	: 0
3600.01/3592.74	c number of derivation steps 	: 2120178
3600.01/3592.74	c number of skipped derivation steps 	: 0
3600.01/3592.74	c number of remaining unassigned 	: 745021
3600.01/3592.74	c number of remaining assigned 	: 48122552
3600.01/3592.74	c number of falsified literals weakened from reason	: 0
3600.01/3592.74	c number of falsified literals weakened from conflict	: 0
3600.01/3592.74	c time for arithmetic operations	: 3993352581
3600.01/3592.74	c minimum degree of deleted constraints	: 1
3600.01/3592.74	c maximum degree of deleted constraints	: 132646310566864014166400
3600.01/3592.74	c number of deleted constraints	: 425993
3600.01/3592.74	c speed (assignments/second)	: 722.81154887851
3600.01/3592.74	c non guided choices	: 11167
3600.01/3592.78	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 175
3600.01/3592.78	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 50076
3600.01/3592.78	s UNKNOWN
3600.01/3592.78	c Total wall clock time (in seconds): 3592.613

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4515605-1751236331/watcher-4515605-1751236331 -o /tmp/evaluation-result-4515605-1751236331/solver-4515605-1751236331 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1751229408-33178 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4515605-1751236331 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4515605-1751236331.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=34319, runsolver pid=34316

[startup+0.10006 s]*
/proc/loadavg: 4.33 4.26 4.25 5/339 34337
/proc/meminfo: memFree=114328580/131249996 swapFree=33010684/33010684
[pid=34319] ppid=34316 vsize=18930384 memory=55620 CPUtime=0.12 cores=1,3
/proc/34319/stat : 34319 (java) S 34316 34319 33166 0 -1 4194304 6548 0 0 0 11 1 0 0 20 0 18 0 39311561 19384713216 13905 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
/proc/34319/statm: 4732596 13905 5331 1 0 547604 0
[pid=34319/tid=34321] ppid=34316 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=1,3
/proc/34319/task/34321/stat : 34321 (java) S 34316 34319 33166 0 -1 4194368 5051 0 0 0 7 1 0 0 20 0 18 0 39311563 19384713216 13905 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
[pid=34319/tid=34330] ppid=34316 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/34319/task/34330/stat : 34330 (Finalizer) S 34316 34319 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39311565 19384713216 13905 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
[pid=34319/tid=34337] ppid=34316 vsize=18930384 memory=58485492711461 CPUtime=0 cores=1,3
/proc/34319/task/34337/stat : 34337 (Common-Cleaner) S 34316 34319 33166 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 39311565 19384713216 13905 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55620 KiB

[startup+0.205623 s]*
/proc/loadavg: 4.33 4.26 4.25 7/339 34337
/proc/meminfo: memFree=114312196/131249996 swapFree=33010684/33010684
[pid=34319] ppid=34316 vsize=18930384 memory=74528 CPUtime=0.28 cores=1,3
/proc/34319/stat : 34319 (java) S 34316 34319 33166 0 -1 4194304 7088 0 0 0 26 2 0 0 20 0 18 0 39311561 19384713216 18632 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
/proc/34319/statm: 4732596 18632 5427 1 0 547969 0
[pid=34319/tid=34321] ppid=34316 vsize=18930384 memory=4026597660 CPUtime=0.16 cores=1,3
/proc/34319/task/34321/stat : 34321 (java) R 34316 34319 33166 0 -1 4194368 5389 0 0 0 14 2 0 0 20 0 18 0 39311563 19384713216 19144 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
[pid=34319/tid=34330] ppid=34316 vsize=18930384 memory=2641 CPUtime=0 cores=1,3
/proc/34319/task/34330/stat : 34330 (Finalizer) S 34316 34319 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39311565 19384713216 19144 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
[pid=34319/tid=34337] ppid=34316 vsize=18930384 memory=57385981051877 CPUtime=0 cores=1,3
/proc/34319/task/34337/stat : 34337 (Common-Cleaner) S 34316 34319 33166 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 39311565 19384713216 19144 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 74528 KiB

[startup+0.305626 s]*
/proc/loadavg: 4.33 4.26 4.25 6/340 34338
/proc/meminfo: memFree=114222148/131249996 swapFree=33010684/33010684
[pid=34319] ppid=34316 vsize=18996948 memory=154548 CPUtime=0.47 cores=1,3
/proc/34319/stat : 34319 (java) S 34316 34319 33166 0 -1 4194304 7967 0 0 0 43 4 0 0 20 0 19 0 39311561 19452874752 38637 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
/proc/34319/statm: 4749237 38637 5459 1 0 548629 0
[pid=34319/tid=34321] ppid=34316 vsize=18996948 memory=-6000919481363687532 CPUtime=0.24 cores=1,3
/proc/34319/task/34321/stat : 34321 (java) R 34316 34319 33166 0 -1 4194368 5432 0 0 0 21 3 0 0 20 0 19 0 39311563 19452874752 38637 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
[pid=34319/tid=34330] ppid=34316 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/34319/task/34330/stat : 34330 (Finalizer) S 34316 34319 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39311565 19452874752 38637 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
[pid=34319/tid=34337] ppid=34316 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/34319/task/34337/stat : 34337 (Common-Cleaner) S 34316 34319 33166 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 39311565 19452874752 38637 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 154548 KiB

[startup+0.700255 s]
/proc/loadavg: 4.33 4.26 4.25 6/340 34338
/proc/meminfo: memFree=114094668/131249996 swapFree=33010684/33010684
[pid=34319] ppid=34316 vsize=19063512 memory=435652 CPUtime=1.23 cores=1,3
/proc/34319/stat : 34319 (java) S 34316 34319 33166 0 -1 4194304 9548 0 0 0 112 11 0 0 20 0 20 0 39311561 19521036288 108913 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
/proc/34319/statm: 4765878 108913 5459 1 0 549819 0
[pid=34319/tid=34321] ppid=34316 vsize=19063512 memory=17536 CPUtime=0.58 cores=1,3
/proc/34319/task/34321/stat : 34321 (java) R 34316 34319 33166 0 -1 4194368 5620 0 0 0 49 9 0 0 20 0 20 0 39311563 19521036288 108913 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
[pid=34319/tid=34330] ppid=34316 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/34319/task/34330/stat : 34330 (Finalizer) S 34316 34319 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39311565 19521036288 108913 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
[pid=34319/tid=34337] ppid=34316 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/34319/task/34337/stat : 34337 (Common-Cleaner) S 34316 34319 33166 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39311565 19521036288 108913 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 435652 KiB

[startup+1.50025 s]
/proc/loadavg: 4.33 4.26 4.25 6/341 34339
/proc/meminfo: memFree=113706120/131249996 swapFree=33010684/33010684
[pid=34319] ppid=34316 vsize=19063512 memory=1003308 CPUtime=2.8 cores=1,3
/proc/34319/stat : 34319 (java) S 34316 34319 33166 0 -1 4194304 14503 0 0 0 256 24 0 0 20 0 20 0 39311561 19521036288 250827 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
/proc/34319/statm: 4765878 250827 5459 1 0 1078362 0
[pid=34319/tid=34321] ppid=34316 vsize=19063512 memory=3328 CPUtime=1.31 cores=1,3
/proc/34319/task/34321/stat : 34321 (java) R 34316 34319 33166 0 -1 4194368 5906 0 0 0 111 20 0 0 20 0 20 0 39311563 19521036288 250827 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
[pid=34319/tid=34330] ppid=34316 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/34319/task/34330/stat : 34330 (Finalizer) S 34316 34319 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39311565 19521036288 250827 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
[pid=34319/tid=34337] ppid=34316 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/34319/task/34337/stat : 34337 (Common-Cleaner) S 34316 34319 33166 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39311565 19521036288 250827 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
[pid=34319/tid=34339] ppid=34316 vsize=19063512 memory=14976 CPUtime=0 cores=1,3
/proc/34319/task/34339/stat : 34339 (Timer-0) S 34316 34319 33166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39311622 19521036288 250827 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
Current children cumulated CPU time: 2.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1003308 KiB

[startup+3.10592 s]
/proc/loadavg: 4.33 4.26 4.25 6/341 34339
/proc/meminfo: memFree=112603948/131249996 swapFree=33010684/33010684
[pid=34319] ppid=34316 vsize=19063512 memory=1760400 CPUtime=5.99 cores=1,3
/proc/34319/stat : 34319 (java) S 34316 34319 33166 0 -1 4194304 20833 0 0 0 558 41 0 0 20 0 20 0 39311561 19521036288 440100 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
/proc/34319/statm: 4765878 440100 5459 1 0 1081600 0
[pid=34319/tid=34321] ppid=34316 vsize=19063512 memory=14976 CPUtime=2.85 cores=1,3
/proc/34319/task/34321/stat : 34321 (java) R 34316 34319 33166 0 -1 4194368 6307 0 0 0 249 36 0 0 20 0 20 0 39311563 19521036288 440100 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
[pid=34319/tid=34330] ppid=34316 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/34319/task/34330/stat : 34330 (Finalizer) S 34316 34319 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39311565 19521036288 440100 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
[pid=34319/tid=34337] ppid=34316 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/34319/task/34337/stat : 34337 (Common-Cleaner) S 34316 34319 33166 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39311565 19521036288 440100 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
[pid=34319/tid=34339] ppid=34316 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/34319/task/34339/stat : 34339 (Timer-0) S 34316 34319 33166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39311622 19521036288 440100 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
Current children cumulated CPU time: 5.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1760400 KiB

[startup+6.30022 s]
/proc/loadavg: 4.38 4.28 4.25 5/341 34339
/proc/meminfo: memFree=111984416/131249996 swapFree=33010684/33010684
[pid=34319] ppid=34316 vsize=19063512 memory=2569560 CPUtime=10.12 cores=1,3
/proc/34319/stat : 34319 (java) S 34316 34319 33166 0 -1 4194304 22357 0 0 0 953 59 0 0 20 0 20 0 39311561 19521036288 642390 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
/proc/34319/statm: 4765878 642390 5491 1 0 1081844 0
[pid=34319/tid=34321] ppid=34316 vsize=19063512 memory=0 CPUtime=6.01 cores=1,3
/proc/34319/task/34321/stat : 34321 (java) R 34316 34319 33166 0 -1 4194368 6957 0 0 0 549 52 0 0 20 0 20 0 39311563 19521036288 642390 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
[pid=34319/tid=34330] ppid=34316 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/34319/task/34330/stat : 34330 (Finalizer) S 34316 34319 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39311565 19521036288 642390 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
[pid=34319/tid=34337] ppid=34316 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/34319/task/34337/stat : 34337 (Common-Cleaner) S 34316 34319 33166 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39311565 19521036288 642390 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
[pid=34319/tid=34339] ppid=34316 vsize=19063512 memory=1003308 CPUtime=0 cores=1,3
/proc/34319/task/34339/stat : 34339 (Timer-0) S 34316 34319 33166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39311622 19521036288 642390 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
Current children cumulated CPU time: 10.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2569560 KiB

[startup+12.7002 s]
/proc/loadavg: 4.35 4.27 4.25 5/341 34339
/proc/meminfo: memFree=111659428/131249996 swapFree=33010684/33010684
[pid=34319] ppid=34316 vsize=19063512 memory=2667876 CPUtime=16.6 cores=1,3
/proc/34319/stat : 34319 (java) S 34316 34319 33166 0 -1 4194304 25352 0 0 0 1597 63 0 0 20 0 20 0 39311561 19521036288 666969 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
/proc/34319/statm: 4765878 666969 5491 1 0 1081864 0
[pid=34319/tid=34321] ppid=34316 vsize=19063512 memory=1003308 CPUtime=12.35 cores=1,3
/proc/34319/task/34321/stat : 34321 (java) R 34316 34319 33166 0 -1 4194368 8813 0 0 0 1179 56 0 0 20 0 20 0 39311563 19521036288 666969 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
[pid=34319/tid=34330] ppid=34316 vsize=19063512 memory=2667876 CPUtime=0 cores=1,3
/proc/34319/task/34330/stat : 34330 (Finalizer) S 34316 34319 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39311565 19521036288 666969 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
[pid=34319/tid=34337] ppid=34316 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/34319/task/34337/stat : 34337 (Common-Cleaner) S 34316 34319 33166 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39311565 19521036288 666969 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
[pid=34319/tid=34339] ppid=34316 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/34319/task/34339/stat : 34339 (Timer-0) S 34316 34319 33166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39311622 19521036288 666969 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
Current children cumulated CPU time: 16.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2667876 KiB

[startup+25.5002 s]
/proc/loadavg: 4.27 4.26 4.25 5/342 34340
/proc/meminfo: memFree=111634276/131249996 swapFree=33010684/33010684
[pid=34319] ppid=34316 vsize=19063512 memory=2672144 CPUtime=29.48 cores=1,3
/proc/34319/stat : 34319 (java) S 34316 34319 33166 0 -1 4194304 30029 0 0 0 2882 66 0 0 20 0 20 0 39311561 19521036288 668036 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
/proc/34319/statm: 4765878 668036 5491 1 0 1081864 0
[pid=34319/tid=34321] ppid=34316 vsize=19063512 memory=0 CPUtime=24.95 cores=1,3
/proc/34319/task/34321/stat : 34321 (java) R 34316 34319 33166 0 -1 4194368 9583 0 0 0 2437 58 0 0 20 0 20 0 39311563 19521036288 668036 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
[pid=34319/tid=34330] ppid=34316 vsize=19063512 memory=14976 CPUtime=0 cores=1,3
/proc/34319/task/34330/stat : 34330 (Finalizer) S 34316 34319 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39311565 19521036288 668036 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
[pid=34319/tid=34337] ppid=34316 vsize=19063512 memory=2672144 CPUtime=0 cores=1,3
/proc/34319/task/34337/stat : 34337 (Common-Cleaner) S 34316 34319 33166 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39311565 19521036288 668036 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
[pid=34319/tid=34339] ppid=34316 vsize=19063512 memory=2668004 CPUtime=0 cores=1,3
/proc/34319/task/34339/stat : 34339 (Timer-0) S 34316 34319 33166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39311622 19521036288 668036 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
Current children cumulated CPU time: 29.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2672144 KiB

[startup+51.1057 s]
/proc/loadavg: 4.24 4.25 4.24 5/342 34340
/proc/meminfo: memFree=111608560/131249996 swapFree=33010684/33010684
[pid=34319] ppid=34316 vsize=19063512 memory=2684692 CPUtime=55.15 cores=1,3
/proc/34319/stat : 34319 (java) S 34316 34319 33166 0 -1 4194304 35227 0 0 0 5443 72 0 0 20 0 20 0 39311561 19521036288 671173 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
/proc/34319/statm: 4765878 671173 5491 1 0 1081864 0
[pid=34319/tid=34321] ppid=34316 vsize=19063512 memory=2672144 CPUtime=50.3 cores=1,3
/proc/34319/task/34321/stat : 34321 (java) R 34316 34319 33166 0 -1 4194368 12671 0 0 0 4968 62 0 0 20 0 20 0 39311563 19521036288 671173 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
[pid=34319/tid=34330] ppid=34316 vsize=19063512 memory=26512 CPUtime=0 cores=1,3
/proc/34319/task/34330/stat : 34330 (Finalizer) S 34316 34319 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39311565 19521036288 671173 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
[pid=34319/tid=34337] ppid=34316 vsize=19063512 memory=2308 CPUtime=0 cores=1,3
/proc/34319/task/34337/stat : 34337 (Common-Cleaner) S 34316 34319 33166 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39311565 19521036288 671173 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0

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

/proc/meminfo: memFree=111119832/131249996 swapFree=33010684/33010684
[pid=34319] ppid=34316 vsize=19063512 memory=3568256 CPUtime=3289.57 cores=1,3
/proc/34319/stat : 34319 (java) S 34316 34319 33166 0 -1 4194304 122842 0 0 0 328617 340 0 0 20 0 20 0 39311561 19521036288 892064 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
/proc/34319/statm: 4765878 892064 5491 1 0 1081880 0
[pid=34319/tid=34321] ppid=34316 vsize=19063512 memory=3566200 CPUtime=3260.74 cores=1,3
/proc/34319/task/34321/stat : 34321 (java) R 34316 34319 33166 0 -1 4194368 62264 0 0 0 325854 220 0 0 20 0 20 0 39311563 19521036288 892064 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
[pid=34319/tid=34330] ppid=34316 vsize=19063512 memory=14976 CPUtime=0 cores=1,3
/proc/34319/task/34330/stat : 34330 (Finalizer) S 34316 34319 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39311565 19521036288 892064 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
[pid=34319/tid=34337] ppid=34316 vsize=19063512 memory=3566200 CPUtime=0 cores=1,3
/proc/34319/task/34337/stat : 34337 (Common-Cleaner) S 34316 34319 33166 0 -1 4194368 1885 0 0 0 0 0 0 0 20 0 20 0 39311565 19521036288 892064 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
[pid=34319/tid=34339] ppid=34316 vsize=19063512 memory=14976 CPUtime=0 cores=1,3
/proc/34319/task/34339/stat : 34339 (Timer-0) S 34316 34319 33166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39311622 19521036288 892064 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
Current children cumulated CPU time: 3289.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3568256 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.13 4.15 5/342 34734
/proc/meminfo: memFree=111090720/131249996 swapFree=33010684/33010684
[pid=34319] ppid=34316 vsize=19063512 memory=3572352 CPUtime=3349.58 cores=1,3
/proc/34319/stat : 34319 (java) S 34316 34319 33166 0 -1 4194304 124896 0 0 0 334614 344 0 0 20 0 20 0 39311561 19521036288 893088 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
/proc/34319/statm: 4765878 893088 5491 1 0 1081880 0
[pid=34319/tid=34321] ppid=34316 vsize=19063512 memory=3572352 CPUtime=3320.42 cores=1,3
/proc/34319/task/34321/stat : 34321 (java) R 34316 34319 33166 0 -1 4194368 63771 0 0 0 331820 222 0 0 20 0 20 0 39311563 19521036288 893088 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
[pid=34319/tid=34330] ppid=34316 vsize=19063512 memory=14976 CPUtime=0 cores=1,3
/proc/34319/task/34330/stat : 34330 (Finalizer) S 34316 34319 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39311565 19521036288 893088 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
[pid=34319/tid=34337] ppid=34316 vsize=19063512 memory=3572352 CPUtime=0 cores=1,3
/proc/34319/task/34337/stat : 34337 (Common-Cleaner) S 34316 34319 33166 0 -1 4194368 1969 0 0 0 0 0 0 0 20 0 20 0 39311565 19521036288 893088 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
[pid=34319/tid=34339] ppid=34316 vsize=19063512 memory=14976 CPUtime=0 cores=1,3
/proc/34319/task/34339/stat : 34339 (Timer-0) S 34316 34319 33166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39311622 19521036288 893088 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
Current children cumulated CPU time: 3349.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3572352 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.13 4.15 5/342 34737
/proc/meminfo: memFree=111095596/131249996 swapFree=33010684/33010684
[pid=34319] ppid=34316 vsize=19063512 memory=3576448 CPUtime=3409.61 cores=1,3
/proc/34319/stat : 34319 (java) S 34316 34319 33166 0 -1 4194304 125884 0 0 0 340614 347 0 0 20 0 20 0 39311561 19521036288 894112 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
/proc/34319/statm: 4765878 894112 5491 1 0 1081880 0
[pid=34319/tid=34321] ppid=34316 vsize=19063512 memory=3572352 CPUtime=3380.08 cores=1,3
/proc/34319/task/34321/stat : 34321 (java) R 34316 34319 33166 0 -1 4194368 64425 0 0 0 337784 224 0 0 20 0 20 0 39311563 19521036288 894112 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
[pid=34319/tid=34330] ppid=34316 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/34319/task/34330/stat : 34330 (Finalizer) S 34316 34319 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39311565 19521036288 894112 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
[pid=34319/tid=34337] ppid=34316 vsize=19063512 memory=17536 CPUtime=0 cores=1,3
/proc/34319/task/34337/stat : 34337 (Common-Cleaner) S 34316 34319 33166 0 -1 4194368 2025 0 0 0 0 0 0 0 20 0 20 0 39311565 19521036288 894112 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
[pid=34319/tid=34339] ppid=34316 vsize=19063512 memory=14976 CPUtime=0 cores=1,3
/proc/34319/task/34339/stat : 34339 (Timer-0) S 34316 34319 33166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39311622 19521036288 894112 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
Current children cumulated CPU time: 3409.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3576448 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.14 4.15 5/342 34740
/proc/meminfo: memFree=111059144/131249996 swapFree=33010684/33010684
[pid=34319] ppid=34316 vsize=19063512 memory=3594880 CPUtime=3469.64 cores=1,3
/proc/34319/stat : 34319 (java) S 34316 34319 33166 0 -1 4194304 126262 0 0 0 346614 350 0 0 20 0 20 0 39311561 19521036288 898720 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
/proc/34319/statm: 4765878 898720 5491 1 0 1081880 0
[pid=34319/tid=34321] ppid=34316 vsize=19063512 memory=3572352 CPUtime=3439.69 cores=1,3
/proc/34319/task/34321/stat : 34321 (java) R 34316 34319 33166 0 -1 4194368 64725 0 0 0 343744 225 0 0 20 0 20 0 39311563 19521036288 898720 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
[pid=34319/tid=34330] ppid=34316 vsize=19063512 memory=17536 CPUtime=0 cores=1,3
/proc/34319/task/34330/stat : 34330 (Finalizer) S 34316 34319 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39311565 19521036288 898720 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
[pid=34319/tid=34337] ppid=34316 vsize=19063512 memory=4760 CPUtime=0 cores=1,3
/proc/34319/task/34337/stat : 34337 (Common-Cleaner) S 34316 34319 33166 0 -1 4194368 2025 0 0 0 0 0 0 0 20 0 20 0 39311565 19521036288 898720 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
[pid=34319/tid=34339] ppid=34316 vsize=19063512 memory=-6000919481363687532 CPUtime=0 cores=1,3
/proc/34319/task/34339/stat : 34339 (Timer-0) S 34316 34319 33166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39311622 19521036288 898720 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
Current children cumulated CPU time: 3469.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3594880 KiB

[startup+3522.3 s]
/proc/loadavg: 4.24 4.16 4.16 5/343 34743
/proc/meminfo: memFree=111047152/131249996 swapFree=33010684/33010684
[pid=34319] ppid=34316 vsize=19063512 memory=3607168 CPUtime=3529.64 cores=1,3
/proc/34319/stat : 34319 (java) S 34316 34319 33166 0 -1 4194304 127699 0 0 0 352612 352 0 0 20 0 20 0 39311561 19521036288 901792 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
/proc/34319/statm: 4765878 901792 5491 1 0 1081880 0
[pid=34319/tid=34321] ppid=34316 vsize=19063512 memory=-6000919481363687532 CPUtime=3499.35 cores=1,3
/proc/34319/task/34321/stat : 34321 (java) R 34316 34319 33166 0 -1 4194368 66063 0 0 0 349709 226 0 0 20 0 20 0 39311563 19521036288 901792 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
[pid=34319/tid=34330] ppid=34316 vsize=19063512 memory=17536 CPUtime=0 cores=1,3
/proc/34319/task/34330/stat : 34330 (Finalizer) S 34316 34319 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39311565 19521036288 901792 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
[pid=34319/tid=34337] ppid=34316 vsize=19063512 memory=3603072 CPUtime=0 cores=1,3
/proc/34319/task/34337/stat : 34337 (Common-Cleaner) S 34316 34319 33166 0 -1 4194368 2026 0 0 0 0 0 0 0 20 0 20 0 39311565 19521036288 901792 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
[pid=34319/tid=34339] ppid=34316 vsize=19063512 memory=3607168 CPUtime=0 cores=1,3
/proc/34319/task/34339/stat : 34339 (Timer-0) S 34316 34319 33166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39311622 19521036288 901792 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
Current children cumulated CPU time: 3529.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3607168 KiB

[startup+3582.3 s]
/proc/loadavg: 4.14 4.14 4.15 5/344 34746
/proc/meminfo: memFree=110997888/131249996 swapFree=33010684/33010684
[pid=34319] ppid=34316 vsize=19063512 memory=3623552 CPUtime=3589.61 cores=1,3
/proc/34319/stat : 34319 (java) S 34316 34319 33166 0 -1 4194304 128010 0 0 0 358606 355 0 0 20 0 20 0 39311561 19521036288 905888 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
/proc/34319/statm: 4765878 905888 5491 1 0 1081880 0
[pid=34319/tid=34321] ppid=34316 vsize=19063512 memory=3605120 CPUtime=3559.09 cores=1,3
/proc/34319/task/34321/stat : 34321 (java) R 34316 34319 33166 0 -1 4194368 66279 0 0 0 355682 227 0 0 20 0 20 0 39311563 19521036288 905888 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
[pid=34319/tid=34330] ppid=34316 vsize=19063512 memory=3623552 CPUtime=0 cores=1,3
/proc/34319/task/34330/stat : 34330 (Finalizer) S 34316 34319 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39311565 19521036288 905888 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
[pid=34319/tid=34337] ppid=34316 vsize=19063512 memory=14976 CPUtime=0 cores=1,3
/proc/34319/task/34337/stat : 34337 (Common-Cleaner) S 34316 34319 33166 0 -1 4194368 2074 0 0 0 0 0 0 0 20 0 20 0 39311565 19521036288 905888 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
[pid=34319/tid=34339] ppid=34316 vsize=19063512 memory=17536 CPUtime=0 cores=1,3
/proc/34319/task/34339/stat : 34339 (Timer-0) S 34316 34319 33166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39311622 19521036288 905888 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
Current children cumulated CPU time: 3589.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3623552 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3592.7 s]
/proc/loadavg: 4.12 4.14 4.15 5/344 34751
/proc/meminfo: memFree=110996556/131249996 swapFree=33010684/33010684
[pid=34319] ppid=34316 vsize=19063512 memory=3625600 CPUtime=3600.01 cores=1,3
/proc/34319/stat : 34319 (java) S 34316 34319 33166 0 -1 4194304 128111 0 0 0 359645 356 0 0 20 0 20 0 39311561 19521036288 906400 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
/proc/34319/statm: 4765878 906400 5491 1 0 1081880 0
[pid=34319/tid=34321] ppid=34316 vsize=19063512 memory=23408 CPUtime=3569.45 cores=1,3
/proc/34319/task/34321/stat : 34321 (java) R 34316 34319 33166 0 -1 4194368 66360 0 0 0 356718 227 0 0 20 0 20 0 39311563 19521036288 906400 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
[pid=34319/tid=34330] ppid=34316 vsize=19063512 memory=3623552 CPUtime=0 cores=1,3
/proc/34319/task/34330/stat : 34330 (Finalizer) S 34316 34319 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39311565 19521036288 906400 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
[pid=34319/tid=34337] ppid=34316 vsize=19063512 memory=14976 CPUtime=0 cores=1,3
/proc/34319/task/34337/stat : 34337 (Common-Cleaner) S 34316 34319 33166 0 -1 4194368 2074 0 0 0 0 0 0 0 20 0 20 0 39311565 19521036288 906400 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
[pid=34319/tid=34339] ppid=34316 vsize=19063512 memory=-6000919481363687532 CPUtime=0 cores=1,3
/proc/34319/task/34339/stat : 34339 (Timer-0) S 34316 34319 33166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39311622 19521036288 906400 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3625600 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.58 s, system=3.57969 s

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

[startup+3592.7 s]
/proc/loadavg: 4.12 4.14 4.15 5/344 34751
/proc/meminfo: memFree=110996556/131249996 swapFree=33010684/33010684
[pid=34319] ppid=34316 vsize=19063512 memory=3625600 CPUtime=3600.01 cores=1,3
/proc/34319/stat : 34319 (java) S 34316 34319 33166 0 -1 4194304 128111 0 0 0 359645 356 0 0 20 0 20 0 39311561 19521036288 906400 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
/proc/34319/statm: 4765878 906400 5491 1 0 1081880 0
[pid=34319/tid=34321] ppid=34316 vsize=19063512 memory=23408 CPUtime=3569.45 cores=1,3
/proc/34319/task/34321/stat : 34321 (java) R 34316 34319 33166 0 -1 4194368 66360 0 0 0 356718 227 0 0 20 0 20 0 39311563 19521036288 906400 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
[pid=34319/tid=34330] ppid=34316 vsize=19063512 memory=3623552 CPUtime=0 cores=1,3
/proc/34319/task/34330/stat : 34330 (Finalizer) S 34316 34319 33166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39311565 19521036288 906400 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
[pid=34319/tid=34337] ppid=34316 vsize=19063512 memory=14976 CPUtime=0 cores=1,3
/proc/34319/task/34337/stat : 34337 (Common-Cleaner) S 34316 34319 33166 0 -1 4194368 2074 0 0 0 0 0 0 0 20 0 20 0 39311565 19521036288 906400 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
[pid=34319/tid=34339] ppid=34316 vsize=19063512 memory=-6000919481363687532 CPUtime=0 cores=1,3
/proc/34319/task/34339/stat : 34339 (Timer-0) S 34316 34319 33166 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39311622 19521036288 906400 18446744073709551615 93889904332800 93889904336496 140735960182736 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93889904344312 93889904345104 93889925267456 140735960185133 140735960185318 140735960185318 140735960190920 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3625600 KiB

Child status: 143

Real time (s): 3592.82
CPU time (s): 3600.16
CPU user time (s): 3596.58
CPU system time (s): 3.57969
CPU usage (%): 100.204
Max. virtual memory (cumulated for all children) (KiB): 19066784
Max. memory (cumulated for all children) (KiB): 3625600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.58
system time used= 3.57969
maximum resident set size= 3626496
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 130854
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1261624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 128746
involuntary context switches= 9200


# summary of solver processes directly reported to runsolver:
#   pid: 34319
#   total CPU time (s): 3600.16
#   total CPU user time (s): 3596.58
#   total CPU system time (s): 3.57969

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.08752 second user time and 17.5361 second system time

The end

Launcher Data

Begin job on nodeC029 at 2025-06-30 00:32:11
IDJOB=4515605
IDBENCH=165315
IDSOLVER=3362
FILE ID=nodeC029/4515605-1751236331
RUNJOBID= nodeC029-1751229408-33178
SLURM_JOB_ID= 9587697
Free space on /tmp= 433048 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP095.shuf-2.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4515605-1751236331/watcher-4515605-1751236331 -o /tmp/evaluation-result-4515605-1751236331/solver-4515605-1751236331 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1751229408-33178 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4515605-1751236331 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4515605-1751236331.opb

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

MD5SUM BENCH= 431f08d4eea5f2e22db9cb62a33eb4a4
RANDOM SEED=441508344

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.724
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.921
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		: 3598.845
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		: 3599.722
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		: 3599.697
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.501
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.696
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.603
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:        114344676 kB
MemAvailable:   115170984 kB
Buffers:            3280 kB
Cached:          1634552 kB
SwapCached:            0 kB
Active:         14949436 kB
Inactive:        1377496 kB
Active(anon):   14707168 kB
Inactive(anon):        0 kB
Active(file):     242268 kB
Inactive(file):  1377496 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2468 kB
Writeback:             0 kB
AnonPages:      14691256 kB
Mapped:           122908 kB
Shmem:             18060 kB
KReclaimable:      91568 kB
Slab:             177932 kB
SReclaimable:      91568 kB
SUnreclaim:        86364 kB
KernelStack:        5168 kB
PageTables:        32348 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   16072380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151480 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  14424064 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= 433056 MiB
End job on nodeC029 at 2025-06-30 01:32:04