Trace number 4496115

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) 3599.82 3700.19

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-prob2.opb
MD5SUMf3b4489b3c27b845ad2c738d1f690b61
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.043014
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 14215207
Number of bits of the biggest number in a constraint 24
Biggest sum of numbers in a constraint 175368570
Number of bits of the biggest sum of numbers28
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.18	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.18	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.18	c See www.sat4j.org for details.
0.11/0.20	c version PB25.v20250606
0.27/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.27/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.27/0.23	c java.vm.version	22.0.1+8-16
0.27/0.23	c java.vm.vendor	Oracle Corporation
0.27/0.23	c sun.arch.data.model	64
0.27/0.23	c java.version		22.0.1
0.27/0.23	c os.name		Linux
0.27/0.23	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.27/0.23	c os.arch		amd64
0.27/0.24	c Free memory 		2104792832
0.27/0.24	c Max memory 		16282288128
0.27/0.24	c Total memory 		2113929216
0.27/0.25	c Number of processors 	2
0.56/0.44	c Pseudo Boolean Optimization by upper bound
0.56/0.44	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.56/0.44	c  - never skip resolution steps
0.56/0.44	c  - Auto-division on coefficients is disabled
0.56/0.44	c  - No postprocessing
0.56/0.44	c  - Conflict is considered as is when resolving
0.56/0.44	c  - Use constraints as they come during conflict analysis
0.56/0.44	c  - Weaken first using unassigned literals
0.56/0.44	c  - Bump strategy: ALWAYS_ONE
0.56/0.44	c  - Bumper: EFFECTIVE
0.56/0.44	c --- Begin Solver configuration ---
0.56/0.44	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.56/0.44	c Learn all clauses as in MiniSAT
0.56/0.44	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.56/0.44	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.56/0.44	c No reason simplification
0.56/0.44	c Dynamic restart strategy considering the size of the coefficients
0.56/0.44	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.56/0.44	c timeout=2147483s
0.56/0.44	c DB Simplification allowed=false
0.56/0.44	c Listener: none
0.56/0.44	c --- End Solver configuration ---
0.56/0.44	c solving HOME/instance-4496115-1751164973.opb
0.56/0.44	c reading problem ... 
0.56/0.45	c using VERIPB proof format
0.56/0.45	c  no objective function found
0.56/0.48	c ... done. Wall clock time 0.028s.
0.56/0.48	c declared #vars     68
0.56/0.48	c #constraints  2
0.56/0.48	c constraints type 
0.56/0.48	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 2
0.56/0.48	c 2 constraints processed.
22.88/17.36	c cleaning 2501 clauses out of 5001 with flag 0/5001
68.23/60.45	c cleaning 4245 clauses out of 8500 with flag 0/11001
212.41/203.84	c cleaning 5627 clauses out of 11254 with flag 0/18000
397.69/388.30	c cleaning 6810 clauses out of 13627 with flag 0/26000
673.46/664.09	c cleaning 7908 clauses out of 15817 with flag 0/35000
1039.77/1030.89	c cleaning 8953 clauses out of 17910 with flag 0/45001
1489.97/1481.26	c cleaning 9979 clauses out of 19957 with flag 0/56001
2031.52/2039.43	c cleaning 10989 clauses out of 21977 with flag 0/68000
2688.85/2704.95	c cleaning 11993 clauses out of 23988 with flag 0/81000
3455.30/3555.81	c cleaning 12996 clauses out of 25995 with flag 0/95000
3599.54/3700.03	c starts		: 8
3599.54/3700.08	c conflicts		: 98861
3599.54/3700.08	c decisions		: 108037
3599.54/3700.08	c propagations		: 523040
3599.54/3700.08	c inspects		: 1816082469
3599.54/3700.08	c shortcuts		: 0
3599.54/3700.08	c learnt literals	: 0
3599.54/3700.09	c learnt binary clauses	: 0
3599.54/3700.09	c learnt ternary clauses	: 0
3599.54/3700.09	c learnt constraints	: 98861
3599.54/3700.09	c ignored constraints	: 0
3599.54/3700.09	c root simplifications	: 0
3599.54/3700.09	c removed literals (reason simplification)	: 0
3599.54/3700.09	c reason swapping (by a shorter reason)	: 0
3599.54/3700.09	c Calls to reduceDB	: 10
3599.54/3700.09	c Number of update (reduction) of LBD	: 82222
3599.54/3700.09	c Imported unit clauses	: 0
3599.54/3700.09	c No decision after first conflict	: false
3599.54/3700.09	c number of reductions to clauses (during analyze)	: 0
3599.54/3700.09	c number of learned constraints concerned by reduction	: 0
3599.54/3700.10	c number of learning phase by resolution	: 0
3599.54/3700.10	c number of learning phase by cutting planes	: 0
3599.54/3700.10	c number of rounding to 1 operations	: 0
3599.54/3700.10	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3599.54/3700.10	c number of reductions of the coefficients by power 2 	: 0
3599.54/3700.10	c number of right shift for reduction by power 2 	: 0
3599.54/3700.10	c number of reductions of the coefficients by GCD over coefficients 	: 0
3599.54/3700.10	c number of ending skipping 	: 0
3599.54/3700.10	c number of internal skipping 	: 0
3599.54/3700.10	c number of derivation steps 	: 406514
3599.54/3700.10	c number of skipped derivation steps 	: 0
3599.54/3700.10	c number of remaining unassigned 	: 26345
3599.54/3700.10	c number of remaining assigned 	: 13739750
3599.54/3700.10	c number of falsified literals weakened from reason	: 0
3599.54/3700.10	c number of falsified literals weakened from conflict	: 0
3599.54/3700.10	c time for arithmetic operations	: 1257025241
3599.54/3700.11	c minimum degree of deleted constraints	: 1
3599.74/3700.13	c maximum degree of deleted constraints	: 13554101800554838170453009559778884673609619301938049324671244608384084389797052136605710680400000561722609972684760490170295181901943814888
3599.74/3700.13	c number of deleted constraints	: 82001
3599.74/3700.13	c speed (assignments/second)	: 141.37580301666944
3599.74/3700.13	c non guided choices	: 57
3599.74/3700.14	c timeout
3599.74/3700.14	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 65
3599.74/3700.14	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 16795
3599.74/3700.14	s UNKNOWN
3599.74/3700.14	c Total wall clock time (in seconds): 3699.7

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: 63794 MiB (57362 MiB free)
  memory of node 1: 64507 MiB (60918 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4496115-1751164973/watcher-4496115-1751164973 -o /tmp/evaluation-result-4496115-1751164973/solver-4496115-1751164973 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751157827-19987 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4496115-1751164973 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4496115-1751164973.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=21474, runsolver pid=21471

[startup+0.100071 s]*
/proc/loadavg: 4.13 4.18 4.18 7/326 21492
/proc/meminfo: memFree=121092060/131382112 swapFree=33010684/33010684
[pid=21474] ppid=21471 vsize=18930384 memory=48136 CPUtime=0.11 cores=1,3
/proc/21474/stat : 21474 (java) S 21471 21474 19975 0 -1 4194304 5740 0 0 0 8 3 0 0 20 0 18 0 32177096 19384713216 12034 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
/proc/21474/statm: 4732596 12034 5326 1 0 546966 0
[pid=21474/tid=21476] ppid=21471 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=1,3
/proc/21474/task/21476/stat : 21476 (java) R 21471 21474 19975 0 -1 4194368 4618 0 0 0 4 2 0 0 20 0 18 0 32177097 19384713216 12034 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
[pid=21474/tid=21485] ppid=21471 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/21474/task/21485/stat : 21485 (Finalizer) S 21471 21474 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32177102 19384713216 12034 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
[pid=21474/tid=21492] ppid=21471 vsize=18930384 memory=59593594258114 CPUtime=0 cores=1,3
/proc/21474/task/21492/stat : 21492 (Common-Cleaner) S 21471 21474 19975 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32177103 19384713216 12034 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48136 KiB

[startup+0.22208 s]*
/proc/loadavg: 4.13 4.18 4.18 6/326 21492
/proc/meminfo: memFree=121089036/131382112 swapFree=33010684/33010684
[pid=21474] ppid=21471 vsize=18930384 memory=53084 CPUtime=0.27 cores=1,3
/proc/21474/stat : 21474 (java) S 21471 21474 19975 0 -1 4194304 6439 0 0 0 23 4 0 0 20 0 18 0 32177096 19384713216 13271 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
/proc/21474/statm: 4732596 13271 5358 1 0 547531 0
[pid=21474/tid=21476] ppid=21471 vsize=18930384 memory=4026597660 CPUtime=0.16 cores=1,3
/proc/21474/task/21476/stat : 21476 (java) R 21471 21474 19975 0 -1 4194368 4974 0 0 0 14 2 0 0 20 0 18 0 32177097 19384713216 13271 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
[pid=21474/tid=21485] ppid=21471 vsize=18930384 memory=16142 CPUtime=0 cores=1,3
/proc/21474/task/21485/stat : 21485 (Finalizer) S 21471 21474 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32177102 19384713216 13271 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
[pid=21474/tid=21492] ppid=21471 vsize=18930384 memory=58494082614266 CPUtime=0 cores=1,3
/proc/21474/task/21492/stat : 21492 (Common-Cleaner) S 21471 21474 19975 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32177103 19384713216 13271 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53084 KiB

[startup+0.313753 s]*
/proc/loadavg: 4.13 4.18 4.18 6/326 21492
/proc/meminfo: memFree=121084940/131382112 swapFree=33010684/33010684
[pid=21474] ppid=21471 vsize=18930384 memory=58228 CPUtime=0.41 cores=1,3
/proc/21474/stat : 21474 (java) S 21471 21474 19975 0 -1 4194304 6661 0 0 0 36 5 0 0 20 0 18 0 32177096 19384713216 14557 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
/proc/21474/statm: 4732596 14557 5358 1 0 547684 0
[pid=21474/tid=21476] ppid=21471 vsize=18930384 memory=-6000919502737795949 CPUtime=0.24 cores=1,3
/proc/21474/task/21476/stat : 21476 (java) R 21471 21474 19975 0 -1 4194368 5122 0 0 0 21 3 0 0 20 0 18 0 32177097 19384713216 14557 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
[pid=21474/tid=21485] ppid=21471 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/21474/task/21485/stat : 21485 (Finalizer) S 21471 21474 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32177102 19384713216 14557 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
[pid=21474/tid=21492] ppid=21471 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/21474/task/21492/stat : 21492 (Common-Cleaner) S 21471 21474 19975 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32177103 19384713216 14557 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58228 KiB

[startup+0.700409 s]
/proc/loadavg: 4.13 4.18 4.18 7/327 21493
/proc/meminfo: memFree=121084688/131382112 swapFree=33010684/33010684
[pid=21474] ppid=21471 vsize=18996948 memory=73476 CPUtime=1.08 cores=1,3
/proc/21474/stat : 21474 (java) S 21471 21474 19975 0 -1 4194304 7442 0 0 0 102 6 0 0 20 0 19 0 32177096 19452874752 18369 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
/proc/21474/statm: 4749237 18369 5454 1 0 548433 0
[pid=21474/tid=21476] ppid=21471 vsize=18996948 memory=17024 CPUtime=0.57 cores=1,3
/proc/21474/task/21476/stat : 21476 (java) R 21471 21474 19975 0 -1 4194368 5427 0 0 0 53 4 0 0 20 0 19 0 32177097 19452874752 18369 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
[pid=21474/tid=21485] ppid=21471 vsize=18996948 memory=10624 CPUtime=0 cores=1,3
/proc/21474/task/21485/stat : 21485 (Finalizer) S 21471 21474 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 32177102 19452874752 18369 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
[pid=21474/tid=21492] ppid=21471 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/21474/task/21492/stat : 21492 (Common-Cleaner) S 21471 21474 19975 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 32177103 19452874752 18369 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
[pid=21474/tid=21493] ppid=21471 vsize=18996948 memory=4764 CPUtime=0 cores=1,3
/proc/21474/task/21493/stat : 21493 (Timer-0) S 21471 21474 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 32177144 19452874752 18369 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
Current children cumulated CPU time: 1.08 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 73476 KiB

[startup+1.50029 s]
/proc/loadavg: 4.13 4.18 4.18 6/327 21493
/proc/meminfo: memFree=121014316/131382112 swapFree=33010684/33010684
[pid=21474] ppid=21471 vsize=19063512 memory=177056 CPUtime=2.66 cores=1,3
/proc/21474/stat : 21474 (java) S 21471 21474 19975 0 -1 4194304 22587 0 0 0 253 13 0 0 20 0 20 0 32177096 19521036288 44264 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
/proc/21474/statm: 4765878 44264 5454 1 0 554540 0
[pid=21474/tid=21476] ppid=21471 vsize=19063512 memory=0 CPUtime=1.28 cores=1,3
/proc/21474/task/21476/stat : 21476 (java) R 21471 21474 19975 0 -1 4194368 5913 0 0 0 122 6 0 0 20 0 20 0 32177097 19521036288 44264 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
[pid=21474/tid=21485] ppid=21471 vsize=19063512 memory=10624 CPUtime=0 cores=1,3
/proc/21474/task/21485/stat : 21485 (Finalizer) S 21471 21474 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32177102 19521036288 44264 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
[pid=21474/tid=21492] ppid=21471 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/21474/task/21492/stat : 21492 (Common-Cleaner) S 21471 21474 19975 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32177103 19521036288 44264 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
[pid=21474/tid=21493] ppid=21471 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/21474/task/21493/stat : 21493 (Timer-0) S 21471 21474 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32177144 19521036288 44264 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
Current children cumulated CPU time: 2.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 177056 KiB

[startup+3.10573 s]
/proc/loadavg: 4.13 4.18 4.18 6/328 21494
/proc/meminfo: memFree=120684576/131382112 swapFree=33010684/33010684
[pid=21474] ppid=21471 vsize=19063512 memory=466156 CPUtime=5.83 cores=1,3
/proc/21474/stat : 21474 (java) S 21471 21474 19975 0 -1 4194304 30782 0 0 0 562 21 0 0 20 0 20 0 32177096 19521036288 116539 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
/proc/21474/statm: 4765878 116539 5486 1 0 557758 0
[pid=21474/tid=21476] ppid=21471 vsize=19063512 memory=10624 CPUtime=2.82 cores=1,3
/proc/21474/task/21476/stat : 21476 (java) R 21471 21474 19975 0 -1 4194368 6713 0 0 0 270 12 0 0 20 0 20 0 32177097 19521036288 116539 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
[pid=21474/tid=21485] ppid=21471 vsize=19063512 memory=-6000919502737795949 CPUtime=0 cores=1,3
/proc/21474/task/21485/stat : 21485 (Finalizer) S 21471 21474 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32177102 19521036288 116539 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
[pid=21474/tid=21492] ppid=21471 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/21474/task/21492/stat : 21492 (Common-Cleaner) S 21471 21474 19975 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32177103 19521036288 116539 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
[pid=21474/tid=21493] ppid=21471 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/21474/task/21493/stat : 21493 (Timer-0) S 21471 21474 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32177144 19521036288 116539 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
Current children cumulated CPU time: 5.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 466156 KiB

[startup+6.3003 s]
/proc/loadavg: 4.20 4.19 4.18 5/328 21494
/proc/meminfo: memFree=119970488/131382112 swapFree=33010684/33010684
[pid=21474] ppid=21471 vsize=19063512 memory=1158996 CPUtime=11.36 cores=1,3
/proc/21474/stat : 21474 (java) S 21471 21474 19975 0 -1 4194304 33838 0 0 0 1102 34 0 0 20 0 20 0 32177096 19521036288 289749 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
/proc/21474/statm: 4765878 289749 5486 1 0 559245 0
[pid=21474/tid=21476] ppid=21471 vsize=19063512 memory=0 CPUtime=5.93 cores=1,3
/proc/21474/task/21476/stat : 21476 (java) R 21471 21474 19975 0 -1 4194368 7290 0 0 0 569 24 0 0 20 0 20 0 32177097 19521036288 289749 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
[pid=21474/tid=21485] ppid=21471 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/21474/task/21485/stat : 21485 (Finalizer) S 21471 21474 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32177102 19521036288 289749 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
[pid=21474/tid=21492] ppid=21471 vsize=19063512 memory=10624 CPUtime=0 cores=1,3
/proc/21474/task/21492/stat : 21492 (Common-Cleaner) S 21471 21474 19975 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32177103 19521036288 289749 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
[pid=21474/tid=21493] ppid=21471 vsize=19063512 memory=177056 CPUtime=0 cores=1,3
/proc/21474/task/21493/stat : 21493 (Timer-0) S 21471 21474 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32177144 19521036288 289749 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
Current children cumulated CPU time: 11.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1158996 KiB

[startup+12.7005 s]
/proc/loadavg: 4.19 4.19 4.18 5/328 21494
/proc/meminfo: memFree=119952096/131382112 swapFree=33010684/33010684
[pid=21474] ppid=21471 vsize=19063512 memory=1337420 CPUtime=18.19 cores=1,3
/proc/21474/stat : 21474 (java) S 21471 21474 19975 0 -1 4194304 35115 0 0 0 1780 39 0 0 20 0 20 0 32177096 19521036288 334355 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
/proc/21474/statm: 4765878 334355 5486 1 0 559277 0
[pid=21474/tid=21476] ppid=21471 vsize=19063512 memory=177056 CPUtime=12.21 cores=1,3
/proc/21474/task/21476/stat : 21476 (java) R 21471 21474 19975 0 -1 4194368 8467 0 0 0 1194 27 0 0 20 0 20 0 32177097 19521036288 334355 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
[pid=21474/tid=21485] ppid=21471 vsize=19063512 memory=14560 CPUtime=0 cores=1,3
/proc/21474/task/21485/stat : 21485 (Finalizer) S 21471 21474 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32177102 19521036288 334355 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
[pid=21474/tid=21492] ppid=21471 vsize=19063512 memory=1165140 CPUtime=0 cores=1,3
/proc/21474/task/21492/stat : 21492 (Common-Cleaner) S 21471 21474 19975 0 -1 4194368 37 0 0 0 0 0 0 0 20 0 20 0 32177103 19521036288 334355 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
[pid=21474/tid=21493] ppid=21471 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/21474/task/21493/stat : 21493 (Timer-0) S 21471 21474 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32177144 19521036288 334355 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
Current children cumulated CPU time: 18.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1337420 KiB

[startup+25.5005 s]
/proc/loadavg: 4.29 4.21 4.19 5/328 21562
/proc/meminfo: memFree=121975716/131382112 swapFree=33010684/33010684
[pid=21474] ppid=21471 vsize=19063512 memory=1762716 CPUtime=32.21 cores=1,3
/proc/21474/stat : 21474 (java) S 21471 21474 19975 0 -1 4194304 47528 0 0 0 3168 53 0 0 20 0 20 0 32177096 19521036288 440679 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
/proc/21474/statm: 4765878 440679 5486 1 0 665825 0
[pid=21474/tid=21476] ppid=21471 vsize=19063512 memory=1337804 CPUtime=24.76 cores=1,3
/proc/21474/task/21476/stat : 21476 (java) R 21471 21474 19975 0 -1 4194368 11515 0 0 0 2437 39 0 0 20 0 20 0 32177097 19521036288 440679 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
[pid=21474/tid=21485] ppid=21471 vsize=19063512 memory=1337548 CPUtime=0 cores=1,3
/proc/21474/task/21485/stat : 21485 (Finalizer) S 21471 21474 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32177102 19521036288 440679 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
[pid=21474/tid=21492] ppid=21471 vsize=19063512 memory=2475 CPUtime=0 cores=1,3
/proc/21474/task/21492/stat : 21492 (Common-Cleaner) S 21471 21474 19975 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 32177103 19521036288 440679 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
[pid=21474/tid=21493] ppid=21471 vsize=19063512 memory=1782 CPUtime=0 cores=1,3
/proc/21474/task/21493/stat : 21493 (Timer-0) S 21471 21474 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32177144 19521036288 440679 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
Current children cumulated CPU time: 32.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1762716 KiB

[startup+51.1139 s]
/proc/loadavg: 4.32 4.23 4.19 5/329 21563
/proc/meminfo: memFree=121121844/131382112 swapFree=33010684/33010684
[pid=21474] ppid=21471 vsize=19063512 memory=2030364 CPUtime=58.75 cores=1,3
/proc/21474/stat : 21474 (java) S 21471 21474 19975 0 -1 4194304 54538 0 0 0 5811 64 0 0 20 0 20 0 32177096 19521036288 507591 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
/proc/21474/statm: 4765878 507591 5486 1 0 793249 0
[pid=21474/tid=21476] ppid=21471 vsize=19063512 memory=1158996 CPUtime=49.66 cores=1,3
/proc/21474/task/21476/stat : 21476 (java) R 21471 21474 19975 0 -1 4194368 14940 0 0 0 4920 46 0 0 20 0 20 0 32177097 19521036288 507591 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
[pid=21474/tid=21485] ppid=21471 vsize=19063512 memory=1762844 CPUtime=0 cores=1,3
/proc/21474/task/21485/stat : 21485 (Finalizer) S 21471 21474 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32177102 19521036288 507591 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0

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

[startup+3342.3 s]
/proc/loadavg: 4.20 4.28 4.25 5/330 22401
/proc/meminfo: memFree=106409076/131382112 swapFree=33010684/33010684
[pid=21474] ppid=21471 vsize=19063512 memory=2683124 CPUtime=3267.04 cores=1,3
/proc/21474/stat : 21474 (java) S 21471 21474 19975 0 -1 4194304 115356 0 0 0 326331 373 0 0 20 0 20 0 32177096 19521036288 670781 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
/proc/21474/statm: 4765878 670781 5486 1 0 793494 0
[pid=21474/tid=21476] ppid=21471 vsize=19063512 memory=10624 CPUtime=3224.09 cores=1,3
/proc/21474/task/21476/stat : 21476 (java) R 21471 21474 19975 0 -1 4194368 52558 0 0 0 322291 118 0 0 20 0 20 0 32177097 19521036288 670781 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
[pid=21474/tid=21485] ppid=21471 vsize=19063512 memory=2683124 CPUtime=0 cores=1,3
/proc/21474/task/21485/stat : 21485 (Finalizer) S 21471 21474 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32177102 19521036288 670781 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
[pid=21474/tid=21492] ppid=21471 vsize=19063512 memory=2683124 CPUtime=0 cores=1,3
/proc/21474/task/21492/stat : 21492 (Common-Cleaner) S 21471 21474 19975 0 -1 4194368 1624 0 0 0 0 0 0 0 20 0 20 0 32177103 19521036288 670781 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
[pid=21474/tid=21493] ppid=21471 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/21474/task/21493/stat : 21493 (Timer-0) S 21471 21474 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32177144 19521036288 670781 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
Current children cumulated CPU time: 3267.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2683124 KiB

[startup+3402.3 s]
/proc/loadavg: 4.17 4.26 4.25 5/330 22402
/proc/meminfo: memFree=107726432/131382112 swapFree=33010684/33010684
[pid=21474] ppid=21471 vsize=19063512 memory=2687220 CPUtime=3327.04 cores=1,3
/proc/21474/stat : 21474 (java) S 21471 21474 19975 0 -1 4194304 116290 0 0 0 332327 377 0 0 20 0 20 0 32177096 19521036288 671805 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
/proc/21474/statm: 4765878 671805 5486 1 0 793494 0
[pid=21474/tid=21476] ppid=21471 vsize=19063512 memory=2683124 CPUtime=3283.67 cores=1,3
/proc/21474/task/21476/stat : 21476 (java) R 21471 21474 19975 0 -1 4194368 53429 0 0 0 328248 119 0 0 20 0 20 0 32177097 19521036288 671805 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
[pid=21474/tid=21485] ppid=21471 vsize=19063512 memory=2681076 CPUtime=0 cores=1,3
/proc/21474/task/21485/stat : 21485 (Finalizer) S 21471 21474 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32177102 19521036288 671805 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
[pid=21474/tid=21492] ppid=21471 vsize=19063512 memory=2687220 CPUtime=0 cores=1,3
/proc/21474/task/21492/stat : 21492 (Common-Cleaner) S 21471 21474 19975 0 -1 4194368 1624 0 0 0 0 0 0 0 20 0 20 0 32177103 19521036288 671805 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
[pid=21474/tid=21493] ppid=21471 vsize=19063512 memory=2687220 CPUtime=0 cores=1,3
/proc/21474/task/21493/stat : 21493 (Timer-0) S 21471 21474 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32177144 19521036288 671805 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
Current children cumulated CPU time: 3327.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2687220 KiB

[startup+3462.3 s]
/proc/loadavg: 4.34 4.29 4.26 5/329 22404
/proc/meminfo: memFree=107780484/131382112 swapFree=33010684/33010684
[pid=21474] ppid=21471 vsize=19063512 memory=2689268 CPUtime=3375.97 cores=1,3
/proc/21474/stat : 21474 (java) S 21471 21474 19975 0 -1 4194304 117374 0 0 0 337215 382 0 0 20 0 20 0 32177096 19521036288 672317 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
/proc/21474/statm: 4765878 672317 5486 1 0 793494 0
[pid=21474/tid=21476] ppid=21471 vsize=19063512 memory=2683124 CPUtime=3332.22 cores=1,3
/proc/21474/task/21476/stat : 21476 (java) R 21471 21474 19975 0 -1 4194368 54270 0 0 0 333102 120 0 0 20 0 20 0 32177097 19521036288 672317 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
[pid=21474/tid=21485] ppid=21471 vsize=19063512 memory=2681076 CPUtime=0 cores=1,3
/proc/21474/task/21485/stat : 21485 (Finalizer) S 21471 21474 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32177102 19521036288 672317 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
[pid=21474/tid=21492] ppid=21471 vsize=19063512 memory=2689268 CPUtime=0 cores=1,3
/proc/21474/task/21492/stat : 21492 (Common-Cleaner) S 21471 21474 19975 0 -1 4194368 1670 0 0 0 0 0 0 0 20 0 20 0 32177103 19521036288 672317 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
[pid=21474/tid=21493] ppid=21471 vsize=19063512 memory=14560 CPUtime=0 cores=1,3
/proc/21474/task/21493/stat : 21493 (Timer-0) S 21471 21474 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32177144 19521036288 672317 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
Current children cumulated CPU time: 3375.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2689268 KiB

[startup+3522.3 s]
/proc/loadavg: 4.25 4.27 4.25 6/330 22409
/proc/meminfo: memFree=107686072/131382112 swapFree=33010684/33010684
[pid=21474] ppid=21471 vsize=19063512 memory=2693364 CPUtime=3423.02 cores=1,3
/proc/21474/stat : 21474 (java) S 21471 21474 19975 0 -1 4194304 118446 0 0 0 341914 388 0 0 20 0 20 0 32177096 19521036288 673341 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
/proc/21474/statm: 4765878 673341 5486 1 0 793494 0
[pid=21474/tid=21476] ppid=21471 vsize=19063512 memory=2689268 CPUtime=3378.85 cores=1,3
/proc/21474/task/21476/stat : 21476 (java) R 21471 21474 19975 0 -1 4194368 55093 0 0 0 337764 121 0 0 20 0 20 0 32177097 19521036288 673341 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
[pid=21474/tid=21485] ppid=21471 vsize=19063512 memory=2689268 CPUtime=0 cores=1,3
/proc/21474/task/21485/stat : 21485 (Finalizer) S 21471 21474 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32177102 19521036288 673341 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
[pid=21474/tid=21492] ppid=21471 vsize=19063512 memory=14560 CPUtime=0 cores=1,3
/proc/21474/task/21492/stat : 21492 (Common-Cleaner) S 21471 21474 19975 0 -1 4194368 1705 0 0 0 0 0 0 0 20 0 20 0 32177103 19521036288 673341 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
[pid=21474/tid=21493] ppid=21471 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/21474/task/21493/stat : 21493 (Timer-0) S 21471 21474 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32177144 19521036288 673341 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
Current children cumulated CPU time: 3423.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2693364 KiB

[startup+3582.3 s]
/proc/loadavg: 4.32 4.28 4.26 5/332 22413
/proc/meminfo: memFree=108973012/131382112 swapFree=33010684/33010684
[pid=21474] ppid=21471 vsize=19063512 memory=2695412 CPUtime=3481.79 cores=1,3
/proc/21474/stat : 21474 (java) S 21471 21474 19975 0 -1 4194304 118783 0 0 0 347787 392 0 0 20 0 20 0 32177096 19521036288 673853 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
/proc/21474/statm: 4765878 673853 5486 1 0 793494 0
[pid=21474/tid=21476] ppid=21471 vsize=19063512 memory=14560 CPUtime=3437.18 cores=1,3
/proc/21474/task/21476/stat : 21476 (java) R 21471 21474 19975 0 -1 4194368 55392 0 0 0 343597 121 0 0 20 0 20 0 32177097 19521036288 673853 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
[pid=21474/tid=21485] ppid=21471 vsize=19063512 memory=2695412 CPUtime=0 cores=1,3
/proc/21474/task/21485/stat : 21485 (Finalizer) S 21471 21474 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32177102 19521036288 673853 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
[pid=21474/tid=21492] ppid=21471 vsize=19063512 memory=17024 CPUtime=0 cores=1,3
/proc/21474/task/21492/stat : 21492 (Common-Cleaner) S 21471 21474 19975 0 -1 4194368 1706 0 0 0 0 0 0 0 20 0 20 0 32177103 19521036288 673853 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
[pid=21474/tid=21493] ppid=21471 vsize=19063512 memory=14560 CPUtime=0 cores=1,3
/proc/21474/task/21493/stat : 21493 (Timer-0) S 21471 21474 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32177144 19521036288 673853 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
Current children cumulated CPU time: 3481.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2695412 KiB

[startup+3642.3 s]
/proc/loadavg: 4.26 4.27 4.26 5/332 22415
/proc/meminfo: memFree=108771940/131382112 swapFree=33010684/33010684
[pid=21474] ppid=21471 vsize=19063512 memory=2699512 CPUtime=3541.81 cores=1,3
/proc/21474/stat : 21474 (java) S 21471 21474 19975 0 -1 4194304 118806 0 0 0 353785 396 0 0 20 0 20 0 32177096 19521036288 674878 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
/proc/21474/statm: 4765878 674878 5486 1 0 793494 0
[pid=21474/tid=21476] ppid=21471 vsize=19063512 memory=2697460 CPUtime=3496.71 cores=1,3
/proc/21474/task/21476/stat : 21476 (java) R 21471 21474 19975 0 -1 4194368 55400 0 0 0 349549 122 0 0 20 0 20 0 32177097 19521036288 674878 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
[pid=21474/tid=21485] ppid=21471 vsize=19063512 memory=2697460 CPUtime=0 cores=1,3
/proc/21474/task/21485/stat : 21485 (Finalizer) S 21471 21474 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32177102 19521036288 674878 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
[pid=21474/tid=21492] ppid=21471 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/21474/task/21492/stat : 21492 (Common-Cleaner) S 21471 21474 19975 0 -1 4194368 1706 0 0 0 0 0 0 0 20 0 20 0 32177103 19521036288 674878 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
[pid=21474/tid=21493] ppid=21471 vsize=19063512 memory=2699512 CPUtime=0 cores=1,3
/proc/21474/task/21493/stat : 21493 (Timer-0) S 21471 21474 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32177144 19521036288 674878 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
Current children cumulated CPU time: 3541.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2699512 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+3700 s]*
/proc/loadavg: 4.28 4.27 4.26 6/332 22417
/proc/meminfo: memFree=108410632/131382112 swapFree=33010684/33010684
[pid=21474] ppid=21471 vsize=19063512 memory=2705672 CPUtime=3599.54 cores=1,3
/proc/21474/stat : 21474 (java) S 21471 21474 19975 0 -1 4194304 119192 0 0 0 359554 400 0 0 20 0 20 0 32177096 19521036288 676418 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
/proc/21474/statm: 4765878 676418 5486 1 0 793494 0
[pid=21474/tid=21476] ppid=21471 vsize=19063512 memory=-6000919472723487341 CPUtime=3553.92 cores=1,3
/proc/21474/task/21476/stat : 21476 (java) R 21471 21474 19975 0 -1 4194368 55760 0 0 0 355269 123 0 0 20 0 20 0 32177097 19521036288 676418 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
[pid=21474/tid=21485] ppid=21471 vsize=19063512 memory=4352 CPUtime=0 cores=1,3
/proc/21474/task/21485/stat : 21485 (Finalizer) S 21471 21474 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32177102 19521036288 676418 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
[pid=21474/tid=21492] ppid=21471 vsize=19063512 memory=1792 CPUtime=0 cores=1,3
/proc/21474/task/21492/stat : 21492 (Common-Cleaner) S 21471 21474 19975 0 -1 4194368 1706 0 0 0 0 0 0 0 20 0 20 0 32177103 19521036288 676418 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
[pid=21474/tid=21493] ppid=21471 vsize=19063512 memory=1920 CPUtime=0 cores=1,3
/proc/21474/task/21493/stat : 21493 (Timer-0) S 21471 21474 19975 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32177144 19521036288 676418 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
Current children cumulated CPU time: 3599.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2705672 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.8 s, system=4.02193 s

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

