Trace number 4523340

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2025-06-06? (TO) 3604.08 2886.65

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/
KidneyTransplantBenchmarks/normalized-KE_410_001.opb
MD5SUM5497ad1e3ba537ab514ea8a0bae011ec
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-13240
Best CPU time to get the best result obtained on this benchmark0.242693
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12816
Total number of constraints321
Number of constraints which are clauses19
Number of constraints which are cardinality constraints (but not clauses)302
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3129
Number of terms in the objective function 12814
Biggest coefficient in the objective function 257
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 1403930
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 257
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1403930
Number of bits of the biggest sum of numbers21
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.13/0.10	c Number of processors 	2
0.13/0.14	c Pseudo Boolean Optimization by upper bound
0.13/0.14	c --- Begin Solver configuration ---
0.13/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.14	c Learn all clauses as in MiniSAT
0.13/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.14	c Expensive reason simplification
0.13/0.14	c Glucose 2.1 dynamic restart strategy
0.13/0.14	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.14	c timeout=2147483s
0.13/0.14	c DB Simplification allowed=false
0.13/0.14	c Listener: none
0.13/0.14	c --- End Solver configuration ---
0.13/0.14	c solving HOME/instance-4523340-1751601913.opb
0.13/0.14	c reading problem ... 
0.13/0.14	c  objective function found
0.51/0.31	c ... done. Wall clock time 0.163s.
0.51/0.31	c declared #vars     12816
0.51/0.31	c #constraints  321
0.51/0.31	c constraints type 
0.51/0.31	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 19
0.51/0.31	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 302
0.51/0.31	c 321 constraints processed.
0.51/0.33	c objective function length is 12814 literals
0.51/0.39	c SATISFIABLE
0.51/0.39	c OPTIMIZING...
0.51/0.39	c Got one! Elapsed wall clock time (in seconds):0.243
0.51/0.39	o -10933
11.14/9.87	c Got one! Elapsed wall clock time (in seconds):9.727
11.14/9.87	o -10937
11.28/9.91	c Got one! Elapsed wall clock time (in seconds):9.77
11.28/9.91	o -11081
31.02/28.41	c cleaning 2525 clauses out of 5050 with flag 10067/5050
51.78/47.59	c cleaning 4261 clauses out of 8522 with flag 24963/11047
80.59/72.52	c cleaning 5632 clauses out of 11266 with flag 41345/18052
118.24/104.02	c cleaning 6809 clauses out of 13627 with flag 60156/26045
165.74/141.90	c cleaning 7908 clauses out of 15822 with flag 80600/35049
221.51/195.37	c cleaning 8952 clauses out of 17911 with flag 102589/45046
279.87/244.05	c cleaning 9979 clauses out of 19958 with flag 126831/56045
337.31/298.01	c cleaning 10995 clauses out of 21992 with flag 154436/68058
409.89/358.32	c cleaning 11993 clauses out of 23988 with flag 182764/81049
477.77/422.57	c cleaning 12994 clauses out of 25991 with flag 213756/95045
581.24/513.27	c cleaning 13995 clauses out of 28000 with flag 247687/110048
679.25/596.67	c cleaning 15000 clauses out of 30004 with flag 285163/126047
787.02/696.35	c cleaning 16000 clauses out of 32007 with flag 323904/143050
915.07/810.98	c cleaning 17000 clauses out of 34004 with flag 363610/161047
1064.45/942.45	c cleaning 17992 clauses out of 36005 with flag 404946/180048
1228.46/1091.76	c cleaning 18998 clauses out of 38010 with flag 448943/200045
1399.13/1245.30	c cleaning 20000 clauses out of 40013 with flag 494799/221046
1606.70/1438.58	c cleaning 21007 clauses out of 42013 with flag 542433/243046
1783.38/1598.54	c cleaning 22002 clauses out of 44008 with flag 595054/266048
1991.01/1761.19	c cleaning 22997 clauses out of 46003 with flag 648570/290045
2234.13/1958.91	c cleaning 24005 clauses out of 48010 with flag 703472/315049
2503.66/2188.07	c cleaning 24991 clauses out of 50001 with flag 760707/341045
2769.61/2387.72	c cleaning 25997 clauses out of 52010 with flag 819220/368045
3548.42/2858.63	
3548.42/2858.63	Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "main"

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: 63665 MiB (58437 MiB free)
  memory of node 1: 64507 MiB (58996 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4523340-1751601913/watcher-4523340-1751601913 -o /tmp/evaluation-result-4523340-1751601913/solver-4523340-1751601913 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751598323-85761 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4523340-1751601913.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 VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=86248, runsolver pid=86245
Current StackSize limit: 8192 KiB


[startup+0.100023 s]*
/proc/loadavg: 4.22 4.21 4.15 6/338 86266
/proc/meminfo: memFree=120221188/131250000 swapFree=33010416/33010684
[pid=86248] ppid=86245 vsize=18930384 memory=57396 CPUtime=0.13 cores=1,3
/proc/86248/stat : 86248 (java) S 86245 86248 85745 0 -1 4194304 6462 0 0 0 11 2 0 0 20 0 18 0 75871207 19384713216 14349 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
/proc/86248/statm: 4732596 14349 5367 1 0 547604 0
[pid=86248/tid=86250] ppid=86245 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=1,3
/proc/86248/task/86250/stat : 86250 (java) R 86245 86248 85745 0 -1 4194368 5048 0 0 0 7 1 0 0 20 0 18 0 75871209 19384713216 14349 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
[pid=86248/tid=86259] ppid=86245 vsize=18930384 memory=241407623509 CPUtime=0 cores=1,3
/proc/86248/task/86259/stat : 86259 (Finalizer) S 86245 86248 85745 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 75871211 19384713216 14349 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
[pid=86248/tid=86266] ppid=86245 vsize=18930384 memory=61784027586760 CPUtime=0 cores=1,3
/proc/86248/task/86266/stat : 86266 (Common-Cleaner) S 86245 86248 85745 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 75871211 19384713216 14349 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57396 KiB

[startup+0.20578 s]*
/proc/loadavg: 4.22 4.21 4.15 7/338 86266
/proc/meminfo: memFree=120208900/131250000 swapFree=33010416/33010684
[pid=86248] ppid=86245 vsize=18930384 memory=70092 CPUtime=0.31 cores=1,3
/proc/86248/stat : 86248 (java) S 86245 86248 85745 0 -1 4194304 7080 0 0 0 29 2 0 0 20 0 18 0 75871207 19384713216 17523 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
/proc/86248/statm: 4732596 17523 5431 1 0 548128 0
[pid=86248/tid=86250] ppid=86245 vsize=18930384 memory=4026794268 CPUtime=0.17 cores=1,3
/proc/86248/task/86250/stat : 86250 (java) R 86245 86248 85745 0 -1 4194368 5267 0 0 0 16 1 0 0 20 0 18 0 75871209 19384713216 17523 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
[pid=86248/tid=86259] ppid=86245 vsize=18930384 memory=18954 CPUtime=0 cores=1,3
/proc/86248/task/86259/stat : 86259 (Finalizer) S 86245 86248 85745 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 75871211 19384713216 17523 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
[pid=86248/tid=86266] ppid=86245 vsize=18930384 memory=60684515935208 CPUtime=0 cores=1,3
/proc/86248/task/86266/stat : 86266 (Common-Cleaner) S 86245 86248 85745 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 75871211 19384713216 17523 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 70092 KiB

[startup+0.305812 s]*
/proc/loadavg: 4.22 4.21 4.15 7/338 86266
/proc/meminfo: memFree=120151556/131250000 swapFree=33010416/33010684
[pid=86248] ppid=86245 vsize=18930384 memory=130432 CPUtime=0.51 cores=1,3
/proc/86248/stat : 86248 (java) S 86245 86248 85745 0 -1 4194304 8986 0 0 0 47 4 0 0 20 0 18 0 75871207 19384713216 32608 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
/proc/86248/statm: 4732596 32608 5431 1 0 549410 0
[pid=86248/tid=86250] ppid=86245 vsize=18930384 memory=-6000919485608388199 CPUtime=0.26 cores=1,3
/proc/86248/task/86250/stat : 86250 (java) R 86245 86248 85745 0 -1 4194368 5313 0 0 0 24 2 0 0 20 0 18 0 75871209 19384713216 32608 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
[pid=86248/tid=86259] ppid=86245 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/86248/task/86259/stat : 86259 (Finalizer) S 86245 86248 85745 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 75871211 19384713216 32608 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
[pid=86248/tid=86266] ppid=86245 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/86248/task/86266/stat : 86266 (Common-Cleaner) S 86245 86248 85745 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 75871211 19384713216 32608 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 130432 KiB

[startup+0.700245 s]
/proc/loadavg: 4.22 4.21 4.15 6/339 86267
/proc/meminfo: memFree=120122384/131250000 swapFree=33010416/33010684
[pid=86248] ppid=86245 vsize=18996948 memory=154600 CPUtime=1.26 cores=1,3
/proc/86248/stat : 86248 (java) S 86245 86248 85745 0 -1 4194304 14717 0 0 0 121 5 0 0 20 0 19 0 75871207 19452874752 38650 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
/proc/86248/statm: 4749237 38650 5495 1 0 553629 0
[pid=86248/tid=86250] ppid=86245 vsize=18996948 memory=18816 CPUtime=0.61 cores=1,3
/proc/86248/task/86250/stat : 86250 (java) R 86245 86248 85745 0 -1 4194368 5432 0 0 0 58 3 0 0 20 0 19 0 75871209 19452874752 38650 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
[pid=86248/tid=86259] ppid=86245 vsize=18996948 memory=10880 CPUtime=0 cores=1,3
/proc/86248/task/86259/stat : 86259 (Finalizer) S 86245 86248 85745 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 75871211 19452874752 38650 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
[pid=86248/tid=86266] ppid=86245 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/86248/task/86266/stat : 86266 (Common-Cleaner) S 86245 86248 85745 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 75871211 19452874752 38650 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
[pid=86248/tid=86267] ppid=86245 vsize=18996948 memory=4760 CPUtime=0 cores=1,3
/proc/86248/task/86267/stat : 86267 (Timer-0) S 86245 86248 85745 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 75871242 19452874752 38650 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 154600 KiB

[startup+1.50021 s]
/proc/loadavg: 4.22 4.21 4.15 7/339 86267
/proc/meminfo: memFree=120056600/131250000 swapFree=33010416/33010684
[pid=86248] ppid=86245 vsize=19063512 memory=199176 CPUtime=2.57 cores=1,3
/proc/86248/stat : 86248 (java) S 86245 86248 85745 0 -1 4194304 17387 0 0 0 250 7 0 0 20 0 20 0 75871207 19521036288 49794 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
/proc/86248/statm: 4765878 49794 5527 1 0 553925 0
[pid=86248/tid=86250] ppid=86245 vsize=19063512 memory=0 CPUtime=1.37 cores=1,3
/proc/86248/task/86250/stat : 86250 (java) R 86245 86248 85745 0 -1 4194368 5599 0 0 0 134 3 0 0 20 0 20 0 75871209 19521036288 49794 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
[pid=86248/tid=86259] ppid=86245 vsize=19063512 memory=10880 CPUtime=0 cores=1,3
/proc/86248/task/86259/stat : 86259 (Finalizer) S 86245 86248 85745 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75871211 19521036288 49794 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
[pid=86248/tid=86266] ppid=86245 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/86248/task/86266/stat : 86266 (Common-Cleaner) S 86245 86248 85745 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 75871211 19521036288 49794 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
[pid=86248/tid=86267] ppid=86245 vsize=19063512 memory=4760 CPUtime=0 cores=1,3
/proc/86248/task/86267/stat : 86267 (Timer-0) S 86245 86248 85745 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75871242 19521036288 49794 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
Current children cumulated CPU time: 2.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 199176 KiB

[startup+3.1057 s]
/proc/loadavg: 4.22 4.21 4.15 6/340 86268
/proc/meminfo: memFree=120019484/131250000 swapFree=33010416/33010684
[pid=86248] ppid=86245 vsize=19063512 memory=199176 CPUtime=4.23 cores=1,3
/proc/86248/stat : 86248 (java) S 86245 86248 85745 0 -1 4194304 17951 0 0 0 416 7 0 0 20 0 20 0 75871207 19521036288 49794 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
/proc/86248/statm: 4765878 49794 5527 1 0 553942 0
[pid=86248/tid=86250] ppid=86245 vsize=19063512 memory=10880 CPUtime=2.96 cores=1,3
/proc/86248/task/86250/stat : 86250 (java) R 86245 86248 85745 0 -1 4194368 5891 0 0 0 293 3 0 0 20 0 20 0 75871209 19521036288 49794 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
[pid=86248/tid=86259] ppid=86245 vsize=19063512 memory=-6000919485608388199 CPUtime=0 cores=1,3
/proc/86248/task/86259/stat : 86259 (Finalizer) S 86245 86248 85745 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75871211 19521036288 49794 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
[pid=86248/tid=86266] ppid=86245 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/86248/task/86266/stat : 86266 (Common-Cleaner) S 86245 86248 85745 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 75871211 19521036288 49794 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
[pid=86248/tid=86267] ppid=86245 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/86248/task/86267/stat : 86267 (Timer-0) S 86245 86248 85745 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75871242 19521036288 49794 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
Current children cumulated CPU time: 4.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 199176 KiB

[startup+6.30023 s]
/proc/loadavg: 4.20 4.20 4.15 6/339 86268
/proc/meminfo: memFree=119908832/131250000 swapFree=33010416/33010684
[pid=86248] ppid=86245 vsize=19063512 memory=360812 CPUtime=7.57 cores=1,3
/proc/86248/stat : 86248 (java) S 86245 86248 85745 0 -1 4194304 19356 0 0 0 746 11 0 0 20 0 20 0 75871207 19521036288 90203 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
/proc/86248/statm: 4765878 90203 5527 1 0 553943 0
[pid=86248/tid=86250] ppid=86245 vsize=19063512 memory=0 CPUtime=5.99 cores=1,3
/proc/86248/task/86250/stat : 86250 (java) R 86245 86248 85745 0 -1 4194368 5999 0 0 0 596 3 0 0 20 0 20 0 75871209 19521036288 90203 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
[pid=86248/tid=86259] ppid=86245 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/86248/task/86259/stat : 86259 (Finalizer) S 86245 86248 85745 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75871211 19521036288 90203 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
[pid=86248/tid=86266] ppid=86245 vsize=19063512 memory=10880 CPUtime=0 cores=1,3
/proc/86248/task/86266/stat : 86266 (Common-Cleaner) S 86245 86248 85745 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 75871211 19521036288 90203 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
[pid=86248/tid=86267] ppid=86245 vsize=19063512 memory=199176 CPUtime=0 cores=1,3
/proc/86248/task/86267/stat : 86267 (Timer-0) S 86245 86248 85745 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75871242 19521036288 90203 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
Current children cumulated CPU time: 7.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 360812 KiB

[startup+12.7002 s]
/proc/loadavg: 4.27 4.22 4.15 5/339 86268
/proc/meminfo: memFree=119261272/131250000 swapFree=33010416/33010684
[pid=86248] ppid=86245 vsize=19063512 memory=522668 CPUtime=14.2 cores=1,3
/proc/86248/stat : 86248 (java) S 86245 86248 85745 0 -1 4194304 23025 0 0 0 1405 15 0 0 20 0 20 0 75871207 19521036288 130667 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
/proc/86248/statm: 4765878 130667 5527 1 0 553943 0
[pid=86248/tid=86250] ppid=86245 vsize=19063512 memory=199176 CPUtime=12.22 cores=1,3
/proc/86248/task/86250/stat : 86250 (java) R 86245 86248 85745 0 -1 4194368 7009 0 0 0 1219 3 0 0 20 0 20 0 75871209 19521036288 130667 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
[pid=86248/tid=86259] ppid=86245 vsize=19063512 memory=522668 CPUtime=0 cores=1,3
/proc/86248/task/86259/stat : 86259 (Finalizer) S 86245 86248 85745 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75871211 19521036288 130667 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
[pid=86248/tid=86266] ppid=86245 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/86248/task/86266/stat : 86266 (Common-Cleaner) S 86245 86248 85745 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 75871211 19521036288 130667 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
[pid=86248/tid=86267] ppid=86245 vsize=19063512 memory=10880 CPUtime=0 cores=1,3
/proc/86248/task/86267/stat : 86267 (Timer-0) S 86245 86248 85745 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75871242 19521036288 130667 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
Current children cumulated CPU time: 14.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 522668 KiB

[startup+25.5002 s]
/proc/loadavg: 4.44 4.25 4.16 5/339 86335
/proc/meminfo: memFree=119625084/131250000 swapFree=33010416/33010684
[pid=86248] ppid=86245 vsize=19063512 memory=1648184 CPUtime=27.89 cores=1,3
/proc/86248/stat : 86248 (java) S 86245 86248 85745 0 -1 4194304 27712 0 0 0 2751 38 0 0 20 0 20 0 75871207 19521036288 412046 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
/proc/86248/statm: 4765878 412046 5527 1 0 787886 0
[pid=86248/tid=86250] ppid=86245 vsize=19063512 memory=1070532 CPUtime=24.22 cores=1,3
/proc/86248/task/86250/stat : 86250 (java) S 86245 86248 85745 0 -1 4194368 7814 0 0 0 2414 8 0 0 20 0 20 0 75871209 19521036288 412046 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
[pid=86248/tid=86259] ppid=86245 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/86248/task/86259/stat : 86259 (Finalizer) S 86245 86248 85745 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75871211 19521036288 412046 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
[pid=86248/tid=86266] ppid=86245 vsize=19063512 memory=18816 CPUtime=0 cores=1,3
/proc/86248/task/86266/stat : 86266 (Common-Cleaner) S 86245 86248 85745 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 75871211 19521036288 412046 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
[pid=86248/tid=86267] ppid=86245 vsize=19063512 memory=279659279592400 CPUtime=0 cores=1,3
/proc/86248/task/86267/stat : 86267 (Timer-0) S 86245 86248 85745 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75871242 19521036288 412046 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
Current children cumulated CPU time: 27.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1648184 KiB

[startup+51.1057 s]
/proc/loadavg: 4.49 4.28 4.18 5/340 86408
/proc/meminfo: memFree=116772012/131250000 swapFree=33010416/33010684
[pid=86248] ppid=86245 vsize=19063512 memory=3989724 CPUtime=58.01 cores=1,3
/proc/86248/stat : 86248 (java) S 86245 86248 85745 0 -1 4194304 46812 0 0 0 5712 89 0 0 20 0 20 0 75871207 19521036288 997431 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
/proc/86248/statm: 4765878 997431 5559 1 0 1684220 0
[pid=86248/tid=86250] ppid=86245 vsize=19063512 memory=14720 CPUtime=47.74 cores=1,3
/proc/86248/task/86250/stat : 86250 (java) R 86245 86248 85745 0 -1 4194368 10283 0 0 0 4755 19 0 0 20 0 20 0 75871209 19521036288 997431 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
[pid=86248/tid=86259] ppid=86245 vsize=19063512 memory=10880 CPUtime=0 cores=1,3
/proc/86248/task/86259/stat : 86259 (Finalizer) S 86245 86248 85745 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75871211 19521036288 997431 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
[pid=86248/tid=86266] ppid=86245 vsize=19063512 memory=5760 CPUtime=0 cores=1,3

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

/proc/86248/stat : 86248 (java) S 86245 86248 85745 0 -1 4194304 415563 0 1 0 331186 573 0 0 20 0 20 0 75871207 19521036288 4072768 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
/proc/86248/statm: 4765878 4072768 5591 1 0 4085647 0
[pid=86248/tid=86250] ppid=86245 vsize=19063512 memory=1792 CPUtime=2405.06 cores=1,3
/proc/86248/task/86250/stat : 86250 (java) S 86245 86248 85745 0 -1 4194368 193956 0 0 0 240417 89 0 0 20 0 20 0 75871209 19521036288 4072768 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
[pid=86248/tid=86259] ppid=86245 vsize=19063512 memory=16291088 CPUtime=0 cores=1,3
/proc/86248/task/86259/stat : 86259 (Finalizer) S 86245 86248 85745 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75871211 19521036288 4072768 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
[pid=86248/tid=86266] ppid=86245 vsize=19063512 memory=16291072 CPUtime=0 cores=1,3
/proc/86248/task/86266/stat : 86266 (Common-Cleaner) S 86245 86248 85745 0 -1 4194368 1916 0 0 0 0 0 0 0 20 0 20 0 75871211 19521036288 4072768 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
[pid=86248/tid=86267] ppid=86245 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/86248/task/86267/stat : 86267 (Timer-0) S 86245 86248 85745 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75871242 19521036288 4072768 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
Current children cumulated CPU time: 3317.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16291072 KiB

[startup+2802.3 s]
/proc/loadavg: 5.11 4.76 4.52 6/340 86533
/proc/meminfo: memFree=91463276/131250000 swapFree=33010416/33010684
[pid=86248] ppid=86245 vsize=19063512 memory=16291072 CPUtime=3436.67 cores=1,3
/proc/86248/stat : 86248 (java) S 86245 86248 85745 0 -1 4194304 424799 0 1 0 343090 577 0 0 20 0 20 0 75871207 19521036288 4072768 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
/proc/86248/statm: 4765878 4072768 5591 1 0 4085647 0
[pid=86248/tid=86250] ppid=86245 vsize=19063512 memory=16291072 CPUtime=2405.06 cores=1,3
/proc/86248/task/86250/stat : 86250 (java) S 86245 86248 85745 0 -1 4194368 193988 0 0 0 240417 89 0 0 20 0 20 0 75871209 19521036288 4072768 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
[pid=86248/tid=86259] ppid=86245 vsize=19063512 memory=16291072 CPUtime=0 cores=1,3
/proc/86248/task/86259/stat : 86259 (Finalizer) S 86245 86248 85745 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75871211 19521036288 4072768 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
[pid=86248/tid=86266] ppid=86245 vsize=19063512 memory=16291072 CPUtime=0 cores=1,3
/proc/86248/task/86266/stat : 86266 (Common-Cleaner) S 86245 86248 85745 0 -1 4194368 1951 0 0 0 0 0 0 0 20 0 20 0 75871211 19521036288 4072768 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
[pid=86248/tid=86267] ppid=86245 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/86248/task/86267/stat : 86267 (Timer-0) S 86245 86248 85745 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75871242 19521036288 4072768 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
Current children cumulated CPU time: 3436.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16291072 KiB

[startup+2862.3 s]
/proc/loadavg: 5.14 4.84 4.56 6/339 86534
/proc/meminfo: memFree=91463340/131250000 swapFree=33010416/33010684
[pid=86248] ppid=86245 vsize=19063512 memory=16291072 CPUtime=3555.76 cores=1,3
/proc/86248/stat : 86248 (java) S 86245 86248 85745 0 -1 4194304 433211 0 1 0 354996 580 0 0 20 0 20 0 75871207 19521036288 4072768 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
/proc/86248/statm: 4765878 4072768 5591 1 0 4085647 0
[pid=86248/tid=86250] ppid=86245 vsize=19063512 memory=16291072 CPUtime=2405.06 cores=1,3
/proc/86248/task/86250/stat : 86250 (java) S 86245 86248 85745 0 -1 4194368 194049 0 0 0 240417 89 0 0 20 0 20 0 75871209 19521036288 4072768 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
[pid=86248/tid=86259] ppid=86245 vsize=19063512 memory=16291072 CPUtime=0 cores=1,3
/proc/86248/task/86259/stat : 86259 (Finalizer) S 86245 86248 85745 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75871211 19521036288 4072768 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
[pid=86248/tid=86266] ppid=86245 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/86248/task/86266/stat : 86266 (Common-Cleaner) S 86245 86248 85745 0 -1 4194368 1988 0 0 0 0 0 0 0 20 0 20 0 75871211 19521036288 4072768 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
[pid=86248/tid=86267] ppid=86245 vsize=19063512 memory=16291072 CPUtime=0 cores=1,3
/proc/86248/task/86267/stat : 86267 (Timer-0) S 86245 86248 85745 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75871242 19521036288 4072768 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
Current children cumulated CPU time: 3555.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16291072 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2884.6 s]
/proc/loadavg: 5.10 4.85 4.57 6/339 86535
/proc/meminfo: memFree=91463428/131250000 swapFree=33010416/33010684
[pid=86248] ppid=86245 vsize=19063512 memory=16291072 CPUtime=3600.06 cores=1,3
/proc/86248/stat : 86248 (java) S 86245 86248 85745 0 -1 4194304 436070 0 1 0 359426 580 0 0 20 0 20 0 75871207 19521036288 4072768 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
/proc/86248/statm: 4765878 4072768 5591 1 0 4085647 0
[pid=86248/tid=86250] ppid=86245 vsize=19063512 memory=2688 CPUtime=2405.06 cores=1,3
/proc/86248/task/86250/stat : 86250 (java) S 86245 86248 85745 0 -1 4194368 194049 0 0 0 240417 89 0 0 20 0 20 0 75871209 19521036288 4072768 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
[pid=86248/tid=86259] ppid=86245 vsize=19063512 memory=2116 CPUtime=0 cores=1,3
/proc/86248/task/86259/stat : 86259 (Finalizer) S 86245 86248 85745 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75871211 19521036288 4072768 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
[pid=86248/tid=86266] ppid=86245 vsize=19063512 memory=2432 CPUtime=0 cores=1,3
/proc/86248/task/86266/stat : 86266 (Common-Cleaner) S 86245 86248 85745 0 -1 4194368 1988 0 0 0 0 0 0 0 20 0 20 0 75871211 19521036288 4072768 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
[pid=86248/tid=86267] ppid=86245 vsize=19063512 memory=3456 CPUtime=0 cores=1,3
/proc/86248/task/86267/stat : 86267 (Timer-0) S 86245 86248 85745 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75871242 19521036288 4072768 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16291072 KiB

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

