Trace number 4443275

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.36 3510.66

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/prestwich/armies/normalized-army13.24bt.opb
MD5SUMb1cc89baa8bd080d13ae67cc087920d3
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.064229
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables490
Total number of constraints1085
Number of constraints which are clauses738
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints345
Minimum length of a constraint1
Maximum length of a constraint169
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 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 193
Number of bits of the biggest sum of numbers8
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.10	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.10	c See www.sat4j.org for details.
0.13/0.11	c version CUSTOM.v20240707
0.13/0.13	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.13	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.13	c java.vm.version	22.0.1+8-16
0.13/0.13	c java.vm.vendor	Oracle Corporation
0.13/0.13	c sun.arch.data.model	64
0.13/0.13	c java.version		22.0.1
0.13/0.13	c os.name		Linux
0.13/0.13	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.13	c os.arch		amd64
0.13/0.13	c Free memory 		2115194816
0.13/0.13	c Max memory 		16282288128
0.13/0.13	c Total memory 		2122317824
0.13/0.14	c Number of processors 	2
0.13/0.21	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.21	 - never skip resolution steps
0.13/0.21	 - Auto-division on coefficients is disabled
0.13/0.21	 - No postprocessing
0.13/0.21	 - Conflict is considered as is when resolving
0.13/0.21	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.21	 - Weaken first using unassigned literals
0.13/0.21	 - Bump strategy: ALWAYS_ONE
0.13/0.21	 - Bumper: ASSIGNED
0.13/0.21	--- Begin Solver configuration ---
0.13/0.21	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.21	Learn all clauses as in MiniSAT
0.13/0.21	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.21	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.21	No reason simplification
0.13/0.21	Armin Biere (Picosat) restarts strategy
0.13/0.21	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.21	timeout=2147483s
0.13/0.21	DB Simplification allowed=false
0.13/0.21	Listener: none
0.13/0.21	--- End Solver configuration ---
0.13/0.21	c Pseudo Boolean Optimization by upper bound
0.13/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.21	c  - never skip resolution steps
0.13/0.21	c  - Auto-division on coefficients is disabled
0.13/0.21	c  - No postprocessing
0.13/0.21	c  - Conflict is considered as is when resolving
0.13/0.21	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.21	c  - Weaken first using unassigned literals
0.13/0.21	c  - Bump strategy: ALWAYS_ONE
0.13/0.21	c  - Bumper: ASSIGNED
0.13/0.21	c --- Begin Solver configuration ---
0.13/0.21	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.21	c Learn all clauses as in MiniSAT
0.13/0.21	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.21	c No reason simplification
0.13/0.21	c Armin Biere (Picosat) restarts strategy
0.13/0.21	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.21	c timeout=2147483s
0.13/0.21	c DB Simplification allowed=false
0.13/0.21	c Listener: none
0.13/0.21	c --- End Solver configuration ---
0.13/0.21	c solving HOME/instance-4443275-1721312261.opb
0.13/0.21	c reading problem ... 
0.13/0.21	c  no objective function found
0.53/0.33	c ... done. Wall clock time 0.115s.
0.53/0.33	c declared #vars     490
0.53/0.33	c #constraints  1085
0.53/0.33	c constraints type 
0.53/0.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 255
0.53/0.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.53/0.33	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 345
0.53/0.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 482
0.53/0.33	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.53/0.33	c 1085 constraints processed.
25.07/20.56	c cleaning 2480 clauses out of 5000 with flag 0/5000
48.85/43.64	c cleaning 4236 clauses out of 8520 with flag 0/11000
78.69/72.48	c cleaning 4205 clauses out of 11287 with flag 0/18003
122.66/114.84	c cleaning 4743 clauses out of 15079 with flag 0/26000
169.44/160.23	c cleaning 5405 clauses out of 19337 with flag 0/35001
215.49/204.74	c cleaning 5891 clauses out of 23931 with flag 0/45000
281.57/268.85	c cleaning 6208 clauses out of 29040 with flag 0/56000
350.85/336.33	c cleaning 6547 clauses out of 34832 with flag 0/68000
439.98/423.29	c cleaning 7656 clauses out of 41287 with flag 0/81002
535.03/514.38	c cleaning 7792 clauses out of 47629 with flag 0/95000
643.07/619.44	c cleaning 8190 clauses out of 54837 with flag 0/110000
787.46/761.03	c cleaning 9317 clauses out of 62648 with flag 0/126001
948.44/918.90	c cleaning 9602 clauses out of 70330 with flag 0/143000
1097.32/1065.10	c cleaning 9957 clauses out of 78728 with flag 0/161000
1287.83/1251.49	c cleaning 10647 clauses out of 87771 with flag 0/180000
1521.39/1481.64	c cleaning 11240 clauses out of 97127 with flag 0/200003
1783.56/1739.91	c cleaning 11492 clauses out of 106885 with flag 0/221001
2070.96/2023.18	c cleaning 11825 clauses out of 117392 with flag 0/243000
2422.60/2365.50	c cleaning 12857 clauses out of 128567 with flag 0/266000
2754.33/2691.03	c cleaning 12994 clauses out of 139711 with flag 0/290001
3139.68/3067.16	c cleaning 13675 clauses out of 151717 with flag 0/315001
3463.99/3380.21	c cleaning 13287 clauses out of 164043 with flag 0/341002
3600.09/3510.52	c timeout
3600.09/3510.54	c starts		: 136
3600.09/3510.56	c conflicts		: 356477
3600.09/3510.56	c decisions		: 390487
3600.09/3510.56	c propagations		: 14697831
3600.09/3510.56	c inspects		: 3553473446
3600.09/3510.56	c shortcuts		: 0
3600.09/3510.56	c learnt literals	: 0
3600.09/3510.56	c learnt binary clauses	: 0
3600.09/3510.56	c learnt ternary clauses	: 3
3600.09/3510.56	c learnt constraints	: 356477
3600.09/3510.56	c ignored constraints	: 0
3600.09/3510.56	c root simplifications	: 0
3600.09/3510.56	c removed literals (reason simplification)	: 0
3600.09/3510.56	c reason swapping (by a shorter reason)	: 0
3600.09/3510.56	c Calls to reduceDB	: 22
3600.09/3510.56	c Number of update (reduction) of LBD	: 0
3600.09/3510.56	c Imported unit clauses	: 0
3600.09/3510.56	c No decision after first conflict	: false
3600.09/3510.56	c number of reductions to clauses (during analyze)	: 0
3600.09/3510.56	c number of learned constraints concerned by reduction	: 0
3600.09/3510.56	c number of learning phase by resolution	: 0
3600.09/3510.56	c number of learning phase by cutting planes	: 0
3600.09/3510.56	c number of rounding to 1 operations	: 7007172
3600.09/3510.57	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3510.57	c number of reductions of the coefficients by power 2 	: 0
3600.09/3510.57	c number of right shift for reduction by power 2 	: 0
3600.09/3510.57	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3510.57	c number of ending skipping 	: 0
3600.09/3510.57	c number of internal skipping 	: 0
3600.09/3510.57	c number of derivation steps 	: 9452738
3600.09/3510.57	c number of skipped derivation steps 	: 0
3600.09/3510.57	c number of remaining unassigned 	: 392581
3600.09/3510.57	c number of remaining assigned 	: 265458046
3600.09/3510.57	c number of falsified literals weakened from reason	: 0
3600.09/3510.57	c number of falsified literals weakened from conflict	: 0
3600.09/3510.57	c time for arithmetic operations	: 61272687277
3600.09/3510.58	c minimum degree of deleted constraints	: 4
3600.09/3510.58	c maximum degree of deleted constraints	: 28130084
3600.09/3510.58	c number of deleted constraints	: 190246
3600.09/3510.58	c speed (assignments/second)	: 4187.134711170417
3600.09/3510.58	c non guided choices	: 27
3600.28/3510.62	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 103379
3600.28/3510.62	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 2
3600.28/3510.62	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 62850
3600.28/3510.62	s UNKNOWN
3600.28/3510.62	c Total wall clock time (in seconds): 3510.414

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=959582, runsolver pid=959579

