Trace number 4445975

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.33 3522.01

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
heinz/normalized-neos-820146.opb
MD5SUM081659ee65bc936cbb896171f511d736
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables600
Total number of constraints830
Number of constraints which are clauses675
Number of constraints which are cardinality constraints (but not clauses)155
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint10
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 13
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.13	c See www.sat4j.org for details.
0.12/0.15	c version CUSTOM.v20240707
0.12/0.17	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.17	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.17	c java.vm.version	22.0.1+8-16
0.12/0.17	c java.vm.vendor	Oracle Corporation
0.12/0.17	c sun.arch.data.model	64
0.12/0.17	c java.version		22.0.1
0.12/0.17	c os.name		Linux
0.12/0.17	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.17	c os.arch		amd64
0.12/0.18	c Free memory 		2113181440
0.12/0.18	c Max memory 		16282288128
0.12/0.18	c Total memory 		2122317824
0.12/0.19	c Number of processors 	2
0.29/0.33	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.29/0.33	 - never skip resolution steps
0.29/0.33	 - Auto-division on coefficients is disabled
0.29/0.33	 - No postprocessing
0.29/0.33	 - Conflict is considered as is when resolving
0.29/0.33	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.29/0.33	 - Weaken first using unassigned literals
0.29/0.33	 - Bump strategy: ALWAYS_ONE
0.29/0.33	 - Bumper: ASSIGNED
0.29/0.33	--- Begin Solver configuration ---
0.29/0.33	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.29/0.33	Learn all clauses as in MiniSAT
0.29/0.33	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.33	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.29/0.33	No reason simplification
0.29/0.33	Armin Biere (Picosat) restarts strategy
0.29/0.33	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.29/0.33	timeout=2147483s
0.29/0.33	DB Simplification allowed=false
0.29/0.33	Listener: none
0.29/0.33	--- End Solver configuration ---
0.29/0.34	c Pseudo Boolean Optimization by upper bound
0.29/0.34	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.29/0.34	c  - never skip resolution steps
0.29/0.34	c  - Auto-division on coefficients is disabled
0.29/0.34	c  - No postprocessing
0.29/0.34	c  - Conflict is considered as is when resolving
0.29/0.34	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.29/0.34	c  - Weaken first using unassigned literals
0.29/0.34	c  - Bump strategy: ALWAYS_ONE
0.29/0.34	c  - Bumper: ASSIGNED
0.29/0.34	c --- Begin Solver configuration ---
0.29/0.34	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.29/0.34	c Learn all clauses as in MiniSAT
0.29/0.34	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.34	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.29/0.34	c No reason simplification
0.29/0.34	c Armin Biere (Picosat) restarts strategy
0.29/0.34	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.29/0.34	c timeout=2147483s
0.29/0.34	c DB Simplification allowed=false
0.29/0.34	c Listener: none
0.29/0.34	c --- End Solver configuration ---
0.29/0.34	c solving HOME/instance-4445975-1721324681.opb
0.29/0.34	c reading problem ... 
0.29/0.34	c  no objective function found
0.64/0.49	c ... done. Wall clock time 0.157s.
0.64/0.49	c declared #vars     600
0.64/0.49	c #constraints  845
0.64/0.49	c constraints type 
0.64/0.49	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 170
0.64/0.49	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 675
0.64/0.49	c 845 constraints processed.
4.47/2.47	c cleaning 2167 clauses out of 5001 with flag 0/5001
8.53/5.20	c cleaning 3104 clauses out of 8833 with flag 0/11000
14.65/11.08	c cleaning 4399 clauses out of 12731 with flag 0/18002
23.16/19.37	c cleaning 5527 clauses out of 16331 with flag 0/26001
34.96/30.82	c cleaning 6382 clauses out of 19805 with flag 0/35002
51.25/47.01	c cleaning 7339 clauses out of 23423 with flag 0/45002
65.94/61.62	c cleaning 7471 clauses out of 27082 with flag 0/56000
83.82/79.23	c cleaning 8818 clauses out of 31613 with flag 0/68002
111.80/106.60	c cleaning 9566 clauses out of 35794 with flag 0/81001
138.65/132.69	c cleaning 10323 clauses out of 40231 with flag 0/95004
169.67/162.86	c cleaning 11876 clauses out of 44905 with flag 0/110001
198.19/190.51	c cleaning 12718 clauses out of 49028 with flag 0/126000
238.37/229.85	c cleaning 13541 clauses out of 53313 with flag 0/143003
277.10/267.63	c cleaning 14012 clauses out of 57769 with flag 0/161000
326.78/316.36	c cleaning 15136 clauses out of 62758 with flag 0/180001
374.28/362.92	c cleaning 16302 clauses out of 67621 with flag 0/200000
431.53/419.03	c cleaning 17483 clauses out of 72319 with flag 0/221000
483.42/469.84	c cleaning 17478 clauses out of 76837 with flag 0/243001
549.56/534.88	c cleaning 18534 clauses out of 82359 with flag 0/266001
614.12/598.42	c cleaning 20154 clauses out of 87824 with flag 0/290000
691.55/674.20	c cleaning 20703 clauses out of 92673 with flag 0/315003
770.69/751.91	c cleaning 20961 clauses out of 97967 with flag 0/341000
853.47/833.19	c cleaning 21030 clauses out of 104006 with flag 0/368000
943.99/922.14	c cleaning 21322 clauses out of 110977 with flag 0/396001
1042.66/1018.69	c cleaning 24041 clauses out of 118654 with flag 0/425000
1147.07/1121.00	c cleaning 25298 clauses out of 124614 with flag 0/455001
1258.07/1229.77	c cleaning 25161 clauses out of 130317 with flag 0/486002
1394.04/1362.65	c cleaning 25768 clauses out of 137155 with flag 0/518001
1524.13/1490.26	c cleaning 27175 clauses out of 144389 with flag 0/551003
1673.12/1636.90	c cleaning 27345 clauses out of 151211 with flag 0/585000
1803.05/1764.22	c cleaning 29166 clauses out of 158867 with flag 0/620001
1936.74/1895.25	c cleaning 30136 clauses out of 165701 with flag 0/656001
2093.00/2048.29	c cleaning 30820 clauses out of 172564 with flag 0/693000
2251.34/2203.49	c cleaning 31227 clauses out of 179745 with flag 0/731001
2465.43/2414.02	c cleaning 31140 clauses out of 187519 with flag 0/770002
2634.49/2579.31	c cleaning 32946 clauses out of 196378 with flag 0/810001
2872.01/2813.44	c cleaning 34034 clauses out of 204431 with flag 0/851000
3116.48/3052.53	c cleaning 35399 clauses out of 212397 with flag 0/893000
3307.35/3238.28	c cleaning 35387 clauses out of 219998 with flag 0/936000
3502.53/3427.49	c cleaning 34903 clauses out of 228611 with flag 0/980000
3600.04/3521.82	c starts		: 187
3600.04/3521.83	c conflicts		: 1007853
3600.04/3521.83	c decisions		: 1783315
3600.04/3521.83	c propagations		: 61103440
3600.04/3521.83	c inspects		: 5565638330
3600.04/3521.83	c shortcuts		: 0
3600.04/3521.83	c learnt literals	: 0
3600.04/3521.83	c learnt binary clauses	: 0
3600.04/3521.83	c learnt ternary clauses	: 0
3600.04/3521.83	c learnt constraints	: 1007852
3600.04/3521.83	c ignored constraints	: 0
3600.04/3521.83	c root simplifications	: 0
3600.04/3521.83	c removed literals (reason simplification)	: 0
3600.04/3521.83	c reason swapping (by a shorter reason)	: 0
3600.04/3521.83	c Calls to reduceDB	: 40
3600.04/3521.83	c Number of update (reduction) of LBD	: 1772953
3600.04/3521.83	c Imported unit clauses	: 0
3600.04/3521.83	c No decision after first conflict	: false
3600.04/3521.83	c number of reductions to clauses (during analyze)	: 0
3600.04/3521.83	c number of learned constraints concerned by reduction	: 0
3600.04/3521.84	c number of learning phase by resolution	: 0
3600.04/3521.84	c number of learning phase by cutting planes	: 0
3600.04/3521.84	c number of rounding to 1 operations	: 3312236
3600.04/3521.84	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3521.84	c number of reductions of the coefficients by power 2 	: 0
3600.04/3521.84	c number of right shift for reduction by power 2 	: 0
3600.04/3521.84	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3521.84	c number of ending skipping 	: 0
3600.04/3521.84	c number of internal skipping 	: 0
3600.04/3521.84	c number of derivation steps 	: 11842515
3600.04/3521.84	c number of skipped derivation steps 	: 0
3600.04/3521.84	c number of remaining unassigned 	: 844095
3600.04/3521.84	c number of remaining assigned 	: 70466863
3600.04/3521.84	c number of falsified literals weakened from reason	: 0
3600.04/3521.84	c number of falsified literals weakened from conflict	: 0
3600.04/3521.84	c time for arithmetic operations	: 5919999608
3600.04/3521.84	c minimum degree of deleted constraints	: 4
3600.04/3521.85	c maximum degree of deleted constraints	: 17640557
3600.04/3521.85	c number of deleted constraints	: 786292
3600.04/3521.85	c speed (assignments/second)	: 17352.355669754703
3600.04/3521.85	c non guided choices	: 966
3600.04/3521.85	c timeout
3600.19/3521.98	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 124570
3600.19/3521.98	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 8439
3600.19/3521.98	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 88551
3600.19/3521.99	s UNKNOWN
3600.19/3521.99	c Total wall clock time (in seconds): 3521.654

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: 64096 MiB (56501 MiB free)
  memory of node 1: 64473 MiB (56417 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445975-1721324681/watcher-4445975-1721324681 -o /tmp/evaluation-result-4445975-1721324681/solver-4445975-1721324681 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1721317707-968470 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4445975-1721324681.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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 Starting watchdog threadmit, stack expansion wi
Linux Starting watchdog threadmit, stack expansion wi
Current StackSize limit: 8192 KiB

solver pid=975096, runsolver pid=975093

[startup+0.106483 s]*
/proc/loadavg: 4.26 4.31 4.32 5/318 975114
/proc/meminfo: memFree=115591788/131655788 swapFree=131071996/131071996
[pid=975096] ppid=975093 vsize=18975048 memory=58192 CPUtime=0.12 cores=0,2
/proc/975096/stat : 975096 (java) S 975093 975096 968460 0 -1 1077936128 6510 0 0 0 10 2 0 0 20 0 18 0 184626867 19430449152 14548 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
/proc/975096/statm: 4743762 14548 5647 1 0 550925 0
[pid=975096/tid=975098] ppid=975093 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/975096/task/975098/stat : 975098 (java) R 975093 975096 968460 0 -1 4194368 5441 0 0 0 7 1 0 0 20 0 18 0 184626867 19430449152 14548 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
[pid=975096/tid=975107] ppid=975093 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/975096/task/975107/stat : 975107 (Finalizer) S 975093 975096 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 184626870 19430449152 14548 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
[pid=975096/tid=975114] ppid=975093 vsize=18975048 memory=3472611996011331616 CPUtime=0 cores=0,2
/proc/975096/task/975114/stat : 975114 (Common-Cleaner) S 975093 975096 968460 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 184626871 19430449152 14548 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 58192 KiB

[startup+0.214471 s]*
/proc/loadavg: 4.26 4.31 4.32 7/318 975114
/proc/meminfo: memFree=115583012/131655788 swapFree=131071996/131071996
[pid=975096] ppid=975093 vsize=18975048 memory=66740 CPUtime=0.29 cores=0,2
/proc/975096/stat : 975096 (java) S 975093 975096 968460 0 -1 1077936128 7122 0 0 0 26 3 0 0 20 0 18 0 184626867 19430449152 16685 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
/proc/975096/statm: 4743762 16685 5649 1 0 551466 0
[pid=975096/tid=975098] ppid=975093 vsize=18975048 memory=4782652875487838339 CPUtime=0.2 cores=0,2
/proc/975096/task/975098/stat : 975098 (java) S 975093 975096 968460 0 -1 1077936192 5688 0 0 0 18 2 0 0 20 0 18 0 184626867 19430449152 16685 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
[pid=975096/tid=975107] ppid=975093 vsize=18975048 memory=18025 CPUtime=0 cores=0,2
/proc/975096/task/975107/stat : 975107 (Finalizer) S 975093 975096 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 184626870 19430449152 16685 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
[pid=975096/tid=975114] ppid=975093 vsize=18975048 memory=14414838847783020 CPUtime=0 cores=0,2
/proc/975096/task/975114/stat : 975114 (Common-Cleaner) S 975093 975096 968460 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 184626871 19430449152 16685 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66740 KiB

[startup+0.325136 s]*
/proc/loadavg: 4.26 4.31 4.32 7/318 975114
/proc/meminfo: memFree=115581920/131655788 swapFree=131071996/131071996
[pid=975096] ppid=975093 vsize=18975048 memory=70620 CPUtime=0.48 cores=0,2
/proc/975096/stat : 975096 (java) S 975093 975096 968460 0 -1 1077936128 7459 0 0 0 44 4 0 0 20 0 18 0 184626867 19430449152 17655 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
/proc/975096/statm: 4743762 17655 5755 1 0 551696 0
[pid=975096/tid=975098] ppid=975093 vsize=18975048 memory=-8958902551094534844 CPUtime=0.29 cores=0,2
/proc/975096/task/975098/stat : 975098 (java) R 975093 975096 968460 0 -1 4194368 5919 0 0 0 27 2 0 0 20 0 18 0 184626867 19430449152 17655 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
[pid=975096/tid=975107] ppid=975093 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/975096/task/975107/stat : 975107 (Finalizer) S 975093 975096 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 184626870 19430449152 17655 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
[pid=975096/tid=975114] ppid=975093 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/975096/task/975114/stat : 975114 (Common-Cleaner) S 975093 975096 968460 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 184626871 19430449152 17655 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 70620 KiB

[startup+0.700465 s]
/proc/loadavg: 4.26 4.31 4.32 8/319 975115
/proc/meminfo: memFree=115572160/131655788 swapFree=131071996/131071996
[pid=975096] ppid=975093 vsize=19041612 memory=97372 CPUtime=1.14 cores=0,2
/proc/975096/stat : 975096 (java) S 975093 975096 968460 0 -1 1077936128 7980 0 0 0 110 4 0 0 20 0 19 0 184626867 19498610688 24343 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
/proc/975096/statm: 4760403 24343 5865 1 0 552244 0
[pid=975096/tid=975098] ppid=975093 vsize=19041612 memory=5624 CPUtime=0.58 cores=0,2
/proc/975096/task/975098/stat : 975098 (java) R 975093 975096 968460 0 -1 4194368 6053 0 0 0 55 3 0 0 20 0 19 0 184626867 19498610688 24343 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
[pid=975096/tid=975107] ppid=975093 vsize=19041612 memory=11936 CPUtime=0 cores=0,2
/proc/975096/task/975107/stat : 975107 (Finalizer) S 975093 975096 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184626870 19498610688 24343 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
[pid=975096/tid=975114] ppid=975093 vsize=19041612 memory=280458546176680 CPUtime=0 cores=0,2
/proc/975096/task/975114/stat : 975114 (Common-Cleaner) S 975093 975096 968460 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 184626871 19498610688 24343 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
[pid=975096/tid=975115] ppid=975093 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/975096/task/975115/stat : 975115 (Timer-0) S 975093 975096 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 184626917 19498610688 24343 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 97372 KiB

[startup+1.50027 s]
/proc/loadavg: 4.48 4.35 4.34 6/320 975116
/proc/meminfo: memFree=115469628/131655788 swapFree=131071996/131071996
[pid=975096] ppid=975093 vsize=19108176 memory=200236 CPUtime=2.68 cores=0,2
/proc/975096/stat : 975096 (java) S 975093 975096 968460 0 -1 1077936128 18248 0 0 0 260 8 0 0 20 0 20 0 184626867 19566772224 50059 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
/proc/975096/statm: 4777044 50059 5881 1 0 557443 0
[pid=975096/tid=975098] ppid=975093 vsize=19108176 memory=11936 CPUtime=1.3 cores=0,2
/proc/975096/task/975098/stat : 975098 (java) R 975093 975096 968460 0 -1 4194368 6187 0 0 0 125 5 0 0 20 0 20 0 184626867 19566772224 50059 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
[pid=975096/tid=975107] ppid=975093 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/975096/task/975107/stat : 975107 (Finalizer) S 975093 975096 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184626870 19566772224 50059 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
[pid=975096/tid=975114] ppid=975093 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/975096/task/975114/stat : 975114 (Common-Cleaner) S 975093 975096 968460 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184626871 19566772224 50059 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
[pid=975096/tid=975115] ppid=975093 vsize=19108176 memory=2970 CPUtime=0 cores=0,2
/proc/975096/task/975115/stat : 975115 (Timer-0) S 975093 975096 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184626917 19566772224 50059 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
Current children cumulated CPU time: 2.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 200236 KiB

[startup+3.11247 s]
/proc/loadavg: 4.48 4.35 4.34 6/320 975116
/proc/meminfo: memFree=114992696/131655788 swapFree=131071996/131071996
[pid=975096] ppid=975093 vsize=19108176 memory=717916 CPUtime=5.86 cores=0,2
/proc/975096/stat : 975096 (java) S 975093 975096 968460 0 -1 1077936128 28171 0 0 0 567 19 0 0 20 0 20 0 184626867 19566772224 179479 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
/proc/975096/statm: 4777044 179479 5897 1 0 559703 0
[pid=975096/tid=975098] ppid=975093 vsize=19108176 memory=0 CPUtime=2.87 cores=0,2
/proc/975096/task/975098/stat : 975098 (java) R 975093 975096 968460 0 -1 4194368 7835 0 0 0 272 15 0 0 20 0 20 0 184626867 19566772224 179479 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
[pid=975096/tid=975107] ppid=975093 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/975096/task/975107/stat : 975107 (Finalizer) S 975093 975096 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184626870 19566772224 179479 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
[pid=975096/tid=975114] ppid=975093 vsize=19108176 memory=11936 CPUtime=0 cores=0,2
/proc/975096/task/975114/stat : 975114 (Common-Cleaner) S 975093 975096 968460 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184626871 19566772224 179479 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
[pid=975096/tid=975115] ppid=975093 vsize=19108176 memory=12740 CPUtime=0 cores=0,2
/proc/975096/task/975115/stat : 975115 (Timer-0) S 975093 975096 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184626917 19566772224 179479 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
Current children cumulated CPU time: 5.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 717916 KiB

[startup+6.30041 s]
/proc/loadavg: 4.44 4.35 4.33 5/320 975116
/proc/meminfo: memFree=114303272/131655788 swapFree=131071996/131071996
[pid=975096] ppid=975093 vsize=19108176 memory=1331972 CPUtime=9.96 cores=0,2
/proc/975096/stat : 975096 (java) S 975093 975096 968460 0 -1 1077936128 28658 0 0 0 962 34 0 0 20 0 20 0 184626867 19566772224 332993 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
/proc/975096/statm: 4777044 332993 5897 1 0 559709 0
[pid=975096/tid=975098] ppid=975093 vsize=19108176 memory=11936 CPUtime=5.97 cores=0,2
/proc/975096/task/975098/stat : 975098 (java) R 975093 975096 968460 0 -1 4194368 8143 0 0 0 570 27 0 0 20 0 20 0 184626867 19566772224 332993 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
[pid=975096/tid=975107] ppid=975093 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/975096/task/975107/stat : 975107 (Finalizer) S 975093 975096 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184626870 19566772224 332993 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
[pid=975096/tid=975114] ppid=975093 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/975096/task/975114/stat : 975114 (Common-Cleaner) S 975093 975096 968460 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 20 0 184626871 19566772224 332993 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
[pid=975096/tid=975115] ppid=975093 vsize=19108176 memory=2308 CPUtime=0 cores=0,2
/proc/975096/task/975115/stat : 975115 (Timer-0) S 975093 975096 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184626917 19566772224 332993 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
Current children cumulated CPU time: 9.96 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1331972 KiB

[startup+12.7005 s]
/proc/loadavg: 4.40 4.34 4.33 5/320 975117
/proc/meminfo: memFree=113842336/131655788 swapFree=131071996/131071996
[pid=975096] ppid=975093 vsize=19108176 memory=1754684 CPUtime=16.54 cores=0,2
/proc/975096/stat : 975096 (java) S 975093 975096 968460 0 -1 1077936128 29774 0 0 0 1611 43 0 0 20 0 20 0 184626867 19566772224 438671 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
/proc/975096/statm: 4777044 438671 5897 1 0 666245 0
[pid=975096/tid=975098] ppid=975093 vsize=19108176 memory=0 CPUtime=12.16 cores=0,2
/proc/975096/task/975098/stat : 975098 (java) R 975093 975096 968460 0 -1 4194368 8957 0 0 0 1181 35 0 0 20 0 20 0 184626867 19566772224 438671 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
[pid=975096/tid=975107] ppid=975093 vsize=19108176 memory=1754676 CPUtime=0 cores=0,2
/proc/975096/task/975107/stat : 975107 (Finalizer) S 975093 975096 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184626870 19566772224 438671 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
[pid=975096/tid=975114] ppid=975093 vsize=19108176 memory=2268 CPUtime=0 cores=0,2
/proc/975096/task/975114/stat : 975114 (Common-Cleaner) S 975093 975096 968460 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 20 0 184626871 19566772224 438671 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
[pid=975096/tid=975115] ppid=975093 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/975096/task/975115/stat : 975115 (Timer-0) S 975093 975096 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184626917 19566772224 438671 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
Current children cumulated CPU time: 16.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1754684 KiB

[startup+25.5005 s]
/proc/loadavg: 4.34 4.33 4.33 5/320 975119
/proc/meminfo: memFree=113101752/131655788 swapFree=131071996/131071996
[pid=975096] ppid=975093 vsize=19108176 memory=2414280 CPUtime=29.62 cores=0,2
/proc/975096/stat : 975096 (java) S 975093 975096 968460 0 -1 1077936128 36959 0 0 0 2903 59 0 0 20 0 20 0 184626867 19566772224 603570 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
/proc/975096/statm: 4777044 603570 5897 1 0 833359 0
[pid=975096/tid=975098] ppid=975093 vsize=19108176 memory=1754676 CPUtime=24.45 cores=0,2
/proc/975096/task/975098/stat : 975098 (java) R 975093 975096 968460 0 -1 4194368 11109 0 0 0 2396 49 0 0 20 0 20 0 184626867 19566772224 603570 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
[pid=975096/tid=975107] ppid=975093 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/975096/task/975107/stat : 975107 (Finalizer) S 975093 975096 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184626870 19566772224 603570 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
[pid=975096/tid=975114] ppid=975093 vsize=19108176 memory=2414020 CPUtime=0 cores=0,2
/proc/975096/task/975114/stat : 975114 (Common-Cleaner) S 975093 975096 968460 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 20 0 184626871 19566772224 603570 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
[pid=975096/tid=975115] ppid=975093 vsize=19108176 memory=-8958902551094534844 CPUtime=0 cores=0,2
/proc/975096/task/975115/stat : 975115 (Timer-0) S 975093 975096 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184626917 19566772224 603570 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
Current children cumulated CPU time: 29.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2414280 KiB

[startup+51.1131 s]
/proc/loadavg: 4.34 4.33 4.33 5/318 975123
/proc/meminfo: memFree=112410432/131655788 swapFree=131071996/131071996
[pid=975096] ppid=975093 vsize=19108176 memory=2981000 CPUtime=55.43 cores=0,2
/proc/975096/stat : 975096 (java) S 975093 975096 968460 0 -1 1077936128 43733 0 0 0 5470 73 0 0 20 0 20 0 184626867 19566772224 745250 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
/proc/975096/statm: 4777044 745250 5897 1 0 975406 0
[pid=975096/tid=975098] ppid=975093 vsize=19108176 memory=2976816 CPUtime=48.97 cores=0,2
/proc/975096/task/975098/stat : 975098 (java) R 975093 975096 968460 0 -1 4194368 14134 0 0 0 4837 60 0 0 20 0 20 0 184626867 19566772224 745250 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
[pid=975096/tid=975107] ppid=975093 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/975096/task/975107/stat : 975107 (Finalizer) S 975093 975096 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184626870 19566772224 745250 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0

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

/proc/975096/task/975107/stat : 975107 (Finalizer) S 975093 975096 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184626870 19566772224 1209264 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
[pid=975096/tid=975114] ppid=975093 vsize=19108176 memory=4837032 CPUtime=0 cores=0,2
/proc/975096/task/975114/stat : 975114 (Common-Cleaner) S 975093 975096 968460 0 -1 1077936192 2429 0 0 0 0 0 0 0 20 0 20 0 184626871 19566772224 1209264 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
[pid=975096/tid=975115] ppid=975093 vsize=19108176 memory=4837056 CPUtime=0 cores=0,2
/proc/975096/task/975115/stat : 975115 (Timer-0) S 975093 975096 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184626917 19566772224 1209264 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
Current children cumulated CPU time: 3167.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4837056 KiB

[startup+3162.3 s]
/proc/loadavg: 4.30 4.47 4.42 5/318 977002
/proc/meminfo: memFree=100312096/131655788 swapFree=131071996/131071996
[pid=975096] ppid=975093 vsize=19108176 memory=4837188 CPUtime=3229.55 cores=0,2
/proc/975096/stat : 975096 (java) S 975093 975096 968460 0 -1 1077936128 279891 0 0 0 322615 340 0 0 20 0 20 0 184626867 19566772224 1209297 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
/proc/975096/statm: 4777044 1209297 5929 1 0 1223885 0
[pid=975096/tid=975098] ppid=975093 vsize=19108176 memory=12740 CPUtime=3071.77 cores=0,2
/proc/975096/task/975098/stat : 975098 (java) R 975093 975096 968460 0 -1 4194368 144110 0 0 0 307072 105 0 0 20 0 20 0 184626867 19566772224 1209297 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 284 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
[pid=975096/tid=975107] ppid=975093 vsize=19108176 memory=4837188 CPUtime=0 cores=0,2
/proc/975096/task/975107/stat : 975107 (Finalizer) S 975093 975096 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184626870 19566772224 1209297 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
[pid=975096/tid=975114] ppid=975093 vsize=19108176 memory=4837188 CPUtime=0 cores=0,2
/proc/975096/task/975114/stat : 975114 (Common-Cleaner) S 975093 975096 968460 0 -1 1077936192 2533 0 0 0 0 0 0 0 20 0 20 0 184626871 19566772224 1209297 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
[pid=975096/tid=975115] ppid=975093 vsize=19108176 memory=4837184 CPUtime=0 cores=0,2
/proc/975096/task/975115/stat : 975115 (Timer-0) S 975093 975096 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184626917 19566772224 1209297 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
Current children cumulated CPU time: 3229.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4837188 KiB

[startup+3222.3 s]
/proc/loadavg: 4.23 4.42 4.40 5/318 977012
/proc/meminfo: memFree=100309556/131655788 swapFree=131071996/131071996
[pid=975096] ppid=975093 vsize=19108176 memory=4837208 CPUtime=3291.13 cores=0,2
/proc/975096/stat : 975096 (java) S 975093 975096 968460 0 -1 1077936128 281357 0 0 0 328769 344 0 0 20 0 20 0 184626867 19566772224 1209302 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
/proc/975096/statm: 4777044 1209302 5929 1 0 1223890 0
[pid=975096/tid=975098] ppid=975093 vsize=19108176 memory=4837188 CPUtime=3130.14 cores=0,2
/proc/975096/task/975098/stat : 975098 (java) R 975093 975096 968460 0 -1 4194368 145360 0 0 0 312909 105 0 0 20 0 20 0 184626867 19566772224 1209302 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 287 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
[pid=975096/tid=975107] ppid=975093 vsize=19108176 memory=4837188 CPUtime=0 cores=0,2
/proc/975096/task/975107/stat : 975107 (Finalizer) S 975093 975096 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184626870 19566772224 1209302 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
[pid=975096/tid=975114] ppid=975093 vsize=19108176 memory=4837208 CPUtime=0 cores=0,2
/proc/975096/task/975114/stat : 975114 (Common-Cleaner) S 975093 975096 968460 0 -1 1077936192 2533 0 0 0 0 0 0 0 20 0 20 0 184626871 19566772224 1209302 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
[pid=975096/tid=975115] ppid=975093 vsize=19108176 memory=4837208 CPUtime=0 cores=0,2
/proc/975096/task/975115/stat : 975115 (Timer-0) S 975093 975096 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184626917 19566772224 1209302 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
Current children cumulated CPU time: 3291.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4837208 KiB

[startup+3282.3 s]
/proc/loadavg: 4.23 4.39 4.39 5/318 977023
/proc/meminfo: memFree=100271900/131655788 swapFree=131071996/131071996
[pid=975096] ppid=975093 vsize=19108176 memory=4837212 CPUtime=3352.67 cores=0,2
/proc/975096/stat : 975096 (java) S 975093 975096 968460 0 -1 1077936128 286487 0 0 0 334918 349 0 0 20 0 20 0 184626867 19566772224 1209303 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
/proc/975096/statm: 4777044 1209303 5929 1 0 1223890 0
[pid=975096/tid=975098] ppid=975093 vsize=19108176 memory=28392 CPUtime=3188.74 cores=0,2
/proc/975096/task/975098/stat : 975098 (java) R 975093 975096 968460 0 -1 4194368 147850 0 0 0 318768 106 0 0 20 0 20 0 184626867 19566772224 1209303 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 294 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
[pid=975096/tid=975107] ppid=975093 vsize=19108176 memory=4837212 CPUtime=0 cores=0,2
/proc/975096/task/975107/stat : 975107 (Finalizer) S 975093 975096 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184626870 19566772224 1209303 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
[pid=975096/tid=975114] ppid=975093 vsize=19108176 memory=46996 CPUtime=0 cores=0,2
/proc/975096/task/975114/stat : 975114 (Common-Cleaner) S 975093 975096 968460 0 -1 1077936192 2604 0 0 0 0 0 0 0 20 0 20 0 184626871 19566772224 1209303 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
[pid=975096/tid=975115] ppid=975093 vsize=19108176 memory=4837212 CPUtime=0 cores=0,2
/proc/975096/task/975115/stat : 975115 (Timer-0) S 975093 975096 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184626917 19566772224 1209303 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
Current children cumulated CPU time: 3352.67 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4837212 KiB

[startup+3342.3 s]
/proc/loadavg: 3.61 4.19 4.32 4/292 977066
/proc/meminfo: memFree=107086200/131655788 swapFree=131071996/131071996
[pid=975096] ppid=975093 vsize=19108176 memory=4837224 CPUtime=3414.72 cores=0,2
/proc/975096/stat : 975096 (java) S 975093 975096 968460 0 -1 1077936128 287759 0 0 0 341119 353 0 0 20 0 20 0 184626867 19566772224 1209306 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
/proc/975096/statm: 4777044 1209306 5929 1 0 1223890 0
[pid=975096/tid=975098] ppid=975093 vsize=19108176 memory=4837224 CPUtime=3247.03 cores=0,2
/proc/975096/task/975098/stat : 975098 (java) R 975093 975096 968460 0 -1 4194368 148769 0 0 0 324597 106 0 0 20 0 20 0 184626867 19566772224 1209306 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 295 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
[pid=975096/tid=975107] ppid=975093 vsize=19108176 memory=46996 CPUtime=0 cores=0,2
/proc/975096/task/975107/stat : 975107 (Finalizer) S 975093 975096 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184626870 19566772224 1209306 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
[pid=975096/tid=975114] ppid=975093 vsize=19108176 memory=4837224 CPUtime=0 cores=0,2
/proc/975096/task/975114/stat : 975114 (Common-Cleaner) S 975093 975096 968460 0 -1 1077936192 2604 0 0 0 0 0 0 0 20 0 20 0 184626871 19566772224 1209306 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
[pid=975096/tid=975115] ppid=975093 vsize=19108176 memory=12740 CPUtime=0 cores=0,2
/proc/975096/task/975115/stat : 975115 (Timer-0) S 975093 975096 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184626917 19566772224 1209306 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
Current children cumulated CPU time: 3414.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4837224 KiB

[startup+3402.3 s]
/proc/loadavg: 3.36 4.00 4.25 4/294 977081
/proc/meminfo: memFree=107085928/131655788 swapFree=131071996/131071996
[pid=975096] ppid=975093 vsize=19108176 memory=4837248 CPUtime=3476.54 cores=0,2
/proc/975096/stat : 975096 (java) S 975093 975096 968460 0 -1 1077936128 292720 0 0 0 347296 358 0 0 20 0 20 0 184626867 19566772224 1209312 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
/proc/975096/statm: 4777044 1209312 5929 1 0 1223896 0
[pid=975096/tid=975098] ppid=975093 vsize=19108176 memory=4837224 CPUtime=3305.62 cores=0,2
/proc/975096/task/975098/stat : 975098 (java) R 975093 975096 968460 0 -1 4194368 151561 0 0 0 330456 106 0 0 20 0 20 0 184626867 19566772224 1209312 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 295 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
[pid=975096/tid=975107] ppid=975093 vsize=19108176 memory=4837224 CPUtime=0 cores=0,2
/proc/975096/task/975107/stat : 975107 (Finalizer) S 975093 975096 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184626870 19566772224 1209312 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
[pid=975096/tid=975114] ppid=975093 vsize=19108176 memory=4837248 CPUtime=0 cores=0,2
/proc/975096/task/975114/stat : 975114 (Common-Cleaner) S 975093 975096 968460 0 -1 1077936192 2651 0 0 0 0 0 0 0 20 0 20 0 184626871 19566772224 1209312 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
[pid=975096/tid=975115] ppid=975093 vsize=19108176 memory=-8958902551094534844 CPUtime=0 cores=0,2
/proc/975096/task/975115/stat : 975115 (Timer-0) S 975093 975096 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184626917 19566772224 1209312 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
Current children cumulated CPU time: 3476.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4837248 KiB

[startup+3462.3 s]
/proc/loadavg: 3.30 3.87 4.18 4/293 977092
/proc/meminfo: memFree=107085496/131655788 swapFree=131071996/131071996
[pid=975096] ppid=975093 vsize=19108176 memory=4837376 CPUtime=3538.71 cores=0,2
/proc/975096/stat : 975096 (java) S 975093 975096 968460 0 -1 1077936128 295320 0 0 0 353509 362 0 0 20 0 20 0 184626867 19566772224 1209344 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
/proc/975096/statm: 4777044 1209344 5929 1 0 1223943 0
[pid=975096/tid=975098] ppid=975093 vsize=19108176 memory=12740 CPUtime=3364.13 cores=0,2
/proc/975096/task/975098/stat : 975098 (java) R 975093 975096 968460 0 -1 4194368 153209 0 0 0 336306 107 0 0 20 0 20 0 184626867 19566772224 1209344 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 295 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
[pid=975096/tid=975107] ppid=975093 vsize=19108176 memory=12740 CPUtime=0 cores=0,2
/proc/975096/task/975107/stat : 975107 (Finalizer) S 975093 975096 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184626870 19566772224 1209344 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
[pid=975096/tid=975114] ppid=975093 vsize=19108176 memory=4837376 CPUtime=0 cores=0,2
/proc/975096/task/975114/stat : 975114 (Common-Cleaner) S 975093 975096 968460 0 -1 1077936192 2673 0 0 0 0 0 0 0 20 0 20 0 184626871 19566772224 1209344 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
[pid=975096/tid=975115] ppid=975093 vsize=19108176 memory=4837376 CPUtime=0 cores=0,2
/proc/975096/task/975115/stat : 975115 (Timer-0) S 975093 975096 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184626917 19566772224 1209344 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
Current children cumulated CPU time: 3538.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4837376 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3521.8 s]
/proc/loadavg: 3.25 3.76 4.13 4/293 977102
/proc/meminfo: memFree=107085060/131655788 swapFree=131071996/131071996
[pid=975096] ppid=975093 vsize=19108176 memory=4837380 CPUtime=3600.04 cores=0,2
/proc/975096/stat : 975096 (java) S 975093 975096 968460 0 -1 1077936128 299444 0 0 0 359638 366 0 0 20 0 20 0 184626867 19566772224 1209345 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
/proc/975096/statm: 4777044 1209345 5929 1 0 1223943 0
[pid=975096/tid=975098] ppid=975093 vsize=19108176 memory=26008 CPUtime=3421.95 cores=0,2
/proc/975096/task/975098/stat : 975098 (java) R 975093 975096 968460 0 -1 4194368 156044 0 0 0 342088 107 0 0 20 0 20 0 184626867 19566772224 1209345 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 295 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
[pid=975096/tid=975107] ppid=975093 vsize=19108176 memory=29488 CPUtime=0 cores=0,2
/proc/975096/task/975107/stat : 975107 (Finalizer) S 975093 975096 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184626870 19566772224 1209345 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
[pid=975096/tid=975114] ppid=975093 vsize=19108176 memory=4837380 CPUtime=0 cores=0,2
/proc/975096/task/975114/stat : 975114 (Common-Cleaner) S 975093 975096 968460 0 -1 1077936192 2759 0 0 0 0 0 0 0 20 0 20 0 184626871 19566772224 1209345 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
[pid=975096/tid=975115] ppid=975093 vsize=19108176 memory=5532 CPUtime=0 cores=0,2
/proc/975096/task/975115/stat : 975115 (Timer-0) S 975093 975096 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184626917 19566772224 1209345 134679101440 94864291815424 94864291819120 140722097720048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94864291826936 94864291827728 94864298536960 140722097726447 140722097726560 140722097726560 140722097733576 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4837380 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.64 s, system=3.68967 s

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