[startup+2886.65 s]
# the end of solver process 86248 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

# cumulated CPU time of all completed processes:  user=3598.23 s, system=5.84987 s

Solver just ended.
Dumping a history of the last processes samples

[startup+2884.8 s]
/proc/loadavg: 5.10 4.85 4.57 6/339 86535
/proc/meminfo: memFree=91463428/131250000 swapFree=33010416/33010684
[pid=86248] ppid=86245 vsize=19063512 memory=16291072 CPUtime=3600.46 cores=1,3
/proc/86248/stat : 86248 (java) S 86245 86248 85745 0 -1 4194304 436074 0 1 0 359466 580 0 0 20 0 20 0 75871207 19521036288 4072768 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
/proc/86248/statm: 4765878 4072768 5591 1 0 4085647 0
[pid=86248/tid=86250] ppid=86245 vsize=19063512 memory=2944 CPUtime=2405.06 cores=1,3
/proc/86248/task/86250/stat : 86250 (java) S 86245 86248 85745 0 -1 4194368 194049 0 0 0 240417 89 0 0 20 0 20 0 75871209 19521036288 4072768 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
[pid=86248/tid=86259] ppid=86245 vsize=19063512 memory=6784 CPUtime=0 cores=1,3
/proc/86248/task/86259/stat : 86259 (Finalizer) S 86245 86248 85745 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75871211 19521036288 4072768 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
[pid=86248/tid=86266] ppid=86245 vsize=19063512 memory=16291072 CPUtime=0 cores=1,3
/proc/86248/task/86266/stat : 86266 (Common-Cleaner) S 86245 86248 85745 0 -1 4194368 1988 0 0 0 0 0 0 0 20 0 20 0 75871211 19521036288 4072768 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
[pid=86248/tid=86267] ppid=86245 vsize=19063512 memory=6680 CPUtime=0 cores=1,3
/proc/86248/task/86267/stat : 86267 (Timer-0) S 86245 86248 85745 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75871242 19521036288 4072768 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
Current children cumulated CPU time: 3600.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16291072 KiB