[startup+0.102664 s]*
/proc/loadavg: 4.38 4.36 4.44 6/317 959600
/proc/meminfo: memFree=109166368/131655788 swapFree=131071996/131071996
[pid=959582] ppid=959579 vsize=18975048 memory=58976 CPUtime=0.13 cores=5,7
/proc/959582/stat : 959582 (java) S 959579 959582 953879 0 -1 1077936128 7152 0 0 0 10 3 0 0 20 0 18 0 183384769 19430449152 14744 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
/proc/959582/statm: 4743762 14744 5708 1 0 551059 0
[pid=959582/tid=959584] ppid=959579 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/959582/task/959584/stat : 959584 (java) R 959579 959582 953879 0 -1 4194368 6057 0 0 0 6 2 0 0 20 0 18 0 183384769 19430449152 14744 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
[pid=959582/tid=959593] ppid=959579 vsize=18975048 memory=237146210664 CPUtime=0 cores=5,7
/proc/959582/task/959593/stat : 959593 (Finalizer) S 959579 959582 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183384774 19430449152 14744 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
[pid=959582/tid=959600] ppid=959579 vsize=18975048 memory=4050198648221597728 CPUtime=0 cores=5,7
/proc/959582/task/959600/stat : 959600 (Common-Cleaner) S 959579 959582 953879 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 183384775 19430449152 14744 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 58976 KiB

