Trace number 4462227

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 2024 2024-07-07? (TO) 3604.25 3203.36

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/
KidneyTransplantBenchmarks/normalized-Generated_notes_20140709_1000_0.10-021.opb
MD5SUM07f39f8b8c137541c7884599a6289dd7
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-116824
Best CPU time to get the best result obtained on this benchmark11.8299
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables259110
Total number of constraints1886
Number of constraints which are clauses37
Number of constraints which are cardinality constraints (but not clauses)1082
Number of constraints which are nor clauses,nor cardinality constraints767
Minimum length of a constraint1
Maximum length of a constraint19910
Number of terms in the objective function 239733
Biggest coefficient in the objective function 23646
Number of bits for the biggest coefficient in the objective function 15
Sum of the numbers in the objective function 42606711
Number of bits of the sum of numbers in the objective function 26
Biggest number in a constraint 23646
Number of bits of the biggest number in a constraint 15
Biggest sum of numbers in a constraint 42606711
Number of bits of the biggest sum of numbers26
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.12	--- Begin Solver configuration ---
0.13/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.13/0.12	Learn all clauses as in MiniSAT
0.13/0.12	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	Expensive reason simplification
0.13/0.12	Glucose 2.1 dynamic restart strategy
0.13/0.12	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.12	timeout=2147483s
0.13/0.12	DB Simplification allowed=false
0.13/0.12	Listener: none
0.13/0.12	--- End Solver configuration ---
0.13/0.12	c Pseudo Boolean Optimization by upper bound
0.13/0.12	c --- Begin Solver configuration ---
0.13/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.13/0.12	c Learn all clauses as in MiniSAT
0.13/0.12	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	c Expensive reason simplification
0.13/0.12	c Glucose 2.1 dynamic restart strategy
0.13/0.12	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.12	c timeout=2147483s
0.13/0.12	c DB Simplification allowed=false
0.13/0.12	c Listener: none
0.13/0.12	c --- End Solver configuration ---
0.13/0.12	c solving HOME/instance-4462227-1722240187.opb
0.13/0.12	c reading problem ... 
0.18/0.81	c using VERIPB proof format
0.18/0.81	c  objective function found
2.35/2.21	c ... done. Wall clock time 2.086s.
2.35/2.21	c declared #vars     259110
2.35/2.21	c #constraints  1886
2.35/2.21	c constraints type 
2.35/2.21	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 20
2.35/2.21	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 907
2.35/2.21	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 113
2.35/2.21	c org.sat4j.specs.Constr$1 => 58
2.35/2.21	c org.sat4j.pb.constraints.pb.UnitClausesPB => 765
2.35/2.21	c org.sat4j.pb.constraints.pb.UnitClausePB => 23
2.35/2.21	c 1886 constraints processed.
2.35/2.23	c objective function length is 239733 literals
3.10/2.61	c SATISFIABLE
3.10/2.61	c OPTIMIZING...
3.10/2.61	c Got one! Elapsed wall clock time (in seconds):2.481
3.10/2.62	o -98261
4.73/3.54	c Got one! Elapsed wall clock time (in seconds):3.416
4.73/3.54	o -98352

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: 63968 MiB (57997 MiB free)
  memory of node 1: 64473 MiB (60264 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4462227-1722240187/watcher-4462227-1722240187 -o /tmp/evaluation-result-4462227-1722240187/solver-4462227-1722240187 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1722240187-419338 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4462227-1722240187 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4462227-1722240187.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=419450, runsolver pid=419447
Current StackSize limit: 8192 KiB


[startup+0.100076 s]*
/proc/loadavg: 2.04 2.09 2.19 11/324 419468
/proc/meminfo: memFree=120989944/131524600 swapFree=131061696/131071996
[pid=419450] ppid=419447 vsize=18993908 memory=67716 CPUtime=0.13 cores=1,3
/proc/419450/stat : 419450 (java) S 419447 419450 417202 0 -1 1077936128 7221 0 0 0 11 2 0 0 20 0 18 0 60547054 19449761792 16929 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
/proc/419450/statm: 4748477 16929 5784 1 0 549379 0
[pid=419450/tid=419452] ppid=419447 vsize=18993908 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/419450/task/419452/stat : 419452 (java) R 419447 419450 417202 0 -1 4194368 5829 0 0 0 7 1 0 0 20 0 18 0 60547055 19449761792 16929 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
[pid=419450/tid=419461] ppid=419447 vsize=18993908 memory=232851243367 CPUtime=0 cores=1,3
/proc/419450/task/419461/stat : 419461 (Finalizer) S 419447 419450 417202 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 60547057 19449761792 16929 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
[pid=419450/tid=419468] ppid=419447 vsize=18993908 memory=15534145914147786 CPUtime=0 cores=1,3
/proc/419450/task/419468/stat : 419468 (Common-Cleaner) S 419447 419450 417202 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 60547058 19449761792 16929 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 67716 KiB

[startup+0.205785 s]*
/proc/loadavg: 2.04 2.09 2.19 9/325 419469
/proc/meminfo: memFree=120899200/131524600 swapFree=131061696/131071996
[pid=419450] ppid=419447 vsize=18993908 memory=69084 CPUtime=0.18 cores=1,3
/proc/419450/stat : 419450 (java) S 419447 419450 417202 0 -1 1077936128 7386 0 0 0 16 2 0 0 20 0 18 0 60547054 19449761792 17271 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
/proc/419450/statm: 4748477 17271 5960 1 0 549499 0
[pid=419450/tid=419452] ppid=419447 vsize=18993908 memory=4782652875487838339 CPUtime=0.1 cores=1,3
/proc/419450/task/419452/stat : 419452 (java) D 419447 419450 417202 0 -1 1078198336 5938 0 0 0 9 1 0 0 20 0 18 0 60547055 19449761792 17271 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
[pid=419450/tid=419461] ppid=419447 vsize=18993908 memory=1446658 CPUtime=0 cores=1,3
/proc/419450/task/419461/stat : 419461 (Finalizer) S 419447 419450 417202 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 60547057 19449761792 17271 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
[pid=419450/tid=419468] ppid=419447 vsize=18993908 memory=14979970577467533 CPUtime=0 cores=1,3
/proc/419450/task/419468/stat : 419468 (Common-Cleaner) S 419447 419450 417202 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 60547058 19449761792 17271 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 69084 KiB

[startup+0.305727 s]*
/proc/loadavg: 2.04 2.09 2.19 10/327 419471
/proc/meminfo: memFree=120816352/131524600 swapFree=131061696/131071996
[pid=419450] ppid=419447 vsize=18993908 memory=69084 CPUtime=0.18 cores=1,3
/proc/419450/stat : 419450 (java) S 419447 419450 417202 0 -1 1077936128 7386 0 0 0 16 2 0 0 20 0 18 0 60547054 19449761792 17271 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
/proc/419450/statm: 4748477 17271 5960 1 0 549499 0
[pid=419450/tid=419452] ppid=419447 vsize=18993908 memory=-8672075134700987068 CPUtime=0.1 cores=1,3
/proc/419450/task/419452/stat : 419452 (java) D 419447 419450 417202 0 -1 1078198336 5938 0 0 0 9 1 0 0 20 0 18 0 60547055 19449761792 17271 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
[pid=419450/tid=419461] ppid=419447 vsize=18993908 memory=0 CPUtime=0 cores=1,3
/proc/419450/task/419461/stat : 419461 (Finalizer) S 419447 419450 417202 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 60547057 19449761792 17271 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
[pid=419450/tid=419468] ppid=419447 vsize=18993908 memory=0 CPUtime=0 cores=1,3
/proc/419450/task/419468/stat : 419468 (Common-Cleaner) S 419447 419450 417202 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 60547058 19449761792 17271 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 69084 KiB

[startup+0.700255 s]
/proc/loadavg: 2.04 2.09 2.19 10/327 419471
/proc/meminfo: memFree=120752728/131524600 swapFree=131061696/131071996
[pid=419450] ppid=419447 vsize=18993908 memory=69084 CPUtime=0.18 cores=1,3
/proc/419450/stat : 419450 (java) S 419447 419450 417202 0 -1 1077936128 7386 0 0 0 16 2 0 0 20 0 18 0 60547054 19449761792 17271 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
/proc/419450/statm: 4748477 17271 5960 1 0 549499 0
[pid=419450/tid=419452] ppid=419447 vsize=18993908 memory=5640 CPUtime=0.1 cores=1,3
/proc/419450/task/419452/stat : 419452 (java) D 419447 419450 417202 0 -1 1078198336 5938 0 0 0 9 1 0 0 20 0 18 0 60547055 19449761792 17271 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
[pid=419450/tid=419461] ppid=419447 vsize=18993908 memory=12248 CPUtime=0 cores=1,3
/proc/419450/task/419461/stat : 419461 (Finalizer) S 419447 419450 417202 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 60547057 19449761792 17271 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
[pid=419450/tid=419468] ppid=419447 vsize=18993908 memory=4953 CPUtime=0 cores=1,3
/proc/419450/task/419468/stat : 419468 (Common-Cleaner) S 419447 419450 417202 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 60547058 19449761792 17271 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 69084 KiB

[startup+1.50055 s]
/proc/loadavg: 2.76 2.24 2.24 13/330 419474
/proc/meminfo: memFree=120382092/131524600 swapFree=131061696/131071996
[pid=419450] ppid=419447 vsize=19060472 memory=304980 CPUtime=1.48 cores=1,3
/proc/419450/stat : 419450 (java) S 419447 419450 417202 0 -1 1077936128 11002 0 0 0 141 7 0 0 20 0 19 0 60547054 19517923328 76245 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
/proc/419450/statm: 4765118 76245 6078 1 0 1399210 0
[pid=419450/tid=419452] ppid=419447 vsize=19060472 memory=4953 CPUtime=0.65 cores=1,3
/proc/419450/task/419452/stat : 419452 (java) R 419447 419450 417202 0 -1 4194368 6089 0 0 0 61 4 0 0 20 0 19 0 60547055 19517923328 76245 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
[pid=419450/tid=419461] ppid=419447 vsize=19060472 memory=0 CPUtime=0 cores=1,3
/proc/419450/task/419461/stat : 419461 (Finalizer) S 419447 419450 417202 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 60547057 19517923328 76245 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
[pid=419450/tid=419468] ppid=419447 vsize=19060472 memory=12248 CPUtime=0 cores=1,3
/proc/419450/task/419468/stat : 419468 (Common-Cleaner) S 419447 419450 417202 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 60547058 19517923328 76245 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 304980 KiB

[startup+3.10594 s]
/proc/loadavg: 2.76 2.24 2.24 7/332 419478
/proc/meminfo: memFree=118766076/131524600 swapFree=131061696/131071996
[pid=419450] ppid=419447 vsize=19127036 memory=1265512 CPUtime=4.07 cores=1,3
/proc/419450/stat : 419450 (java) S 419447 419450 417202 0 -1 1077936128 14863 0 0 0 379 28 0 0 20 0 20 0 60547054 19586084864 316378 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
/proc/419450/statm: 4781759 316378 6162 1 0 2132251 0
[pid=419450/tid=419452] ppid=419447 vsize=19127036 memory=12248 CPUtime=2.13 cores=1,3
/proc/419450/task/419452/stat : 419452 (java) R 419447 419450 417202 0 -1 4194368 6694 0 0 0 192 21 0 0 20 0 20 0 60547055 19586084864 316378 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
[pid=419450/tid=419461] ppid=419447 vsize=19127036 memory=0 CPUtime=0 cores=1,3
/proc/419450/task/419461/stat : 419461 (Finalizer) S 419447 419450 417202 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60547057 19586084864 316378 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
[pid=419450/tid=419468] ppid=419447 vsize=19127036 memory=6657 CPUtime=0 cores=1,3
/proc/419450/task/419468/stat : 419468 (Common-Cleaner) S 419447 419450 417202 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 60547058 19586084864 316378 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
[pid=419450/tid=419476] ppid=419447 vsize=19127036 memory=4420 CPUtime=0 cores=1,3
/proc/419450/task/419476/stat : 419476 (Timer-0) S 419447 419450 417202 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60547288 19586084864 316378 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
Current children cumulated CPU time: 4.07 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1265512 KiB

[startup+6.30023 s]
/proc/loadavg: 2.94 2.28 2.26 5/334 419480
/proc/meminfo: memFree=116856028/131524600 swapFree=131061696/131071996
[pid=419450] ppid=419447 vsize=19127036 memory=1434392 CPUtime=8.71 cores=1,3
/proc/419450/stat : 419450 (java) S 419447 419450 417202 0 -1 1077936128 15666 0 0 0 839 32 0 0 20 0 20 0 60547054 19586084864 358598 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
/proc/419450/statm: 4781759 358598 6168 1 0 2132719 0
[pid=419450/tid=419452] ppid=419447 vsize=19127036 memory=0 CPUtime=5.3 cores=1,3
/proc/419450/task/419452/stat : 419452 (java) R 419447 419450 417202 0 -1 4194368 6810 0 0 0 505 25 0 0 20 0 20 0 60547055 19586084864 358598 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
[pid=419450/tid=419461] ppid=419447 vsize=19127036 memory=38868 CPUtime=0 cores=1,3
/proc/419450/task/419461/stat : 419461 (Finalizer) S 419447 419450 417202 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60547057 19586084864 358598 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
[pid=419450/tid=419468] ppid=419447 vsize=19127036 memory=12248 CPUtime=0 cores=1,3
/proc/419450/task/419468/stat : 419468 (Common-Cleaner) S 419447 419450 417202 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 60547058 19586084864 358598 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
[pid=419450/tid=419476] ppid=419447 vsize=19127036 memory=509828 CPUtime=0 cores=1,3
/proc/419450/task/419476/stat : 419476 (Timer-0) S 419447 419450 417202 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60547288 19586084864 358598 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
Current children cumulated CPU time: 8.71 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1434392 KiB

[startup+12.7003 s]
/proc/loadavg: 3.02 2.31 2.27 5/334 419480
/proc/meminfo: memFree=113076084/131524600 swapFree=131061696/131071996
[pid=419450] ppid=419447 vsize=19127036 memory=1904324 CPUtime=15.46 cores=1,3
/proc/419450/stat : 419450 (java) S 419447 419450 417202 0 -1 1077936128 18607 0 0 0 1503 43 0 0 20 0 20 0 60547054 19586084864 476081 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
/proc/419450/statm: 4781759 476081 6168 1 0 2132719 0
[pid=419450/tid=419452] ppid=419447 vsize=19127036 memory=509828 CPUtime=11.69 cores=1,3
/proc/419450/task/419452/stat : 419452 (java) R 419447 419450 417202 0 -1 4194368 7756 0 0 0 1133 36 0 0 20 0 20 0 60547055 19586084864 476081 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
[pid=419450/tid=419461] ppid=419447 vsize=19127036 memory=84268 CPUtime=0 cores=1,3
/proc/419450/task/419461/stat : 419461 (Finalizer) S 419447 419450 417202 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60547057 19586084864 476081 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
[pid=419450/tid=419468] ppid=419447 vsize=19127036 memory=18928 CPUtime=0 cores=1,3
/proc/419450/task/419468/stat : 419468 (Common-Cleaner) S 419447 419450 417202 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 60547058 19586084864 476081 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
[pid=419450/tid=419476] ppid=419447 vsize=19127036 memory=5640 CPUtime=0 cores=1,3
/proc/419450/task/419476/stat : 419476 (Timer-0) S 419447 419450 417202 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60547288 19586084864 476081 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
Current children cumulated CPU time: 15.46 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1904324 KiB

[startup+25.5002 s]
/proc/loadavg: 3.18 2.37 2.29 5/332 419485
/proc/meminfo: memFree=107742084/131524600 swapFree=131061696/131071996
[pid=419450] ppid=419447 vsize=19127036 memory=2455800 CPUtime=28.4 cores=1,3
/proc/419450/stat : 419450 (java) S 419447 419450 417202 0 -1 1077936128 21211 0 0 0 2784 56 0 0 20 0 20 0 60547054 19586084864 613950 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
/proc/419450/statm: 4781759 613950 6168 1 0 2132725 0
[pid=419450/tid=419452] ppid=419447 vsize=19127036 memory=18928 CPUtime=24.32 cores=1,3
/proc/419450/task/419452/stat : 419452 (java) R 419447 419450 417202 0 -1 4194368 8291 0 0 0 2387 45 0 0 20 0 20 0 60547055 19586084864 613950 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
[pid=419450/tid=419461] ppid=419447 vsize=19127036 memory=-8672075134700987068 CPUtime=0 cores=1,3
/proc/419450/task/419461/stat : 419461 (Finalizer) S 419447 419450 417202 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60547057 19586084864 613950 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
[pid=419450/tid=419468] ppid=419447 vsize=19127036 memory=0 CPUtime=0 cores=1,3
/proc/419450/task/419468/stat : 419468 (Common-Cleaner) S 419447 419450 417202 0 -1 1077936192 50 0 0 0 0 0 0 0 20 0 20 0 60547058 19586084864 613950 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
[pid=419450/tid=419476] ppid=419447 vsize=19127036 memory=2455800 CPUtime=0 cores=1,3
/proc/419450/task/419476/stat : 419476 (Timer-0) S 419447 419450 417202 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60547288 19586084864 613950 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
Current children cumulated CPU time: 28.4 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 2455800 KiB

[startup+51.1047 s]
/proc/loadavg: 3.75 2.59 2.36 6/334 419490
/proc/meminfo: memFree=100310320/131524600 swapFree=131061696/131071996
[pid=419450] ppid=419447 vsize=19127036 memory=2693852 CPUtime=54.25 cores=1,3
/proc/419450/stat : 419450 (java) S 419447 419450 417202 0 -1 1077936128 26234 0 0 0 5361 64 0 0 20 0 20 0 60547054 19586084864 673463 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
/proc/419450/statm: 4781759 673463 6168 1 0 2132726 0
[pid=419450/tid=419452] ppid=419447 vsize=19127036 memory=-8672075134700987068 CPUtime=49.51 cores=1,3
/proc/419450/task/419452/stat : 419452 (java) R 419447 419450 417202 0 -1 4194368 10052 0 0 0 4903 48 0 0 20 0 20 0 60547055 19586084864 673463 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
[pid=419450/tid=419461] ppid=419447 vsize=19127036 memory=2634336 CPUtime=0 cores=1,3
/proc/419450/task/419461/stat : 419461 (Finalizer) S 419447 419450 417202 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60547057 19586084864 673463 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
[pid=419450/tid=419468] ppid=419447 vsize=19127036 memory=-4421386491869094502 CPUtime=0 cores=1,3
/proc/419450/task/419468/stat : 419468 (Common-Cleaner) S 419447 419450 417202 0 -1 1077936192 50 0 0 0 0 0 0 0 20 0 20 0 60547058 19586084864 673463 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
[pid=419450/tid=419476] ppid=419447 vsize=19127036 memory=0 CPUtime=0 cores=1,3
/proc/419450/task/419476/stat : 419476 (Timer-0) S 419447 419450 417202 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60547288 19586084864 673463 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0

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

/proc/419450/stat : 419450 (java) S 419447 419450 417202 0 -1 1077936128 2718481 0 0 0 331757 987 0 0 20 0 20 0 60547054 19586084864 4064838 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
/proc/419450/statm: 4781759 4064838 6092 1 0 4082810 0
[pid=419450/tid=419452] ppid=419447 vsize=19127036 memory=12248 CPUtime=2989.64 cores=1,3
/proc/419450/task/419452/stat : 419452 (java) R 419447 419450 417202 0 -1 4194368 1256891 0 0 0 298381 583 0 0 20 0 20 0 60547055 19586084864 4064838 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 1107 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
[pid=419450/tid=419461] ppid=419447 vsize=19127036 memory=11496 CPUtime=0 cores=1,3
/proc/419450/task/419461/stat : 419461 (Finalizer) S 419447 419450 417202 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60547057 19586084864 4064838 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
[pid=419450/tid=419468] ppid=419447 vsize=19127036 memory=2164 CPUtime=0 cores=1,3
/proc/419450/task/419468/stat : 419468 (Common-Cleaner) S 419447 419450 417202 0 -1 1077936192 1679 0 0 0 0 0 0 0 20 0 20 0 60547058 19586084864 4064838 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
[pid=419450/tid=419476] ppid=419447 vsize=19127036 memory=11496 CPUtime=0 cores=1,3
/proc/419450/task/419476/stat : 419476 (Timer-0) S 419447 419450 417202 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60547288 19586084864 4064838 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
Current children cumulated CPU time: 3327.44 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 16259352 KiB

[startup+3102.3 s]
/proc/loadavg: 5.89 5.78 5.44 6/345 420863
/proc/meminfo: memFree=21318656/131524600 swapFree=131060916/131071996
[pid=419450] ppid=419447 vsize=19127036 memory=16285512 CPUtime=3431.79 cores=1,3
/proc/419450/stat : 419450 (java) S 419447 419450 417202 0 -1 1077936128 2752892 0 0 0 342177 1002 0 0 20 0 20 0 60547054 19586084864 4071378 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
/proc/419450/statm: 4781759 4071378 6108 1 0 4083391 0
[pid=419450/tid=419452] ppid=419447 vsize=19127036 memory=12248 CPUtime=3029.24 cores=1,3
/proc/419450/task/419452/stat : 419452 (java) R 419447 419450 417202 0 -1 4194368 1261428 0 0 0 302336 588 0 0 20 0 20 0 60547055 19586084864 4071378 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 1123 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
[pid=419450/tid=419461] ppid=419447 vsize=19127036 memory=16261088 CPUtime=0 cores=1,3
/proc/419450/task/419461/stat : 419461 (Finalizer) S 419447 419450 417202 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60547057 19586084864 4071378 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
[pid=419450/tid=419468] ppid=419447 vsize=19127036 memory=11496 CPUtime=0 cores=1,3
/proc/419450/task/419468/stat : 419468 (Common-Cleaner) S 419447 419450 417202 0 -1 1077936192 1679 0 0 0 0 0 0 0 20 0 20 0 60547058 19586084864 4071378 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
[pid=419450/tid=419476] ppid=419447 vsize=19127036 memory=16284592 CPUtime=0 cores=1,3
/proc/419450/task/419476/stat : 419476 (Timer-0) S 419447 419450 417202 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60547288 19586084864 4071378 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
Current children cumulated CPU time: 3431.79 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 16285512 KiB

[startup+3162.3 s]
/proc/loadavg: 5.87 5.79 5.47 8/342 421256
/proc/meminfo: memFree=19132116/131524600 swapFree=131060916/131071996
[pid=419450] ppid=419447 vsize=19127036 memory=16287080 CPUtime=3533.38 cores=1,3
/proc/419450/stat : 419450 (java) S 419447 419450 417202 0 -1 1077936128 2910487 0 0 0 352316 1022 0 0 20 0 20 0 60547054 19586084864 4071770 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
/proc/419450/statm: 4781759 4071770 6108 1 0 4084552 0
[pid=419450/tid=419452] ppid=419447 vsize=19127036 memory=12248 CPUtime=3070.38 cores=1,3
/proc/419450/task/419452/stat : 419452 (java) S 419447 419450 417202 0 -1 1077936192 1277834 0 0 0 306445 593 0 0 20 0 20 0 60547055 19586084864 4071770 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 1131 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
[pid=419450/tid=419461] ppid=419447 vsize=19127036 memory=16261088 CPUtime=0 cores=1,3
/proc/419450/task/419461/stat : 419461 (Finalizer) S 419447 419450 417202 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60547057 19586084864 4071770 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
[pid=419450/tid=419468] ppid=419447 vsize=19127036 memory=16286948 CPUtime=0 cores=1,3
/proc/419450/task/419468/stat : 419468 (Common-Cleaner) S 419447 419450 417202 0 -1 1077936192 1679 0 0 0 0 0 0 0 20 0 20 0 60547058 19586084864 4071770 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
[pid=419450/tid=419476] ppid=419447 vsize=19127036 memory=12248 CPUtime=0 cores=1,3
/proc/419450/task/419476/stat : 419476 (Timer-0) S 419447 419450 417202 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60547288 19586084864 4071770 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
Current children cumulated CPU time: 3533.38 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 16287080 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3201.2 s]
/proc/loadavg: 5.63 5.73 5.46 6/339 421264
/proc/meminfo: memFree=17635524/131524600 swapFree=131060916/131071996
[pid=419450] ppid=419447 vsize=19127036 memory=16287088 CPUtime=3600.13 cores=1,3
/proc/419450/stat : 419450 (java) S 419447 419450 417202 0 -1 1077936128 3205420 0 0 0 358968 1045 0 0 20 0 20 0 60547054 19586084864 4071772 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
/proc/419450/statm: 4781759 4071772 6108 1 0 4084552 0
[pid=419450/tid=419452] ppid=419447 vsize=19127036 memory=4992 CPUtime=3089.1 cores=1,3
/proc/419450/task/419452/stat : 419452 (java) S 419447 419450 417202 0 -1 1077936192 1327375 0 0 0 308311 599 0 0 20 0 20 0 60547055 19586084864 4071772 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 1131 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
[pid=419450/tid=419461] ppid=419447 vsize=19127036 memory=16287964 CPUtime=0 cores=1,3
/proc/419450/task/419461/stat : 419461 (Finalizer) S 419447 419450 417202 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60547057 19586084864 4071772 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
[pid=419450/tid=419468] ppid=419447 vsize=19127036 memory=2724 CPUtime=0 cores=1,3
/proc/419450/task/419468/stat : 419468 (Common-Cleaner) S 419447 419450 417202 0 -1 1077936192 1679 0 0 0 0 0 0 0 20 0 20 0 60547058 19586084864 4071772 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
[pid=419450/tid=419476] ppid=419447 vsize=19127036 memory=4992 CPUtime=0 cores=1,3
/proc/419450/task/419476/stat : 419476 (Timer-0) S 419447 419450 417202 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60547288 19586084864 4071772 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
Current children cumulated CPU time: 3600.13 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 16287088 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3593.66 s, system=10.594 s

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

