Trace number 4442915

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Partial RoundingSAT 2024 2024-07-12? (TO) 3600.43 3320.14

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-91-90.opb
MD5SUM01a2d7031971d4d75da01f2dca43b6c9
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark52.9343
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8190
Total number of constraints368641
Number of constraints which are clauses368641
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint90
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 91
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.13/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.12	c See www.sat4j.org for details.
0.13/0.13	c version CUSTOM.v20240707
0.13/0.16	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.16	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.16	c java.vm.version	22.0.1+8-16
0.13/0.16	c java.vm.vendor	Oracle Corporation
0.13/0.16	c sun.arch.data.model	64
0.13/0.16	c java.version		22.0.1
0.13/0.16	c os.name		Linux
0.13/0.16	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.16	c os.arch		amd64
0.13/0.17	c Free memory 		2113181440
0.13/0.17	c Max memory 		16282288128
0.13/0.17	c Total memory 		2122317824
0.13/0.18	c Number of processors 	2
0.43/0.35	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.43/0.35	 - never skip resolution steps
0.43/0.35	 - Auto-division on coefficients is disabled
0.43/0.35	 - No postprocessing
0.43/0.35	 - Conflict is considered as is when resolving
0.43/0.35	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.43/0.35	 - Weaken first using unassigned literals
0.43/0.35	 - Bump strategy: ALWAYS_ONE
0.43/0.35	 - Bumper: ASSIGNED
0.43/0.35	--- Begin Solver configuration ---
0.43/0.35	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.43/0.35	Learn all clauses as in MiniSAT
0.43/0.35	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.43/0.35	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.43/0.35	No reason simplification
0.43/0.35	Armin Biere (Picosat) restarts strategy
0.43/0.35	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.43/0.35	timeout=2147483s
0.43/0.35	DB Simplification allowed=false
0.43/0.35	Listener: none
0.43/0.35	--- End Solver configuration ---
0.43/0.35	c Pseudo Boolean Optimization by upper bound
0.43/0.35	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.43/0.35	c  - never skip resolution steps
0.43/0.35	c  - Auto-division on coefficients is disabled
0.43/0.35	c  - No postprocessing
0.43/0.35	c  - Conflict is considered as is when resolving
0.43/0.35	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.43/0.35	c  - Weaken first using unassigned literals
0.43/0.35	c  - Bump strategy: ALWAYS_ONE
0.43/0.35	c  - Bumper: ASSIGNED
0.43/0.35	c --- Begin Solver configuration ---
0.43/0.35	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.43/0.35	c Learn all clauses as in MiniSAT
0.43/0.35	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.43/0.35	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.43/0.35	c No reason simplification
0.43/0.35	c Armin Biere (Picosat) restarts strategy
0.43/0.35	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.43/0.35	c timeout=2147483s
0.43/0.35	c DB Simplification allowed=false
0.43/0.35	c Listener: none
0.43/0.35	c --- End Solver configuration ---
0.43/0.35	c solving HOME/instance-4442915-1721308455.opb
0.43/0.35	c reading problem ... 
0.43/0.35	c  no objective function found
7.60/5.93	c ... done. Wall clock time 5.582s.
7.60/5.93	c declared #vars     8190
7.60/5.93	c #constraints  368641
7.60/5.93	c constraints type 
7.60/5.93	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 368550
7.60/5.93	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 91
7.60/5.93	c 368641 constraints processed.
12.20/8.83	c cleaning 0 clauses out of 5001 with flag 0/5001
15.90/12.22	c cleaning 0 clauses out of 11001 with flag 0/11001
22.29/18.07	c cleaning 0 clauses out of 18000 with flag 0/18000
30.21/25.53	c cleaning 0 clauses out of 26000 with flag 0/26000
39.84/34.94	c cleaning 0 clauses out of 35000 with flag 0/35000
55.11/49.72	c cleaning 0 clauses out of 45000 with flag 0/45000
73.75/67.87	c cleaning 0 clauses out of 56000 with flag 0/56000
94.63/88.40	c cleaning 0 clauses out of 68000 with flag 0/68000
120.63/114.15	c cleaning 0 clauses out of 81003 with flag 0/81003
153.67/146.70	c cleaning 0 clauses out of 95000 with flag 0/95000
190.16/182.88	c cleaning 0 clauses out of 110001 with flag 0/110001
231.73/223.81	c cleaning 0 clauses out of 126000 with flag 0/126000
278.37/270.05	c cleaning 0 clauses out of 143000 with flag 0/143000
318.91/310.18	c cleaning 0 clauses out of 161000 with flag 0/161000
377.20/367.89	c cleaning 0 clauses out of 180001 with flag 0/180001
441.31/431.27	c cleaning 0 clauses out of 200001 with flag 0/200001
498.57/487.95	c cleaning 0 clauses out of 221001 with flag 0/221001
606.56/595.41	c cleaning 0 clauses out of 243004 with flag 0/243004
755.18/735.46	c cleaning 0 clauses out of 266001 with flag 0/266001
859.14/830.16	c cleaning 0 clauses out of 290003 with flag 0/290003
985.50/947.53	c cleaning 0 clauses out of 315000 with flag 0/315000
1141.06/1092.81	c cleaning 0 clauses out of 341000 with flag 0/341000
1306.52/1236.81	c cleaning 0 clauses out of 368001 with flag 0/368001
1492.96/1399.93	c cleaning 0 clauses out of 396001 with flag 0/396001
1685.30/1578.97	c cleaning 0 clauses out of 425001 with flag 0/425001
1918.66/1784.47	c cleaning 0 clauses out of 455002 with flag 0/455002
2117.87/1967.80	c cleaning 0 clauses out of 486002 with flag 0/486002
2317.86/2150.76	c cleaning 0 clauses out of 518000 with flag 0/518000
2536.06/2350.31	c cleaning 0 clauses out of 551002 with flag 0/551002
2735.52/2532.06	c cleaning 0 clauses out of 585000 with flag 0/585000
2957.45/2753.44	c cleaning 0 clauses out of 620000 with flag 0/620000
3306.82/3061.16	c cleaning 0 clauses out of 656003 with flag 0/656003
3600.04/3319.95	c starts		: 169
3600.04/3319.96	c conflicts		: 689917
3600.04/3319.96	c decisions		: 777304
3600.04/3319.96	c propagations		: 54685770
3600.04/3319.96	c inspects		: 6662402361
3600.04/3319.96	c shortcuts		: 0
3600.04/3319.96	c learnt literals	: 0
3600.04/3319.96	c learnt binary clauses	: 0
3600.04/3319.96	c learnt ternary clauses	: 0
3600.04/3319.96	c learnt constraints	: 689916
3600.04/3319.96	c ignored constraints	: 0
3600.04/3319.96	c root simplifications	: 0
3600.04/3319.96	c removed literals (reason simplification)	: 0
3600.04/3319.96	c reason swapping (by a shorter reason)	: 0
3600.04/3319.96	c Calls to reduceDB	: 32
3600.04/3319.96	c Number of update (reduction) of LBD	: 0
3600.04/3319.96	c Imported unit clauses	: 0
3600.04/3319.96	c No decision after first conflict	: false
3600.04/3319.96	c number of reductions to clauses (during analyze)	: 0
3600.04/3319.96	c timeout
3600.04/3319.96	c number of learned constraints concerned by reduction	: 0
3600.04/3319.96	c number of learning phase by resolution	: 0
3600.04/3319.96	c number of learning phase by cutting planes	: 0
3600.04/3319.96	c number of rounding to 1 operations	: 0
3600.04/3319.96	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3319.96	c number of reductions of the coefficients by power 2 	: 0
3600.04/3319.96	c number of right shift for reduction by power 2 	: 0
3600.04/3319.98	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3319.98	c number of ending skipping 	: 0
3600.04/3319.98	c number of internal skipping 	: 0
3600.04/3319.98	c number of derivation steps 	: 5581802
3600.04/3319.98	c number of skipped derivation steps 	: 0
3600.04/3319.98	c number of remaining unassigned 	: 0
3600.04/3319.98	c number of remaining assigned 	: 0
3600.04/3319.98	c number of falsified literals weakened from reason	: 0
3600.04/3319.98	c number of falsified literals weakened from conflict	: 0
3600.04/3319.98	c time for arithmetic operations	: 0
3600.04/3319.98	c minimum degree of deleted constraints	: null
3600.04/3319.98	c maximum degree of deleted constraints	: null
3600.04/3319.98	c number of deleted constraints	: 0
3600.04/3319.98	c speed (assignments/second)	: 16501.28001178021
3600.04/3319.98	c non guided choices	: 4011
3600.27/3320.07	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 689916
3600.27/3320.07	s UNKNOWN
3600.27/3320.07	c Total wall clock time (in seconds): 3319.728

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: 64059 MiB (46352 MiB free)
  memory of node 1: 64510 MiB (59011 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442915-1721308455/watcher-4442915-1721308455 -o /tmp/evaluation-result-4442915-1721308455/solver-4442915-1721308455 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1721304926-953891 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4442915-1721308455.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
Current StackSize limit: 8192 KiB

solver pid=956897, runsolver pid=956894

[startup+0.104448 s]*
/proc/loadavg: 4.69 4.53 4.45 5/318 956915
/proc/meminfo: memFree=107856804/131655788 swapFree=131071996/131071996
[pid=956897] ppid=956894 vsize=18975048 memory=56036 CPUtime=0.13 cores=1,3
/proc/956897/stat : 956897 (java) S 956894 956897 953879 0 -1 1077936128 6636 0 0 0 11 2 0 0 20 0 18 0 183004248 19430449152 14009 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
/proc/956897/statm: 4743762 14009 5522 1 0 550926 0
[pid=956897/tid=956899] ppid=956894 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/956897/task/956899/stat : 956899 (java) R 956894 956897 953879 0 -1 4194368 5538 0 0 0 7 1 0 0 20 0 18 0 183004249 19430449152 14009 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
[pid=956897/tid=956908] ppid=956894 vsize=18975048 memory=237146210664 CPUtime=0 cores=1,3
/proc/956897/task/956908/stat : 956908 (Finalizer) S 956894 956897 953879 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 183004252 19430449152 14009 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
[pid=956897/tid=956915] ppid=956894 vsize=18975048 memory=4050198648221597728 CPUtime=0 cores=1,3
/proc/956897/task/956915/stat : 956915 (Common-Cleaner) S 956894 956897 953879 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 183004252 19430449152 14009 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56036 KiB

[startup+0.214425 s]*
/proc/loadavg: 4.69 4.53 4.45 7/318 956915
/proc/meminfo: memFree=107848224/131655788 swapFree=131071996/131071996
[pid=956897] ppid=956894 vsize=18975048 memory=64800 CPUtime=0.27 cores=1,3
/proc/956897/stat : 956897 (java) S 956894 956897 953879 0 -1 1077936128 7262 0 0 0 25 2 0 0 20 0 18 0 183004248 19430449152 16200 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
/proc/956897/statm: 4743762 16200 5526 1 0 551470 0
[pid=956897/tid=956899] ppid=956894 vsize=18975048 memory=4782652875487838339 CPUtime=0.17 cores=1,3
/proc/956897/task/956899/stat : 956899 (java) R 956894 956897 953879 0 -1 4194368 5766 0 0 0 16 1 0 0 20 0 18 0 183004249 19430449152 16200 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
[pid=956897/tid=956908] ppid=956894 vsize=18975048 memory=19020 CPUtime=0 cores=1,3
/proc/956897/task/956908/stat : 956908 (Finalizer) S 956894 956897 953879 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 183004252 19430449152 16200 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
[pid=956897/tid=956915] ppid=956894 vsize=18975048 memory=15544037289509020 CPUtime=0 cores=1,3
/proc/956897/task/956915/stat : 956915 (Common-Cleaner) S 956894 956897 953879 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 183004252 19430449152 16200 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64800 KiB

[startup+0.31852 s]*
/proc/loadavg: 4.69 4.53 4.45 7/318 956915
/proc/meminfo: memFree=107846516/131655788 swapFree=131071996/131071996
[pid=956897] ppid=956894 vsize=18975048 memory=66836 CPUtime=0.43 cores=1,3
/proc/956897/stat : 956897 (java) S 956894 956897 953879 0 -1 1077936128 7563 0 0 0 40 3 0 0 20 0 18 0 183004248 19430449152 16709 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
/proc/956897/statm: 4743762 16709 5772 1 0 551655 0
[pid=956897/tid=956899] ppid=956894 vsize=18975048 memory=-8886836156702171836 CPUtime=0.27 cores=1,3
/proc/956897/task/956899/stat : 956899 (java) R 956894 956897 953879 0 -1 1077936192 5938 0 0 0 25 2 0 0 20 0 18 0 183004249 19430449152 16709 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
[pid=956897/tid=956908] ppid=956894 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/956897/task/956908/stat : 956908 (Finalizer) S 956894 956897 953879 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 183004252 19430449152 16709 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
[pid=956897/tid=956915] ppid=956894 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/956897/task/956915/stat : 956915 (Common-Cleaner) S 956894 956897 953879 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 183004252 19430449152 16709 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66836 KiB

[startup+0.706418 s]
/proc/loadavg: 4.69 4.53 4.45 6/318 956915
/proc/meminfo: memFree=107795516/131655788 swapFree=131071996/131071996
[pid=956897] ppid=956894 vsize=19041612 memory=166708 CPUtime=1.07 cores=1,3
/proc/956897/stat : 956897 (java) S 956894 956897 953879 0 -1 1077936128 9501 0 0 0 101 6 0 0 20 0 19 0 183004248 19498610688 41677 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
/proc/956897/statm: 4760403 41677 5852 1 0 553076 0
[pid=956897/tid=956899] ppid=956894 vsize=19041612 memory=5468 CPUtime=0.54 cores=1,3
/proc/956897/task/956899/stat : 956899 (java) R 956894 956897 953879 0 -1 4194368 6075 0 0 0 50 4 0 0 20 0 19 0 183004249 19498610688 41677 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
[pid=956897/tid=956908] ppid=956894 vsize=19041612 memory=12020 CPUtime=0 cores=1,3
/proc/956897/task/956908/stat : 956908 (Finalizer) S 956894 956897 953879 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 183004252 19498610688 41677 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
[pid=956897/tid=956915] ppid=956894 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/956897/task/956915/stat : 956915 (Common-Cleaner) S 956894 956897 953879 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 183004252 19498610688 41677 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
Current children cumulated CPU time: 1.07 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 166708 KiB

[startup+1.50942 s]
/proc/loadavg: 4.69 4.53 4.45 6/319 956916
/proc/meminfo: memFree=107006760/131655788 swapFree=131071996/131071996
[pid=956897] ppid=956894 vsize=19041612 memory=1328004 CPUtime=2.6 cores=1,3
/proc/956897/stat : 956897 (java) S 956894 956897 953879 0 -1 1077936128 20339 0 0 0 229 31 0 0 20 0 19 0 183004248 19498610688 332001 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
/proc/956897/statm: 4760403 332001 5868 1 0 558936 0
[pid=956897/tid=956899] ppid=956894 vsize=19041612 memory=12020 CPUtime=1.29 cores=1,3
/proc/956897/task/956899/stat : 956899 (java) R 956894 956897 953879 0 -1 4194368 6632 0 0 0 102 27 0 0 20 0 19 0 183004249 19498610688 332001 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
[pid=956897/tid=956908] ppid=956894 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/956897/task/956908/stat : 956908 (Finalizer) S 956894 956897 953879 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 183004252 19498610688 332001 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
[pid=956897/tid=956915] ppid=956894 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/956897/task/956915/stat : 956915 (Common-Cleaner) S 956894 956897 953879 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 183004252 19498610688 332001 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
Current children cumulated CPU time: 2.6 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1328004 KiB

[startup+3.11359 s]
/proc/loadavg: 4.69 4.53 4.45 6/319 956918
/proc/meminfo: memFree=102821064/131655788 swapFree=131071996/131071996
[pid=956897] ppid=956894 vsize=19041612 memory=4060084 CPUtime=4.76 cores=1,3
/proc/956897/stat : 956897 (java) S 956894 956897 953879 0 -1 1077936128 23153 0 0 0 392 84 0 0 20 0 19 0 183004248 19498610688 1015021 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
/proc/956897/statm: 4760403 1015021 5868 1 0 1252931 0
[pid=956897/tid=956899] ppid=956894 vsize=19041612 memory=0 CPUtime=2.8 cores=1,3
/proc/956897/task/956899/stat : 956899 (java) R 956894 956897 953879 0 -1 4194368 7964 0 0 0 201 79 0 0 20 0 19 0 183004249 19498610688 1015021 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
[pid=956897/tid=956908] ppid=956894 vsize=19041612 memory=12020 CPUtime=0 cores=1,3
/proc/956897/task/956908/stat : 956908 (Finalizer) S 956894 956897 953879 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 183004252 19498610688 1015021 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
[pid=956897/tid=956915] ppid=956894 vsize=19041612 memory=1544640 CPUtime=0 cores=1,3
/proc/956897/task/956915/stat : 956915 (Common-Cleaner) S 956894 956897 953879 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 183004252 19498610688 1015021 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
Current children cumulated CPU time: 4.76 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4060084 KiB

[startup+6.30844 s]
/proc/loadavg: 4.63 4.52 4.45 7/320 956920
/proc/meminfo: memFree=101322920/131655788 swapFree=131071996/131071996
[pid=956897] ppid=956894 vsize=19108176 memory=5512752 CPUtime=8.35 cores=1,3
/proc/956897/stat : 956897 (java) S 956894 956897 953879 0 -1 1077936128 24964 0 0 0 721 114 0 0 20 0 20 0 183004248 19566772224 1378188 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
/proc/956897/statm: 4777044 1378188 5868 1 0 1625065 0
[pid=956897/tid=956899] ppid=956894 vsize=19108176 memory=0 CPUtime=5.78 cores=1,3
/proc/956897/task/956899/stat : 956899 (java) R 956894 956897 953879 0 -1 4194368 8726 0 0 0 470 108 0 0 20 0 20 0 183004249 19566772224 1378188 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
[pid=956897/tid=956908] ppid=956894 vsize=19108176 memory=1328004 CPUtime=0 cores=1,3
/proc/956897/task/956908/stat : 956908 (Finalizer) S 956894 956897 953879 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 183004252 19566772224 1378188 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
[pid=956897/tid=956915] ppid=956894 vsize=19108176 memory=228489167166 CPUtime=0 cores=1,3
/proc/956897/task/956915/stat : 956915 (Common-Cleaner) S 956894 956897 953879 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 183004252 19566772224 1378188 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
[pid=956897/tid=956920] ppid=956894 vsize=19108176 memory=129 CPUtime=0 cores=1,3
/proc/956897/task/956920/stat : 956920 (Timer-0) S 956894 956897 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183004842 19566772224 1378188 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
Current children cumulated CPU time: 8.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5512752 KiB

[startup+12.7005 s]
/proc/loadavg: 4.58 4.51 4.44 5/320 956920
/proc/meminfo: memFree=100405744/131655788 swapFree=131071996/131071996
[pid=956897] ppid=956894 vsize=19108176 memory=5513704 CPUtime=16.63 cores=1,3
/proc/956897/stat : 956897 (java) S 956894 956897 953879 0 -1 1077936128 25724 0 0 0 1548 115 0 0 20 0 20 0 183004248 19566772224 1378426 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
/proc/956897/statm: 4777044 1378426 5868 1 0 1625154 0
[pid=956897/tid=956899] ppid=956894 vsize=19108176 memory=12020 CPUtime=11.96 cores=1,3
/proc/956897/task/956899/stat : 956899 (java) R 956894 956897 953879 0 -1 4194368 9203 0 0 0 1088 108 0 0 20 0 20 0 183004249 19566772224 1378426 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
[pid=956897/tid=956908] ppid=956894 vsize=19108176 memory=5513704 CPUtime=0 cores=1,3
/proc/956897/task/956908/stat : 956908 (Finalizer) S 956894 956897 953879 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 183004252 19566772224 1378426 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
[pid=956897/tid=956915] ppid=956894 vsize=19108176 memory=5344136 CPUtime=0 cores=1,3
/proc/956897/task/956915/stat : 956915 (Common-Cleaner) S 956894 956897 953879 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 183004252 19566772224 1378426 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
[pid=956897/tid=956920] ppid=956894 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/956897/task/956920/stat : 956920 (Timer-0) S 956894 956897 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183004842 19566772224 1378426 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
Current children cumulated CPU time: 16.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5513704 KiB

[startup+25.5005 s]
/proc/loadavg: 4.45 4.48 4.44 5/320 956923
/proc/meminfo: memFree=99300624/131655788 swapFree=131071996/131071996
[pid=956897] ppid=956894 vsize=19108176 memory=5776608 CPUtime=30.21 cores=1,3
/proc/956897/stat : 956897 (java) S 956894 956897 953879 0 -1 1077936128 29174 0 0 0 2899 122 0 0 20 0 20 0 183004248 19566772224 1444152 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
/proc/956897/statm: 4777044 1444152 5868 1 0 1625282 0
[pid=956897/tid=956899] ppid=956894 vsize=19108176 memory=5513704 CPUtime=24.14 cores=1,3
/proc/956897/task/956899/stat : 956899 (java) R 956894 956897 953879 0 -1 4194368 11522 0 0 0 2305 109 0 0 20 0 20 0 183004249 19566772224 1444152 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
[pid=956897/tid=956908] ppid=956894 vsize=19108176 memory=5776392 CPUtime=0 cores=1,3
/proc/956897/task/956908/stat : 956908 (Finalizer) S 956894 956897 953879 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 183004252 19566772224 1444152 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
[pid=956897/tid=956915] ppid=956894 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/956897/task/956915/stat : 956915 (Common-Cleaner) S 956894 956897 953879 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 183004252 19566772224 1444152 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
[pid=956897/tid=956920] ppid=956894 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/956897/task/956920/stat : 956920 (Timer-0) S 956894 956897 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183004842 19566772224 1444152 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
Current children cumulated CPU time: 30.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5776608 KiB

[startup+51.1136 s]
/proc/loadavg: 4.36 4.46 4.43 5/321 956927
/proc/meminfo: memFree=95881644/131655788 swapFree=131071996/131071996
[pid=956897] ppid=956894 vsize=19108176 memory=8289412 CPUtime=56.54 cores=1,3
/proc/956897/stat : 956897 (java) S 956894 956897 953879 0 -1 1077936128 36421 0 0 0 5478 176 0 0 20 0 20 0 183004248 19566772224 2072353 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
/proc/956897/statm: 4777044 2072353 5896 1 0 2212265 0
[pid=956897/tid=956899] ppid=956894 vsize=19108176 memory=8289244 CPUtime=48.95 cores=1,3
/proc/956897/task/956899/stat : 956899 (java) R 956894 956897 953879 0 -1 4194368 13561 0 0 0 4742 153 0 0 20 0 20 0 183004249 19566772224 2072353 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
[pid=956897/tid=956908] ppid=956894 vsize=19108176 memory=8104581981921245237 CPUtime=0 cores=1,3
/proc/956897/task/956908/stat : 956908 (Finalizer) S 956894 956897 953879 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 183004252 19566772224 2072353 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
[pid=956897/tid=956915] ppid=956894 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/956897/task/956915/stat : 956915 (Common-Cleaner) S 956894 956897 953879 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 183004252 19566772224 2072353 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
[pid=956897/tid=956920] ppid=956894 vsize=19108176 memory=11516 CPUtime=0 cores=1,3
/proc/956897/task/956920/stat : 956920 (Timer-0) S 956894 956897 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183004842 19566772224 2072353 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
Current children cumulated CPU time: 56.54 s
Current children cumulated vsize: 19108176 KiB

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

/proc/956897/task/956908/stat : 956908 (Finalizer) S 956894 956897 953879 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 183004252 19566772224 4073866 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
[pid=956897/tid=956915] ppid=956894 vsize=19108176 memory=16295464 CPUtime=0 cores=1,3
/proc/956897/task/956915/stat : 956915 (Common-Cleaner) S 956894 956897 953879 0 -1 1077936192 4247 0 0 0 0 0 0 0 20 0 20 0 183004252 19566772224 4073866 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
[pid=956897/tid=956920] ppid=956894 vsize=19108176 memory=11516 CPUtime=0 cores=1,3
/proc/956897/task/956920/stat : 956920 (Timer-0) S 956894 956897 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183004842 19566772224 4073866 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
Current children cumulated CPU time: 3206.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16295464 KiB

[startup+3042.3 s]
/proc/loadavg: 4.68 4.55 4.53 8/321 958657
/proc/meminfo: memFree=74674048/131655788 swapFree=131071996/131071996
[pid=956897] ppid=956894 vsize=19108176 memory=16295804 CPUtime=3287.96 cores=1,3
/proc/956897/stat : 956897 (java) S 956894 956897 953879 0 -1 1077936128 956291 0 0 0 328017 779 0 0 20 0 20 0 183004248 19566772224 4073951 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
/proc/956897/statm: 4777044 4073951 5909 1 0 4088778 0
[pid=956897/tid=956899] ppid=956894 vsize=19108176 memory=16295464 CPUtime=2994.56 cores=1,3
/proc/956897/task/956899/stat : 956899 (java) R 956894 956897 953879 0 -1 4194368 553016 0 0 0 299060 396 0 0 20 0 20 0 183004249 19566772224 4073951 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 25 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
[pid=956897/tid=956908] ppid=956894 vsize=19108176 memory=16295464 CPUtime=0 cores=1,3
/proc/956897/task/956908/stat : 956908 (Finalizer) S 956894 956897 953879 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 183004252 19566772224 4073951 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
[pid=956897/tid=956915] ppid=956894 vsize=19108176 memory=11516 CPUtime=0.01 cores=1,3
/proc/956897/task/956915/stat : 956915 (Common-Cleaner) S 956894 956897 953879 0 -1 1077936192 4346 0 0 0 0 1 0 0 20 0 20 0 183004252 19566772224 4073951 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
[pid=956897/tid=956920] ppid=956894 vsize=19108176 memory=12020 CPUtime=0 cores=1,3
/proc/956897/task/956920/stat : 956920 (Timer-0) S 956894 956897 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183004842 19566772224 4073951 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
Current children cumulated CPU time: 3287.96 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16295804 KiB

[startup+3102.3 s]
/proc/loadavg: 4.44 4.52 4.52 5/320 958668
/proc/meminfo: memFree=73979984/131655788 swapFree=131071996/131071996
[pid=956897] ppid=956894 vsize=19108176 memory=16295804 CPUtime=3348.18 cores=1,3
/proc/956897/stat : 956897 (java) S 956894 956897 953879 0 -1 1077936128 969874 0 0 0 334033 785 0 0 20 0 20 0 183004248 19566772224 4073951 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
/proc/956897/statm: 4777044 4073951 5909 1 0 4088778 0
[pid=956897/tid=956899] ppid=956894 vsize=19108176 memory=16295804 CPUtime=3053.87 cores=1,3
/proc/956897/task/956899/stat : 956899 (java) R 956894 956897 953879 0 -1 4194368 563235 0 0 0 304989 398 0 0 20 0 20 0 183004249 19566772224 4073951 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 25 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
[pid=956897/tid=956908] ppid=956894 vsize=19108176 memory=12020 CPUtime=0 cores=1,3
/proc/956897/task/956908/stat : 956908 (Finalizer) S 956894 956897 953879 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 183004252 19566772224 4073951 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
[pid=956897/tid=956915] ppid=956894 vsize=19108176 memory=11516 CPUtime=0.01 cores=1,3
/proc/956897/task/956915/stat : 956915 (Common-Cleaner) S 956894 956897 953879 0 -1 1077936192 4444 0 0 0 0 1 0 0 20 0 20 0 183004252 19566772224 4073951 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
[pid=956897/tid=956920] ppid=956894 vsize=19108176 memory=16295804 CPUtime=0 cores=1,3
/proc/956897/task/956920/stat : 956920 (Timer-0) S 956894 956897 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183004842 19566772224 4073951 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
Current children cumulated CPU time: 3348.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16295804 KiB

[startup+3162.3 s]
/proc/loadavg: 4.55 4.52 4.52 6/317 958678
/proc/meminfo: memFree=73728860/131655788 swapFree=131071996/131071996
[pid=956897] ppid=956894 vsize=19108176 memory=16295804 CPUtime=3408.4 cores=1,3
/proc/956897/stat : 956897 (java) S 956894 956897 953879 0 -1 1077936128 982923 0 0 0 340050 790 0 0 20 0 20 0 183004248 19566772224 4073951 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
/proc/956897/statm: 4777044 4073951 5909 1 0 4088778 0
[pid=956897/tid=956899] ppid=956894 vsize=19108176 memory=11516 CPUtime=3113.13 cores=1,3
/proc/956897/task/956899/stat : 956899 (java) R 956894 956897 953879 0 -1 4194368 572724 0 0 0 310913 400 0 0 20 0 20 0 183004249 19566772224 4073951 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 25 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
[pid=956897/tid=956908] ppid=956894 vsize=19108176 memory=16295804 CPUtime=0 cores=1,3
/proc/956897/task/956908/stat : 956908 (Finalizer) S 956894 956897 953879 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 183004252 19566772224 4073951 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
[pid=956897/tid=956915] ppid=956894 vsize=19108176 memory=43948 CPUtime=0.01 cores=1,3
/proc/956897/task/956915/stat : 956915 (Common-Cleaner) S 956894 956897 953879 0 -1 1077936192 4588 0 0 0 0 1 0 0 20 0 20 0 183004252 19566772224 4073951 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
[pid=956897/tid=956920] ppid=956894 vsize=19108176 memory=16295804 CPUtime=0 cores=1,3
/proc/956897/task/956920/stat : 956920 (Timer-0) S 956894 956897 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183004842 19566772224 4073951 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
Current children cumulated CPU time: 3408.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16295804 KiB

[startup+3222.3 s]
/proc/loadavg: 4.62 4.56 4.54 5/317 958688
/proc/meminfo: memFree=72744392/131655788 swapFree=131071996/131071996
[pid=956897] ppid=956894 vsize=19108176 memory=16295868 CPUtime=3489.86 cores=1,3
/proc/956897/stat : 956897 (java) S 956894 956897 953879 0 -1 1077936128 1037988 0 0 0 348175 811 0 0 20 0 20 0 183004248 19566772224 4073967 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
/proc/956897/statm: 4777044 4073967 5909 1 0 4088778 0
[pid=956897/tid=956899] ppid=956894 vsize=19108176 memory=11516 CPUtime=3172.35 cores=1,3
/proc/956897/task/956899/stat : 956899 (java) R 956894 956897 953879 0 -1 4194368 608995 0 0 0 316832 403 0 0 20 0 20 0 183004249 19566772224 4073967 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 25 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
[pid=956897/tid=956908] ppid=956894 vsize=19108176 memory=16295804 CPUtime=0 cores=1,3
/proc/956897/task/956908/stat : 956908 (Finalizer) S 956894 956897 953879 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 183004252 19566772224 4073967 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
[pid=956897/tid=956915] ppid=956894 vsize=19108176 memory=16295464 CPUtime=0.01 cores=1,3
/proc/956897/task/956915/stat : 956915 (Common-Cleaner) S 956894 956897 953879 0 -1 1077936192 4734 0 0 0 0 1 0 0 20 0 20 0 183004252 19566772224 4073967 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
[pid=956897/tid=956920] ppid=956894 vsize=19108176 memory=11516 CPUtime=0 cores=1,3
/proc/956897/task/956920/stat : 956920 (Timer-0) S 956894 956897 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183004842 19566772224 4073967 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
Current children cumulated CPU time: 3489.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16295868 KiB

[startup+3282.3 s]
/proc/loadavg: 4.28 4.47 4.51 5/318 958699
/proc/meminfo: memFree=72735708/131655788 swapFree=131071996/131071996
[pid=956897] ppid=956894 vsize=19108176 memory=16297916 CPUtime=3550.24 cores=1,3
/proc/956897/stat : 956897 (java) S 956894 956897 953879 0 -1 1077936128 1051055 0 0 0 354208 816 0 0 20 0 20 0 183004248 19566772224 4074479 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
/proc/956897/statm: 4777044 4074479 5909 1 0 4088778 0
[pid=956897/tid=956899] ppid=956894 vsize=19108176 memory=16297916 CPUtime=3231.37 cores=1,3
/proc/956897/task/956899/stat : 956899 (java) R 956894 956897 953879 0 -1 4194368 619118 0 0 0 322732 405 0 0 20 0 20 0 183004249 19566772224 4074479 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 25 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
[pid=956897/tid=956908] ppid=956894 vsize=19108176 memory=11516 CPUtime=0 cores=1,3
/proc/956897/task/956908/stat : 956908 (Finalizer) S 956894 956897 953879 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 183004252 19566772224 4074479 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
[pid=956897/tid=956915] ppid=956894 vsize=19108176 memory=11516 CPUtime=0.01 cores=1,3
/proc/956897/task/956915/stat : 956915 (Common-Cleaner) S 956894 956897 953879 0 -1 1077936192 4886 0 0 0 0 1 0 0 20 0 20 0 183004252 19566772224 4074479 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
[pid=956897/tid=956920] ppid=956894 vsize=19108176 memory=26060 CPUtime=0 cores=1,3
/proc/956897/task/956920/stat : 956920 (Timer-0) S 956894 956897 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183004842 19566772224 4074479 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
Current children cumulated CPU time: 3550.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16297916 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3319.9 s]
/proc/loadavg: 4.86 4.58 4.54 6/318 958841
/proc/meminfo: memFree=83832868/131655788 swapFree=131071996/131071996
[pid=956897] ppid=956894 vsize=19108176 memory=16299964 CPUtime=3600.04 cores=1,3
/proc/956897/stat : 956897 (java) S 956894 956897 953879 0 -1 1077936128 1080879 0 0 0 359172 832 0 0 20 0 20 0 183004248 19566772224 4074991 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
/proc/956897/statm: 4777044 4074991 5909 1 0 4088778 0
[pid=956897/tid=956899] ppid=956894 vsize=19108176 memory=11516 CPUtime=3268.42 cores=1,3
/proc/956897/task/956899/stat : 956899 (java) R 956894 956897 953879 0 -1 4194368 639481 0 0 0 326435 407 0 0 20 0 20 0 183004249 19566772224 4074991 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 25 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
[pid=956897/tid=956908] ppid=956894 vsize=19108176 memory=1824 CPUtime=0 cores=1,3
/proc/956897/task/956908/stat : 956908 (Finalizer) S 956894 956897 953879 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 183004252 19566772224 4074991 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
[pid=956897/tid=956915] ppid=956894 vsize=19108176 memory=16299964 CPUtime=0.01 cores=1,3
/proc/956897/task/956915/stat : 956915 (Common-Cleaner) S 956894 956897 953879 0 -1 1077936192 4972 0 0 0 0 1 0 0 20 0 20 0 183004252 19566772224 4074991 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
[pid=956897/tid=956920] ppid=956894 vsize=19108176 memory=16299964 CPUtime=0 cores=1,3
/proc/956897/task/956920/stat : 956920 (Timer-0) S 956894 956897 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183004842 19566772224 4074991 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16299964 KiB

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

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

