Trace number 4495719

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.28 3585.85

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-cuww3.opb
MD5SUMbbc1115e586f74a0f8929a975bad121a
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.013638
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables68
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint68
Maximum length of a constraint68
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 58925135
Number of bits of the biggest number in a constraint 26
Biggest sum of numbers in a constraint 568217345
Number of bits of the biggest sum of numbers30
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.15	c See www.sat4j.org for details.
0.11/0.16	c version PB25.v20250606
0.11/0.19	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.19	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.19	c java.vm.version	22.0.1+8-16
0.11/0.19	c java.vm.vendor	Oracle Corporation
0.11/0.19	c sun.arch.data.model	64
0.11/0.19	c java.version		22.0.1
0.11/0.19	c os.name		Linux
0.11/0.19	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.19	c os.arch		amd64
0.11/0.20	c Free memory 		2104792832
0.11/0.20	c Max memory 		16282288128
0.11/0.20	c Total memory 		2113929216
0.11/0.21	c Number of processors 	2
0.41/0.38	c Pseudo Boolean Optimization by upper bound
0.41/0.38	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.41/0.38	c  - never skip resolution steps
0.41/0.38	c  - Auto-division on coefficients is disabled
0.41/0.38	c  - No postprocessing
0.41/0.38	c  - Conflict is considered as is when resolving
0.41/0.38	c  - Use constraints as they come during conflict analysis
0.41/0.38	c  - Weaken first using unassigned literals
0.41/0.38	c  - Bump strategy: ALWAYS_ONE
0.41/0.38	c  - Bumper: EFFECTIVE
0.41/0.38	c --- Begin Solver configuration ---
0.41/0.38	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.41/0.38	c Learn all clauses as in MiniSAT
0.41/0.38	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.41/0.38	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.41/0.38	c No reason simplification
0.41/0.38	c Dynamic restart strategy considering the size of the coefficients
0.41/0.38	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.41/0.38	c timeout=2147483s
0.41/0.38	c DB Simplification allowed=false
0.41/0.38	c Listener: none
0.41/0.38	c --- End Solver configuration ---
0.41/0.38	c solving HOME/instance-4495719-1751158995.opb
0.41/0.38	c reading problem ... 
0.41/0.38	c using VERIPB proof format
0.41/0.39	c  no objective function found
0.41/0.41	c ... done. Wall clock time 0.028s.
0.41/0.41	c declared #vars     68
0.41/0.41	c #constraints  2
0.41/0.41	c constraints type 
0.41/0.41	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 2
0.41/0.41	c 2 constraints processed.
14.67/9.22	c cleaning 2501 clauses out of 5002 with flag 0/5002
48.01/40.97	c cleaning 4250 clauses out of 8499 with flag 0/11000
143.89/135.96	c cleaning 5625 clauses out of 11249 with flag 0/18000
262.43/253.59	c cleaning 6812 clauses out of 13624 with flag 0/26000
400.82/391.58	c cleaning 7906 clauses out of 15812 with flag 0/35000
573.63/564.47	c cleaning 8950 clauses out of 17906 with flag 0/45000
825.45/815.85	c cleaning 9977 clauses out of 19956 with flag 0/56000
1177.61/1167.88	c cleaning 10986 clauses out of 21979 with flag 0/68000
1862.83/1852.17	c cleaning 11993 clauses out of 23993 with flag 0/81000
2705.67/2695.33	c cleaning 12997 clauses out of 26001 with flag 0/95001
3600.00/3585.73	c starts		: 6
3600.00/3585.74	c conflicts		: 109371
3600.00/3585.76	c decisions		: 116977
3600.00/3585.76	c propagations		: 572562
3600.00/3585.76	c inspects		: 1860725197
3600.00/3585.76	c shortcuts		: 0
3600.00/3585.76	c learnt literals	: 0
3600.00/3585.76	c learnt binary clauses	: 0
3600.00/3585.76	c learnt ternary clauses	: 0
3600.00/3585.76	c learnt constraints	: 109371
3600.00/3585.76	c ignored constraints	: 0
3600.00/3585.76	c root simplifications	: 0
3600.00/3585.77	c removed literals (reason simplification)	: 0
3600.00/3585.77	c reason swapping (by a shorter reason)	: 0
3600.00/3585.77	c Calls to reduceDB	: 10
3600.00/3585.77	c Number of update (reduction) of LBD	: 82608
3600.00/3585.77	c Imported unit clauses	: 0
3600.00/3585.77	c No decision after first conflict	: false
3600.00/3585.77	c number of reductions to clauses (during analyze)	: 0
3600.00/3585.77	c number of learned constraints concerned by reduction	: 0
3600.00/3585.77	c number of learning phase by resolution	: 0
3600.00/3585.77	c number of learning phase by cutting planes	: 0
3600.00/3585.77	c number of rounding to 1 operations	: 0
3600.00/3585.77	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3585.77	c number of reductions of the coefficients by power 2 	: 0
3600.00/3585.77	c number of right shift for reduction by power 2 	: 0
3600.00/3585.77	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3585.78	c number of ending skipping 	: 0
3600.00/3585.78	c number of internal skipping 	: 0
3600.00/3585.78	c number of derivation steps 	: 449211
3600.00/3585.78	c number of skipped derivation steps 	: 0
3600.00/3585.78	c number of remaining unassigned 	: 22079
3600.00/3585.78	c number of remaining assigned 	: 14985286
3600.00/3585.78	c number of falsified literals weakened from reason	: 0
3600.00/3585.78	c number of falsified literals weakened from conflict	: 0
3600.00/3585.78	c time for arithmetic operations	: 1471596774
3600.00/3585.79	c minimum degree of deleted constraints	: 1
3600.00/3585.79	c maximum degree of deleted constraints	: 485654651459848805001882855339591620293418117896532093023257899659815594199593161691992630233759864927993739393555078822487458351368228782807498500179112888905334656596197277787022000621252196555293176746612000
3600.00/3585.79	c number of deleted constraints	: 81997
3600.00/3585.79	c speed (assignments/second)	: 159.69393404476133
3600.00/3585.79	c timeout
3600.00/3585.80	c non guided choices	: 55
3600.20/3585.82	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 32
3600.20/3585.82	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 27342
3600.20/3585.82	s UNKNOWN
3600.20/3585.82	c Total wall clock time (in seconds): 3585.445

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4495719-1751158995/watcher-4495719-1751158995 -o /tmp/evaluation-result-4495719-1751158995/solver-4495719-1751158995 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751158906-15560 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4495719-1751158995 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4495719-1751158995.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 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
solver pid=16681, runsolver pid=16678
Current StackSize limit: 8192 KiB


