Trace number 4461801

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 Cutting Planes 2024 2024-07-12? (TO) 3600.17 3595.29

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/pettersson/
StableMatchings/SMTI/x2/Init-x2-i5_pp_93.opb
MD5SUM9d9e0a7da5715f208335c49466c86b7d
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 benchmark750
Best CPU time to get the best result obtained on this benchmark4.29507
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables194375
Total number of constraints194376
Number of constraints which are clauses176895
Number of constraints which are cardinality constraints (but not clauses)2888
Number of constraints which are nor clauses,nor cardinality constraints14593
Minimum length of a constraint1
Maximum length of a constraint2888
Number of terms in the objective function 2888
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 2888
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 688
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3576
Number of bits of the biggest sum of numbers12
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.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.08/0.13	c version CUSTOM.v20240707
0.08/0.13	c java.runtime.name	OpenJDK Runtime Environment
0.08/0.13	c java.vm.name		OpenJDK 64-Bit Server VM
0.08/0.13	c java.vm.version	22.0.1+8-16
0.08/0.13	c java.vm.vendor	Oracle Corporation
0.08/0.13	c sun.arch.data.model	64
0.08/0.13	c java.version		22.0.1
0.08/0.13	c os.name		Linux
0.08/0.13	c os.version		4.18.0-301.1.el8.x86_64
0.08/0.13	c os.arch		amd64
0.08/0.14	c Free memory 		2106806208
0.08/0.14	c Max memory 		16282288128
0.08/0.14	c Total memory 		2113929216
0.08/0.14	c Number of processors 	2
0.19/0.23	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.19/0.23	 - never skip resolution steps
0.19/0.23	 - Auto-division on coefficients is disabled
0.19/0.23	 - No postprocessing
0.19/0.23	 - Conflict is considered as is when resolving
0.19/0.23	 - Use constraints as they come during conflict analysis
0.19/0.23	 - Weaken first using unassigned literals
0.19/0.23	 - Bump strategy: ALWAYS_ONE
0.19/0.23	 - Bumper: EFFECTIVE
0.19/0.23	--- Begin Solver configuration ---
0.19/0.23	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.19/0.23	Learn all clauses as in MiniSAT
0.19/0.23	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.23	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.19/0.23	No reason simplification
0.19/0.23	Dynamic restart strategy considering the size of the coefficients
0.19/0.23	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.19/0.23	timeout=2147483s
0.19/0.23	DB Simplification allowed=false
0.19/0.23	Listener: none
0.19/0.23	--- End Solver configuration ---
0.19/0.23	c Pseudo Boolean Optimization by upper bound
0.19/0.23	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.19/0.23	c  - never skip resolution steps
0.19/0.23	c  - Auto-division on coefficients is disabled
0.19/0.23	c  - No postprocessing
0.19/0.23	c  - Conflict is considered as is when resolving
0.19/0.23	c  - Use constraints as they come during conflict analysis
0.19/0.23	c  - Weaken first using unassigned literals
0.19/0.23	c  - Bump strategy: ALWAYS_ONE
0.19/0.23	c  - Bumper: EFFECTIVE
0.19/0.23	c --- Begin Solver configuration ---
0.19/0.23	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.19/0.23	c Learn all clauses as in MiniSAT
0.19/0.23	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.19/0.23	c No reason simplification
0.19/0.23	c Dynamic restart strategy considering the size of the coefficients
0.19/0.23	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.19/0.23	c timeout=2147483s
0.19/0.23	c DB Simplification allowed=false
0.19/0.23	c Listener: none
0.19/0.23	c --- End Solver configuration ---
0.19/0.23	c solving HOME/instance-4461801-1722204305.opb
0.19/0.23	c reading problem ... 
0.19/0.24	c  objective function found
71.49/68.91	c ... done. Wall clock time 68.666s.
71.49/68.91	c declared #vars     194375
71.49/68.91	c #constraints  211857
71.49/68.91	c constraints type 
71.49/68.91	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 179183
71.49/68.91	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 16197
71.49/68.91	c org.sat4j.specs.Constr$1 => 141
71.49/68.91	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 16195
71.49/68.91	c org.sat4j.pb.constraints.pb.UnitClausePB => 141
71.49/68.91	c 211857 constraints processed.
71.49/68.92	c objective function length is 2888 literals
3600.03/3595.24	c starts		: 37
3600.03/3595.25	c conflicts		: 4245
3600.03/3595.25	c decisions		: 452753
3600.03/3595.25	c propagations		: 45337335
3600.03/3595.25	c inspects		: 14499733
3600.03/3595.25	c shortcuts		: 0
3600.03/3595.25	c learnt literals	: 58
3600.03/3595.25	c learnt binary clauses	: 3
3600.03/3595.25	c learnt ternary clauses	: 6
3600.03/3595.25	c learnt constraints	: 4186
3600.03/3595.25	c ignored constraints	: 0
3600.03/3595.25	c root simplifications	: 0
3600.03/3595.25	c removed literals (reason simplification)	: 0
3600.03/3595.25	c reason swapping (by a shorter reason)	: 0
3600.03/3595.25	c Calls to reduceDB	: 0
3600.03/3595.25	c Number of update (reduction) of LBD	: 8856
3600.03/3595.25	c Imported unit clauses	: 0
3600.03/3595.25	c No decision after first conflict	: false
3600.03/3595.25	c number of reductions to clauses (during analyze)	: 0
3600.03/3595.25	c number of learned constraints concerned by reduction	: 0
3600.03/3595.25	c number of learning phase by resolution	: 0
3600.03/3595.25	c number of learning phase by cutting planes	: 0
3600.03/3595.25	c number of rounding to 1 operations	: 0
3600.03/3595.25	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3595.25	c number of reductions of the coefficients by power 2 	: 0
3600.03/3595.25	c number of right shift for reduction by power 2 	: 0
3600.03/3595.25	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3595.25	c number of ending skipping 	: 0
3600.03/3595.25	c number of internal skipping 	: 0
3600.03/3595.25	c number of derivation steps 	: 30094
3600.03/3595.25	c number of skipped derivation steps 	: 0
3600.03/3595.25	c number of remaining unassigned 	: 101034
3600.03/3595.25	c number of remaining assigned 	: 1827411
3600.03/3595.25	c number of falsified literals weakened from reason	: 0
3600.03/3595.25	c number of falsified literals weakened from conflict	: 0
3600.03/3595.25	c time for arithmetic operations	: 597435696
3600.03/3595.27	c minimum degree of deleted constraints	: null
3600.03/3595.27	c maximum degree of deleted constraints	: null
3600.03/3595.27	c number of deleted constraints	: 0
3600.03/3595.27	c speed (assignments/second)	: 12856.855426456394
3600.03/3595.27	c non guided choices	: 0
3600.03/3595.27	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 87
3600.03/3595.27	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 549
3600.03/3595.27	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 3
3600.03/3595.27	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 3547
3600.03/3595.27	s UNKNOWN
3600.03/3595.27	c Total wall clock time (in seconds): 3595.029

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: 63931 MiB (55907 MiB free)
  memory of node 1: 64510 MiB (60927 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4461801-1722204305/watcher-4461801-1722204305 -o /tmp/evaluation-result-4461801-1722204305/solver-4461801-1722204305 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1722204305-381760 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4461801-1722204305.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
Current StackSize limit: 8192 KiB

solver pid=381873, runsolver pid=381870

[startup+0.10009 s]*
/proc/loadavg: 0.10 0.09 0.09 10/327 381891
/proc/meminfo: memFree=118933264/131524600 swapFree=131054992/131071996
[pid=381873] ppid=381870 vsize=18975048 memory=56576 CPUtime=0.08 cores=5,7
/proc/381873/stat : 381873 (java) S 381870 381873 381747 0 -1 1077936128 6642 0 0 0 7 1 0 0 20 0 18 0 56960827 19430449152 14144 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
/proc/381873/statm: 4743762 14144 5631 1 0 548843 0
[pid=381873/tid=381875] ppid=381870 vsize=18975048 memory=4026561586 CPUtime=0.05 cores=5,7
/proc/381873/task/381875/stat : 381875 (java) D 381870 381873 381747 0 -1 1078198336 5570 0 0 0 4 1 0 0 20 0 18 0 56960828 19430449152 14144 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
[pid=381873/tid=381884] ppid=381870 vsize=18975048 memory=237146210664 CPUtime=0 cores=5,7
/proc/381873/task/381884/stat : 381884 (Finalizer) S 381870 381873 381747 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 56960830 19430449152 14144 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
[pid=381873/tid=381891] ppid=381870 vsize=18975048 memory=14692998044028133 CPUtime=0 cores=5,7
/proc/381873/task/381891/stat : 381891 (Common-Cleaner) S 381870 381873 381747 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 56960831 19430449152 14144 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56576 KiB

[startup+0.20846 s]*
/proc/loadavg: 0.10 0.09 0.09 11/329 381893
/proc/meminfo: memFree=118510140/131524600 swapFree=131054992/131071996
[pid=381873] ppid=381870 vsize=18975048 memory=63772 CPUtime=0.19 cores=5,7
/proc/381873/stat : 381873 (java) S 381870 381873 381747 0 -1 1077936128 7425 0 0 0 17 2 0 0 20 0 18 0 56960827 19430449152 15943 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
/proc/381873/statm: 4743762 15943 5631 1 0 549487 0
[pid=381873/tid=381875] ppid=381870 vsize=18975048 memory=4782652875487838339 CPUtime=0.11 cores=5,7
/proc/381873/task/381875/stat : 381875 (java) S 381870 381873 381747 0 -1 1077936192 5900 0 0 0 10 1 0 0 20 0 18 0 56960828 19430449152 15943 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
[pid=381873/tid=381884] ppid=381870 vsize=18975048 memory=1412932 CPUtime=0 cores=5,7
/proc/381873/task/381884/stat : 381884 (Finalizer) S 381870 381873 381747 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 56960830 19430449152 15943 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
[pid=381873/tid=381891] ppid=381870 vsize=18975048 memory=14411523065906868 CPUtime=0 cores=5,7
/proc/381873/task/381891/stat : 381891 (Common-Cleaner) S 381870 381873 381747 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 56960831 19430449152 15943 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63772 KiB

[startup+0.305769 s]*
/proc/loadavg: 0.10 0.09 0.09 11/329 381893
/proc/meminfo: memFree=118375204/131524600 swapFree=131054992/131071996
[pid=381873] ppid=381870 vsize=18975048 memory=115748 CPUtime=0.36 cores=5,7
/proc/381873/stat : 381873 (java) S 381870 381873 381747 0 -1 1077936128 8993 0 0 0 33 3 0 0 20 0 18 0 56960827 19430449152 28937 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
/proc/381873/statm: 4743762 28937 5820 1 0 550476 0
[pid=381873/tid=381875] ppid=381870 vsize=18975048 memory=-9175629504232202940 CPUtime=0.19 cores=5,7
/proc/381873/task/381875/stat : 381875 (java) R 381870 381873 381747 0 -1 4194368 6088 0 0 0 17 2 0 0 20 0 18 0 56960828 19430449152 28937 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
[pid=381873/tid=381884] ppid=381870 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/381873/task/381884/stat : 381884 (Finalizer) S 381870 381873 381747 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 56960830 19430449152 28937 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
[pid=381873/tid=381891] ppid=381870 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/381873/task/381891/stat : 381891 (Common-Cleaner) S 381870 381873 381747 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 56960831 19430449152 28937 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 115748 KiB

[startup+0.703091 s]
/proc/loadavg: 0.10 0.09 0.09 8/330 381894
/proc/meminfo: memFree=117652536/131524600 swapFree=131054992/131071996
[pid=381873] ppid=381870 vsize=19041612 memory=729388 CPUtime=1.11 cores=5,7
/proc/381873/stat : 381873 (java) S 381870 381873 381747 0 -1 1077936128 11442 0 0 0 95 16 0 0 20 0 19 0 56960827 19498610688 182347 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
/proc/381873/statm: 4760403 182347 5852 1 0 1134264 0
[pid=381873/tid=381875] ppid=381870 vsize=19041612 memory=5552 CPUtime=0.53 cores=5,7
/proc/381873/task/381875/stat : 381875 (java) R 381870 381873 381747 0 -1 4194368 6371 0 0 0 40 13 0 0 20 0 19 0 56960828 19498610688 182347 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
[pid=381873/tid=381884] ppid=381870 vsize=19041612 memory=12348 CPUtime=0 cores=5,7
/proc/381873/task/381884/stat : 381884 (Finalizer) S 381870 381873 381747 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 56960830 19498610688 182347 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
[pid=381873/tid=381891] ppid=381870 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/381873/task/381891/stat : 381891 (Common-Cleaner) S 381870 381873 381747 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 56960831 19498610688 182347 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 729388 KiB

[startup+1.50025 s]
/proc/loadavg: 0.90 0.25 0.14 9/330 381894
/proc/meminfo: memFree=115024784/131524600 swapFree=131054992/131071996
[pid=381873] ppid=381870 vsize=19041612 memory=2640808 CPUtime=2.32 cores=5,7
/proc/381873/stat : 381873 (java) S 381870 381873 381747 0 -1 1077936128 14111 0 0 0 178 54 0 0 20 0 19 0 56960827 19498610688 660202 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
/proc/381873/statm: 4760403 660202 5868 1 0 1723521 0
[pid=381873/tid=381875] ppid=381870 vsize=19041612 memory=12348 CPUtime=1.28 cores=5,7
/proc/381873/task/381875/stat : 381875 (java) R 381870 381873 381747 0 -1 4194368 7278 0 0 0 79 49 0 0 20 0 19 0 56960828 19498610688 660202 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
[pid=381873/tid=381884] ppid=381870 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/381873/task/381884/stat : 381884 (Finalizer) S 381870 381873 381747 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 56960830 19498610688 660202 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
[pid=381873/tid=381891] ppid=381870 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/381873/task/381891/stat : 381891 (Common-Cleaner) S 381870 381873 381747 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 56960831 19498610688 660202 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
Current children cumulated CPU time: 2.32 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2640808 KiB

[startup+3.1059 s]
/proc/loadavg: 0.90 0.25 0.14 7/330 381896
/proc/meminfo: memFree=112335900/131524600 swapFree=131054992/131071996
[pid=381873] ppid=381870 vsize=19041612 memory=3581220 CPUtime=4.08 cores=5,7
/proc/381873/stat : 381873 (java) S 381870 381873 381747 0 -1 1077936128 14650 0 0 0 335 73 0 0 20 0 19 0 56960827 19498610688 895305 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
/proc/381873/statm: 4760403 895305 5868 1 0 1723539 0
[pid=381873/tid=381875] ppid=381870 vsize=19041612 memory=0 CPUtime=2.77 cores=5,7
/proc/381873/task/381875/stat : 381875 (java) R 381870 381873 381747 0 -1 4194368 7662 0 0 0 213 64 0 0 20 0 19 0 56960828 19498610688 895305 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
[pid=381873/tid=381884] ppid=381870 vsize=19041612 memory=12348 CPUtime=0 cores=5,7
/proc/381873/task/381884/stat : 381884 (Finalizer) S 381870 381873 381747 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 56960830 19498610688 895305 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
[pid=381873/tid=381891] ppid=381870 vsize=19041612 memory=2839724 CPUtime=0 cores=5,7
/proc/381873/task/381891/stat : 381891 (Common-Cleaner) S 381870 381873 381747 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 56960831 19498610688 895305 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
Current children cumulated CPU time: 4.08 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3581220 KiB

[startup+6.30708 s]
/proc/loadavg: 1.22 0.33 0.17 6/332 381898
/proc/meminfo: memFree=111217136/131524600 swapFree=131054992/131071996
[pid=381873] ppid=381870 vsize=19041612 memory=4651668 CPUtime=8.23 cores=5,7
/proc/381873/stat : 381873 (java) S 381870 381873 381747 0 -1 1077936128 26767 0 0 0 729 94 0 0 20 0 19 0 56960827 19498610688 1162917 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
/proc/381873/statm: 4760403 1162917 5868 1 0 1825775 0
[pid=381873/tid=381875] ppid=381870 vsize=19041612 memory=0 CPUtime=5.79 cores=5,7
/proc/381873/task/381875/stat : 381875 (java) S 381870 381873 381747 0 -1 1077936192 8435 0 0 0 496 83 0 0 20 0 19 0 56960828 19498610688 1162917 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
[pid=381873/tid=381884] ppid=381870 vsize=19041612 memory=2690220 CPUtime=0 cores=5,7
/proc/381873/task/381884/stat : 381884 (Finalizer) S 381870 381873 381747 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 56960830 19498610688 1162917 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
[pid=381873/tid=381891] ppid=381870 vsize=19041612 memory=228489167166 CPUtime=0 cores=5,7
/proc/381873/task/381891/stat : 381891 (Common-Cleaner) S 381870 381873 381747 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 56960831 19498610688 1162917 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
Current children cumulated CPU time: 8.23 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4651668 KiB

[startup+12.7003 s]
/proc/loadavg: 1.45 0.39 0.19 6/331 381964
/proc/meminfo: memFree=109239128/131524600 swapFree=131054992/131071996
[pid=381873] ppid=381870 vsize=19041612 memory=4678768 CPUtime=14.84 cores=5,7
/proc/381873/stat : 381873 (java) S 381870 381873 381747 0 -1 1077936128 27630 0 0 0 1388 96 0 0 20 0 19 0 56960827 19498610688 1169692 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
/proc/381873/statm: 4760403 1169692 5868 1 0 1825796 0
[pid=381873/tid=381875] ppid=381870 vsize=19041612 memory=4670332 CPUtime=11.87 cores=5,7
/proc/381873/task/381875/stat : 381875 (java) R 381870 381873 381747 0 -1 4194368 9203 0 0 0 1104 83 0 0 20 0 19 0 56960828 19498610688 1169692 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
[pid=381873/tid=381884] ppid=381870 vsize=19041612 memory=4661908 CPUtime=0 cores=5,7
/proc/381873/task/381884/stat : 381884 (Finalizer) S 381870 381873 381747 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 56960830 19498610688 1169692 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
[pid=381873/tid=381891] ppid=381870 vsize=19041612 memory=4649620 CPUtime=0 cores=5,7
/proc/381873/task/381891/stat : 381891 (Common-Cleaner) S 381870 381873 381747 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 56960831 19498610688 1169692 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
Current children cumulated CPU time: 14.84 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4678768 KiB

[startup+25.5003 s]
/proc/loadavg: 1.84 0.51 0.23 6/330 381967
/proc/meminfo: memFree=108914312/131524600 swapFree=131054992/131071996
[pid=381873] ppid=381870 vsize=19041612 memory=4706028 CPUtime=27.92 cores=5,7
/proc/381873/stat : 381873 (java) S 381870 381873 381747 0 -1 1077936128 31597 0 0 0 2694 98 0 0 20 0 19 0 56960827 19498610688 1176507 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
/proc/381873/statm: 4760403 1176507 5868 1 0 1825819 0
[pid=381873/tid=381875] ppid=381870 vsize=19041612 memory=4701932 CPUtime=24.24 cores=5,7
/proc/381873/task/381875/stat : 381875 (java) R 381870 381873 381747 0 -1 4194368 10373 0 0 0 2340 84 0 0 20 0 19 0 56960828 19498610688 1176507 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
[pid=381873/tid=381884] ppid=381870 vsize=19041612 memory=7447102620225530992 CPUtime=0 cores=5,7
/proc/381873/task/381884/stat : 381884 (Finalizer) S 381870 381873 381747 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 56960830 19498610688 1176507 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
[pid=381873/tid=381891] ppid=381870 vsize=19041612 memory=4649620 CPUtime=0 cores=5,7
/proc/381873/task/381891/stat : 381891 (Common-Cleaner) S 381870 381873 381747 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 56960831 19498610688 1176507 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
Current children cumulated CPU time: 27.92 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4706028 KiB

[startup+51.1059 s]
/proc/loadavg: 2.75 0.86 0.36 5/329 381970
/proc/meminfo: memFree=108861496/131524600 swapFree=131054992/131071996
[pid=381873] ppid=381870 vsize=19041612 memory=4712472 CPUtime=53.62 cores=5,7
/proc/381873/stat : 381873 (java) S 381870 381873 381747 0 -1 1077936128 34633 0 0 0 5261 101 0 0 20 0 19 0 56960827 19498610688 1178118 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
/proc/381873/statm: 4760403 1178118 5868 1 0 1825819 0
[pid=381873/tid=381875] ppid=381870 vsize=19041612 memory=0 CPUtime=49.56 cores=5,7
/proc/381873/task/381875/stat : 381875 (java) R 381870 381873 381747 0 -1 4194368 12623 0 0 0 4872 84 0 0 20 0 19 0 56960828 19498610688 1178118 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
[pid=381873/tid=381884] ppid=381870 vsize=19041612 memory=4649620 CPUtime=0 cores=5,7
/proc/381873/task/381884/stat : 381884 (Finalizer) S 381870 381873 381747 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 56960830 19498610688 1178118 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
[pid=381873/tid=381891] ppid=381870 vsize=19041612 memory=11580 CPUtime=0 cores=5,7
/proc/381873/task/381891/stat : 381891 (Common-Cleaner) S 381870 381873 381747 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 56960831 19498610688 1178118 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
Current children cumulated CPU time: 53.62 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4712472 KiB

[startup+102.3 s]
/proc/loadavg: 3.51 1.36 0.56 5/330 381980
/proc/meminfo: memFree=108667996/131524600 swapFree=131054992/131071996
[pid=381873] ppid=381870 vsize=19108176 memory=4721528 CPUtime=108.08 cores=5,7
/proc/381873/stat : 381873 (java) S 381870 381873 381747 0 -1 1077936128 53580 0 0 0 10702 106 0 0 20 0 20 0 56960827 19566772224 1180382 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
/proc/381873/statm: 4777044 1180382 5906 1 0 1826277 0

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

/proc/meminfo: memFree=103330876/131524600 swapFree=131054992/131071996
[pid=381873] ppid=381870 vsize=19108176 memory=6186836 CPUtime=3227.7 cores=5,7
/proc/381873/stat : 381873 (java) S 381870 381873 381747 0 -1 1077936128 244323 0 0 0 322519 251 0 0 20 0 20 0 56960827 19566772224 1546709 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
/proc/381873/statm: 4777044 1546709 5922 1 0 1828541 0
[pid=381873/tid=381875] ppid=381870 vsize=19108176 memory=6186836 CPUtime=3210.47 cores=5,7
/proc/381873/task/381875/stat : 381875 (java) R 381870 381873 381747 0 -1 4194368 110726 0 0 0 320949 98 0 0 20 0 20 0 56960828 19566772224 1546709 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
[pid=381873/tid=381884] ppid=381870 vsize=19108176 memory=6186836 CPUtime=0 cores=5,7
/proc/381873/task/381884/stat : 381884 (Finalizer) S 381870 381873 381747 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56960830 19566772224 1546709 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
[pid=381873/tid=381891] ppid=381870 vsize=19108176 memory=-9175629504232202940 CPUtime=0 cores=5,7
/proc/381873/task/381891/stat : 381891 (Common-Cleaner) S 381870 381873 381747 0 -1 1077936192 5286 0 0 0 0 0 0 0 20 0 20 0 56960831 19566772224 1546709 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
[pid=381873/tid=381975] ppid=381870 vsize=19108176 memory=6186836 CPUtime=0 cores=5,7
/proc/381873/task/381975/stat : 381975 (Timer-0) S 381870 381873 381747 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 56967721 19566772224 1546709 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
Current children cumulated CPU time: 3227.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6186836 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.09 4.02 5/333 384320
/proc/meminfo: memFree=103330416/131524600 swapFree=131054992/131071996
[pid=381873] ppid=381870 vsize=19108176 memory=6186836 CPUtime=3287.59 cores=5,7
/proc/381873/stat : 381873 (java) S 381870 381873 381747 0 -1 1077936128 247343 0 0 0 328507 252 0 0 20 0 20 0 56960827 19566772224 1546709 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
/proc/381873/statm: 4777044 1546709 5922 1 0 1828541 0
[pid=381873/tid=381875] ppid=381870 vsize=19108176 memory=6186836 CPUtime=3270.35 cores=5,7
/proc/381873/task/381875/stat : 381875 (java) R 381870 381873 381747 0 -1 4194368 112759 0 0 0 326937 98 0 0 20 0 20 0 56960828 19566772224 1546709 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
[pid=381873/tid=381884] ppid=381870 vsize=19108176 memory=6186836 CPUtime=0 cores=5,7
/proc/381873/task/381884/stat : 381884 (Finalizer) S 381870 381873 381747 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56960830 19566772224 1546709 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
[pid=381873/tid=381891] ppid=381870 vsize=19108176 memory=6186836 CPUtime=0 cores=5,7
/proc/381873/task/381891/stat : 381891 (Common-Cleaner) S 381870 381873 381747 0 -1 1077936192 5431 0 0 0 0 0 0 0 20 0 20 0 56960831 19566772224 1546709 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
[pid=381873/tid=381975] ppid=381870 vsize=19108176 memory=11580 CPUtime=0 cores=5,7
/proc/381873/task/381975/stat : 381975 (Timer-0) S 381870 381873 381747 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 56967721 19566772224 1546709 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
Current children cumulated CPU time: 3287.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6186836 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.10 4.02 5/333 384334
/proc/meminfo: memFree=103325652/131524600 swapFree=131054992/131071996
[pid=381873] ppid=381870 vsize=19108176 memory=6186836 CPUtime=3347.49 cores=5,7
/proc/381873/stat : 381873 (java) S 381870 381873 381747 0 -1 1077936128 248960 0 0 0 334496 253 0 0 20 0 20 0 56960827 19566772224 1546709 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
/proc/381873/statm: 4777044 1546709 5922 1 0 1828541 0
[pid=381873/tid=381875] ppid=381870 vsize=19108176 memory=6186836 CPUtime=3330.23 cores=5,7
/proc/381873/task/381875/stat : 381875 (java) R 381870 381873 381747 0 -1 4194368 113335 0 0 0 332925 98 0 0 20 0 20 0 56960828 19566772224 1546709 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
[pid=381873/tid=381884] ppid=381870 vsize=19108176 memory=6186836 CPUtime=0 cores=5,7
/proc/381873/task/381884/stat : 381884 (Finalizer) S 381870 381873 381747 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56960830 19566772224 1546709 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
[pid=381873/tid=381891] ppid=381870 vsize=19108176 memory=-9175629504232202940 CPUtime=0 cores=5,7
/proc/381873/task/381891/stat : 381891 (Common-Cleaner) S 381870 381873 381747 0 -1 1077936192 5576 0 0 0 0 0 0 0 20 0 20 0 56960831 19566772224 1546709 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
[pid=381873/tid=381975] ppid=381870 vsize=19108176 memory=6186836 CPUtime=0 cores=5,7
/proc/381873/task/381975/stat : 381975 (Timer-0) S 381870 381873 381747 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 56967721 19566772224 1546709 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
Current children cumulated CPU time: 3347.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6186836 KiB

[startup+3402.3 s]
/proc/loadavg: 4.26 4.14 4.04 5/333 384358
/proc/meminfo: memFree=103323596/131524600 swapFree=131054992/131071996
[pid=381873] ppid=381870 vsize=19108176 memory=6186836 CPUtime=3407.38 cores=5,7
/proc/381873/stat : 381873 (java) S 381870 381873 381747 0 -1 1077936128 252424 0 0 0 340484 254 0 0 20 0 20 0 56960827 19566772224 1546709 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
/proc/381873/statm: 4777044 1546709 5922 1 0 1828541 0
[pid=381873/tid=381875] ppid=381870 vsize=19108176 memory=6186836 CPUtime=3390.1 cores=5,7
/proc/381873/task/381875/stat : 381875 (java) R 381870 381873 381747 0 -1 4194368 116144 0 0 0 338912 98 0 0 20 0 20 0 56960828 19566772224 1546709 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
[pid=381873/tid=381884] ppid=381870 vsize=19108176 memory=6186836 CPUtime=0 cores=5,7
/proc/381873/task/381884/stat : 381884 (Finalizer) S 381870 381873 381747 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56960830 19566772224 1546709 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
[pid=381873/tid=381891] ppid=381870 vsize=19108176 memory=6186836 CPUtime=0 cores=5,7
/proc/381873/task/381891/stat : 381891 (Common-Cleaner) S 381870 381873 381747 0 -1 1077936192 5720 0 0 0 0 0 0 0 20 0 20 0 56960831 19566772224 1546709 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
[pid=381873/tid=381975] ppid=381870 vsize=19108176 memory=6186836 CPUtime=0 cores=5,7
/proc/381873/task/381975/stat : 381975 (Timer-0) S 381870 381873 381747 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 56967721 19566772224 1546709 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
Current children cumulated CPU time: 3407.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6186836 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.13 4.04 5/333 384369
/proc/meminfo: memFree=103322892/131524600 swapFree=131054992/131071996
[pid=381873] ppid=381870 vsize=19108176 memory=6186836 CPUtime=3467.28 cores=5,7
/proc/381873/stat : 381873 (java) S 381870 381873 381747 0 -1 1077936128 255516 0 0 0 346473 255 0 0 20 0 20 0 56960827 19566772224 1546709 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
/proc/381873/statm: 4777044 1546709 5922 1 0 1828541 0
[pid=381873/tid=381875] ppid=381870 vsize=19108176 memory=6186836 CPUtime=3449.98 cores=5,7
/proc/381873/task/381875/stat : 381875 (java) R 381870 381873 381747 0 -1 4194368 118550 0 0 0 344900 98 0 0 20 0 20 0 56960828 19566772224 1546709 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
[pid=381873/tid=381884] ppid=381870 vsize=19108176 memory=6186836 CPUtime=0 cores=5,7
/proc/381873/task/381884/stat : 381884 (Finalizer) S 381870 381873 381747 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56960830 19566772224 1546709 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
[pid=381873/tid=381891] ppid=381870 vsize=19108176 memory=6186836 CPUtime=0 cores=5,7
/proc/381873/task/381891/stat : 381891 (Common-Cleaner) S 381870 381873 381747 0 -1 1077936192 5863 0 0 0 0 0 0 0 20 0 20 0 56960831 19566772224 1546709 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
[pid=381873/tid=381975] ppid=381870 vsize=19108176 memory=6186836 CPUtime=0 cores=5,7
/proc/381873/task/381975/stat : 381975 (Timer-0) S 381870 381873 381747 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 56967721 19566772224 1546709 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
Current children cumulated CPU time: 3467.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6186836 KiB

[startup+3522.3 s]
/proc/loadavg: 4.22 4.15 4.05 5/332 384380
/proc/meminfo: memFree=103321952/131524600 swapFree=131054992/131071996
[pid=381873] ppid=381870 vsize=19108176 memory=6186844 CPUtime=3527.25 cores=5,7
/proc/381873/stat : 381873 (java) S 381870 381873 381747 0 -1 1077936128 260907 0 0 0 352468 257 0 0 20 0 20 0 56960827 19566772224 1546711 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
/proc/381873/statm: 4777044 1546711 5922 1 0 1828543 0
[pid=381873/tid=381875] ppid=381870 vsize=19108176 memory=6186836 CPUtime=3509.77 cores=5,7
/proc/381873/task/381875/stat : 381875 (java) R 381870 381873 381747 0 -1 4194368 120555 0 0 0 350879 98 0 0 20 0 20 0 56960828 19566772224 1546711 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
[pid=381873/tid=381884] ppid=381870 vsize=19108176 memory=16012 CPUtime=0 cores=5,7
/proc/381873/task/381884/stat : 381884 (Finalizer) S 381870 381873 381747 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56960830 19566772224 1546711 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
[pid=381873/tid=381891] ppid=381870 vsize=19108176 memory=-9175629504232202940 CPUtime=0 cores=5,7
/proc/381873/task/381891/stat : 381891 (Common-Cleaner) S 381870 381873 381747 0 -1 1077936192 5936 0 0 0 0 0 0 0 20 0 20 0 56960831 19566772224 1546711 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
[pid=381873/tid=381975] ppid=381870 vsize=19108176 memory=6186844 CPUtime=0 cores=5,7
/proc/381873/task/381975/stat : 381975 (Timer-0) S 381870 381873 381747 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 56967721 19566772224 1546711 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
Current children cumulated CPU time: 3527.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6186844 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.14 4.05 5/332 384391
/proc/meminfo: memFree=103321220/131524600 swapFree=131054992/131071996
[pid=381873] ppid=381870 vsize=19108176 memory=6186844 CPUtime=3587.15 cores=5,7
/proc/381873/stat : 381873 (java) S 381870 381873 381747 0 -1 1077936128 264702 0 0 0 358457 258 0 0 20 0 20 0 56960827 19566772224 1546711 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
/proc/381873/statm: 4777044 1546711 5922 1 0 1828543 0
[pid=381873/tid=381875] ppid=381870 vsize=19108176 memory=6186844 CPUtime=3569.66 cores=5,7
/proc/381873/task/381875/stat : 381875 (java) R 381870 381873 381747 0 -1 4194368 123768 0 0 0 356867 99 0 0 20 0 20 0 56960828 19566772224 1546711 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
[pid=381873/tid=381884] ppid=381870 vsize=19108176 memory=11580 CPUtime=0 cores=5,7
/proc/381873/task/381884/stat : 381884 (Finalizer) S 381870 381873 381747 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56960830 19566772224 1546711 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
[pid=381873/tid=381891] ppid=381870 vsize=19108176 memory=11580 CPUtime=0 cores=5,7
/proc/381873/task/381891/stat : 381891 (Common-Cleaner) S 381870 381873 381747 0 -1 1077936192 6077 0 0 0 0 0 0 0 20 0 20 0 56960831 19566772224 1546711 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
[pid=381873/tid=381975] ppid=381870 vsize=19108176 memory=12348 CPUtime=0 cores=5,7
/proc/381873/task/381975/stat : 381975 (Timer-0) S 381870 381873 381747 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 56967721 19566772224 1546711 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
Current children cumulated CPU time: 3587.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6186844 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3595.2 s]
/proc/loadavg: 4.11 4.13 4.05 5/332 384394
/proc/meminfo: memFree=103321100/131524600 swapFree=131054992/131071996
[pid=381873] ppid=381870 vsize=19108176 memory=6186844 CPUtime=3600.03 cores=5,7
/proc/381873/stat : 381873 (java) S 381870 381873 381747 0 -1 1077936128 265305 0 0 0 359745 258 0 0 20 0 20 0 56960827 19566772224 1546711 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
/proc/381873/statm: 4777044 1546711 5922 1 0 1828543 0
[pid=381873/tid=381875] ppid=381870 vsize=19108176 memory=2796 CPUtime=3582.54 cores=5,7
/proc/381873/task/381875/stat : 381875 (java) R 381870 381873 381747 0 -1 4194368 124369 0 0 0 358155 99 0 0 20 0 20 0 56960828 19566772224 1546711 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
[pid=381873/tid=381884] ppid=381870 vsize=19108176 memory=6186844 CPUtime=0 cores=5,7
/proc/381873/task/381884/stat : 381884 (Finalizer) S 381870 381873 381747 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56960830 19566772224 1546711 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
[pid=381873/tid=381891] ppid=381870 vsize=19108176 memory=68980 CPUtime=0 cores=5,7
/proc/381873/task/381891/stat : 381891 (Common-Cleaner) S 381870 381873 381747 0 -1 1077936192 6077 0 0 0 0 0 0 0 20 0 20 0 56960831 19566772224 1546711 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
[pid=381873/tid=381975] ppid=381870 vsize=19108176 memory=6186844 CPUtime=0 cores=5,7
/proc/381873/task/381975/stat : 381975 (Timer-0) S 381870 381873 381747 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 56967721 19566772224 1546711 134679101440 94780481949696 94780481953392 140722838260256 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94780481961208 94780481962000 94780496785408 140722838262772 140722838262880 140722838262880 140722838269896 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6186844 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.56 s, system=2.60529 s

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