# cumulated CPU time of all completed processes:  user=3592.06 s, system=8.36901 s

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

[startup+3320.02 s]*
/proc/loadavg: 4.87 4.59 4.55 6/319 958844
/proc/meminfo: memFree=83576988/131655788 swapFree=131071996/131071996
[pid=956897] ppid=956894 vsize=19307868 memory=16300656 CPUtime=3600.27 cores=1,3
/proc/956897/stat : 956897 (java) S 956894 956897 953879 0 -1 1077936128 1083234 0 0 0 359195 832 0 0 20 0 21 0 183004248 19771256832 4075164 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
/proc/956897/statm: 4826967 4075164 5908 1 0 4089669 0
[pid=956897/tid=956899] ppid=956894 vsize=19307868 memory=-8600857571774210748 CPUtime=3268.47 cores=1,3
/proc/956897/task/956899/stat : 956899 (java) S 956894 956897 953879 0 -1 1077936192 639640 0 0 0 326440 407 0 0 20 0 21 0 183004249 19771256832 4075164 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 25 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
[pid=956897/tid=956908] ppid=956894 vsize=19307868 memory=5468 CPUtime=0 cores=1,3
/proc/956897/task/956908/stat : 956908 (Finalizer) S 956894 956897 953879 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 183004252 19771256832 4075164 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
[pid=956897/tid=956915] ppid=956894 vsize=19307868 memory=7600 CPUtime=0.01 cores=1,3
/proc/956897/task/956915/stat : 956915 (Common-Cleaner) S 956894 956897 953879 0 -1 1077936192 4972 0 0 0 0 1 0 0 20 0 21 0 183004252 19771256832 4075164 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
[pid=956897/tid=958843] ppid=956894 vsize=19307868 memory=30384 CPUtime=0.04 cores=1,3
/proc/956897/task/958843/stat : 958843 (Thread-0) R 956894 956897 953879 0 -1 4194368 442 0 0 0 4 0 0 0 20 0 21 0 183336242 19771256832 4075164 134679101440 94894221258752 94894221262448 140730426294880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94894221270264 94894221271056 94894228426752 140730426303471 140730426303584 140730426303584 140730426310600 0
Current children cumulated CPU time: 3600.27 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 16300656 KiB

