Trace number 4495971

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.3 3596.03

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-prob6.opb
MD5SUMabfa6108019d186bb0a39186e3151874
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.03463
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables93
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 constraint93
Maximum length of a constraint93
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 22382775
Number of bits of the biggest number in a constraint 25
Biggest sum of numbers in a constraint 362318209
Number of bits of the biggest sum of numbers29
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.19	c version PB25.v20250606
0.27/0.22	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.24	c Number of processors 	2
0.43/0.42	c Pseudo Boolean Optimization by upper bound
0.43/0.42	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.43/0.42	c  - never skip resolution steps
0.43/0.42	c  - Auto-division on coefficients is disabled
0.43/0.42	c  - No postprocessing
0.43/0.42	c  - Conflict is considered as is when resolving
0.43/0.42	c  - Use constraints as they come during conflict analysis
0.43/0.42	c  - Weaken first using unassigned literals
0.43/0.42	c  - Bump strategy: ALWAYS_ONE
0.43/0.42	c  - Bumper: EFFECTIVE
0.43/0.42	c --- Begin Solver configuration ---
0.43/0.42	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.43/0.42	c Learn all clauses as in MiniSAT
0.43/0.42	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.43/0.42	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.43/0.42	c No reason simplification
0.43/0.42	c Dynamic restart strategy considering the size of the coefficients
0.43/0.42	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.43/0.42	c timeout=2147483s
0.43/0.42	c DB Simplification allowed=false
0.43/0.42	c Listener: none
0.43/0.42	c --- End Solver configuration ---
0.43/0.42	c solving HOME/instance-4495971-1751162475.opb
0.43/0.42	c reading problem ... 
0.43/0.43	c using VERIPB proof format
0.43/0.43	c  no objective function found
0.63/0.45	c ... done. Wall clock time 0.028s.
0.63/0.46	c declared #vars     93
0.63/0.46	c #constraints  2
0.63/0.46	c constraints type 
0.63/0.46	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 2
0.63/0.46	c 2 constraints processed.
34.45/28.18	c cleaning 2498 clauses out of 5002 with flag 0/5002
91.14/83.21	c cleaning 4251 clauses out of 8502 with flag 0/11000
207.16/198.42	c cleaning 5626 clauses out of 11252 with flag 0/18001
372.41/363.67	c cleaning 6812 clauses out of 13626 with flag 0/26001
607.94/599.19	c cleaning 7906 clauses out of 15813 with flag 0/35000
941.69/935.55	c cleaning 8947 clauses out of 17907 with flag 0/45000
1421.76/1414.71	c cleaning 9981 clauses out of 19962 with flag 0/56002
1891.08/1885.68	c cleaning 10990 clauses out of 21979 with flag 0/68000
2275.19/2269.81	c cleaning 11993 clauses out of 23991 with flag 0/81002
2746.05/2740.61	c cleaning 12998 clauses out of 25996 with flag 0/95000
3254.44/3250.08	c cleaning 13999 clauses out of 27998 with flag 0/110000
3600.07/3595.92	c starts		: 11
3600.07/3595.97	c conflicts		: 119981
3600.07/3595.97	c decisions		: 134997
3600.07/3595.97	c propagations		: 564217
3600.07/3595.97	c inspects		: 1504793916
3600.07/3595.97	c shortcuts		: 0
3600.07/3595.97	c learnt literals	: 0
3600.07/3595.97	c learnt binary clauses	: 0
3600.07/3595.97	c learnt ternary clauses	: 0
3600.07/3595.97	c learnt constraints	: 119981
3600.07/3595.97	c ignored constraints	: 0
3600.07/3595.97	c root simplifications	: 0
3600.07/3595.97	c removed literals (reason simplification)	: 0
3600.07/3595.97	c reason swapping (by a shorter reason)	: 0
3600.07/3595.97	c Calls to reduceDB	: 11
3600.07/3595.97	c Number of update (reduction) of LBD	: 93128
3600.07/3595.97	c Imported unit clauses	: 0
3600.07/3595.97	c No decision after first conflict	: false
3600.07/3595.97	c number of reductions to clauses (during analyze)	: 0
3600.07/3595.97	c timeout
3600.07/3595.97	c number of learned constraints concerned by reduction	: 0
3600.07/3595.98	c number of learning phase by resolution	: 0
3600.07/3595.98	c number of learning phase by cutting planes	: 0
3600.07/3595.98	c number of rounding to 1 operations	: 0
3600.07/3595.98	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3595.98	c number of reductions of the coefficients by power 2 	: 0
3600.07/3595.98	c number of right shift for reduction by power 2 	: 0
3600.07/3595.98	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3595.98	c number of ending skipping 	: 0
3600.07/3595.98	c number of internal skipping 	: 0
3600.07/3595.98	c number of derivation steps 	: 454839
3600.07/3595.98	c number of skipped derivation steps 	: 0
3600.07/3595.98	c number of remaining unassigned 	: 23658
3600.07/3595.98	c number of remaining assigned 	: 20439079
3600.07/3595.98	c number of falsified literals weakened from reason	: 0
3600.07/3595.98	c number of falsified literals weakened from conflict	: 0
3600.07/3595.98	c time for arithmetic operations	: 1798498611
3600.07/3595.99	c minimum degree of deleted constraints	: 1
3600.07/3595.99	c maximum degree of deleted constraints	: 505332636912544949292067633739944105269270542720433530587600336054649457687138271573883398369448603041488571902863111554016181804
3600.07/3595.99	c number of deleted constraints	: 96001
3600.07/3595.99	c speed (assignments/second)	: 156.92187628632013
3600.07/3595.99	c non guided choices	: 82
3600.07/3596.01	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 130
3600.07/3596.01	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 23850
3600.07/3596.01	s UNKNOWN
3600.07/3596.01	c Total wall clock time (in seconds): 3595.587

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4495971-1751162475/watcher-4495971-1751162475 -o /tmp/evaluation-result-4495971-1751162475/solver-4495971-1751162475 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751158906-15562 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4495971-1751162475 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4495971-1751162475.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=17069, runsolver pid=17066