Child status: 143

Real time (s): 3595.29
CPU time (s): 3600.17
CPU user time (s): 3597.56
CPU system time (s): 2.60529
CPU usage (%): 100.136
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 6186844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.56
system time used= 2.60529
maximum resident set size= 6188420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 268976
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 131516
involuntary context switches= 4515


# summary of solver processes directly reported to runsolver:
#   pid: 381873
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3597.56
#   total CPU system time (s): 2.60529

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.07964 second user time and 16.5909 second system time

The end

Launcher Data

Begin job on nodeC035 at 2024-07-29 00:05:05
IDJOB=4461801
IDBENCH=178870
IDSOLVER=3052
FILE ID=nodeC035/4461801-1722204305
RUNJOBID= nodeC035-1722204305-381760
SLURM_JOB_ID= 8248636
Free space on /tmp= 890060 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/SMTI/x2/Init-x2-i5_pp_93.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4461801-1722204305/watcher-4461801-1722204305 -o /tmp/evaluation-result-4461801-1722204305/solver-4461801-1722204305 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1722204305-381760 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4461801-1722204305.opb

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

MD5SUM BENCH= 9d9e0a7da5715f208335c49466c86b7d
RANDOM SEED=1194767636

nodeC035.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		: 3604.070
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.54
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		: 3648.204
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	: 7006.93
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		: 3604.859
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.54
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		: 3640.603
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	: 7006.93
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		: 3600.349
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.54
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.889
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	: 7006.93
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		: 3600.262
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.54
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		: 3606.308
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	: 7006.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        119781676 kB
MemAvailable:   129091000 kB
Buffers:          404108 kB
Cached:          9709528 kB
SwapCached:          296 kB
Active:          2390140 kB
Inactive:        8692916 kB
Active(anon):       1960 kB
Inactive(anon):  1020356 kB
Active(file):    2388180 kB
Inactive(file):  7672560 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131054992 kB
Dirty:             19296 kB
Writeback:             0 kB
AnonPages:        968248 kB
Mapped:           126060 kB
Shmem:             53220 kB
KReclaimable:     176464 kB
Slab:             299108 kB
SReclaimable:     176464 kB
SUnreclaim:       122644 kB
KernelStack:        4976 kB
PageTables:        11780 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7469624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            19936 kB
HardwareCorrupted:     0 kB
AnonHugePages:    471040 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:      416468 kB
DirectMap2M:    49688576 kB
DirectMap1G:    85983232 kB

Free space on /tmp at the end= 890024 MiB
End job on nodeC035 at 2024-07-29 01:05:01