[startup+3201.6 s]
/proc/loadavg: 5.63 5.73 5.46 6/339 421264
/proc/meminfo: memFree=17635524/131524600 swapFree=131060916/131071996
[pid=419450] ppid=419447 vsize=19127036 memory=16287088 CPUtime=3600.93 cores=1,3
/proc/419450/stat : 419450 (java) S 419447 419450 417202 0 -1 1077936128 3205478 0 0 0 359048 1045 0 0 20 0 20 0 60547054 19586084864 4071772 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
/proc/419450/statm: 4781759 4071772 6108 1 0 4084552 0
[pid=419450/tid=419452] ppid=419447 vsize=19127036 memory=16287088 CPUtime=3089.1 cores=1,3
/proc/419450/task/419452/stat : 419452 (java) S 419447 419450 417202 0 -1 1077936192 1327375 0 0 0 308311 599 0 0 20 0 20 0 60547055 19586084864 4071772 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 1131 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
[pid=419450/tid=419461] ppid=419447 vsize=19127036 memory=16287088 CPUtime=0 cores=1,3
/proc/419450/task/419461/stat : 419461 (Finalizer) S 419447 419450 417202 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60547057 19586084864 4071772 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
[pid=419450/tid=419468] ppid=419447 vsize=19127036 memory=1784 CPUtime=0 cores=1,3
/proc/419450/task/419468/stat : 419468 (Common-Cleaner) S 419447 419450 417202 0 -1 1077936192 1679 0 0 0 0 0 0 0 20 0 20 0 60547058 19586084864 4071772 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
[pid=419450/tid=419476] ppid=419447 vsize=19127036 memory=2196 CPUtime=0 cores=1,3
/proc/419450/task/419476/stat : 419476 (Timer-0) S 419447 419450 417202 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60547288 19586084864 4071772 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
Current children cumulated CPU time: 3600.93 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 16287088 KiB