[startup+0.100072 s]*
/proc/loadavg: 4.19 4.15 4.14 6/327 17087
/proc/meminfo: memFree=122685908/131382120 swapFree=33010684/33010684
[pid=17069] ppid=17066 vsize=18930384 memory=47532 CPUtime=0.11 cores=1,3
/proc/17069/stat : 17069 (java) S 17066 17069 15550 0 -1 4194304 5714 0 0 0 8 3 0 0 20 0 18 0 31926350 19384713216 11883 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
/proc/17069/statm: 4732596 11883 5184 1 0 546918 0
[pid=17069/tid=17071] ppid=17066 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=1,3
/proc/17069/task/17071/stat : 17071 (java) R 17066 17069 15550 0 -1 4194368 4598 0 0 0 4 2 0 0 20 0 18 0 31926352 19384713216 11883 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
[pid=17069/tid=17080] ppid=17066 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/17069/task/17080/stat : 17080 (Finalizer) S 17066 17069 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31926356 19384713216 11883 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
[pid=17069/tid=17087] ppid=17066 vsize=18930384 memory=55195547748946 CPUtime=0 cores=1,3
/proc/17069/task/17087/stat : 17087 (Common-Cleaner) S 17066 17069 15550 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 31926357 19384713216 11883 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 47532 KiB

[startup+0.213944 s]*
/proc/loadavg: 4.19 4.15 4.14 7/327 17087
/proc/meminfo: memFree=122685152/131382120 swapFree=33010684/33010684
[pid=17069] ppid=17066 vsize=18930384 memory=52944 CPUtime=0.27 cores=1,3
/proc/17069/stat : 17069 (java) S 17066 17069 15550 0 -1 4194304 6442 0 0 0 23 4 0 0 20 0 18 0 31926350 19384713216 13236 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
/proc/17069/statm: 4732596 13236 5312 1 0 547531 0
[pid=17069/tid=17071] ppid=17066 vsize=18930384 memory=4026597660 CPUtime=0.16 cores=1,3
/proc/17069/task/17071/stat : 17071 (java) R 17066 17069 15550 0 -1 4194368 4973 0 0 0 14 2 0 0 20 0 18 0 31926352 19384713216 13236 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
[pid=17069/tid=17080] ppid=17066 vsize=18930384 memory=2576 CPUtime=0 cores=1,3
/proc/17069/task/17080/stat : 17080 (Finalizer) S 17066 17069 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31926356 19384713216 13236 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
[pid=17069/tid=17087] ppid=17066 vsize=18930384 memory=54096036103158 CPUtime=0 cores=1,3
/proc/17069/task/17087/stat : 17087 (Common-Cleaner) S 17066 17069 15550 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 31926357 19384713216 13236 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 52944 KiB