[startup+0.100065 s]*
/proc/loadavg: 4.80 2.62 2.65 5/334 16699
/proc/meminfo: memFree=123162656/131382120 swapFree=33010684/33010684
[pid=16681] ppid=16678 vsize=18930384 memory=48616 CPUtime=0.11 cores=0,2
/proc/16681/stat : 16681 (java) S 16678 16681 15550 0 -1 4194304 5828 0 0 0 8 3 0 0 20 0 18 0 31578303 19384713216 12154 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
/proc/16681/statm: 4732596 12154 5336 1 0 547017 0
[pid=16681/tid=16683] ppid=16678 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/16681/task/16683/stat : 16683 (java) R 16678 16681 15550 0 -1 4194368 4711 0 0 0 6 1 0 0 20 0 18 0 31578305 19384713216 12154 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
[pid=16681/tid=16692] ppid=16678 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/16681/task/16692/stat : 16692 (Finalizer) S 16678 16681 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31578308 19384713216 12154 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
[pid=16681/tid=16699] ppid=16678 vsize=18930384 memory=55195547748946 CPUtime=0 cores=0,2
/proc/16681/task/16699/stat : 16699 (Common-Cleaner) S 16678 16681 15550 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31578309 19384713216 12186 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48616 KiB

[startup+0.209462 s]*
/proc/loadavg: 4.82 2.66 2.67 6/334 16699
/proc/meminfo: memFree=123160892/131382120 swapFree=33010684/33010684
[pid=16681] ppid=16678 vsize=18930384 memory=55740 CPUtime=0.27 cores=0,2
/proc/16681/stat : 16681 (java) S 16678 16681 15550 0 -1 4194304 6542 0 0 0 23 4 0 0 20 0 18 0 31578303 19384713216 13935 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
/proc/16681/statm: 4732596 13935 5368 1 0 547612 0
[pid=16681/tid=16683] ppid=16678 vsize=18930384 memory=4026597660 CPUtime=0.18 cores=0,2
/proc/16681/task/16683/stat : 16683 (java) R 16678 16681 15550 0 -1 4194368 5031 0 0 0 16 2 0 0 20 0 18 0 31578305 19384713216 13935 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
[pid=16681/tid=16692] ppid=16678 vsize=18930384 memory=2576 CPUtime=0 cores=0,2
/proc/16681/task/16692/stat : 16692 (Finalizer) S 16678 16681 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31578308 19384713216 13935 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
[pid=16681/tid=16699] ppid=16678 vsize=18930384 memory=54096036103158 CPUtime=0 cores=0,2
/proc/16681/task/16699/stat : 16699 (Common-Cleaner) S 16678 16681 15550 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31578309 19384713216 13935 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55740 KiB