[startup+2885.6 s]
/proc/loadavg: 5.10 4.85 4.57 6/339 86535
/proc/meminfo: memFree=91463428/131250000 swapFree=33010416/33010684
[pid=86248] ppid=86245 vsize=19063512 memory=16291072 CPUtime=3602.03 cores=1,3
/proc/86248/stat : 86248 (java) S 86245 86248 85745 0 -1 4194304 436094 0 1 0 359623 580 0 0 20 0 20 0 75871207 19521036288 4072768 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
/proc/86248/statm: 4765878 4072768 5591 1 0 4085647 0
[pid=86248/tid=86250] ppid=86245 vsize=19063512 memory=14720 CPUtime=2405.06 cores=1,3
/proc/86248/task/86250/stat : 86250 (java) S 86245 86248 85745 0 -1 4194368 194049 0 0 0 240417 89 0 0 20 0 20 0 75871209 19521036288 4072768 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
[pid=86248/tid=86259] ppid=86245 vsize=19063512 memory=18816 CPUtime=0 cores=1,3
/proc/86248/task/86259/stat : 86259 (Finalizer) S 86245 86248 85745 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75871211 19521036288 4072768 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
[pid=86248/tid=86266] ppid=86245 vsize=19063512 memory=10880 CPUtime=0 cores=1,3
/proc/86248/task/86266/stat : 86266 (Common-Cleaner) S 86245 86248 85745 0 -1 4194368 1988 0 0 0 0 0 0 0 20 0 20 0 75871211 19521036288 4072768 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
[pid=86248/tid=86267] ppid=86245 vsize=19063512 memory=-6000919485608388199 CPUtime=0 cores=1,3
/proc/86248/task/86267/stat : 86267 (Timer-0) S 86245 86248 85745 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75871242 19521036288 4072768 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
Current children cumulated CPU time: 3602.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16291072 KiB