[startup+0.313885 s]*
/proc/loadavg: 4.19 4.15 4.14 7/325 17087
/proc/meminfo: memFree=122678032/131382120 swapFree=33010684/33010684
[pid=17069] ppid=17066 vsize=18930384 memory=58324 CPUtime=0.43 cores=1,3
/proc/17069/stat : 17069 (java) S 17066 17069 15550 0 -1 4194304 6703 0 0 0 38 5 0 0 20 0 18 0 31926350 19384713216 14581 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
/proc/17069/statm: 4732596 14581 5344 1 0 547710 0
[pid=17069/tid=17071] ppid=17066 vsize=18930384 memory=-6000919481279997294 CPUtime=0.24 cores=1,3
/proc/17069/task/17071/stat : 17071 (java) R 17066 17069 15550 0 -1 4194368 5126 0 0 0 21 3 0 0 20 0 18 0 31926352 19384713216 14581 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
[pid=17069/tid=17080] ppid=17066 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/17069/task/17080/stat : 17080 (Finalizer) S 17066 17069 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31926356 19384713216 14581 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
[pid=17069/tid=17087] ppid=17066 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/17069/task/17087/stat : 17087 (Common-Cleaner) S 17066 17069 15550 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 31926357 19384713216 14581 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58324 KiB

[startup+0.700332 s]
/proc/loadavg: 4.41 4.20 4.16 7/326 17088
/proc/meminfo: memFree=122673504/131382120 swapFree=33010684/33010684
[pid=17069] ppid=17066 vsize=18996948 memory=77648 CPUtime=1.12 cores=1,3
/proc/17069/stat : 17069 (java) S 17066 17069 15550 0 -1 4194304 8437 0 0 0 106 6 0 0 20 0 19 0 31926350 19452874752 19412 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
/proc/17069/statm: 4749237 19412 5440 1 0 548927 0
[pid=17069/tid=17071] ppid=17066 vsize=18996948 memory=17024 CPUtime=0.59 cores=1,3
/proc/17069/task/17071/stat : 17071 (java) R 17066 17069 15550 0 -1 4194368 5445 0 0 0 55 4 0 0 20 0 19 0 31926352 19452874752 19412 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
[pid=17069/tid=17080] ppid=17066 vsize=18996948 memory=11264 CPUtime=0 cores=1,3
/proc/17069/task/17080/stat : 17080 (Finalizer) S 17066 17069 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31926356 19452874752 19412 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
[pid=17069/tid=17087] ppid=17066 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/17069/task/17087/stat : 17087 (Common-Cleaner) S 17066 17069 15550 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 31926357 19452874752 19412 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
[pid=17069/tid=17088] ppid=17066 vsize=18996948 memory=4896 CPUtime=0 cores=1,3
/proc/17069/task/17088/stat : 17088 (Timer-0) S 17066 17069 15550 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31926396 19452874752 19412 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 77648 KiB

[startup+1.5003 s]
/proc/loadavg: 4.41 4.20 4.16 6/326 17088
/proc/meminfo: memFree=122619692/131382120 swapFree=33010684/33010684
[pid=17069] ppid=17066 vsize=19063512 memory=169244 CPUtime=2.71 cores=1,3
/proc/17069/stat : 17069 (java) S 17066 17069 15550 0 -1 4194304 18921 0 0 0 260 11 0 0 20 0 20 0 31926350 19521036288 42311 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
/proc/17069/statm: 4765878 42311 5472 1 0 552304 0
[pid=17069/tid=17071] ppid=17066 vsize=19063512 memory=0 CPUtime=1.28 cores=1,3
/proc/17069/task/17071/stat : 17071 (java) R 17066 17069 15550 0 -1 4194368 6046 0 0 0 123 5 0 0 20 0 20 0 31926352 19521036288 42311 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
[pid=17069/tid=17080] ppid=17066 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/17069/task/17080/stat : 17080 (Finalizer) S 17066 17069 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31926356 19521036288 42311 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
[pid=17069/tid=17087] ppid=17066 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/17069/task/17087/stat : 17087 (Common-Cleaner) S 17066 17069 15550 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 31926357 19521036288 42311 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
[pid=17069/tid=17088] ppid=17066 vsize=19063512 memory=4896 CPUtime=0 cores=1,3
/proc/17069/task/17088/stat : 17088 (Timer-0) S 17066 17069 15550 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31926396 19521036288 42311 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
Current children cumulated CPU time: 2.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 169244 KiB