[startup+0.309818 s]*
/proc/loadavg: 4.82 2.66 2.67 6/334 16699
/proc/meminfo: memFree=123151944/131382120 swapFree=33010684/33010684
[pid=16681] ppid=16678 vsize=18930384 memory=59024 CPUtime=0.41 cores=0,2
/proc/16681/stat : 16681 (java) S 16678 16681 15550 0 -1 4194304 6818 0 0 0 37 4 0 0 20 0 18 0 31578303 19384713216 14756 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
/proc/16681/statm: 4732596 14756 5432 1 0 547799 0
[pid=16681/tid=16683] ppid=16678 vsize=18930384 memory=-6000919472672892526 CPUtime=0.26 cores=0,2
/proc/16681/task/16683/stat : 16683 (java) S 16678 16681 15550 0 -1 4194368 5196 0 0 0 24 2 0 0 20 0 18 0 31578305 19384713216 14756 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
[pid=16681/tid=16692] ppid=16678 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/16681/task/16692/stat : 16692 (Finalizer) S 16678 16681 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31578308 19384713216 14756 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
[pid=16681/tid=16699] ppid=16678 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/16681/task/16699/stat : 16699 (Common-Cleaner) S 16678 16681 15550 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31578309 19384713216 14756 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59024 KiB

[startup+0.701827 s]
/proc/loadavg: 4.82 2.66 2.67 6/335 16700
/proc/meminfo: memFree=123051624/131382120 swapFree=33010684/33010684
[pid=16681] ppid=16678 vsize=18996948 memory=97016 CPUtime=1.13 cores=0,2
/proc/16681/stat : 16681 (java) S 16678 16681 15550 0 -1 4194304 8931 0 0 0 107 6 0 0 20 0 19 0 31578303 19452874752 24254 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
/proc/16681/statm: 4749237 24254 5432 1 0 549097 0
[pid=16681/tid=16683] ppid=16678 vsize=18996948 memory=11264 CPUtime=0.64 cores=0,2
/proc/16681/task/16683/stat : 16683 (java) R 16678 16681 15550 0 -1 4194368 5430 0 0 0 61 3 0 0 20 0 19 0 31578305 19452874752 24254 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
[pid=16681/tid=16692] ppid=16678 vsize=18996948 memory=11264 CPUtime=0 cores=0,2
/proc/16681/task/16692/stat : 16692 (Finalizer) S 16678 16681 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31578308 19452874752 24254 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
[pid=16681/tid=16699] ppid=16678 vsize=18996948 memory=2209 CPUtime=0 cores=0,2
/proc/16681/task/16699/stat : 16699 (Common-Cleaner) S 16678 16681 15550 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31578309 19452874752 24254 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
[pid=16681/tid=16700] ppid=16678 vsize=18996948 memory=4896 CPUtime=0 cores=0,2
/proc/16681/task/16700/stat : 16700 (Timer-0) S 16678 16681 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31578345 19452874752 24254 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 97016 KiB

[startup+1.50029 s]
/proc/loadavg: 4.82 2.66 2.67 6/335 16700
/proc/meminfo: memFree=122504796/131382120 swapFree=33010684/33010684
[pid=16681] ppid=16678 vsize=19063512 memory=177184 CPUtime=2.71 cores=0,2
/proc/16681/stat : 16681 (java) S 16678 16681 15550 0 -1 4194304 22428 0 0 0 260 11 0 0 20 0 20 0 31578303 19521036288 44296 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
/proc/16681/statm: 4765878 44296 5464 1 0 554532 0
[pid=16681/tid=16683] ppid=16678 vsize=19063512 memory=4896 CPUtime=1.39 cores=0,2
/proc/16681/task/16683/stat : 16683 (java) R 16678 16681 15550 0 -1 4194368 5926 0 0 0 133 6 0 0 20 0 20 0 31578305 19521036288 44296 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
[pid=16681/tid=16692] ppid=16678 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/16681/task/16692/stat : 16692 (Finalizer) S 16678 16681 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31578308 19521036288 44296 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
[pid=16681/tid=16699] ppid=16678 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/16681/task/16699/stat : 16699 (Common-Cleaner) S 16678 16681 15550 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31578309 19521036288 44296 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
[pid=16681/tid=16700] ppid=16678 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/16681/task/16700/stat : 16700 (Timer-0) S 16678 16681 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31578345 19521036288 44296 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
Current children cumulated CPU time: 2.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 177184 KiB

