Trace number 4442765

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.39 3376.74

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-85-80.opb
MD5SUMb66aa0ca883b9987dbaf460c58c6223e
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 benchmark27.5425
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6800
Total number of constraints285685
Number of constraints which are clauses285685
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 constraint80
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 81
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.00/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.11	c See www.sat4j.org for details.
0.14/0.12	c version CUSTOM.v20240707
0.14/0.15	c java.runtime.name	OpenJDK Runtime Environment
0.14/0.15	c java.vm.name		OpenJDK 64-Bit Server VM
0.14/0.15	c java.vm.version	22.0.1+8-16
0.14/0.15	c java.vm.vendor	Oracle Corporation
0.14/0.15	c sun.arch.data.model	64
0.14/0.15	c java.version		22.0.1
0.14/0.15	c os.name		Linux
0.14/0.15	c os.version		4.18.0-301.1.el8.x86_64
0.14/0.15	c os.arch		amd64
0.14/0.16	c Free memory 		2115194816
0.14/0.16	c Max memory 		16282288128
0.14/0.16	c Total memory 		2122317824
0.14/0.16	c Number of processors 	2
0.35/0.29	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.35/0.29	 - never skip resolution steps
0.35/0.29	 - Auto-division on coefficients is disabled
0.35/0.29	 - No postprocessing
0.35/0.29	 - Conflict is considered as is when resolving
0.35/0.29	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.35/0.29	 - Weaken first using unassigned literals
0.35/0.29	 - Bump strategy: ALWAYS_ONE
0.35/0.29	 - Bumper: ASSIGNED
0.35/0.29	--- Begin Solver configuration ---
0.35/0.29	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.35/0.29	Learn all clauses as in MiniSAT
0.35/0.29	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.35/0.29	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.35/0.29	No reason simplification
0.35/0.29	Armin Biere (Picosat) restarts strategy
0.35/0.29	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.35/0.29	timeout=2147483s
0.35/0.29	DB Simplification allowed=false
0.35/0.29	Listener: none
0.35/0.29	--- End Solver configuration ---
0.35/0.30	c Pseudo Boolean Optimization by upper bound
0.35/0.30	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.35/0.30	c  - never skip resolution steps
0.35/0.30	c  - Auto-division on coefficients is disabled
0.35/0.30	c  - No postprocessing
0.35/0.30	c  - Conflict is considered as is when resolving
0.35/0.30	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.35/0.30	c  - Weaken first using unassigned literals
0.35/0.30	c  - Bump strategy: ALWAYS_ONE
0.35/0.30	c  - Bumper: ASSIGNED
0.35/0.30	c --- Begin Solver configuration ---
0.35/0.30	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.35/0.30	c Learn all clauses as in MiniSAT
0.35/0.30	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.35/0.30	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.35/0.30	c No reason simplification
0.35/0.30	c Armin Biere (Picosat) restarts strategy
0.35/0.30	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.35/0.30	c timeout=2147483s
0.35/0.30	c DB Simplification allowed=false
0.35/0.30	c Listener: none
0.35/0.30	c --- End Solver configuration ---
0.35/0.30	c solving HOME/instance-4442765-1721304961.opb
0.35/0.30	c reading problem ... 
0.35/0.30	c  no objective function found
6.69/4.53	c ... done. Wall clock time 4.228s.
6.69/4.53	c declared #vars     6800
6.69/4.53	c #constraints  285685
6.69/4.53	c constraints type 
6.69/4.53	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 285600
6.69/4.53	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 85
6.69/4.53	c 285685 constraints processed.
11.03/7.09	c cleaning 0 clauses out of 5001 with flag 0/5001
15.28/10.89	c cleaning 0 clauses out of 11002 with flag 0/11002
20.60/15.94	c cleaning 0 clauses out of 18000 with flag 0/18000
27.48/22.69	c cleaning 0 clauses out of 26001 with flag 0/26001
35.69/30.67	c cleaning 0 clauses out of 35000 with flag 0/35000
47.81/42.34	c cleaning 0 clauses out of 45000 with flag 0/45000
65.91/59.84	c cleaning 0 clauses out of 56000 with flag 0/56000
86.10/79.62	c cleaning 0 clauses out of 68000 with flag 0/68000
113.82/106.82	c cleaning 0 clauses out of 81000 with flag 0/81000
142.44/134.99	c cleaning 0 clauses out of 95002 with flag 0/95002
186.46/178.50	c cleaning 0 clauses out of 110001 with flag 0/110001
227.69/219.32	c cleaning 0 clauses out of 126003 with flag 0/126003
270.72/261.97	c cleaning 0 clauses out of 143000 with flag 0/143000
323.35/314.12	c cleaning 0 clauses out of 161000 with flag 0/161000
401.73/391.74	c cleaning 0 clauses out of 180000 with flag 0/180000
471.61/461.29	c cleaning 0 clauses out of 200000 with flag 0/200000
544.99/534.17	c cleaning 0 clauses out of 221000 with flag 0/221000
625.77/614.29	c cleaning 0 clauses out of 243001 with flag 0/243001
713.97/695.18	c cleaning 0 clauses out of 266000 with flag 0/266000
844.44/811.16	c cleaning 0 clauses out of 290000 with flag 0/290000
939.26/900.47	c cleaning 0 clauses out of 315001 with flag 0/315001
1111.05/1051.76	c cleaning 0 clauses out of 341002 with flag 0/341002
1258.01/1181.34	c cleaning 0 clauses out of 368000 with flag 0/368000
1423.71/1336.81	c cleaning 0 clauses out of 396003 with flag 0/396003
1629.21/1521.30	c cleaning 0 clauses out of 425000 with flag 0/425000
1800.76/1693.06	c cleaning 0 clauses out of 455000 with flag 0/455000
1973.78/1842.79	c cleaning 0 clauses out of 486000 with flag 0/486000
2123.05/1978.77	c cleaning 0 clauses out of 518001 with flag 0/518001
2255.75/2110.61	c cleaning 0 clauses out of 551001 with flag 0/551001
2502.76/2329.14	c cleaning 0 clauses out of 585000 with flag 0/585000
2743.56/2570.79	c cleaning 0 clauses out of 620000 with flag 0/620000
2969.05/2780.55	c cleaning 0 clauses out of 656000 with flag 0/656000
3268.90/3063.74	c cleaning 0 clauses out of 693000 with flag 0/693000
3545.57/3322.25	c cleaning 0 clauses out of 731002 with flag 0/731002
3600.07/3376.53	c timeout
3600.07/3376.55	c starts		: 170
3600.07/3376.55	c conflicts		: 739427
3600.07/3376.55	c decisions		: 830862
3600.07/3376.55	c propagations		: 56783320
3600.07/3376.55	c inspects		: 7758905926
3600.07/3376.55	c shortcuts		: 0
3600.07/3376.55	c learnt literals	: 0
3600.07/3376.55	c learnt binary clauses	: 0
3600.07/3376.55	c learnt ternary clauses	: 0
3600.07/3376.55	c learnt constraints	: 739427
3600.07/3376.55	c ignored constraints	: 0
3600.07/3376.55	c root simplifications	: 0
3600.07/3376.55	c removed literals (reason simplification)	: 0
3600.07/3376.55	c reason swapping (by a shorter reason)	: 0
3600.07/3376.55	c Calls to reduceDB	: 34
3600.07/3376.55	c Number of update (reduction) of LBD	: 0
3600.07/3376.55	c Imported unit clauses	: 0
3600.07/3376.55	c No decision after first conflict	: false
3600.07/3376.55	c number of reductions to clauses (during analyze)	: 0
3600.07/3376.55	c number of learned constraints concerned by reduction	: 0
3600.07/3376.55	c number of learning phase by resolution	: 0
3600.07/3376.55	c number of learning phase by cutting planes	: 0
3600.07/3376.55	c number of rounding to 1 operations	: 0
3600.07/3376.55	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3376.55	c number of reductions of the coefficients by power 2 	: 0
3600.07/3376.55	c number of right shift for reduction by power 2 	: 0
3600.07/3376.55	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3376.55	c number of ending skipping 	: 0
3600.07/3376.55	c number of internal skipping 	: 0
3600.07/3376.55	c number of derivation steps 	: 5500489
3600.07/3376.55	c number of skipped derivation steps 	: 0
3600.07/3376.55	c number of remaining unassigned 	: 0
3600.07/3376.55	c number of remaining assigned 	: 0
3600.07/3376.55	c number of falsified literals weakened from reason	: 0
3600.07/3376.55	c number of falsified literals weakened from conflict	: 0
3600.07/3376.55	c time for arithmetic operations	: 0
3600.07/3376.56	c minimum degree of deleted constraints	: null
3600.07/3376.56	c maximum degree of deleted constraints	: null
3600.07/3376.56	c number of deleted constraints	: 0
3600.07/3376.57	c speed (assignments/second)	: 16839.611044929003
3600.07/3376.57	c non guided choices	: 3176
3600.22/3376.64	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 739427
3600.22/3376.64	s UNKNOWN
3600.22/3376.64	c Total wall clock time (in seconds): 3376.346

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442765-1721304961/watcher-4442765-1721304961 -o /tmp/evaluation-result-4442765-1721304961/solver-4442765-1721304961 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1721304926-953890 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4442765-1721304961.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=954744, runsolver pid=954741
Current StackSize limit: 8192 KiB