[startup+3202.4 s]
/proc/loadavg: 5.66 5.74 5.46 7/339 421264
/proc/meminfo: memFree=17615092/131524600 swapFree=131060916/131071996
[pid=419450] ppid=419447 vsize=19127036 memory=16287088 CPUtime=3602.51 cores=1,3
/proc/419450/stat : 419450 (java) S 419447 419450 417202 0 -1 1077936128 3207535 0 0 0 359206 1045 0 0 20 0 20 0 60547054 19586084864 4071772 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
/proc/419450/statm: 4781759 4071772 6108 1 0 4084552 0
[pid=419450/tid=419452] ppid=419447 vsize=19127036 memory=84268 CPUtime=3089.1 cores=1,3
/proc/419450/task/419452/stat : 419452 (java) S 419447 419450 417202 0 -1 1077936192 1327375 0 0 0 308311 599 0 0 20 0 20 0 60547055 19586084864 4071772 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 1131 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
[pid=419450/tid=419461] ppid=419447 vsize=19127036 memory=16287088 CPUtime=0 cores=1,3
/proc/419450/task/419461/stat : 419461 (Finalizer) S 419447 419450 417202 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60547057 19586084864 4071772 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
[pid=419450/tid=419468] ppid=419447 vsize=19127036 memory=18500 CPUtime=0 cores=1,3
/proc/419450/task/419468/stat : 419468 (Common-Cleaner) S 419447 419450 417202 0 -1 1077936192 1679 0 0 0 0 0 0 0 20 0 20 0 60547058 19586084864 4071772 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
[pid=419450/tid=419476] ppid=419447 vsize=19127036 memory=2164 CPUtime=0 cores=1,3
/proc/419450/task/419476/stat : 419476 (Timer-0) S 419447 419450 417202 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60547288 19586084864 4071772 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
Current children cumulated CPU time: 3602.51 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 16287088 KiB