[startup+3.10579 s]
/proc/loadavg: 4.82 2.66 2.67 6/336 16701
/proc/meminfo: memFree=122063408/131382120 swapFree=33010684/33010684
[pid=16681] ppid=16678 vsize=19063512 memory=485732 CPUtime=5.86 cores=0,2
/proc/16681/stat : 16681 (java) S 16678 16681 15550 0 -1 4194304 34653 0 0 0 566 20 0 0 20 0 20 0 31578303 19521036288 121433 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
/proc/16681/statm: 4765878 121433 5496 1 0 559506 0
[pid=16681/tid=16683] ppid=16678 vsize=19063512 memory=11264 CPUtime=2.94 cores=0,2
/proc/16681/task/16683/stat : 16683 (java) R 16678 16681 15550 0 -1 4194368 7424 0 0 0 283 11 0 0 20 0 20 0 31578305 19521036288 121433 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
[pid=16681/tid=16692] ppid=16678 vsize=19063512 memory=180752 CPUtime=0 cores=0,2
/proc/16681/task/16692/stat : 16692 (Finalizer) S 16678 16681 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31578308 19521036288 121433 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
[pid=16681/tid=16699] ppid=16678 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/16681/task/16699/stat : 16699 (Common-Cleaner) S 16678 16681 15550 0 -1 4194368 29 0 0 0 0 0 0 0 20 0 20 0 31578309 19521036288 121433 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
[pid=16681/tid=16700] ppid=16678 vsize=19063512 memory=14464 CPUtime=0 cores=0,2
/proc/16681/task/16700/stat : 16700 (Timer-0) S 16678 16681 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31578345 19521036288 121433 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
Current children cumulated CPU time: 5.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 485732 KiB

[startup+6.30026 s]
/proc/loadavg: 4.83 2.69 2.68 5/313 16730
/proc/meminfo: memFree=124118576/131382120 swapFree=33010684/33010684
[pid=16681] ppid=16678 vsize=19063512 memory=834884 CPUtime=11.51 cores=0,2
/proc/16681/stat : 16681 (java) S 16678 16681 15550 0 -1 4194304 35313 0 0 0 1123 28 0 0 20 0 20 0 31578303 19521036288 208721 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
/proc/16681/statm: 4765878 208721 5496 1 0 559508 0
[pid=16681/tid=16683] ppid=16678 vsize=19063512 memory=0 CPUtime=6.06 cores=0,2
/proc/16681/task/16683/stat : 16683 (java) R 16678 16681 15550 0 -1 4194368 7761 0 0 0 588 18 0 0 20 0 20 0 31578305 19521036288 208721 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
[pid=16681/tid=16692] ppid=16678 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/16681/task/16692/stat : 16692 (Finalizer) S 16678 16681 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31578308 19521036288 208721 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
[pid=16681/tid=16699] ppid=16678 vsize=19063512 memory=54083117645881 CPUtime=0 cores=0,2
/proc/16681/task/16699/stat : 16699 (Common-Cleaner) S 16678 16681 15550 0 -1 4194368 29 0 0 0 0 0 0 0 20 0 20 0 31578309 19521036288 208721 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
[pid=16681/tid=16700] ppid=16678 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/16681/task/16700/stat : 16700 (Timer-0) S 16678 16681 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31578345 19521036288 208721 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
Current children cumulated CPU time: 11.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 834884 KiB

[startup+12.7005 s]
/proc/loadavg: 4.85 2.73 2.69 5/336 16768
/proc/meminfo: memFree=123005504/131382120 swapFree=33010684/33010684
[pid=16681] ppid=16678 vsize=19063512 memory=1285760 CPUtime=18.92 cores=0,2
/proc/16681/stat : 16681 (java) S 16678 16681 15550 0 -1 4194304 42153 0 0 0 1850 42 0 0 20 0 20 0 31578303 19521036288 321440 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
/proc/16681/statm: 4765878 321440 5496 1 0 559524 0
[pid=16681/tid=16683] ppid=16678 vsize=19063512 memory=0 CPUtime=12.38 cores=0,2
/proc/16681/task/16683/stat : 16683 (java) R 16678 16681 15550 0 -1 4194368 9556 0 0 0 1208 30 0 0 20 0 20 0 31578305 19521036288 321440 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
[pid=16681/tid=16692] ppid=16678 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/16681/task/16692/stat : 16692 (Finalizer) S 16678 16681 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31578308 19521036288 321440 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
[pid=16681/tid=16699] ppid=16678 vsize=19063512 memory=17024 CPUtime=0 cores=0,2
/proc/16681/task/16699/stat : 16699 (Common-Cleaner) S 16678 16681 15550 0 -1 4194368 39 0 0 0 0 0 0 0 20 0 20 0 31578309 19521036288 321440 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
[pid=16681/tid=16700] ppid=16678 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/16681/task/16700/stat : 16700 (Timer-0) S 16678 16681 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31578345 19521036288 321440 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
Current children cumulated CPU time: 18.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1285760 KiB