[startup+0.100068 s]*
/proc/loadavg: 3.04 2.97 3.62 7/316 954762
/proc/meminfo: memFree=109780028/131655788 swapFree=131071996/131071996
[pid=954744] ppid=954741 vsize=18975048 memory=55980 CPUtime=0.14 cores=4,6
/proc/954744/stat : 954744 (java) S 954741 954744 953879 0 -1 1077936128 6633 0 0 0 12 2 0 0 20 0 18 0 182654855 19430449152 13995 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
/proc/954744/statm: 4743762 13995 5550 1 0 550925 0
[pid=954744/tid=954746] ppid=954741 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=4,6
/proc/954744/task/954746/stat : 954746 (java) R 954741 954744 953879 0 -1 1077936192 5545 0 0 0 7 2 0 0 20 0 18 0 182654855 19430449152 13995 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
[pid=954744/tid=954755] ppid=954741 vsize=18975048 memory=237146210664 CPUtime=0 cores=4,6
/proc/954744/task/954755/stat : 954755 (Finalizer) S 954741 954744 953879 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 182654860 19430449152 13995 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
[pid=954744/tid=954762] ppid=954741 vsize=18975048 memory=4050198648221597728 CPUtime=0 cores=4,6
/proc/954744/task/954762/stat : 954762 (Common-Cleaner) S 954741 954744 953879 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 182654861 19430449152 13995 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 55980 KiB