[startup+3.10564 s]
/proc/loadavg: 4.41 4.20 4.16 6/327 17089
/proc/meminfo: memFree=122414612/131382120 swapFree=33010684/33010684
[pid=17069] ppid=17066 vsize=19063512 memory=344396 CPUtime=5.88 cores=1,3
/proc/17069/stat : 17069 (java) S 17066 17069 15550 0 -1 4194304 31434 0 0 0 571 17 0 0 20 0 20 0 31926350 19521036288 86099 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
/proc/17069/statm: 4765878 86099 5472 1 0 558058 0
[pid=17069/tid=17071] ppid=17066 vsize=19063512 memory=11264 CPUtime=2.82 cores=1,3
/proc/17069/task/17071/stat : 17071 (java) R 17066 17069 15550 0 -1 4194368 7211 0 0 0 273 9 0 0 20 0 20 0 31926352 19521036288 86099 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
[pid=17069/tid=17080] ppid=17066 vsize=19063512 memory=-6000919481279997294 CPUtime=0 cores=1,3
/proc/17069/task/17080/stat : 17080 (Finalizer) S 17066 17069 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31926356 19521036288 86099 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
[pid=17069/tid=17087] ppid=17066 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/17069/task/17087/stat : 17087 (Common-Cleaner) S 17066 17069 15550 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 31926357 19521036288 86099 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
[pid=17069/tid=17088] ppid=17066 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/17069/task/17088/stat : 17088 (Timer-0) S 17066 17069 15550 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31926396 19521036288 86099 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
Current children cumulated CPU time: 5.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 344396 KiB

[startup+6.30027 s]
/proc/loadavg: 4.38 4.20 4.16 5/327 17090
/proc/meminfo: memFree=121974828/131382120 swapFree=33010684/33010684
[pid=17069] ppid=17066 vsize=19063512 memory=744376 CPUtime=11.45 cores=1,3
/proc/17069/stat : 17069 (java) S 17066 17069 15550 0 -1 4194304 32800 0 0 0 1119 26 0 0 20 0 20 0 31926350 19521036288 186094 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
/proc/17069/statm: 4765878 186094 5472 1 0 558714 0
[pid=17069/tid=17071] ppid=17066 vsize=19063512 memory=0 CPUtime=5.96 cores=1,3
/proc/17069/task/17071/stat : 17071 (java) R 17066 17069 15550 0 -1 4194368 7608 0 0 0 580 16 0 0 20 0 20 0 31926352 19521036288 186094 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
[pid=17069/tid=17080] ppid=17066 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/17069/task/17080/stat : 17080 (Finalizer) S 17066 17069 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31926356 19521036288 186094 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
[pid=17069/tid=17087] ppid=17066 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/17069/task/17087/stat : 17087 (Common-Cleaner) S 17066 17069 15550 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 31926357 19521036288 186094 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
[pid=17069/tid=17088] ppid=17066 vsize=19063512 memory=169372 CPUtime=0 cores=1,3
/proc/17069/task/17088/stat : 17088 (Timer-0) S 17066 17069 15550 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31926396 19521036288 186094 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
Current children cumulated CPU time: 11.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 744376 KiB

[startup+12.7004 s]
/proc/loadavg: 4.35 4.19 4.16 6/327 17090
/proc/meminfo: memFree=121358436/131382120 swapFree=33010684/33010684
[pid=17069] ppid=17066 vsize=19063512 memory=1432044 CPUtime=18.43 cores=1,3
/proc/17069/stat : 17069 (java) S 17066 17069 15550 0 -1 4194304 40056 0 0 0 1799 44 0 0 20 0 20 0 31926350 19521036288 358011 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
/proc/17069/statm: 4765878 358011 5472 1 0 665228 0
[pid=17069/tid=17071] ppid=17066 vsize=19063512 memory=169372 CPUtime=12.22 cores=1,3
/proc/17069/task/17071/stat : 17071 (java) R 17066 17069 15550 0 -1 4194368 9477 0 0 0 1190 32 0 0 20 0 20 0 31926352 19521036288 358011 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
[pid=17069/tid=17080] ppid=17066 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/17069/task/17080/stat : 17080 (Finalizer) S 17066 17069 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31926356 19521036288 358011 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
[pid=17069/tid=17087] ppid=17066 vsize=19063512 memory=1241580 CPUtime=0 cores=1,3
/proc/17069/task/17087/stat : 17087 (Common-Cleaner) S 17066 17069 15550 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 31926357 19521036288 358011 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
[pid=17069/tid=17088] ppid=17066 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/17069/task/17088/stat : 17088 (Timer-0) S 17066 17069 15550 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31926396 19521036288 358011 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
Current children cumulated CPU time: 18.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1432044 KiB