[startup+2886.4 s]
/proc/loadavg: 5.17 4.87 4.58 6/339 86535
/proc/meminfo: memFree=91463428/131250000 swapFree=33010416/33010684
[pid=86248] ppid=86245 vsize=19063512 memory=16291072 CPUtime=3603.62 cores=1,3
/proc/86248/stat : 86248 (java) S 86245 86248 85745 0 -1 4194304 436229 0 1 0 359782 580 0 0 20 0 20 0 75871207 19521036288 4072768 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
/proc/86248/statm: 4765878 4072768 5591 1 0 4085647 0
[pid=86248/tid=86250] ppid=86245 vsize=19063512 memory=18816 CPUtime=2405.06 cores=1,3
/proc/86248/task/86250/stat : 86250 (java) S 86245 86248 85745 0 -1 4194368 194049 0 0 0 240417 89 0 0 20 0 20 0 75871209 19521036288 4072768 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
[pid=86248/tid=86259] ppid=86245 vsize=19063512 memory=2892 CPUtime=0 cores=1,3
/proc/86248/task/86259/stat : 86259 (Finalizer) S 86245 86248 85745 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75871211 19521036288 4072768 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
[pid=86248/tid=86266] ppid=86245 vsize=19063512 memory=21968 CPUtime=0 cores=1,3
/proc/86248/task/86266/stat : 86266 (Common-Cleaner) S 86245 86248 85745 0 -1 4194368 1988 0 0 0 0 0 0 0 20 0 20 0 75871211 19521036288 4072768 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
[pid=86248/tid=86267] ppid=86245 vsize=19063512 memory=16291072 CPUtime=0 cores=1,3
/proc/86248/task/86267/stat : 86267 (Timer-0) S 86245 86248 85745 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75871242 19521036288 4072768 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
Current children cumulated CPU time: 3603.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16291072 KiB