[startup+0.213619 s]*
/proc/loadavg: 4.38 4.36 4.44 9/317 959600
/proc/meminfo: memFree=109156920/131655788 swapFree=131071996/131071996
[pid=959582] ppid=959579 vsize=18975048 memory=68316 CPUtime=0.34 cores=5,7
/proc/959582/stat : 959582 (java) S 959579 959582 953879 0 -1 1077936128 7960 0 0 0 30 4 0 0 20 0 18 0 183384769 19430449152 17079 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
/proc/959582/statm: 4743762 17079 5750 1 0 551739 0
[pid=959582/tid=959584] ppid=959579 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=5,7
/proc/959582/task/959584/stat : 959584 (java) R 959579 959582 953879 0 -1 4194368 6506 0 0 0 16 3 0 0 20 0 18 0 183384769 19430449152 17079 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
[pid=959582/tid=959593] ppid=959579 vsize=18975048 memory=19020 CPUtime=0 cores=5,7
/proc/959582/task/959593/stat : 959593 (Finalizer) S 959579 959582 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183384774 19430449152 17079 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
[pid=959582/tid=959600] ppid=959579 vsize=18975048 memory=15544037289509020 CPUtime=0 cores=5,7
/proc/959582/task/959600/stat : 959600 (Common-Cleaner) S 959579 959582 953879 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 183384775 19430449152 17079 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 68316 KiB

[startup+0.32324 s]*
/proc/loadavg: 4.38 4.36 4.44 7/317 959600
/proc/meminfo: memFree=109147832/131655788 swapFree=131071996/131071996
[pid=959582] ppid=959579 vsize=18975048 memory=77060 CPUtime=0.53 cores=5,7
/proc/959582/stat : 959582 (java) S 959579 959582 953879 0 -1 1077936128 8082 0 0 0 49 4 0 0 20 0 18 0 183384769 19430449152 19265 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
/proc/959582/statm: 4743762 19265 5750 1 0 551795 0
[pid=959582/tid=959584] ppid=959579 vsize=18975048 memory=-8527114422115934908 CPUtime=0.29 cores=5,7
/proc/959582/task/959584/stat : 959584 (java) R 959579 959582 953879 0 -1 4194368 6566 0 0 0 26 3 0 0 20 0 18 0 183384769 19430449152 19265 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
[pid=959582/tid=959593] ppid=959579 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/959582/task/959593/stat : 959593 (Finalizer) S 959579 959582 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183384774 19430449152 19265 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
[pid=959582/tid=959600] ppid=959579 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/959582/task/959600/stat : 959600 (Common-Cleaner) S 959579 959582 953879 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 183384775 19430449152 19265 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 77060 KiB

[startup+0.702773 s]
/proc/loadavg: 4.38 4.36 4.44 7/318 959601
/proc/meminfo: memFree=109097504/131655788 swapFree=131071996/131071996
[pid=959582] ppid=959579 vsize=19108176 memory=161804 CPUtime=1.22 cores=5,7
/proc/959582/stat : 959582 (java) S 959579 959582 953879 0 -1 1077936128 9023 0 0 0 115 7 0 0 20 0 20 0 183384769 19566772224 40451 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
/proc/959582/statm: 4777044 40451 5804 1 0 552729 0
[pid=959582/tid=959584] ppid=959579 vsize=19108176 memory=5468 CPUtime=0.63 cores=5,7
/proc/959582/task/959584/stat : 959584 (java) R 959579 959582 953879 0 -1 4194368 6657 0 0 0 58 5 0 0 20 0 20 0 183384769 19566772224 40451 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
[pid=959582/tid=959593] ppid=959579 vsize=19108176 memory=12020 CPUtime=0 cores=5,7
/proc/959582/task/959593/stat : 959593 (Finalizer) S 959579 959582 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183384774 19566772224 40451 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
[pid=959582/tid=959600] ppid=959579 vsize=19108176 memory=164 CPUtime=0 cores=5,7
/proc/959582/task/959600/stat : 959600 (Common-Cleaner) S 959579 959582 953879 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183384775 19566772224 40451 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
[pid=959582/tid=959601] ppid=959579 vsize=19108176 memory=117636 CPUtime=0 cores=5,7
/proc/959582/task/959601/stat : 959601 (Timer-0) S 959579 959582 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183384802 19566772224 40451 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 161804 KiB

[startup+1.50124 s]
/proc/loadavg: 4.38 4.36 4.44 7/319 959602
/proc/meminfo: memFree=109036080/131655788 swapFree=131071996/131071996
[pid=959582] ppid=959579 vsize=19108176 memory=405756 CPUtime=2.79 cores=5,7
/proc/959582/stat : 959582 (java) S 959579 959582 953879 0 -1 1077936128 20401 0 0 0 266 13 0 0 20 0 20 0 183384769 19566772224 101439 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
/proc/959582/statm: 4777044 101439 5804 1 0 558929 0
[pid=959582/tid=959584] ppid=959579 vsize=19108176 memory=12020 CPUtime=1.39 cores=5,7
/proc/959582/task/959584/stat : 959584 (java) R 959579 959582 953879 0 -1 4194368 6774 0 0 0 131 8 0 0 20 0 20 0 183384769 19566772224 101439 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
[pid=959582/tid=959593] ppid=959579 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/959582/task/959593/stat : 959593 (Finalizer) S 959579 959582 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183384774 19566772224 101439 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
[pid=959582/tid=959600] ppid=959579 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/959582/task/959600/stat : 959600 (Common-Cleaner) S 959579 959582 953879 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183384775 19566772224 101439 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
[pid=959582/tid=959601] ppid=959579 vsize=19108176 memory=279389770261776 CPUtime=0 cores=5,7
/proc/959582/task/959601/stat : 959601 (Timer-0) S 959579 959582 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183384802 19566772224 101439 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
Current children cumulated CPU time: 2.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 405756 KiB