[startup+25.5004 s]
/proc/loadavg: 4.30 4.19 4.15 5/327 17090
/proc/meminfo: memFree=121111396/131382120 swapFree=33010684/33010684
[pid=17069] ppid=17066 vsize=19063512 memory=1581680 CPUtime=31.76 cores=1,3
/proc/17069/stat : 17069 (java) S 17066 17069 15550 0 -1 4194304 43924 0 0 0 3127 49 0 0 20 0 20 0 31926350 19521036288 395420 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
/proc/17069/statm: 4765878 395420 5472 1 0 665240 0
[pid=17069/tid=17071] ppid=17066 vsize=19063512 memory=-6000919481279997294 CPUtime=24.87 cores=1,3
/proc/17069/task/17071/stat : 17071 (java) R 17066 17069 15550 0 -1 4194368 11388 0 0 0 2451 36 0 0 20 0 20 0 31926352 19521036288 395420 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
[pid=17069/tid=17080] ppid=17066 vsize=19063512 memory=17024 CPUtime=0 cores=1,3
/proc/17069/task/17080/stat : 17080 (Finalizer) S 17066 17069 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31926356 19521036288 395420 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
[pid=17069/tid=17087] ppid=17066 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/17069/task/17087/stat : 17087 (Common-Cleaner) S 17066 17069 15550 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 31926357 19521036288 395420 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
[pid=17069/tid=17088] ppid=17066 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/17069/task/17088/stat : 17088 (Timer-0) S 17066 17069 15550 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31926396 19521036288 395420 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
Current children cumulated CPU time: 31.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1581680 KiB

[startup+51.1087 s]
/proc/loadavg: 4.29 4.20 4.16 5/327 17090
/proc/meminfo: memFree=121101464/131382120 swapFree=33010684/33010684
[pid=17069] ppid=17066 vsize=19063512 memory=1607844 CPUtime=58.66 cores=1,3
/proc/17069/stat : 17069 (java) S 17066 17069 15550 0 -1 4194304 52701 0 0 0 5812 54 0 0 20 0 20 0 31926350 19521036288 401961 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
/proc/17069/statm: 4765878 401961 5472 1 0 665272 0
[pid=17069/tid=17071] ppid=17066 vsize=19063512 memory=1607844 CPUtime=49.85 cores=1,3
/proc/17069/task/17071/stat : 17071 (java) R 17066 17069 15550 0 -1 4194368 13635 0 0 0 4948 37 0 0 20 0 20 0 31926352 19521036288 401961 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
[pid=17069/tid=17080] ppid=17066 vsize=19063512 memory=1603708 CPUtime=0 cores=1,3
/proc/17069/task/17080/stat : 17080 (Finalizer) S 17066 17069 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31926356 19521036288 401961 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0

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

/proc/meminfo: memFree=121190452/131382120 swapFree=33010684/33010684
[pid=17069] ppid=17066 vsize=19063512 memory=2260568 CPUtime=3286.76 cores=1,3
/proc/17069/stat : 17069 (java) S 17066 17069 15550 0 -1 4194304 100292 0 0 0 328349 327 0 0 20 0 20 0 31926350 19521036288 565142 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
/proc/17069/statm: 4765878 565142 5472 1 0 665427 0
[pid=17069/tid=17071] ppid=17066 vsize=19063512 memory=2256472 CPUtime=3237.6 cores=1,3
/proc/17069/task/17071/stat : 17071 (java) R 17066 17069 15550 0 -1 4194368 44530 0 0 0 323662 98 0 0 20 0 20 0 31926352 19521036288 565142 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
[pid=17069/tid=17080] ppid=17066 vsize=19063512 memory=2256472 CPUtime=0 cores=1,3
/proc/17069/task/17080/stat : 17080 (Finalizer) S 17066 17069 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31926356 19521036288 565142 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
[pid=17069/tid=17087] ppid=17066 vsize=19063512 memory=17024 CPUtime=0 cores=1,3
/proc/17069/task/17087/stat : 17087 (Common-Cleaner) S 17066 17069 15550 0 -1 4194368 1457 0 0 0 0 0 0 0 20 0 20 0 31926357 19521036288 565142 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
[pid=17069/tid=17088] ppid=17066 vsize=19063512 memory=2258520 CPUtime=0 cores=1,3
/proc/17069/task/17088/stat : 17088 (Timer-0) S 17066 17069 15550 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31926396 19521036288 565142 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
Current children cumulated CPU time: 3286.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2260568 KiB