[startup+25.5005 s]
/proc/loadavg: 4.80 2.79 2.71 5/336 16768
/proc/meminfo: memFree=121929016/131382120 swapFree=33010684/33010684
[pid=16681] ppid=16678 vsize=19063512 memory=1760828 CPUtime=31.96 cores=0,2
/proc/16681/stat : 16681 (java) S 16678 16681 15550 0 -1 4194304 47405 0 0 0 3142 54 0 0 20 0 20 0 31578303 19521036288 440207 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
/proc/16681/statm: 4765878 440207 5496 1 0 666050 0
[pid=16681/tid=16683] ppid=16678 vsize=19063512 memory=0 CPUtime=24.89 cores=0,2
/proc/16681/task/16683/stat : 16683 (java) R 16678 16681 15550 0 -1 4194368 11863 0 0 0 2449 40 0 0 20 0 20 0 31578305 19521036288 440207 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
[pid=16681/tid=16692] ppid=16678 vsize=19063512 memory=140042912116800 CPUtime=0 cores=0,2
/proc/16681/task/16692/stat : 16692 (Finalizer) S 16678 16681 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31578308 19521036288 440207 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
[pid=16681/tid=16699] ppid=16678 vsize=19063512 memory=-6000919472672892526 CPUtime=0 cores=0,2
/proc/16681/task/16699/stat : 16699 (Common-Cleaner) S 16678 16681 15550 0 -1 4194368 39 0 0 0 0 0 0 0 20 0 20 0 31578309 19521036288 440207 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
[pid=16681/tid=16700] ppid=16678 vsize=19063512 memory=1760828 CPUtime=0 cores=0,2
/proc/16681/task/16700/stat : 16700 (Timer-0) S 16678 16681 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31578345 19521036288 440207 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
Current children cumulated CPU time: 31.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1760828 KiB

[startup+51.1144 s]
/proc/loadavg: 4.64 2.94 2.76 5/336 16769
/proc/meminfo: memFree=121728180/131382120 swapFree=33010684/33010684
[pid=16681] ppid=16678 vsize=19063512 memory=1765220 CPUtime=58.73 cores=0,2
/proc/16681/stat : 16681 (java) S 16678 16681 15550 0 -1 4194304 54738 0 0 0 5816 57 0 0 20 0 20 0 31578303 19521036288 441305 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
/proc/16681/statm: 4765878 441305 5496 1 0 666052 0
[pid=16681/tid=16683] ppid=16678 vsize=19063512 memory=1765220 CPUtime=49.85 cores=0,2
/proc/16681/task/16683/stat : 16683 (java) R 16678 16681 15550 0 -1 4194368 14017 0 0 0 4943 42 0 0 20 0 20 0 31578305 19521036288 441305 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
[pid=16681/tid=16692] ppid=16678 vsize=19063512 memory=12288 CPUtime=0 cores=0,2
/proc/16681/task/16692/stat : 16692 (Finalizer) S 16678 16681 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31578308 19521036288 441305 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0

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