[startup+3.10624 s]
/proc/loadavg: 4.38 4.36 4.44 6/319 959602
/proc/meminfo: memFree=108480224/131655788 swapFree=131071996/131071996
[pid=959582] ppid=959579 vsize=19108176 memory=747268 CPUtime=5.97 cores=5,7
/proc/959582/stat : 959582 (java) S 959579 959582 953879 0 -1 1077936128 23181 0 0 0 577 20 0 0 20 0 20 0 183384769 19566772224 186817 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
/proc/959582/statm: 4777044 186817 5804 1 0 560145 0
[pid=959582/tid=959584] ppid=959579 vsize=19108176 memory=0 CPUtime=2.93 cores=5,7
/proc/959582/task/959584/stat : 959584 (java) R 959579 959582 953879 0 -1 4194368 7033 0 0 0 279 14 0 0 20 0 20 0 183384769 19566772224 186817 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
[pid=959582/tid=959593] ppid=959579 vsize=19108176 memory=12020 CPUtime=0 cores=5,7
/proc/959582/task/959593/stat : 959593 (Finalizer) S 959579 959582 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183384774 19566772224 186817 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
[pid=959582/tid=959600] ppid=959579 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/959582/task/959600/stat : 959600 (Common-Cleaner) S 959579 959582 953879 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183384775 19566772224 186817 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
[pid=959582/tid=959601] ppid=959579 vsize=19108176 memory=11516 CPUtime=0 cores=5,7
/proc/959582/task/959601/stat : 959601 (Timer-0) S 959579 959582 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183384802 19566772224 186817 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
Current children cumulated CPU time: 5.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 747268 KiB

[startup+6.30046 s]
/proc/loadavg: 4.51 4.39 4.45 5/319 959602
/proc/meminfo: memFree=107505752/131655788 swapFree=131071996/131071996
[pid=959582] ppid=959579 vsize=19108176 memory=1713648 CPUtime=10.41 cores=5,7
/proc/959582/stat : 959582 (java) S 959579 959582 953879 0 -1 1077936128 32548 0 0 0 1002 39 0 0 20 0 20 0 183384769 19566772224 428412 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
/proc/959582/statm: 4777044 428412 5836 1 0 666671 0
[pid=959582/tid=959584] ppid=959579 vsize=19108176 memory=12020 CPUtime=5.99 cores=5,7
/proc/959582/task/959584/stat : 959584 (java) R 959579 959582 953879 0 -1 4194368 8530 0 0 0 566 33 0 0 20 0 20 0 183384769 19566772224 428412 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
[pid=959582/tid=959593] ppid=959579 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/959582/task/959593/stat : 959593 (Finalizer) S 959579 959582 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183384774 19566772224 428412 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
[pid=959582/tid=959600] ppid=959579 vsize=19108176 memory=409188 CPUtime=0 cores=5,7
/proc/959582/task/959600/stat : 959600 (Common-Cleaner) S 959579 959582 953879 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183384775 19566772224 428412 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
[pid=959582/tid=959601] ppid=959579 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/959582/task/959601/stat : 959601 (Timer-0) S 959579 959582 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183384802 19566772224 428412 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
Current children cumulated CPU time: 10.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1713648 KiB

[startup+12.7004 s]
/proc/loadavg: 4.55 4.40 4.46 6/319 959604
/proc/meminfo: memFree=107505004/131655788 swapFree=131071996/131071996
[pid=959582] ppid=959579 vsize=19108176 memory=2101916 CPUtime=16.93 cores=5,7
/proc/959582/stat : 959582 (java) S 959579 959582 953879 0 -1 1077936128 34045 0 0 0 1645 48 0 0 20 0 20 0 183384769 19566772224 525479 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
/proc/959582/statm: 4777044 525479 5836 1 0 990444 0
[pid=959582/tid=959584] ppid=959579 vsize=19108176 memory=0 CPUtime=11.96 cores=5,7
/proc/959582/task/959584/stat : 959584 (java) R 959579 959582 953879 0 -1 4194368 9121 0 0 0 1156 40 0 0 20 0 20 0 183384769 19566772224 525479 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
[pid=959582/tid=959593] ppid=959579 vsize=19108176 memory=-8527114422115934908 CPUtime=0 cores=5,7
/proc/959582/task/959593/stat : 959593 (Finalizer) S 959579 959582 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183384774 19566772224 525479 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
[pid=959582/tid=959600] ppid=959579 vsize=19108176 memory=2268 CPUtime=0 cores=5,7
/proc/959582/task/959600/stat : 959600 (Common-Cleaner) S 959579 959582 953879 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183384775 19566772224 525479 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
[pid=959582/tid=959601] ppid=959579 vsize=19108176 memory=11516 CPUtime=0 cores=5,7
/proc/959582/task/959601/stat : 959601 (Timer-0) S 959579 959582 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183384802 19566772224 525479 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
Current children cumulated CPU time: 16.93 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2101916 KiB