[startup+3342.3 s]
/proc/loadavg: 4.21 4.22 4.20 5/326 17452
/proc/meminfo: memFree=121151284/131382120 swapFree=33010684/33010684
[pid=17069] ppid=17066 vsize=19063512 memory=2270808 CPUtime=3346.76 cores=1,3
/proc/17069/stat : 17069 (java) S 17066 17069 15550 0 -1 4194304 100325 0 0 0 334344 332 0 0 20 0 20 0 31926350 19521036288 567702 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
/proc/17069/statm: 4765878 567702 5472 1 0 665427 0
[pid=17069/tid=17071] ppid=17066 vsize=19063512 memory=19968 CPUtime=3297 cores=1,3
/proc/17069/task/17071/stat : 17071 (java) R 17066 17069 15550 0 -1 4194368 44547 0 0 0 329601 99 0 0 20 0 20 0 31926352 19521036288 567702 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
[pid=17069/tid=17080] ppid=17066 vsize=19063512 memory=2266712 CPUtime=0 cores=1,3
/proc/17069/task/17080/stat : 17080 (Finalizer) S 17066 17069 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31926356 19521036288 567702 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
[pid=17069/tid=17087] ppid=17066 vsize=19063512 memory=2270808 CPUtime=0 cores=1,3
/proc/17069/task/17087/stat : 17087 (Common-Cleaner) S 17066 17069 15550 0 -1 4194368 1457 0 0 0 0 0 0 0 20 0 20 0 31926357 19521036288 567702 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
[pid=17069/tid=17088] ppid=17066 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/17069/task/17088/stat : 17088 (Timer-0) S 17066 17069 15550 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31926396 19521036288 567702 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
Current children cumulated CPU time: 3346.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2270808 KiB

[startup+3402.3 s]
/proc/loadavg: 4.22 4.22 4.20 5/326 17454
/proc/meminfo: memFree=121118924/131382120 swapFree=33010684/33010684
[pid=17069] ppid=17066 vsize=19063512 memory=2283096 CPUtime=3406.52 cores=1,3
/proc/17069/stat : 17069 (java) S 17066 17069 15550 0 -1 4194304 100890 0 0 0 340316 336 0 0 20 0 20 0 31926350 19521036288 570774 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
/proc/17069/statm: 4765878 570774 5472 1 0 665427 0
[pid=17069/tid=17071] ppid=17066 vsize=19063512 memory=2266712 CPUtime=3355.97 cores=1,3
/proc/17069/task/17071/stat : 17071 (java) R 17066 17069 15550 0 -1 4194368 45071 0 0 0 335497 100 0 0 20 0 20 0 31926352 19521036288 570774 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
[pid=17069/tid=17080] ppid=17066 vsize=19063512 memory=2279000 CPUtime=0 cores=1,3
/proc/17069/task/17080/stat : 17080 (Finalizer) S 17066 17069 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31926356 19521036288 570774 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
[pid=17069/tid=17087] ppid=17066 vsize=19063512 memory=2279000 CPUtime=0 cores=1,3
/proc/17069/task/17087/stat : 17087 (Common-Cleaner) S 17066 17069 15550 0 -1 4194368 1458 0 0 0 0 0 0 0 20 0 20 0 31926357 19521036288 570774 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
[pid=17069/tid=17088] ppid=17066 vsize=19063512 memory=2281048 CPUtime=0 cores=1,3
/proc/17069/task/17088/stat : 17088 (Timer-0) S 17066 17069 15550 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31926396 19521036288 570774 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
Current children cumulated CPU time: 3406.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2283096 KiB

[startup+3462.3 s]
/proc/loadavg: 4.20 4.22 4.20 5/327 17457
/proc/meminfo: memFree=121083880/131382120 swapFree=33010684/33010684
[pid=17069] ppid=17066 vsize=19063512 memory=2293336 CPUtime=3466.44 cores=1,3
/proc/17069/stat : 17069 (java) S 17066 17069 15550 0 -1 4194304 102307 0 0 0 346303 341 0 0 20 0 20 0 31926350 19521036288 573334 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
/proc/17069/statm: 4765878 573334 5472 1 0 665427 0
[pid=17069/tid=17071] ppid=17066 vsize=19063512 memory=2266712 CPUtime=3415.21 cores=1,3
/proc/17069/task/17071/stat : 17071 (java) R 17066 17069 15550 0 -1 4194368 46038 0 0 0 341420 101 0 0 20 0 20 0 31926352 19521036288 573334 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
[pid=17069/tid=17080] ppid=17066 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/17069/task/17080/stat : 17080 (Finalizer) S 17066 17069 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31926356 19521036288 573334 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
[pid=17069/tid=17087] ppid=17066 vsize=19063512 memory=2291288 CPUtime=0 cores=1,3
/proc/17069/task/17087/stat : 17087 (Common-Cleaner) S 17066 17069 15550 0 -1 4194368 1521 0 0 0 0 0 0 0 20 0 20 0 31926357 19521036288 573334 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
[pid=17069/tid=17088] ppid=17066 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/17069/task/17088/stat : 17088 (Timer-0) S 17066 17069 15550 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31926396 19521036288 573334 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
Current children cumulated CPU time: 3466.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2293336 KiB