[startup+3700.12 s]
/proc/loadavg: 4.28 4.27 4.26 6/332 22417
/proc/meminfo: memFree=108410632/131382112 swapFree=33010684/33010684
[pid=21474] ppid=21471 vsize=19263204 memory=2706440 CPUtime=3599.74 cores=1,3
/proc/21474/stat : 21474 (java) S 21471 21474 19975 0 -1 4194304 121203 0 0 0 359574 400 0 0 20 0 21 0 32177096 19725520896 676610 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
/proc/21474/statm: 4815801 676610 5518 1 0 794413 0
[pid=21474/tid=21476] ppid=21471 vsize=19263204 memory=2697460 CPUtime=3554.02 cores=1,3
/proc/21474/task/21476/stat : 21476 (java) R 21471 21474 19975 0 -1 4194368 55841 0 0 0 355279 123 0 0 20 0 21 0 32177097 19725520896 676610 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
[pid=21474/tid=21485] ppid=21471 vsize=19263204 memory=3200 CPUtime=0 cores=1,3
/proc/21474/task/21485/stat : 21485 (Finalizer) S 21471 21474 19975 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 32177102 19725520896 676610 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
[pid=21474/tid=21492] ppid=21471 vsize=19263204 memory=2705672 CPUtime=0 cores=1,3
/proc/21474/task/21492/stat : 21492 (Common-Cleaner) S 21471 21474 19975 0 -1 4194368 1706 0 0 0 0 0 0 0 20 0 21 0 32177103 19725520896 676610 18446744073709551615 94186616766464 94186616770160 140723490402192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94186616777976 94186616778768 94186635264000 140723490404653 140723490404838 140723490404838 140723490410440 0
Current children cumulated CPU time: 3599.74 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2706440 KiB