[startup+25.5005 s]
/proc/loadavg: 4.65 4.43 4.46 5/319 959605
/proc/meminfo: memFree=106019924/131655788 swapFree=131071996/131071996
[pid=959582] ppid=959579 vsize=19108176 memory=2991084 CPUtime=30.35 cores=5,7
/proc/959582/stat : 959582 (java) S 959579 959582 953879 0 -1 1077936128 39474 0 0 0 2967 68 0 0 20 0 20 0 183384769 19566772224 747771 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
/proc/959582/statm: 4777044 747771 5836 1 0 990489 0
[pid=959582/tid=959584] ppid=959579 vsize=19108176 memory=11516 CPUtime=24.33 cores=5,7
/proc/959582/task/959584/stat : 959584 (java) R 959579 959582 953879 0 -1 4194368 12744 0 0 0 2376 57 0 0 20 0 20 0 183384769 19566772224 747771 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
[pid=959582/tid=959593] ppid=959579 vsize=19108176 memory=11516 CPUtime=0 cores=5,7
/proc/959582/task/959593/stat : 959593 (Finalizer) S 959579 959582 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183384774 19566772224 747771 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
[pid=959582/tid=959600] ppid=959579 vsize=19108176 memory=1713648 CPUtime=0 cores=5,7
/proc/959582/task/959600/stat : 959600 (Common-Cleaner) S 959579 959582 953879 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 183384775 19566772224 747771 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
[pid=959582/tid=959601] ppid=959579 vsize=19108176 memory=279389770208560 CPUtime=0 cores=5,7
/proc/959582/task/959601/stat : 959601 (Timer-0) S 959579 959582 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183384802 19566772224 747771 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
Current children cumulated CPU time: 30.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2991084 KiB

[startup+51.1133 s]
/proc/loadavg: 4.76 4.48 4.48 5/319 959610
/proc/meminfo: memFree=105033852/131655788 swapFree=131071996/131071996
[pid=959582] ppid=959579 vsize=19108176 memory=3892732 CPUtime=57.11 cores=5,7
/proc/959582/stat : 959582 (java) S 959579 959582 953879 0 -1 1077936128 49397 0 0 0 5621 90 0 0 20 0 20 0 183384769 19566772224 973183 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
/proc/959582/statm: 4777044 973183 5836 1 0 1216095 0
[pid=959582/tid=959584] ppid=959579 vsize=19108176 memory=3888508 CPUtime=49.2 cores=5,7
/proc/959582/task/959584/stat : 959584 (java) R 959579 959582 953879 0 -1 4194368 15102 0 0 0 4845 75 0 0 20 0 20 0 183384769 19566772224 973183 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
[pid=959582/tid=959593] ppid=959579 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/959582/task/959593/stat : 959593 (Finalizer) S 959579 959582 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183384774 19566772224 973183 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0

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

[startup+3162.3 s]
/proc/loadavg: 2.20 3.50 4.02 2/240 961455
/proc/meminfo: memFree=118452136/131655788 swapFree=131071996/131071996
[pid=959582] ppid=959579 vsize=19108176 memory=5277204 CPUtime=3237.55 cores=5,7
/proc/959582/stat : 959582 (java) S 959579 959582 953879 0 -1 1077936128 416950 0 0 0 323362 393 0 0 20 0 20 0 183384769 19566772224 1319301 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
/proc/959582/statm: 4777044 1319301 5858 1 0 1332460 0
[pid=959582/tid=959584] ppid=959579 vsize=19108176 memory=5277168 CPUtime=3079.34 cores=5,7
/proc/959582/task/959584/stat : 959584 (java) R 959579 959582 953879 0 -1 4194368 200563 0 0 0 307810 124 0 0 20 0 20 0 183384769 19566772224 1319301 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 44 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
[pid=959582/tid=959593] ppid=959579 vsize=19108176 memory=5468 CPUtime=0 cores=5,7
/proc/959582/task/959593/stat : 959593 (Finalizer) S 959579 959582 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183384774 19566772224 1319301 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
[pid=959582/tid=959600] ppid=959579 vsize=19108176 memory=-8527114422115934908 CPUtime=0 cores=5,7
/proc/959582/task/959600/stat : 959600 (Common-Cleaner) S 959579 959582 953879 0 -1 1077936192 3064 0 0 0 0 0 0 0 20 0 20 0 183384775 19566772224 1319301 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
[pid=959582/tid=959601] ppid=959579 vsize=19108176 memory=5277204 CPUtime=0 cores=5,7
/proc/959582/task/959601/stat : 959601 (Timer-0) S 959579 959582 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183384802 19566772224 1319301 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
Current children cumulated CPU time: 3237.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5277204 KiB