[startup+3202.8 s]
/proc/loadavg: 5.66 5.74 5.46 7/339 421264
/proc/meminfo: memFree=17615092/131524600 swapFree=131060916/131071996
[pid=419450] ppid=419447 vsize=19127036 memory=16287088 CPUtime=3603.31 cores=1,3
/proc/419450/stat : 419450 (java) S 419447 419450 417202 0 -1 1077936128 3209449 0 0 0 359286 1045 0 0 20 0 20 0 60547054 19586084864 4071772 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
/proc/419450/statm: 4781759 4071772 6108 1 0 4084552 0
[pid=419450/tid=419452] ppid=419447 vsize=19127036 memory=2752 CPUtime=3089.1 cores=1,3
/proc/419450/task/419452/stat : 419452 (java) S 419447 419450 417202 0 -1 1077936192 1327375 0 0 0 308311 599 0 0 20 0 20 0 60547055 19586084864 4071772 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 1131 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
[pid=419450/tid=419461] ppid=419447 vsize=19127036 memory=4992 CPUtime=0 cores=1,3
/proc/419450/task/419461/stat : 419461 (Finalizer) S 419447 419450 417202 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60547057 19586084864 4071772 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
[pid=419450/tid=419468] ppid=419447 vsize=19127036 memory=16287964 CPUtime=0 cores=1,3
/proc/419450/task/419468/stat : 419468 (Common-Cleaner) S 419447 419450 417202 0 -1 1077936192 1679 0 0 0 0 0 0 0 20 0 20 0 60547058 19586084864 4071772 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
[pid=419450/tid=419476] ppid=419447 vsize=19127036 memory=2724 CPUtime=0 cores=1,3
/proc/419450/task/419476/stat : 419476 (Timer-0) S 419447 419450 417202 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60547288 19586084864 4071772 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
Current children cumulated CPU time: 3603.31 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 16287088 KiB