[startup+0.222256 s]*
/proc/loadavg: 3.04 2.97 3.62 7/316 954762
/proc/meminfo: memFree=109773064/131655788 swapFree=131071996/131071996
[pid=954744] ppid=954741 vsize=18975048 memory=63764 CPUtime=0.35 cores=4,6
/proc/954744/stat : 954744 (java) S 954741 954744 953879 0 -1 1077936128 7352 0 0 0 32 3 0 0 20 0 18 0 182654855 19430449152 15941 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
/proc/954744/statm: 4743762 15941 5693 1 0 551519 0
[pid=954744/tid=954746] ppid=954741 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=4,6
/proc/954744/task/954746/stat : 954746 (java) R 954741 954744 953879 0 -1 4194368 5823 0 0 0 17 2 0 0 20 0 18 0 182654855 19430449152 15941 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
[pid=954744/tid=954755] ppid=954741 vsize=18975048 memory=19020 CPUtime=0 cores=4,6
/proc/954744/task/954755/stat : 954755 (Finalizer) S 954741 954744 953879 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 182654860 19430449152 15941 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
[pid=954744/tid=954762] ppid=954741 vsize=18975048 memory=15544037289509020 CPUtime=0 cores=4,6
/proc/954744/task/954762/stat : 954762 (Common-Cleaner) S 954741 954744 953879 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 182654861 19430449152 15941 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63764 KiB

[startup+0.311759 s]*
/proc/loadavg: 3.04 2.97 3.62 7/316 954762
/proc/meminfo: memFree=109767512/131655788 swapFree=131071996/131071996
[pid=954744] ppid=954741 vsize=18975048 memory=68876 CPUtime=0.5 cores=4,6
/proc/954744/stat : 954744 (java) S 954741 954744 953879 0 -1 1077936128 7596 0 0 0 47 3 0 0 20 0 18 0 182654855 19430449152 17219 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
/proc/954744/statm: 4743762 17219 5706 1 0 551691 0
[pid=954744/tid=954746] ppid=954741 vsize=18975048 memory=-9104417421801071292 CPUtime=0.27 cores=4,6
/proc/954744/task/954746/stat : 954746 (java) R 954741 954744 953879 0 -1 1077936192 5994 0 0 0 25 2 0 0 20 0 18 0 182654855 19430449152 17219 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
[pid=954744/tid=954755] ppid=954741 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/954744/task/954755/stat : 954755 (Finalizer) S 954741 954744 953879 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 182654860 19430449152 17219 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
[pid=954744/tid=954762] ppid=954741 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/954744/task/954762/stat : 954762 (Common-Cleaner) S 954741 954744 953879 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 182654861 19430449152 17219 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 68876 KiB

[startup+0.706243 s]
/proc/loadavg: 3.04 2.97 3.62 7/316 954762
/proc/meminfo: memFree=109750428/131655788 swapFree=131071996/131071996
[pid=954744] ppid=954741 vsize=19041612 memory=164768 CPUtime=1.22 cores=4,6
/proc/954744/stat : 954744 (java) S 954741 954744 953879 0 -1 1077936128 9428 0 0 0 117 5 0 0 20 0 19 0 182654855 19498610688 41192 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
/proc/954744/statm: 4760403 41192 5839 1 0 553072 0
[pid=954744/tid=954746] ppid=954741 vsize=19041612 memory=5468 CPUtime=0.62 cores=4,6
/proc/954744/task/954746/stat : 954746 (java) R 954741 954744 953879 0 -1 4194368 6079 0 0 0 59 3 0 0 20 0 19 0 182654855 19498610688 41192 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
[pid=954744/tid=954755] ppid=954741 vsize=19041612 memory=12020 CPUtime=0 cores=4,6
/proc/954744/task/954755/stat : 954755 (Finalizer) S 954741 954744 953879 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 182654860 19498610688 41192 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
[pid=954744/tid=954762] ppid=954741 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/954744/task/954762/stat : 954762 (Common-Cleaner) S 954741 954744 953879 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 182654861 19498610688 41192 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 164768 KiB