[startup+3222.3 s]
/proc/loadavg: 1.53 3.07 3.84 2/242 961469
/proc/meminfo: memFree=118451624/131655788 swapFree=131071996/131071996
[pid=959582] ppid=959579 vsize=19108176 memory=5277548 CPUtime=3301.33 cores=5,7
/proc/959582/stat : 959582 (java) S 959579 959582 953879 0 -1 1077936128 436455 0 0 0 329730 403 0 0 20 0 20 0 183384769 19566772224 1319387 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
/proc/959582/statm: 4777044 1319387 5858 1 0 1332535 0
[pid=959582/tid=959584] ppid=959579 vsize=19108176 memory=12020 CPUtime=3137.97 cores=5,7
/proc/959582/task/959584/stat : 959584 (java) R 959579 959582 953879 0 -1 4194368 209136 0 0 0 313673 124 0 0 20 0 20 0 183384769 19566772224 1319387 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 46 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
[pid=959582/tid=959593] ppid=959579 vsize=19108176 memory=5277548 CPUtime=0 cores=5,7
/proc/959582/task/959593/stat : 959593 (Finalizer) S 959579 959582 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183384774 19566772224 1319387 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
[pid=959582/tid=959600] ppid=959579 vsize=19108176 memory=5277548 CPUtime=0 cores=5,7
/proc/959582/task/959600/stat : 959600 (Common-Cleaner) S 959579 959582 953879 0 -1 1077936192 3157 0 0 0 0 0 0 0 20 0 20 0 183384775 19566772224 1319387 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
[pid=959582/tid=959601] ppid=959579 vsize=19108176 memory=5277548 CPUtime=0 cores=5,7
/proc/959582/task/959601/stat : 959601 (Timer-0) S 959579 959582 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183384802 19566772224 1319387 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
Current children cumulated CPU time: 3301.33 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5277548 KiB

[startup+3282.3 s]
/proc/loadavg: 1.24 2.71 3.66 2/242 961480
/proc/meminfo: memFree=118451528/131655788 swapFree=131071996/131071996
[pid=959582] ppid=959579 vsize=19108176 memory=5277560 CPUtime=3361.98 cores=5,7
/proc/959582/stat : 959582 (java) S 959579 959582 953879 0 -1 1077936128 442940 0 0 0 335789 409 0 0 20 0 20 0 183384769 19566772224 1319390 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
/proc/959582/statm: 4777044 1319390 5858 1 0 1332535 0
[pid=959582/tid=959584] ppid=959579 vsize=19108176 memory=5277560 CPUtime=3196.98 cores=5,7
/proc/959582/task/959584/stat : 959584 (java) R 959579 959582 953879 0 -1 4194368 213269 0 0 0 319573 125 0 0 20 0 20 0 183384769 19566772224 1319390 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 51 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
[pid=959582/tid=959593] ppid=959579 vsize=19108176 memory=5277548 CPUtime=0 cores=5,7
/proc/959582/task/959593/stat : 959593 (Finalizer) S 959579 959582 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183384774 19566772224 1319390 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
[pid=959582/tid=959600] ppid=959579 vsize=19108176 memory=11516 CPUtime=0 cores=5,7
/proc/959582/task/959600/stat : 959600 (Common-Cleaner) S 959579 959582 953879 0 -1 1077936192 3249 0 0 0 0 0 0 0 20 0 20 0 183384775 19566772224 1319390 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
[pid=959582/tid=959601] ppid=959579 vsize=19108176 memory=5468 CPUtime=0 cores=5,7
/proc/959582/task/959601/stat : 959601 (Timer-0) S 959579 959582 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183384802 19566772224 1319390 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
Current children cumulated CPU time: 3361.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5277560 KiB

[startup+3342.3 s]
/proc/loadavg: 1.15 2.41 3.50 2/242 961490
/proc/meminfo: memFree=118451460/131655788 swapFree=131071996/131071996
[pid=959582] ppid=959579 vsize=19108176 memory=5277560 CPUtime=3422.71 cores=5,7
/proc/959582/stat : 959582 (java) S 959579 959582 953879 0 -1 1077936128 449160 0 0 0 341856 415 0 0 20 0 20 0 183384769 19566772224 1319390 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
/proc/959582/statm: 4777044 1319390 5858 1 0 1332535 0
[pid=959582/tid=959584] ppid=959579 vsize=19108176 memory=5277560 CPUtime=3256.03 cores=5,7
/proc/959582/task/959584/stat : 959584 (java) R 959579 959582 953879 0 -1 4194368 217232 0 0 0 325477 126 0 0 20 0 20 0 183384769 19566772224 1319390 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 51 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
[pid=959582/tid=959593] ppid=959579 vsize=19108176 memory=5277560 CPUtime=0 cores=5,7
/proc/959582/task/959593/stat : 959593 (Finalizer) S 959579 959582 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183384774 19566772224 1319390 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
[pid=959582/tid=959600] ppid=959579 vsize=19108176 memory=5277560 CPUtime=0 cores=5,7
/proc/959582/task/959600/stat : 959600 (Common-Cleaner) S 959579 959582 953879 0 -1 1077936192 3249 0 0 0 0 0 0 0 20 0 20 0 183384775 19566772224 1319390 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
[pid=959582/tid=959601] ppid=959579 vsize=19108176 memory=5468 CPUtime=0 cores=5,7
/proc/959582/task/959601/stat : 959601 (Timer-0) S 959579 959582 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183384802 19566772224 1319390 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
Current children cumulated CPU time: 3422.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5277560 KiB