[startup+3203.21 s]
/proc/loadavg: 5.66 5.74 5.46 8/339 421266
/proc/meminfo: memFree=17582624/131524600 swapFree=131060916/131071996
[pid=419450] ppid=419447 vsize=19127036 memory=16287104 CPUtime=3604.08 cores=1,3
/proc/419450/stat : 419450 (java) S 419447 419450 417202 0 -1 1077936128 3218085 0 0 0 359363 1045 0 0 20 0 20 0 60547054 19586084864 4071776 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
/proc/419450/statm: 4781759 4071776 6108 1 0 4084552 0
[pid=419450/tid=419452] ppid=419447 vsize=19127036 memory=16287088 CPUtime=3089.1 cores=1,3
/proc/419450/task/419452/stat : 419452 (java) S 419447 419450 417202 0 -1 1077936192 1327375 0 0 0 308311 599 0 0 20 0 20 0 60547055 19586084864 4071776 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 1131 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
[pid=419450/tid=419461] ppid=419447 vsize=19127036 memory=-8672075134700987068 CPUtime=0 cores=1,3
/proc/419450/task/419461/stat : 419461 (Finalizer) S 419447 419450 417202 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60547057 19586084864 4071776 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
[pid=419450/tid=419468] ppid=419447 vsize=19127036 memory=11496 CPUtime=0 cores=1,3
/proc/419450/task/419468/stat : 419468 (Common-Cleaner) S 419447 419450 417202 0 -1 1077936192 1679 0 0 0 0 0 0 0 20 0 20 0 60547058 19586084864 4071776 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
[pid=419450/tid=419476] ppid=419447 vsize=19127036 memory=-8672075134700987068 CPUtime=0 cores=1,3
/proc/419450/task/419476/stat : 419476 (Timer-0) S 419447 419450 417202 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60547288 19586084864 4071776 134679101440 93965425442816 93965425446512 140731996057328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93965425454328 93965425455120 93965452009472 140731996058542 140731996058724 140731996058724 140731996065736 0
Current children cumulated CPU time: 3604.08 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 16287104 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3203.36
CPU time (s): 3604.25
CPU user time (s): 3593.66
CPU system time (s): 10.594
CPU usage (%): 112.515
Max. virtual memory (cumulated for all children) (KiB): 19131140
Max. memory (cumulated for all children) (KiB): 16287104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.66
system time used= 10.594
maximum resident set size= 16287552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3218189
page faults= 0
swaps= 0
block input operations= 0
block output operations= 11821592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 107165
involuntary context switches= 30536