[startup+1.50825 s]
/proc/loadavg: 3.04 2.97 3.62 7/317 954763
/proc/meminfo: memFree=109365868/131655788 swapFree=131071996/131071996
[pid=954744] ppid=954741 vsize=19041612 memory=1326100 CPUtime=2.78 cores=4,6
/proc/954744/stat : 954744 (java) S 954741 954744 953879 0 -1 1077936128 20080 0 0 0 246 32 0 0 20 0 19 0 182654855 19498610688 331525 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
/proc/954744/statm: 4760403 331525 5855 1 0 558453 0
[pid=954744/tid=954746] ppid=954741 vsize=19041612 memory=12020 CPUtime=1.38 cores=4,6
/proc/954744/task/954746/stat : 954746 (java) R 954741 954744 953879 0 -1 4194368 6637 0 0 0 111 27 0 0 20 0 19 0 182654855 19498610688 331525 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
[pid=954744/tid=954755] ppid=954741 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/954744/task/954755/stat : 954755 (Finalizer) S 954741 954744 953879 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 182654860 19498610688 331525 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
[pid=954744/tid=954762] ppid=954741 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/954744/task/954762/stat : 954762 (Common-Cleaner) S 954741 954744 953879 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 182654861 19498610688 331525 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
Current children cumulated CPU time: 2.78 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1326100 KiB

[startup+3.10553 s]
/proc/loadavg: 3.20 3.00 3.63 5/317 954763
/proc/meminfo: memFree=106332920/131655788 swapFree=131071996/131071996
[pid=954744] ppid=954741 vsize=19041612 memory=3406700 CPUtime=5.24 cores=4,6
/proc/954744/stat : 954744 (java) S 954741 954744 953879 0 -1 1077936128 23176 0 0 0 451 73 0 0 20 0 19 0 182654855 19498610688 851675 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
/proc/954744/statm: 4760403 851675 5871 1 0 1087312 0
[pid=954744/tid=954746] ppid=954741 vsize=19041612 memory=0 CPUtime=2.93 cores=4,6
/proc/954744/task/954746/stat : 954746 (java) R 954741 954744 953879 0 -1 4194368 7737 0 0 0 226 67 0 0 20 0 19 0 182654855 19498610688 851675 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
[pid=954744/tid=954755] ppid=954741 vsize=19041612 memory=12020 CPUtime=0 cores=4,6
/proc/954744/task/954755/stat : 954755 (Finalizer) S 954741 954744 953879 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 182654860 19498610688 851675 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
[pid=954744/tid=954762] ppid=954741 vsize=19041612 memory=1997024 CPUtime=0 cores=4,6
/proc/954744/task/954762/stat : 954762 (Common-Cleaner) S 954741 954744 953879 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 182654861 19498610688 851675 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
Current children cumulated CPU time: 5.24 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3406700 KiB

[startup+6.30124 s]
/proc/loadavg: 3.20 3.00 3.63 6/318 954764
/proc/meminfo: memFree=105724748/131655788 swapFree=131071996/131071996
[pid=954744] ppid=954741 vsize=19108176 memory=3404072 CPUtime=10.21 cores=4,6
/proc/954744/stat : 954744 (java) S 954741 954744 953879 0 -1 1077936128 23931 0 0 0 948 73 0 0 20 0 20 0 182654855 19566772224 851018 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
/proc/954744/statm: 4777044 851018 5871 1 0 1087693 0
[pid=954744/tid=954746] ppid=954741 vsize=19108176 memory=0 CPUtime=5.98 cores=4,6
/proc/954744/task/954746/stat : 954746 (java) R 954741 954744 953879 0 -1 4194368 8002 0 0 0 531 67 0 0 20 0 20 0 182654855 19566772224 851018 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
[pid=954744/tid=954755] ppid=954741 vsize=19108176 memory=11516 CPUtime=0 cores=4,6
/proc/954744/task/954755/stat : 954755 (Finalizer) S 954741 954744 953879 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 182654860 19566772224 851018 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
[pid=954744/tid=954762] ppid=954741 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/954744/task/954762/stat : 954762 (Common-Cleaner) S 954741 954744 953879 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 182654861 19566772224 851018 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
[pid=954744/tid=954764] ppid=954741 vsize=19108176 memory=3403796 CPUtime=0 cores=4,6
/proc/954744/task/954764/stat : 954764 (Timer-0) S 954741 954744 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182655309 19566772224 851018 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
Current children cumulated CPU time: 10.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3404072 KiB

[startup+12.7004 s]
/proc/loadavg: 3.40 3.05 3.64 5/318 954765
/proc/meminfo: memFree=103849588/131655788 swapFree=131071996/131071996
[pid=954744] ppid=954741 vsize=19108176 memory=3531440 CPUtime=17.27 cores=4,6
/proc/954744/stat : 954744 (java) S 954741 954744 953879 0 -1 1077936128 25084 0 0 0 1650 77 0 0 20 0 20 0 182654855 19566772224 882860 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
/proc/954744/statm: 4777044 882860 5871 1 0 1087725 0
[pid=954744/tid=954746] ppid=954741 vsize=19108176 memory=3531436 CPUtime=11.94 cores=4,6
/proc/954744/task/954746/stat : 954746 (java) R 954741 954744 953879 0 -1 4194368 8973 0 0 0 1127 67 0 0 20 0 20 0 182654855 19566772224 882860 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
[pid=954744/tid=954755] ppid=954741 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/954744/task/954755/stat : 954755 (Finalizer) S 954741 954744 953879 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 182654860 19566772224 882860 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
[pid=954744/tid=954762] ppid=954741 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/954744/task/954762/stat : 954762 (Common-Cleaner) S 954741 954744 953879 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 182654861 19566772224 882860 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
[pid=954744/tid=954764] ppid=954741 vsize=19108176 memory=3407444 CPUtime=0 cores=4,6
/proc/954744/task/954764/stat : 954764 (Timer-0) S 954741 954744 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182655309 19566772224 882860 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
Current children cumulated CPU time: 17.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3531440 KiB