[startup+3402.3 s]
/proc/loadavg: 1.10 2.16 3.34 2/241 961501
/proc/meminfo: memFree=118451300/131655788 swapFree=131071996/131071996
[pid=959582] ppid=959579 vsize=19108176 memory=5277564 CPUtime=3486.53 cores=5,7
/proc/959582/stat : 959582 (java) S 959579 959582 953879 0 -1 1077936128 463790 0 0 0 348229 424 0 0 20 0 20 0 183384769 19566772224 1319391 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
/proc/959582/statm: 4777044 1319391 5858 1 0 1332540 0
[pid=959582/tid=959584] ppid=959579 vsize=19108176 memory=31952 CPUtime=3314.93 cores=5,7
/proc/959582/task/959584/stat : 959584 (java) R 959579 959582 953879 0 -1 4194368 221557 0 0 0 331367 126 0 0 20 0 20 0 183384769 19566772224 1319391 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 51 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
[pid=959582/tid=959593] ppid=959579 vsize=19108176 memory=5277564 CPUtime=0 cores=5,7
/proc/959582/task/959593/stat : 959593 (Finalizer) S 959579 959582 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183384774 19566772224 1319391 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
[pid=959582/tid=959600] ppid=959579 vsize=19108176 memory=5277564 CPUtime=0 cores=5,7
/proc/959582/task/959600/stat : 959600 (Common-Cleaner) S 959579 959582 953879 0 -1 1077936192 3269 0 0 0 0 0 0 0 20 0 20 0 183384775 19566772224 1319391 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
[pid=959582/tid=959601] ppid=959579 vsize=19108176 memory=5277564 CPUtime=0 cores=5,7
/proc/959582/task/959601/stat : 959601 (Timer-0) S 959579 959582 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183384802 19566772224 1319391 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
Current children cumulated CPU time: 3486.53 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5277564 KiB

[startup+3462.3 s]
/proc/loadavg: 1.15 1.98 3.20 2/242 961512
/proc/meminfo: memFree=118450520/131655788 swapFree=131071996/131071996
[pid=959582] ppid=959579 vsize=19108176 memory=5277904 CPUtime=3550.72 cores=5,7
/proc/959582/stat : 959582 (java) S 959579 959582 953879 0 -1 1077936128 482524 0 0 0 354639 433 0 0 20 0 20 0 183384769 19566772224 1319476 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
/proc/959582/statm: 4777044 1319476 5858 1 0 1332612 0
[pid=959582/tid=959584] ppid=959579 vsize=19108176 memory=5277864 CPUtime=3373.24 cores=5,7
/proc/959582/task/959584/stat : 959584 (java) R 959579 959582 953879 0 -1 4194368 226761 0 0 0 337197 127 0 0 20 0 20 0 183384769 19566772224 1319476 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 55 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
[pid=959582/tid=959593] ppid=959579 vsize=19108176 memory=-8527114422115934908 CPUtime=0 cores=5,7
/proc/959582/task/959593/stat : 959593 (Finalizer) S 959579 959582 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183384774 19566772224 1319476 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
[pid=959582/tid=959600] ppid=959579 vsize=19108176 memory=-8527114422115934908 CPUtime=0 cores=5,7
/proc/959582/task/959600/stat : 959600 (Common-Cleaner) S 959579 959582 953879 0 -1 1077936192 3308 0 0 0 0 0 0 0 20 0 20 0 183384775 19566772224 1319476 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
[pid=959582/tid=959601] ppid=959579 vsize=19108176 memory=5277904 CPUtime=0 cores=5,7
/proc/959582/task/959601/stat : 959601 (Timer-0) S 959579 959582 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183384802 19566772224 1319476 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
Current children cumulated CPU time: 3550.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5277904 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3510.5 s]
/proc/loadavg: 1.06 1.83 3.09 2/240 961521
/proc/meminfo: memFree=118450188/131655788 swapFree=131071996/131071996
[pid=959582] ppid=959579 vsize=19108176 memory=5277928 CPUtime=3600.09 cores=5,7
/proc/959582/stat : 959582 (java) S 959579 959582 953879 0 -1 1077936128 488834 0 0 0 359572 437 0 0 20 0 20 0 183384769 19566772224 1319482 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
/proc/959582/statm: 4777044 1319482 5858 1 0 1332612 0
[pid=959582/tid=959584] ppid=959579 vsize=19108176 memory=5277928 CPUtime=3420.3 cores=5,7
/proc/959582/task/959584/stat : 959584 (java) R 959579 959582 953879 0 -1 4194368 230258 0 0 0 341902 128 0 0 20 0 20 0 183384769 19566772224 1319482 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 55 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
[pid=959582/tid=959593] ppid=959579 vsize=19108176 memory=5277928 CPUtime=0 cores=5,7
/proc/959582/task/959593/stat : 959593 (Finalizer) S 959579 959582 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183384774 19566772224 1319482 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
[pid=959582/tid=959600] ppid=959579 vsize=19108176 memory=100 CPUtime=0 cores=5,7
/proc/959582/task/959600/stat : 959600 (Common-Cleaner) S 959579 959582 953879 0 -1 1077936192 3400 0 0 0 0 0 0 0 20 0 20 0 183384775 19566772224 1319482 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
[pid=959582/tid=959601] ppid=959579 vsize=19108176 memory=11516 CPUtime=0 cores=5,7
/proc/959582/task/959601/stat : 959601 (Timer-0) S 959579 959582 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183384802 19566772224 1319482 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5277928 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.95 s, system=4.4089 s

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