Child status: 143

Real time (s): 3700.19
CPU time (s): 3599.82
CPU user time (s): 3595.8
CPU system time (s): 4.02193
CPU usage (%): 97.2874
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2706440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.8
system time used= 4.02193
maximum resident set size= 2706696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 121643
page faults= 0
swaps= 0
block input operations= 0
block output operations= 206488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 132679
involuntary context switches= 9773


# summary of solver processes directly reported to runsolver:
#   pid: 21474
#   total CPU time (s): 3599.82
#   total CPU user time (s): 3595.8
#   total CPU system time (s): 4.02193

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 21.087 second user time and 39.8118 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-06-29 04:42:53
IDJOB=4496115
IDBENCH=148107
IDSOLVER=3362
FILE ID=nodeC009/4496115-1751164973
RUNJOBID= nodeC009-1751157827-19987
SLURM_JOB_ID= 9587490
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-prob2.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4496115-1751164973/watcher-4496115-1751164973 -o /tmp/evaluation-result-4496115-1751164973/solver-4496115-1751164973 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751157827-19987 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4496115-1751164973 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4496115-1751164973.opb

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

MD5SUM BENCH= f3b4489b3c27b845ad2c738d1f690b61
RANDOM SEED=780363400

nodeC009 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.898
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.85
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		: 1197.235
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.85
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		: 1197.546
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.85
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.324
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.85
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		: 3491.698
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.85
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		: 3588.380
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.85
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		: 1197.357
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.85
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		: 1198.239
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.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        121119644 kB
MemAvailable:   121545152 kB
Buffers:            3280 kB
Cached:          1235608 kB
SwapCached:            0 kB
Active:          8768468 kB
Inactive:         990316 kB
Active(anon):    8537976 kB
Inactive(anon):        0 kB
Active(file):     230492 kB
Inactive(file):   990316 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               884 kB
Writeback:             0 kB
AnonPages:       8523108 kB
Mapped:           122112 kB
Shmem:             17960 kB
KReclaimable:      88268 kB
Slab:             169796 kB
SReclaimable:      88268 kB
SUnreclaim:        81528 kB
KernelStack:        5024 kB
PageTables:        20340 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   10065424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150360 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8280064 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:      172872 kB
DirectMap2M:     9166848 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC009 at 2025-06-29 05:44:33