[startup+25.5005 s]
/proc/loadavg: 3.57 3.10 3.65 5/318 954767
/proc/meminfo: memFree=100966008/131655788 swapFree=131071996/131071996
[pid=954744] ppid=954741 vsize=19108176 memory=6247344 CPUtime=30.38 cores=4,6
/proc/954744/stat : 954744 (java) S 954741 954744 953879 0 -1 1077936128 30219 0 0 0 2909 129 0 0 20 0 20 0 182654855 19566772224 1561836 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
/proc/954744/statm: 4777044 1561836 5871 1 0 1743645 0
[pid=954744/tid=954746] ppid=954741 vsize=19108176 memory=0 CPUtime=24.36 cores=4,6
/proc/954744/task/954746/stat : 954746 (java) R 954741 954744 953879 0 -1 4194368 11302 0 0 0 2322 114 0 0 20 0 20 0 182654855 19566772224 1561836 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
[pid=954744/tid=954755] ppid=954741 vsize=19108176 memory=3407444 CPUtime=0 cores=4,6
/proc/954744/task/954755/stat : 954755 (Finalizer) S 954741 954744 953879 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 182654860 19566772224 1561836 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
[pid=954744/tid=954762] ppid=954741 vsize=19108176 memory=417 CPUtime=0 cores=4,6
/proc/954744/task/954762/stat : 954762 (Common-Cleaner) S 954741 954744 953879 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 182654861 19566772224 1561836 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
[pid=954744/tid=954764] ppid=954741 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/954744/task/954764/stat : 954764 (Timer-0) S 954741 954744 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182655309 19566772224 1561836 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
Current children cumulated CPU time: 30.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6247344 KiB

[startup+51.1132 s]
/proc/loadavg: 3.86 3.21 3.67 6/318 954771
/proc/meminfo: memFree=99910156/131655788 swapFree=131071996/131071996
[pid=954744] ppid=954741 vsize=19108176 memory=6438304 CPUtime=56.94 cores=4,6
/proc/954744/stat : 954744 (java) S 954741 954744 953879 0 -1 1077936128 35824 0 0 0 5560 134 0 0 20 0 20 0 182654855 19566772224 1609576 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
/proc/954744/statm: 4777044 1609576 5887 1 0 1743661 0
[pid=954744/tid=954746] ppid=954741 vsize=19108176 memory=6438232 CPUtime=49.27 cores=4,6
/proc/954744/task/954746/stat : 954746 (java) R 954741 954744 953879 0 -1 4194368 13447 0 0 0 4813 114 0 0 20 0 20 0 182654855 19566772224 1609576 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
[pid=954744/tid=954755] ppid=954741 vsize=19108176 memory=6438304 CPUtime=0 cores=4,6
/proc/954744/task/954755/stat : 954755 (Finalizer) S 954741 954744 953879 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 182654860 19566772224 1609576 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
[pid=954744/tid=954762] ppid=954741 vsize=19108176 memory=6438304 CPUtime=0 cores=4,6
/proc/954744/task/954762/stat : 954762 (Common-Cleaner) S 954741 954744 953879 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 182654861 19566772224 1609576 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
[pid=954744/tid=954764] ppid=954741 vsize=19108176 memory=6438232 CPUtime=0 cores=4,6
/proc/954744/task/954764/stat : 954764 (Timer-0) S 954741 954744 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182655309 19566772224 1609576 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
Current children cumulated CPU time: 56.94 s
Current children cumulated vsize: 19108176 KiB

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

/proc/954744/task/954746/stat : 954746 (java) R 954741 954744 953879 0 -1 4194368 462882 0 0 0 299643 328 0 0 20 0 20 0 182654855 19566772224 3651525 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 16 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
[pid=954744/tid=954755] ppid=954741 vsize=19108176 memory=11516 CPUtime=0 cores=4,6
/proc/954744/task/954755/stat : 954755 (Finalizer) S 954741 954744 953879 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 182654860 19566772224 3651525 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
[pid=954744/tid=954762] ppid=954741 vsize=19108176 memory=14606100 CPUtime=0 cores=4,6
/proc/954744/task/954762/stat : 954762 (Common-Cleaner) S 954741 954744 953879 0 -1 1077936192 4644 0 0 0 0 0 0 0 20 0 20 0 182654861 19566772224 3651525 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
[pid=954744/tid=954764] ppid=954741 vsize=19108176 memory=12020 CPUtime=0 cores=4,6
/proc/954744/task/954764/stat : 954764 (Timer-0) S 954741 954744 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182655309 19566772224 3651525 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
Current children cumulated CPU time: 3247.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 14606100 KiB