[startup+3522 s]*
/proc/loadavg: 3.23 3.75 4.12 5/275 977105
/proc/meminfo: memFree=109577624/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): 3522.01
CPU time (s): 3600.33
CPU user time (s): 3596.64
CPU system time (s): 3.68967
CPU usage (%): 102.224
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 4838092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.64
system time used= 3.68967
maximum resident set size= 4839124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 302849
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 137066
involuntary context switches= 30038


# summary of solver processes directly reported to runsolver:
#   pid: 975096
#   total CPU time (s): 3600.33
#   total CPU user time (s): 3596.64
#   total CPU system time (s): 3.68967

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4211 second user time and 40.9164 second system time

The end

Launcher Data

Begin job on nodeC005 at 2024-07-18 19:44:53
IDJOB=4445975
IDBENCH=155408
IDSOLVER=3046
FILE ID=nodeC005/4445975-1721324681
RUNJOBID= nodeC005-1721317707-968470
SLURM_JOB_ID= 7542668
Free space on /tmp= 723780 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB11/DEC-LIN/heinz/normalized-neos-820146.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445975-1721324681/watcher-4445975-1721324681 -o /tmp/evaluation-result-4445975-1721324681/solver-4445975-1721324681 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1721317707-968470 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4445975-1721324681.opb

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

MD5SUM BENCH= 081659ee65bc936cbb896171f511d736
RANDOM SEED=1618830023

nodeC005.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		: 3491.787
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.53
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		: 3539.187
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.35
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.180
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.53
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.265
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.35
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		: 3621.333
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.53
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		: 3588.780
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.35
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.350
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.53
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.276
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.35
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        115629240 kB
MemAvailable:   120962584 kB
Buffers:          490800 kB
Cached:          5625480 kB
SwapCached:            0 kB
Active:          1045256 kB
Inactive:       14272516 kB
Active(anon):       3464 kB
Inactive(anon):  9243632 kB
Active(file):    1041792 kB
Inactive(file):  5028884 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1192 kB
Writeback:             0 kB
AnonPages:       9200244 kB
Mapped:           127924 kB
Shmem:             45896 kB
KReclaimable:     205732 kB
Slab:             323728 kB
SReclaimable:     205732 kB
SUnreclaim:       117996 kB
KernelStack:        4896 kB
PageTables:        28328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   11554284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            58624 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8894464 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:      285512 kB
DirectMap2M:    36319232 kB
DirectMap1G:    99614720 kB

Free space on /tmp at the end= 723720 MiB
End job on nodeC005 at 2024-07-18 20:43:35