[startup+3320.11 s]*
/proc/loadavg: 4.87 4.59 4.55 7/300 958844
/proc/meminfo: memFree=89626832/131655788 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3320.14
CPU time (s): 3600.43
CPU user time (s): 3592.06
CPU system time (s): 8.36901
CPU usage (%): 108.442
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 16300656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.06
system time used= 8.36901
maximum resident set size= 16301596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1083682
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3416
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 107845
involuntary context switches= 20880


# summary of solver processes directly reported to runsolver:
#   pid: 956897
#   total CPU time (s): 3600.43
#   total CPU user time (s): 3592.06
#   total CPU system time (s): 8.36901

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.8037 second user time and 30.7164 second system time

The end

Launcher Data

Begin job on nodeC006 at 2024-07-18 15:14:27
IDJOB=4442915
IDBENCH=147857
IDSOLVER=3046
FILE ID=nodeC006/4442915-1721308455
RUNJOBID= nodeC006-1721304926-953891
SLURM_JOB_ID= 7542629
Free space on /tmp= 723760 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-clauses-91-90.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442915-1721308455/watcher-4442915-1721308455 -o /tmp/evaluation-result-4442915-1721308455/solver-4442915-1721308455 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1721304926-953891 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4442915-1721308455.opb

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

MD5SUM BENCH= 01a2d7031971d4d75da01f2dca43b6c9
RANDOM SEED=782202499

nodeC006.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	: 0xb00001f
cpu MHz		: 3604.018
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.974
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.26
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.259
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.257
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.26
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3567.491
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3654.128
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.26
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.421
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.350
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.26
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        107892440 kB
MemAvailable:   114003140 kB
Buffers:          488504 kB
Cached:          6384608 kB
SwapCached:            0 kB
Active:           940712 kB
Inactive:       22070828 kB
Active(anon):       1460 kB
Inactive(anon): 16174652 kB
Active(file):     939252 kB
Inactive(file):  5896176 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             13132 kB
Writeback:             0 kB
AnonPages:      16138116 kB
Mapped:           125300 kB
Shmem:             37704 kB
KReclaimable:     230608 kB
Slab:             349072 kB
SReclaimable:     230608 kB
SUnreclaim:       118464 kB
KernelStack:        4788 kB
PageTables:        41752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   20586476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            58176 kB
HardwareCorrupted:     0 kB
AnonHugePages:  15925248 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:      310088 kB
DirectMap2M:    40488960 kB
DirectMap1G:    95420416 kB

Free space on /tmp at the end= 723756 MiB
End job on nodeC006 at 2024-07-18 16:09:48