[startup+3102.3 s]
/proc/loadavg: 4.37 4.37 4.37 6/317 956507
/proc/meminfo: memFree=78271116/131655788 swapFree=131071996/131071996
[pid=954744] ppid=954741 vsize=19108176 memory=14606100 CPUtime=3307.44 cores=4,6
/proc/954744/stat : 954744 (java) S 954741 954744 953879 0 -1 1077936128 807502 0 0 0 330092 652 0 0 20 0 20 0 182654855 19566772224 3651525 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
/proc/954744/statm: 4777044 3651525 5906 1 0 3666406 0
[pid=954744/tid=954746] ppid=954741 vsize=19108176 memory=14606100 CPUtime=3059.42 cores=4,6
/proc/954744/task/954746/stat : 954746 (java) R 954741 954744 953879 0 -1 4194368 472339 0 0 0 305613 329 0 0 20 0 20 0 182654855 19566772224 3651525 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 16 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
[pid=954744/tid=954755] ppid=954741 vsize=19108176 memory=4737 CPUtime=0 cores=4,6
/proc/954744/task/954755/stat : 954755 (Finalizer) S 954741 954744 953879 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 182654860 19566772224 3651525 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
[pid=954744/tid=954762] ppid=954741 vsize=19108176 memory=16224 CPUtime=0 cores=4,6
/proc/954744/task/954762/stat : 954762 (Common-Cleaner) S 954741 954744 953879 0 -1 1077936192 4694 0 0 0 0 0 0 0 20 0 20 0 182654861 19566772224 3651525 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
[pid=954744/tid=954764] ppid=954741 vsize=19108176 memory=11516 CPUtime=0 cores=4,6
/proc/954744/task/954764/stat : 954764 (Timer-0) S 954741 954744 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182655309 19566772224 3651525 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
Current children cumulated CPU time: 3307.44 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 14606100 KiB

[startup+3162.3 s]
/proc/loadavg: 4.64 4.47 4.40 5/317 956517
/proc/meminfo: memFree=77217292/131655788 swapFree=131071996/131071996
[pid=954744] ppid=954741 vsize=19108176 memory=15656756 CPUtime=3385.23 cores=4,6
/proc/954744/stat : 954744 (java) S 954741 954744 953879 0 -1 1077936128 842443 0 0 0 337831 692 0 0 20 0 20 0 182654855 19566772224 3914189 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
/proc/954744/statm: 4777044 3914189 5906 1 0 3929615 0
[pid=954744/tid=954746] ppid=954741 vsize=19108176 memory=4737 CPUtime=3118.9 cores=4,6
/proc/954744/task/954746/stat : 954746 (java) R 954741 954744 953879 0 -1 4194368 493435 0 0 0 311537 353 0 0 20 0 20 0 182654855 19566772224 3914189 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 16 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
[pid=954744/tid=954755] ppid=954741 vsize=19108176 memory=16224 CPUtime=0 cores=4,6
/proc/954744/task/954755/stat : 954755 (Finalizer) S 954741 954744 953879 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 182654860 19566772224 3914189 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
[pid=954744/tid=954762] ppid=954741 vsize=19108176 memory=15656756 CPUtime=0.01 cores=4,6
/proc/954744/task/954762/stat : 954762 (Common-Cleaner) S 954741 954744 953879 0 -1 1077936192 4773 0 0 0 1 0 0 0 20 0 20 0 182654861 19566772224 3914189 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
[pid=954744/tid=954764] ppid=954741 vsize=19108176 memory=11516 CPUtime=0 cores=4,6
/proc/954744/task/954764/stat : 954764 (Timer-0) S 954741 954744 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182655309 19566772224 3914189 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
Current children cumulated CPU time: 3385.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 15656756 KiB

[startup+3222.3 s]
/proc/loadavg: 4.27 4.40 4.38 6/317 956528
/proc/meminfo: memFree=77216804/131655788 swapFree=131071996/131071996
[pid=954744] ppid=954741 vsize=19108176 memory=15656960 CPUtime=3445.32 cores=4,6
/proc/954744/stat : 954744 (java) S 954741 954744 953879 0 -1 1077936128 855839 0 0 0 343837 695 0 0 20 0 20 0 182654855 19566772224 3914240 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
/proc/954744/statm: 4777044 3914240 5906 1 0 3929615 0
[pid=954744/tid=954746] ppid=954741 vsize=19108176 memory=4737 CPUtime=3178.27 cores=4,6
/proc/954744/task/954746/stat : 954746 (java) R 954741 954744 953879 0 -1 4194368 501614 0 0 0 317473 354 0 0 20 0 20 0 182654855 19566772224 3914240 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 16 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
[pid=954744/tid=954755] ppid=954741 vsize=19108176 memory=11516 CPUtime=0 cores=4,6
/proc/954744/task/954755/stat : 954755 (Finalizer) S 954741 954744 953879 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 182654860 19566772224 3914240 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
[pid=954744/tid=954762] ppid=954741 vsize=19108176 memory=15656960 CPUtime=0.01 cores=4,6
/proc/954744/task/954762/stat : 954762 (Common-Cleaner) S 954741 954744 953879 0 -1 1077936192 4866 0 0 0 1 0 0 0 20 0 20 0 182654861 19566772224 3914240 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
[pid=954744/tid=954764] ppid=954741 vsize=19108176 memory=15656960 CPUtime=0 cores=4,6
/proc/954744/task/954764/stat : 954764 (Timer-0) S 954741 954744 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182655309 19566772224 3914240 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
Current children cumulated CPU time: 3445.32 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 15656960 KiB