[startup+3282.3 s]
/proc/loadavg: 4.09 4.16 4.15 5/331 16997
/proc/meminfo: memFree=118521484/131382120 swapFree=33010684/33010684
[pid=16681] ppid=16678 vsize=19063512 memory=2244900 CPUtime=3295.29 cores=0,2
/proc/16681/stat : 16681 (java) S 16678 16681 15550 0 -1 4194304 107023 0 0 0 329226 303 0 0 20 0 20 0 31578303 19521036288 561225 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
/proc/16681/statm: 4765878 561225 5496 1 0 666225 0
[pid=16681/tid=16683] ppid=16678 vsize=19063512 memory=2244900 CPUtime=3239.57 cores=0,2
/proc/16681/task/16683/stat : 16683 (java) R 16678 16681 15550 0 -1 4194368 44297 0 0 0 323866 91 0 0 20 0 20 0 31578305 19521036288 561225 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
[pid=16681/tid=16692] ppid=16678 vsize=19063512 memory=2240788 CPUtime=0 cores=0,2
/proc/16681/task/16692/stat : 16692 (Finalizer) S 16678 16681 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31578308 19521036288 561225 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
[pid=16681/tid=16699] ppid=16678 vsize=19063512 memory=14464 CPUtime=0 cores=0,2
/proc/16681/task/16699/stat : 16699 (Common-Cleaner) S 16678 16681 15550 0 -1 4194368 1595 0 0 0 0 0 0 0 20 0 20 0 31578309 19521036288 561225 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
[pid=16681/tid=16700] ppid=16678 vsize=19063512 memory=17024 CPUtime=0 cores=0,2
/proc/16681/task/16700/stat : 16700 (Timer-0) S 16678 16681 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31578345 19521036288 561225 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
Current children cumulated CPU time: 3295.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2244900 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.16 4.15 5/331 16999
/proc/meminfo: memFree=118488448/131382120 swapFree=33010684/33010684
[pid=16681] ppid=16678 vsize=19063512 memory=2251048 CPUtime=3355.52 cores=0,2
/proc/16681/stat : 16681 (java) S 16678 16681 15550 0 -1 4194304 107281 0 0 0 335246 306 0 0 20 0 20 0 31578303 19521036288 562762 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
/proc/16681/statm: 4765878 562762 5496 1 0 666225 0
[pid=16681/tid=16683] ppid=16678 vsize=19063512 memory=2251048 CPUtime=3299.06 cores=0,2
/proc/16681/task/16683/stat : 16683 (java) R 16678 16681 15550 0 -1 4194368 44537 0 0 0 329814 92 0 0 20 0 20 0 31578305 19521036288 562762 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
[pid=16681/tid=16692] ppid=16678 vsize=19063512 memory=2251048 CPUtime=0 cores=0,2
/proc/16681/task/16692/stat : 16692 (Finalizer) S 16678 16681 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31578308 19521036288 562762 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
[pid=16681/tid=16699] ppid=16678 vsize=19063512 memory=-6000919472672892526 CPUtime=0 cores=0,2
/proc/16681/task/16699/stat : 16699 (Common-Cleaner) S 16678 16681 15550 0 -1 4194368 1595 0 0 0 0 0 0 0 20 0 20 0 31578309 19521036288 562762 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
[pid=16681/tid=16700] ppid=16678 vsize=19063512 memory=4788340816542854814 CPUtime=0 cores=0,2
/proc/16681/task/16700/stat : 16700 (Timer-0) S 16678 16681 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31578345 19521036288 562762 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
Current children cumulated CPU time: 3355.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2251048 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.14 4.14 5/328 17003
/proc/meminfo: memFree=118453328/131382120 swapFree=33010684/33010684
[pid=16681] ppid=16678 vsize=19063512 memory=2255156 CPUtime=3415.68 cores=0,2
/proc/16681/stat : 16681 (java) S 16678 16681 15550 0 -1 4194304 108790 0 0 0 341257 311 0 0 20 0 20 0 31578303 19521036288 563789 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
/proc/16681/statm: 4765878 563789 5496 1 0 666225 0
[pid=16681/tid=16683] ppid=16678 vsize=19063512 memory=2251048 CPUtime=3358.48 cores=0,2
/proc/16681/task/16683/stat : 16683 (java) R 16678 16681 15550 0 -1 4194368 45423 0 0 0 335755 93 0 0 20 0 20 0 31578305 19521036288 563789 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
[pid=16681/tid=16692] ppid=16678 vsize=19063512 memory=14464 CPUtime=0 cores=0,2
/proc/16681/task/16692/stat : 16692 (Finalizer) S 16678 16681 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31578308 19521036288 563789 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
[pid=16681/tid=16699] ppid=16678 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/16681/task/16699/stat : 16699 (Common-Cleaner) S 16678 16681 15550 0 -1 4194368 1596 0 0 0 0 0 0 0 20 0 20 0 31578309 19521036288 563789 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
[pid=16681/tid=16700] ppid=16678 vsize=19063512 memory=-6000919472672892526 CPUtime=0 cores=0,2
/proc/16681/task/16700/stat : 16700 (Timer-0) S 16678 16681 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31578345 19521036288 563789 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
Current children cumulated CPU time: 3415.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2255156 KiB

[startup+3462.3 s]
/proc/loadavg: 4.16 4.14 4.14 5/329 17010
/proc/meminfo: memFree=118412152/131382120 swapFree=33010684/33010684
[pid=16681] ppid=16678 vsize=19063512 memory=2259260 CPUtime=3475.77 cores=0,2
/proc/16681/stat : 16681 (java) S 16678 16681 15550 0 -1 4194304 108935 0 0 0 347262 315 0 0 20 0 20 0 31578303 19521036288 564815 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
/proc/16681/statm: 4765878 564815 5496 1 0 666225 0
[pid=16681/tid=16683] ppid=16678 vsize=19063512 memory=2251048 CPUtime=3417.92 cores=0,2
/proc/16681/task/16683/stat : 16683 (java) R 16678 16681 15550 0 -1 4194368 45482 0 0 0 341699 93 0 0 20 0 20 0 31578305 19521036288 564815 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
[pid=16681/tid=16692] ppid=16678 vsize=19063512 memory=14464 CPUtime=0 cores=0,2
/proc/16681/task/16692/stat : 16692 (Finalizer) S 16678 16681 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31578308 19521036288 564815 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
[pid=16681/tid=16699] ppid=16678 vsize=19063512 memory=2257212 CPUtime=0 cores=0,2
/proc/16681/task/16699/stat : 16699 (Common-Cleaner) S 16678 16681 15550 0 -1 4194368 1670 0 0 0 0 0 0 0 20 0 20 0 31578309 19521036288 564815 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
[pid=16681/tid=16700] ppid=16678 vsize=19063512 memory=2259260 CPUtime=0 cores=0,2
/proc/16681/task/16700/stat : 16700 (Timer-0) S 16678 16681 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31578345 19521036288 564815 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
Current children cumulated CPU time: 3475.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2259260 KiB