[startup+2886.6 s]
/proc/loadavg: 5.17 4.87 4.58 6/339 86535
/proc/meminfo: memFree=91463428/131250000 swapFree=33010416/33010684
[pid=86248] ppid=86245 vsize=19063512 memory=16291072 CPUtime=3604.02 cores=1,3
/proc/86248/stat : 86248 (java) S 86245 86248 85745 0 -1 4194304 436252 0 1 0 359822 580 0 0 20 0 20 0 75871207 19521036288 4072768 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
/proc/86248/statm: 4765878 4072768 5591 1 0 4085647 0
[pid=86248/tid=86250] ppid=86245 vsize=19063512 memory=4760 CPUtime=2405.06 cores=1,3
/proc/86248/task/86250/stat : 86250 (java) S 86245 86248 85745 0 -1 4194368 194049 0 0 0 240417 89 0 0 20 0 20 0 75871209 19521036288 4072768 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
[pid=86248/tid=86259] ppid=86245 vsize=19063512 memory=-6000919485608388199 CPUtime=0 cores=1,3
/proc/86248/task/86259/stat : 86259 (Finalizer) S 86245 86248 85745 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75871211 19521036288 4072768 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
[pid=86248/tid=86266] ppid=86245 vsize=19063512 memory=16291072 CPUtime=0 cores=1,3
/proc/86248/task/86266/stat : 86266 (Common-Cleaner) S 86245 86248 85745 0 -1 4194368 1988 0 0 0 0 0 0 0 20 0 20 0 75871211 19521036288 4072768 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
[pid=86248/tid=86267] ppid=86245 vsize=19063512 memory=6628 CPUtime=0 cores=1,3
/proc/86248/task/86267/stat : 86267 (Timer-0) S 86245 86248 85745 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75871242 19521036288 4072768 18446744073709551615 94575454863360 94575454867056 140723874870400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94575454874872 94575454875664 94575473905664 140723874871681 140723874871782 140723874871782 140723874877384 0
Current children cumulated CPU time: 3604.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16291072 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 2886.65
CPU time (s): 3604.08
CPU user time (s): 3598.23
CPU system time (s): 5.84987
CPU usage (%): 124.853
Max. virtual memory (cumulated for all children) (KiB): 19067616
Max. memory (cumulated for all children) (KiB): 16291088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.23
system time used= 5.84987
maximum resident set size= 16291088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 436255
page faults= 1
swaps= 0
block input operations= 0
block output operations= 14984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 94957
involuntary context switches= 32954