# summary of solver processes directly reported to runsolver:
#   pid: 419450
#   total CPU time (s): 3604.25
#   total CPU user time (s): 3593.66
#   total CPU system time (s): 10.594

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.83444 second user time and 16.4075 second system time

The end

Launcher Data

Begin job on nodeC020 at 2024-07-29 10:03:07
IDJOB=4462227
IDBENCH=178880
IDSOLVER=3079
FILE ID=nodeC020/4462227-1722240187
RUNJOBID= nodeC020-1722240187-419338
SLURM_JOB_ID= 8248756
Free space on /tmp= 890068 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/KidneyTransplantBenchmarks/normalized-Generated_notes_20140709_1000_0.10-021.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4462227-1722240187/watcher-4462227-1722240187 -o /tmp/evaluation-result-4462227-1722240187/solver-4462227-1722240187 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1722240187-419338 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4462227-1722240187 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4462227-1722240187.opb

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

MD5SUM BENCH= 07f39f8b8c137541c7884599a6289dd7
RANDOM SEED=2009306525

nodeC020.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 3609.324
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.31
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		: 3623.206
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.25
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		: 3606.879
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.31
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		: 3634.193
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.25
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		: 3604.582
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.31
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		: 3627.664
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.25
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		: 3610.288
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.31
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		: 3623.872
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.25
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        121104656 kB
MemAvailable:   129645408 kB
Buffers:          403644 kB
Cached:          8937624 kB
SwapCached:          200 kB
Active:          2838300 kB
Inactive:        6892460 kB
Active(anon):       2388 kB
Inactive(anon):   448852 kB
Active(file):    2835912 kB
Inactive(file):  6443608 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131061696 kB
Dirty:             17240 kB
Writeback:             0 kB
AnonPages:        388164 kB
Mapped:           132412 kB
Shmem:             62072 kB
KReclaimable:     202108 kB
Slab:             327160 kB
SReclaimable:     202108 kB
SUnreclaim:       125052 kB
KernelStack:        4880 kB
PageTables:        10952 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7253248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            21472 kB
HardwareCorrupted:     0 kB
AnonHugePages:    165888 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      375508 kB
DirectMap2M:    46583808 kB
DirectMap1G:    89128960 kB

Free space on /tmp at the end= 890068 MiB
End job on nodeC020 at 2024-07-29 10:56:30