[startup+3522.3 s]
/proc/loadavg: 4.35 4.21 4.16 5/327 17090
/proc/meminfo: memFree=121105560/131382120 swapFree=33010684/33010684
[pid=16681] ppid=16678 vsize=19063512 memory=2261308 CPUtime=3535.95 cores=0,2
/proc/16681/stat : 16681 (java) S 16678 16681 15550 0 -1 4194304 109361 0 0 0 353276 319 0 0 20 0 20 0 31578303 19521036288 565327 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
/proc/16681/statm: 4765878 565327 5496 1 0 666225 0
[pid=16681/tid=16683] ppid=16678 vsize=19063512 memory=2257212 CPUtime=3477.29 cores=0,2
/proc/16681/task/16683/stat : 16683 (java) R 16678 16681 15550 0 -1 4194368 45848 0 0 0 347635 94 0 0 20 0 20 0 31578305 19521036288 565327 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
[pid=16681/tid=16692] ppid=16678 vsize=19063512 memory=14464 CPUtime=0 cores=0,2
/proc/16681/task/16692/stat : 16692 (Finalizer) S 16678 16681 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31578308 19521036288 565327 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
[pid=16681/tid=16699] ppid=16678 vsize=19063512 memory=19968 CPUtime=0 cores=0,2
/proc/16681/task/16699/stat : 16699 (Common-Cleaner) S 16678 16681 15550 0 -1 4194368 1670 0 0 0 0 0 0 0 20 0 20 0 31578309 19521036288 565327 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
[pid=16681/tid=16700] ppid=16678 vsize=19063512 memory=2261308 CPUtime=0 cores=0,2
/proc/16681/task/16700/stat : 16700 (Timer-0) S 16678 16681 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31578345 19521036288 565327 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
Current children cumulated CPU time: 3535.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2261308 KiB

[startup+3582.3 s]
/proc/loadavg: 4.25 4.20 4.16 5/327 17092
/proc/meminfo: memFree=121030988/131382120 swapFree=33010684/33010684
[pid=16681] ppid=16678 vsize=19063512 memory=2265552 CPUtime=3596.61 cores=0,2
/proc/16681/stat : 16681 (java) S 16678 16681 15550 0 -1 4194304 111146 0 0 0 359338 323 0 0 20 0 20 0 31578303 19521036288 566388 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
/proc/16681/statm: 4765878 566388 5496 1 0 666263 0
[pid=16681/tid=16683] ppid=16678 vsize=19063512 memory=11264 CPUtime=3536.36 cores=0,2
/proc/16681/task/16683/stat : 16683 (java) R 16678 16681 15550 0 -1 4194368 47011 0 0 0 353541 95 0 0 20 0 20 0 31578305 19521036288 566388 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
[pid=16681/tid=16692] ppid=16678 vsize=19063512 memory=14464 CPUtime=0 cores=0,2
/proc/16681/task/16692/stat : 16692 (Finalizer) S 16678 16681 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31578308 19521036288 566388 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
[pid=16681/tid=16699] ppid=16678 vsize=19063512 memory=17024 CPUtime=0 cores=0,2
/proc/16681/task/16699/stat : 16699 (Common-Cleaner) S 16678 16681 15550 0 -1 4194368 1801 0 0 0 0 0 0 0 20 0 20 0 31578309 19521036288 566388 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
[pid=16681/tid=16700] ppid=16678 vsize=19063512 memory=-6000919472672892526 CPUtime=0 cores=0,2
/proc/16681/task/16700/stat : 16700 (Timer-0) S 16678 16681 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31578345 19521036288 566388 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
Current children cumulated CPU time: 3596.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2265552 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3585.7 s]
/proc/loadavg: 4.25 4.20 4.16 5/328 17093
/proc/meminfo: memFree=121034328/131382120 swapFree=33010684/33010684
[pid=16681] ppid=16678 vsize=19063512 memory=2265552 CPUtime=3600 cores=0,2
/proc/16681/stat : 16681 (java) S 16678 16681 15550 0 -1 4194304 111146 0 0 0 359677 323 0 0 20 0 20 0 31578303 19521036288 566388 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
/proc/16681/statm: 4765878 566388 5496 1 0 666263 0
[pid=16681/tid=16683] ppid=16678 vsize=19063512 memory=14464 CPUtime=3539.75 cores=0,2
/proc/16681/task/16683/stat : 16683 (java) R 16678 16681 15550 0 -1 4194368 47011 0 0 0 353880 95 0 0 20 0 20 0 31578305 19521036288 566388 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
[pid=16681/tid=16692] ppid=16678 vsize=19063512 memory=2265552 CPUtime=0 cores=0,2
/proc/16681/task/16692/stat : 16692 (Finalizer) S 16678 16681 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31578308 19521036288 566388 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
[pid=16681/tid=16699] ppid=16678 vsize=19063512 memory=2261308 CPUtime=0 cores=0,2
/proc/16681/task/16699/stat : 16699 (Common-Cleaner) S 16678 16681 15550 0 -1 4194368 1801 0 0 0 0 0 0 0 20 0 20 0 31578309 19521036288 566388 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
[pid=16681/tid=16700] ppid=16678 vsize=19063512 memory=2261308 CPUtime=0 cores=0,2
/proc/16681/task/16700/stat : 16700 (Timer-0) S 16678 16681 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31578345 19521036288 566388 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2265552 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.01 s, system=3.26625 s

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