[startup+3522.3 s]
/proc/loadavg: 4.17 4.21 4.20 5/327 17459
/proc/meminfo: memFree=121054892/131382120 swapFree=33010684/33010684
[pid=17069] ppid=17066 vsize=19063512 memory=2305628 CPUtime=3526.46 cores=1,3
/proc/17069/stat : 17069 (java) S 17066 17069 15550 0 -1 4194304 103559 0 0 0 352300 346 0 0 20 0 20 0 31926350 19521036288 576407 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
/proc/17069/statm: 4765878 576407 5472 1 0 665427 0
[pid=17069/tid=17071] ppid=17066 vsize=19063512 memory=2305628 CPUtime=3474.5 cores=1,3
/proc/17069/task/17071/stat : 17071 (java) R 17066 17069 15550 0 -1 4194368 46907 0 0 0 347348 102 0 0 20 0 20 0 31926352 19521036288 576407 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
[pid=17069/tid=17080] ppid=17066 vsize=19063512 memory=2291288 CPUtime=0 cores=1,3
/proc/17069/task/17080/stat : 17080 (Finalizer) S 17066 17069 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31926356 19521036288 576407 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
[pid=17069/tid=17087] ppid=17066 vsize=19063512 memory=2297436 CPUtime=0 cores=1,3
/proc/17069/task/17087/stat : 17087 (Common-Cleaner) S 17066 17069 15550 0 -1 4194368 1548 0 0 0 0 0 0 0 20 0 20 0 31926357 19521036288 576407 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
[pid=17069/tid=17088] ppid=17066 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/17069/task/17088/stat : 17088 (Timer-0) S 17066 17069 15550 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31926396 19521036288 576407 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
Current children cumulated CPU time: 3526.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2305628 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.19 4.18 5/326 17463
/proc/meminfo: memFree=120973220/131382120 swapFree=33010684/33010684
[pid=17069] ppid=17066 vsize=19063512 memory=2317916 CPUtime=3586.49 cores=1,3
/proc/17069/stat : 17069 (java) S 17066 17069 15550 0 -1 4194304 103638 0 0 0 358298 351 0 0 20 0 20 0 31926350 19521036288 579479 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
/proc/17069/statm: 4765878 579479 5472 1 0 665427 0
[pid=17069/tid=17071] ppid=17066 vsize=19063512 memory=2313820 CPUtime=3533.97 cores=1,3
/proc/17069/task/17071/stat : 17071 (java) R 17066 17069 15550 0 -1 4194368 46943 0 0 0 353295 102 0 0 20 0 20 0 31926352 19521036288 579479 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
[pid=17069/tid=17080] ppid=17066 vsize=19063512 memory=2315868 CPUtime=0 cores=1,3
/proc/17069/task/17080/stat : 17080 (Finalizer) S 17066 17069 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31926356 19521036288 579479 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
[pid=17069/tid=17087] ppid=17066 vsize=19063512 memory=14464 CPUtime=0 cores=1,3
/proc/17069/task/17087/stat : 17087 (Common-Cleaner) S 17066 17069 15550 0 -1 4194368 1552 0 0 0 0 0 0 0 20 0 20 0 31926357 19521036288 579479 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
[pid=17069/tid=17088] ppid=17066 vsize=19063512 memory=17024 CPUtime=0 cores=1,3
/proc/17069/task/17088/stat : 17088 (Timer-0) S 17066 17069 15550 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31926396 19521036288 579479 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
Current children cumulated CPU time: 3586.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2317916 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3595.9 s]
/proc/loadavg: 4.10 4.18 4.18 5/328 17481
/proc/meminfo: memFree=120973600/131382120 swapFree=33010684/33010684
[pid=17069] ppid=17066 vsize=19063512 memory=2319964 CPUtime=3600.07 cores=1,3
/proc/17069/stat : 17069 (java) S 17066 17069 15550 0 -1 4194304 103659 0 0 0 359655 352 0 0 20 0 20 0 31926350 19521036288 579991 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
/proc/17069/statm: 4765878 579991 5472 1 0 665427 0
[pid=17069/tid=17071] ppid=17066 vsize=19063512 memory=2309724 CPUtime=3547.35 cores=1,3
/proc/17069/task/17071/stat : 17071 (java) R 17066 17069 15550 0 -1 4194368 46951 0 0 0 354633 102 0 0 20 0 20 0 31926352 19521036288 579991 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
[pid=17069/tid=17080] ppid=17066 vsize=19063512 memory=2303580 CPUtime=0 cores=1,3
/proc/17069/task/17080/stat : 17080 (Finalizer) S 17066 17069 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31926356 19521036288 579991 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
[pid=17069/tid=17087] ppid=17066 vsize=19063512 memory=-6000919481279997294 CPUtime=0 cores=1,3
/proc/17069/task/17087/stat : 17087 (Common-Cleaner) S 17066 17069 15550 0 -1 4194368 1552 0 0 0 0 0 0 0 20 0 20 0 31926357 19521036288 579991 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
[pid=17069/tid=17088] ppid=17066 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/17069/task/17088/stat : 17088 (Timer-0) S 17066 17069 15550 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31926396 19521036288 579991 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2319964 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.75 s, system=3.55597 s

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