# summary of solver processes directly reported to runsolver:
#   pid: 86248
#   total CPU time (s): 3604.08
#   total CPU user time (s): 3598.23
#   total CPU system time (s): 5.84987

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.82199 second user time and 14.2279 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-04 06:05:13
IDJOB=4523340
IDBENCH=180110
IDSOLVER=3363
FILE ID=nodeC027/4523340-1751601913
RUNJOBID= nodeC027-1751598323-85761
SLURM_JOB_ID= 9598871
Free space on /tmp= 431180 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/KidneyTransplantBenchmarks/normalized-KE_410_001.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4523340-1751601913/watcher-4523340-1751601913 -o /tmp/evaluation-result-4523340-1751601913/solver-4523340-1751601913 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751598323-85761 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4523340-1751601913.opb

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

MD5SUM BENCH= 5497ad1e3ba537ab514ea8a0bae011ec
RANDOM SEED=720617889

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        120252392 kB
MemAvailable:   120576992 kB
Buffers:            2488 kB
Cached:          1123048 kB
SwapCached:           12 kB
Active:          9802948 kB
Inactive:         582508 kB
Active(anon):    9275184 kB
Inactive(anon):     2792 kB
Active(file):     527764 kB
Inactive(file):   579716 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1016 kB
Writeback:             0 kB
AnonPages:       9262576 kB
Mapped:           124188 kB
Shmem:             18056 kB
KReclaimable:     112316 kB
Slab:             202408 kB
SReclaimable:     112316 kB
SUnreclaim:        90092 kB
KernelStack:        5200 kB
PageTables:        21764 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   11405404 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151432 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9005056 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:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431172 MiB
End job on nodeC027 at 2025-07-04 06:53:20