[startup+3585.8 s]
/proc/loadavg: 4.25 4.20 4.16 5/328 17093
/proc/meminfo: memFree=121034328/131382120 swapFree=33010684/33010684
[pid=16681] ppid=16678 vsize=19263204 memory=2266448 CPUtime=3600.2 cores=0,2
/proc/16681/stat : 16681 (java) S 16678 16681 15550 0 -1 4194304 113763 0 0 0 359696 324 0 0 20 0 21 0 31578303 19725520896 566612 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
/proc/16681/statm: 4815801 566612 5496 1 0 667216 0
[pid=16681/tid=16683] ppid=16678 vsize=19263204 memory=17024 CPUtime=3539.84 cores=0,2
/proc/16681/task/16683/stat : 16683 (java) R 16678 16681 15550 0 -1 4194368 47265 0 0 0 353889 95 0 0 20 0 21 0 31578305 19725520896 566612 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
[pid=16681/tid=16692] ppid=16678 vsize=19263204 memory=11264 CPUtime=0 cores=0,2
/proc/16681/task/16692/stat : 16692 (Finalizer) S 16678 16681 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 31578308 19725520896 566612 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
[pid=16681/tid=16699] ppid=16678 vsize=19263204 memory=5504 CPUtime=0 cores=0,2
/proc/16681/task/16699/stat : 16699 (Common-Cleaner) S 16678 16681 15550 0 -1 4194368 1801 0 0 0 0 0 0 0 20 0 21 0 31578309 19725520896 566612 18446744073709551615 94288659640320 94288659644016 140733054842544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94288659651832 94288659652624 94288664002560 140733054847277 140733054847462 140733054847462 140733054853064 0
Current children cumulated CPU time: 3600.2 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2266448 KiB

Child status: 143

Real time (s): 3585.85
CPU time (s): 3600.28
CPU user time (s): 3597.01
CPU system time (s): 3.26625
CPU usage (%): 100.402
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2266448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.01
system time used= 3.26625
maximum resident set size= 2266576
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 113989
page faults= 0
swaps= 0
block input operations= 0
block output operations= 236912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 133651
involuntary context switches= 13817


# summary of solver processes directly reported to runsolver:
#   pid: 16681
#   total CPU time (s): 3600.28
#   total CPU user time (s): 3597.01
#   total CPU system time (s): 3.26625

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.6209 second user time and 38.1022 second system time

The end

Launcher Data

Begin job on nodeC002 at 2025-06-29 03:03:15
IDJOB=4495719
IDBENCH=148096
IDSOLVER=3362
FILE ID=nodeC002/4495719-1751158995
RUNJOBID= nodeC002-1751158906-15560
SLURM_JOB_ID= 9587497
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/manquiho/Aardal_1/normalized-cuww3.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4495719-1751158995/watcher-4495719-1751158995 -o /tmp/evaluation-result-4495719-1751158995/solver-4495719-1751158995 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751158906-15560 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4495719-1751158995 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4495719-1751158995.opb

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

MD5SUM BENCH= bbc1115e586f74a0f8929a975bad121a
RANDOM SEED=577001309

nodeC002 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.913
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.879
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3493.212
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.729
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1296.994
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3663.168
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3492.218
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.948
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        123172820 kB
MemAvailable:   122854292 kB
Buffers:            3280 kB
Cached:           493708 kB
SwapCached:            0 kB
Active:          7407808 kB
Inactive:         261504 kB
Active(anon):    7190404 kB
Inactive(anon):        0 kB
Active(file):     217404 kB
Inactive(file):   261504 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             28104 kB
Writeback:             0 kB
AnonPages:       7175540 kB
Mapped:           122240 kB
Shmem:             17960 kB
KReclaimable:      84384 kB
Slab:             166424 kB
SReclaimable:      84384 kB
SUnreclaim:        82040 kB
KernelStack:        5136 kB
PageTables:        17804 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:   10530572 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150424 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6918144 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:      181064 kB
DirectMap2M:     8110080 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC002 at 2025-06-29 04:03:01