[startup+3282.3 s]
/proc/loadavg: 4.85 4.54 4.43 5/320 956544
/proc/meminfo: memFree=76882056/131655788 swapFree=131071996/131071996
[pid=954744] ppid=954741 vsize=19108176 memory=15657004 CPUtime=3505.59 cores=4,6
/proc/954744/stat : 954744 (java) S 954741 954744 953879 0 -1 1077936128 870015 0 0 0 349860 699 0 0 20 0 20 0 182654855 19566772224 3914251 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
/proc/954744/statm: 4777044 3914251 5906 1 0 3929615 0
[pid=954744/tid=954746] ppid=954741 vsize=19108176 memory=6897496 CPUtime=3237.32 cores=4,6
/proc/954744/task/954746/stat : 954746 (java) R 954741 954744 953879 0 -1 4194368 509006 0 0 0 323377 355 0 0 20 0 20 0 182654855 19566772224 3914251 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 23 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
[pid=954744/tid=954755] ppid=954741 vsize=19108176 memory=15657004 CPUtime=0 cores=4,6
/proc/954744/task/954755/stat : 954755 (Finalizer) S 954741 954744 953879 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 182654860 19566772224 3914251 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
[pid=954744/tid=954762] ppid=954741 vsize=19108176 memory=2268 CPUtime=0.01 cores=4,6
/proc/954744/task/954762/stat : 954762 (Common-Cleaner) S 954741 954744 953879 0 -1 1077936192 4938 0 0 0 1 0 0 0 20 0 20 0 182654861 19566772224 3914251 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
[pid=954744/tid=954764] ppid=954741 vsize=19108176 memory=43948 CPUtime=0 cores=4,6
/proc/954744/task/954764/stat : 954764 (Timer-0) S 954741 954744 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182655309 19566772224 3914251 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
Current children cumulated CPU time: 3505.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 15657004 KiB

[startup+3342.3 s]
/proc/loadavg: 4.77 4.59 4.45 5/320 956554
/proc/meminfo: memFree=76879972/131655788 swapFree=131071996/131071996
[pid=954744] ppid=954741 vsize=19108176 memory=15659052 CPUtime=3565.72 cores=4,6
/proc/954744/stat : 954744 (java) S 954741 954744 953879 0 -1 1077936128 882841 0 0 0 355868 704 0 0 20 0 20 0 182654855 19566772224 3914763 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
/proc/954744/statm: 4777044 3914763 5906 1 0 3929615 0
[pid=954744/tid=954746] ppid=954741 vsize=19108176 memory=15657004 CPUtime=3296.79 cores=4,6
/proc/954744/task/954746/stat : 954746 (java) R 954741 954744 953879 0 -1 4194368 518473 0 0 0 329322 357 0 0 20 0 20 0 182654855 19566772224 3914763 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 23 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
[pid=954744/tid=954755] ppid=954741 vsize=19108176 memory=15659052 CPUtime=0 cores=4,6
/proc/954744/task/954755/stat : 954755 (Finalizer) S 954741 954744 953879 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 182654860 19566772224 3914763 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
[pid=954744/tid=954762] ppid=954741 vsize=19108176 memory=15659052 CPUtime=0.01 cores=4,6
/proc/954744/task/954762/stat : 954762 (Common-Cleaner) S 954741 954744 953879 0 -1 1077936192 5033 0 0 0 1 0 0 0 20 0 20 0 182654861 19566772224 3914763 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
[pid=954744/tid=954764] ppid=954741 vsize=19108176 memory=15659052 CPUtime=0 cores=4,6
/proc/954744/task/954764/stat : 954764 (Timer-0) S 954741 954744 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182655309 19566772224 3914763 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
Current children cumulated CPU time: 3565.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 15659052 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3376.5 s]
/proc/loadavg: 4.49 4.54 4.44 5/320 956626
/proc/meminfo: memFree=91964196/131655788 swapFree=131071996/131071996
[pid=954744] ppid=954741 vsize=19108176 memory=15659052 CPUtime=3600.07 cores=4,6
/proc/954744/stat : 954744 (java) S 954741 954744 953879 0 -1 1077936128 886703 0 0 0 359302 705 0 0 20 0 20 0 182654855 19566772224 3914763 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
/proc/954744/statm: 4777044 3914763 5906 1 0 3929615 0
[pid=954744/tid=954746] ppid=954741 vsize=19108176 memory=15659052 CPUtime=3330.54 cores=4,6
/proc/954744/task/954746/stat : 954746 (java) R 954741 954744 953879 0 -1 4194368 522142 0 0 0 332697 357 0 0 20 0 20 0 182654855 19566772224 3914763 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 23 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
[pid=954744/tid=954755] ppid=954741 vsize=19108176 memory=15659052 CPUtime=0 cores=4,6
/proc/954744/task/954755/stat : 954755 (Finalizer) S 954741 954744 953879 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 182654860 19566772224 3914763 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
[pid=954744/tid=954762] ppid=954741 vsize=19108176 memory=0 CPUtime=0.01 cores=4,6
/proc/954744/task/954762/stat : 954762 (Common-Cleaner) S 954741 954744 953879 0 -1 1077936192 5129 0 0 0 1 0 0 0 20 0 20 0 182654861 19566772224 3914763 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
[pid=954744/tid=954764] ppid=954741 vsize=19108176 memory=15659052 CPUtime=0 cores=4,6
/proc/954744/task/954764/stat : 954764 (Timer-0) S 954741 954744 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182655309 19566772224 3914763 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 15659052 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.25 s, system=7.13379 s

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