[startup+3595.9 s]
/proc/loadavg: 4.10 4.18 4.18 5/328 17481
/proc/meminfo: memFree=120973600/131382120 swapFree=33010684/33010684
[pid=17069] ppid=17066 vsize=19063512 memory=2319964 CPUtime=3600.07 cores=1,3
/proc/17069/stat : 17069 (java) S 17066 17069 15550 0 -1 4194304 103659 0 0 0 359655 352 0 0 20 0 20 0 31926350 19521036288 579991 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
/proc/17069/statm: 4765878 579991 5472 1 0 665427 0
[pid=17069/tid=17071] ppid=17066 vsize=19063512 memory=2309724 CPUtime=3547.35 cores=1,3
/proc/17069/task/17071/stat : 17071 (java) R 17066 17069 15550 0 -1 4194368 46951 0 0 0 354633 102 0 0 20 0 20 0 31926352 19521036288 579991 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
[pid=17069/tid=17080] ppid=17066 vsize=19063512 memory=2303580 CPUtime=0 cores=1,3
/proc/17069/task/17080/stat : 17080 (Finalizer) S 17066 17069 15550 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31926356 19521036288 579991 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
[pid=17069/tid=17087] ppid=17066 vsize=19063512 memory=-6000919481279997294 CPUtime=0 cores=1,3
/proc/17069/task/17087/stat : 17087 (Common-Cleaner) S 17066 17069 15550 0 -1 4194368 1552 0 0 0 0 0 0 0 20 0 20 0 31926357 19521036288 579991 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
[pid=17069/tid=17088] ppid=17066 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/17069/task/17088/stat : 17088 (Timer-0) S 17066 17069 15550 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31926396 19521036288 579991 18446744073709551615 94382908047360 94382908051056 140724671503248 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94382908058872 94382908059664 94382913929216 140724671506733 140724671506918 140724671506918 140724671512520 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2319964 KiB

Child status: 143

Real time (s): 3596.03
CPU time (s): 3600.3
CPU user time (s): 3596.75
CPU system time (s): 3.55597
CPU usage (%): 100.119
Max. virtual memory (cumulated for all children) (KiB): 19065648
Max. memory (cumulated for all children) (KiB): 2319964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.75
system time used= 3.55597
maximum resident set size= 2320860
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106297
page faults= 0
swaps= 0
block input operations= 0
block output operations= 315440
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 129492
involuntary context switches= 10154


# summary of solver processes directly reported to runsolver:
#   pid: 17069
#   total CPU time (s): 3600.3
#   total CPU user time (s): 3596.75
#   total CPU system time (s): 3.55597

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.196 second user time and 37.6922 second system time

The end

Launcher Data

Begin job on nodeC002 at 2025-06-29 04:01:15
IDJOB=4495971
IDBENCH=148103
IDSOLVER=3362
FILE ID=nodeC002/4495971-1751162475
RUNJOBID= nodeC002-1751158906-15562
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-prob6.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4495971-1751162475/watcher-4495971-1751162475 -o /tmp/evaluation-result-4495971-1751162475/solver-4495971-1751162475 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751158906-15562 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4495971-1751162475 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4495971-1751162475.opb

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

MD5SUM BENCH= abfa6108019d186bb0a39186e3151874
RANDOM SEED=1817148385

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		: 3591.677
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		: 1197.591
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		: 1197.419
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.228
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		: 3602.996
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		: 3636.928
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		: 1197.390
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.394
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:        122718532 kB
MemAvailable:   122677712 kB
Buffers:            3280 kB
Cached:           770892 kB
SwapCached:            0 kB
Active:          7627456 kB
Inactive:         538704 kB
Active(anon):    7410052 kB
Inactive(anon):        0 kB
Active(file):     217404 kB
Inactive(file):   538704 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1184 kB
Writeback:            12 kB
AnonPages:       7395104 kB
Mapped:           122128 kB
Shmem:             17960 kB
KReclaimable:      85400 kB
Slab:             166676 kB
SReclaimable:      85400 kB
SUnreclaim:        81276 kB
KernelStack:        4992 kB
PageTables:        18140 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    8895072 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150456 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7141376 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 05:01:12