[startup+3510.6 s]
/proc/loadavg: 1.06 1.83 3.09 2/240 961521
/proc/meminfo: memFree=118450188/131655788 swapFree=131071996/131071996
[pid=959582] ppid=959579 vsize=19307868 memory=5278708 CPUtime=3600.28 cores=5,7
/proc/959582/stat : 959582 (java) S 959579 959582 953879 0 -1 1077936128 492950 0 0 0 359590 438 0 0 20 0 21 0 183384769 19771256832 1319677 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
/proc/959582/statm: 4826967 1319677 5873 1 0 1333532 0
[pid=959582/tid=959584] ppid=959579 vsize=19307868 memory=44160 CPUtime=3420.33 cores=5,7
/proc/959582/task/959584/stat : 959584 (java) S 959579 959582 953879 0 -1 1077936192 230428 0 0 0 341905 128 0 0 20 0 21 0 183384769 19771256832 1319677 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 55 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
[pid=959582/tid=959593] ppid=959579 vsize=19307868 memory=16224 CPUtime=0 cores=5,7
/proc/959582/task/959593/stat : 959593 (Finalizer) S 959579 959582 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 183384774 19771256832 1319677 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
[pid=959582/tid=959600] ppid=959579 vsize=19307868 memory=2268 CPUtime=0 cores=5,7
/proc/959582/task/959600/stat : 959600 (Common-Cleaner) S 959579 959582 953879 0 -1 1077936192 3400 0 0 0 0 0 0 0 20 0 21 0 183384775 19771256832 1319677 134679101440 93946833584128 93946833587824 140727176062352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93946833595640 93946833596432 93946862247936 140727176066031 140727176066144 140727176066144 140727176073160 0
Current children cumulated CPU time: 3600.28 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 5278708 KiB

Child status: 143

Real time (s): 3510.66
CPU time (s): 3600.36
CPU user time (s): 3595.95
CPU system time (s): 4.4089
CPU usage (%): 102.555
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 5278708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.95
system time used= 4.4089
maximum resident set size= 5279556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 493366
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= 135494
involuntary context switches= 8413


# summary of solver processes directly reported to runsolver:
#   pid: 959582
#   total CPU time (s): 3600.36
#   total CPU user time (s): 3595.95
#   total CPU system time (s): 4.4089

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.6613 second user time and 35.6043 second system time

The end

Launcher Data

Begin job on nodeC006 at 2024-07-18 16:17:53
IDJOB=4443275
IDBENCH=147869
IDSOLVER=3046
FILE ID=nodeC006/4443275-1721312261
RUNJOBID= nodeC006-1721304926-953892
SLURM_JOB_ID= 7542629
Free space on /tmp= 723768 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/prestwich/armies/normalized-army13.24bt.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4443275-1721312261/watcher-4443275-1721312261 -o /tmp/evaluation-result-4443275-1721312261/solver-4443275-1721312261 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1721304926-953892 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4443275-1721312261.opb

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

MD5SUM BENCH= b1cc89baa8bd080d13ae67cc087920d3
RANDOM SEED=1934258089

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		: 3666.272
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		: 3633.410
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.446
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.294
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		: 3652.635
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		: 3491.982
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.26
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.391
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.253
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:        109204160 kB
MemAvailable:   115326504 kB
Buffers:          493308 kB
Cached:          6391388 kB
SwapCached:            0 kB
Active:           943568 kB
Inactive:       20758716 kB
Active(anon):       1484 kB
Inactive(anon): 14853840 kB
Active(file):     942084 kB
Inactive(file):  5904876 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1316 kB
Writeback:             0 kB
AnonPages:      14817584 kB
Mapped:           126164 kB
Shmem:             37704 kB
KReclaimable:     230828 kB
Slab:             349104 kB
SReclaimable:     230828 kB
SUnreclaim:       118276 kB
KernelStack:        4796 kB
PageTables:        38972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   15827592 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            58272 kB
HardwareCorrupted:     0 kB
AnonHugePages:  14626816 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= 723776 MiB
End job on nodeC006 at 2024-07-18 17:16:23