[startup+3376.6 s]
/proc/loadavg: 4.49 4.54 4.44 5/320 956626
/proc/meminfo: memFree=91964196/131655788 swapFree=131071996/131071996
[pid=954744] ppid=954741 vsize=19307868 memory=15659724 CPUtime=3600.22 cores=4,6
/proc/954744/stat : 954744 (java) S 954741 954744 953879 0 -1 1077936128 889601 0 0 0 359317 705 0 0 20 0 21 0 182654855 19771256832 3914931 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
/proc/954744/statm: 4826967 3914931 5905 1 0 3930521 0
[pid=954744/tid=954746] ppid=954741 vsize=19307868 memory=8224 CPUtime=3330.57 cores=4,6
/proc/954744/task/954746/stat : 954746 (java) S 954741 954744 953879 0 -1 1077936192 522363 0 0 0 332700 357 0 0 20 0 21 0 182654855 19771256832 3914931 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 23 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
[pid=954744/tid=954755] ppid=954741 vsize=19307868 memory=2212 CPUtime=0 cores=4,6
/proc/954744/task/954755/stat : 954755 (Finalizer) S 954741 954744 953879 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 182654860 19771256832 3914931 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
[pid=954744/tid=954762] ppid=954741 vsize=19307868 memory=3432 CPUtime=0.01 cores=4,6
/proc/954744/task/954762/stat : 954762 (Common-Cleaner) S 954741 954744 953879 0 -1 1077936192 5129 0 0 0 1 0 0 0 20 0 21 0 182654861 19771256832 3914931 134679101440 94651469729792 94651469733488 140727758646752 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94651469741304 94651469742096 94651492102144 140727758648303 140727758648416 140727758648416 140727758655432 0
Current children cumulated CPU time: 3600.22 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 15659724 KiB

[startup+3376.71 s]*
/proc/loadavg: 4.49 4.54 4.44 6/302 956632
/proc/meminfo: memFree=107261656/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): 3376.74
CPU time (s): 3600.39
CPU user time (s): 3593.25
CPU system time (s): 7.13379
CPU usage (%): 106.623
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 15659724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.25
system time used= 7.13379
maximum resident set size= 15660672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 890067
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3432
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 108284
involuntary context switches= 18979


# summary of solver processes directly reported to runsolver:
#   pid: 954744
#   total CPU time (s): 3600.39
#   total CPU user time (s): 3593.25
#   total CPU system time (s): 7.13379

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.2686 second user time and 30.6483 second system time

The end

Launcher Data

Begin job on nodeC006 at 2024-07-18 14:16:14
IDJOB=4442765
IDBENCH=147848
IDSOLVER=3046
FILE ID=nodeC006/4442765-1721304961
RUNJOBID= nodeC006-1721304926-953890
SLURM_JOB_ID= 7542629
Free space on /tmp= 723756 MiB

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

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

MD5SUM BENCH= b66aa0ca883b9987dbaf460c58c6223e
RANDOM SEED=1110320463

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		: 3643.923
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		: 3636.184
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.401
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.378
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		: 2194.975
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		: 3551.726
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		: 1496.560
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.358
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:        109815664 kB
MemAvailable:   115909080 kB
Buffers:          484672 kB
Cached:          6371264 kB
SwapCached:            0 kB
Active:           941808 kB
Inactive:       20150368 kB
Active(anon):       1460 kB
Inactive(anon): 14272524 kB
Active(file):     940348 kB
Inactive(file):  5877844 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              8320 kB
Writeback:             0 kB
AnonPages:      14236396 kB
Mapped:           125756 kB
Shmem:             37704 kB
KReclaimable:     230508 kB
Slab:             348840 kB
SReclaimable:     230508 kB
SUnreclaim:       118332 kB
KernelStack:        4852 kB
PageTables:        37824 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   18265712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            58080 kB
HardwareCorrupted:     0 kB
AnonHugePages:  13940736 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= 723764 MiB
End job on nodeC006 at 2024-07-18 15:12:30