Trace number 4443305

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.4 3513.18

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/prestwich/armies/normalized-army13.24ls.opb
MD5SUM1f94bd3a314413948630d2f259d38fd6
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.01341
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 constraints737
Number of constraints which are clauses397
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints338
Minimum length of a constraint2
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 24
Number of bits of the biggest number in a constraint 5
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.14/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.14/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.14/0.15	c See www.sat4j.org for details.
0.14/0.16	c version CUSTOM.v20240707
0.14/0.18	c java.runtime.name	OpenJDK Runtime Environment
0.14/0.18	c java.vm.name		OpenJDK 64-Bit Server VM
0.14/0.18	c java.vm.version	22.0.1+8-16
0.14/0.18	c java.vm.vendor	Oracle Corporation
0.14/0.18	c sun.arch.data.model	64
0.14/0.18	c java.version		22.0.1
0.14/0.18	c os.name		Linux
0.14/0.18	c os.version		4.18.0-301.1.el8.x86_64
0.14/0.18	c os.arch		amd64
0.14/0.20	c Free memory 		2115194816
0.14/0.20	c Max memory 		16282288128
0.14/0.20	c Total memory 		2122317824
0.14/0.20	c Number of processors 	2
0.51/0.37	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.51/0.37	 - never skip resolution steps
0.51/0.37	 - Auto-division on coefficients is disabled
0.51/0.37	 - No postprocessing
0.51/0.37	 - Conflict is considered as is when resolving
0.51/0.37	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.51/0.37	 - Weaken first using unassigned literals
0.51/0.37	 - Bump strategy: ALWAYS_ONE
0.51/0.37	 - Bumper: ASSIGNED
0.51/0.37	--- Begin Solver configuration ---
0.51/0.37	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.51/0.37	Learn all clauses as in MiniSAT
0.51/0.37	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.51/0.37	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.51/0.37	No reason simplification
0.51/0.37	Armin Biere (Picosat) restarts strategy
0.51/0.37	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.51/0.37	timeout=2147483s
0.51/0.37	DB Simplification allowed=false
0.51/0.37	Listener: none
0.51/0.37	--- End Solver configuration ---
0.51/0.38	c Pseudo Boolean Optimization by upper bound
0.51/0.38	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.51/0.38	c  - never skip resolution steps
0.51/0.38	c  - Auto-division on coefficients is disabled
0.51/0.38	c  - No postprocessing
0.51/0.38	c  - Conflict is considered as is when resolving
0.51/0.38	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.51/0.38	c  - Weaken first using unassigned literals
0.51/0.38	c  - Bump strategy: ALWAYS_ONE
0.51/0.38	c  - Bumper: ASSIGNED
0.51/0.38	c --- Begin Solver configuration ---
0.51/0.38	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.51/0.38	c Learn all clauses as in MiniSAT
0.51/0.38	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.51/0.38	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.51/0.38	c No reason simplification
0.51/0.38	c Armin Biere (Picosat) restarts strategy
0.51/0.38	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.51/0.38	c timeout=2147483s
0.51/0.38	c DB Simplification allowed=false
0.51/0.38	c Listener: none
0.51/0.38	c --- End Solver configuration ---
0.51/0.38	c solving HOME/instance-4443305-1721316594.opb
0.51/0.38	c reading problem ... 
0.51/0.38	c  no objective function found
0.70/0.54	c ... done. Wall clock time 0.158s.
0.70/0.54	c declared #vars     490
0.70/0.54	c #constraints  737
0.70/0.54	c constraints type 
0.70/0.54	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 253
0.70/0.54	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.70/0.54	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 338
0.70/0.54	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 144
0.70/0.54	c 737 constraints processed.
26.15/22.64	c cleaning 2478 clauses out of 5000 with flag 0/5000
53.59/48.61	c cleaning 4229 clauses out of 8522 with flag 0/11000
92.27/85.99	c cleaning 4595 clauses out of 11293 with flag 0/18000
137.18/128.91	c cleaning 4920 clauses out of 14699 with flag 0/26001
188.28/177.96	c cleaning 5277 clauses out of 18779 with flag 0/35001
250.03/237.97	c cleaning 5682 clauses out of 23503 with flag 0/45002
326.54/313.35	c cleaning 6669 clauses out of 28821 with flag 0/56002
408.11/392.99	c cleaning 6833 clauses out of 34152 with flag 0/68002
496.77/478.83	c cleaning 7568 clauses out of 40317 with flag 0/81000
609.63/589.13	c cleaning 7648 clauses out of 46750 with flag 0/95001
766.95/744.34	c cleaning 8210 clauses out of 54101 with flag 0/110000
936.46/911.22	c cleaning 9017 clauses out of 61891 with flag 0/126000
1101.04/1072.96	c cleaning 9302 clauses out of 69874 with flag 0/143000
1290.36/1257.42	c cleaning 9691 clauses out of 78575 with flag 0/161003
1490.48/1454.32	c cleaning 10474 clauses out of 87881 with flag 0/180000
1713.45/1673.73	c cleaning 11235 clauses out of 97412 with flag 0/200005
1979.48/1935.56	c cleaning 11609 clauses out of 107172 with flag 0/221000
2212.77/2162.25	c cleaning 11539 clauses out of 117565 with flag 0/243002
2460.43/2405.99	c cleaning 12310 clauses out of 129029 with flag 0/266005
2788.50/2727.14	c cleaning 12888 clauses out of 140714 with flag 0/290000
3302.61/3225.75	c cleaning 13264 clauses out of 152828 with flag 0/315002
3600.05/3512.92	c starts		: 135
3600.05/3512.94	c timeout
3600.05/3512.96	c conflicts		: 337948
3600.05/3512.97	c decisions		: 400481
3600.05/3512.97	c propagations		: 12025525
3600.05/3512.97	c inspects		: 3105558416
3600.05/3512.97	c shortcuts		: 0
3600.05/3512.97	c learnt literals	: 0
3600.05/3512.97	c learnt binary clauses	: 0
3600.05/3512.97	c learnt ternary clauses	: 0
3600.05/3512.97	c learnt constraints	: 337947
3600.05/3512.97	c ignored constraints	: 0
3600.05/3512.97	c root simplifications	: 0
3600.05/3512.98	c removed literals (reason simplification)	: 0
3600.05/3512.98	c reason swapping (by a shorter reason)	: 0
3600.05/3512.98	c Calls to reduceDB	: 21
3600.05/3512.98	c Number of update (reduction) of LBD	: 0
3600.05/3512.98	c Imported unit clauses	: 0
3600.05/3512.98	c No decision after first conflict	: false
3600.05/3512.98	c number of reductions to clauses (during analyze)	: 0
3600.05/3512.99	c number of learned constraints concerned by reduction	: 0
3600.05/3513.01	c number of learning phase by resolution	: 0
3600.05/3513.01	c number of learning phase by cutting planes	: 0
3600.05/3513.01	c number of rounding to 1 operations	: 6131604
3600.05/3513.01	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3513.01	c number of reductions of the coefficients by power 2 	: 0
3600.05/3513.01	c number of right shift for reduction by power 2 	: 0
3600.05/3513.01	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3513.01	c number of ending skipping 	: 0
3600.05/3513.01	c number of internal skipping 	: 0
3600.05/3513.01	c number of derivation steps 	: 8177013
3600.05/3513.01	c number of skipped derivation steps 	: 0
3600.05/3513.01	c number of remaining unassigned 	: 596990
3600.05/3513.01	c number of remaining assigned 	: 310488569
3600.05/3513.01	c number of falsified literals weakened from reason	: 0
3600.05/3513.01	c number of falsified literals weakened from conflict	: 0
3600.05/3513.01	c time for arithmetic operations	: 54403162354
3600.05/3513.02	c minimum degree of deleted constraints	: 4
3600.05/3513.02	c maximum degree of deleted constraints	: 427787379
3600.05/3513.02	c number of deleted constraints	: 175438
3600.05/3513.02	c speed (assignments/second)	: 3423.6613783728
3600.05/3513.02	c non guided choices	: 56
3600.33/3513.15	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 104059
3600.33/3513.15	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 58450
3600.33/3513.15	s UNKNOWN
3600.33/3513.15	c Total wall clock time (in seconds): 3512.78

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4443305-1721316594/watcher-4443305-1721316594 -o /tmp/evaluation-result-4443305-1721316594/solver-4443305-1721316594 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1721316605-957068 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4443305-1721316594.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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=957121, runsolver pid=957117
Current StackSize limit: 8192 KiB


[startup+0.10798 s]*
/proc/loadavg: 1.17 1.86 2.78 13/314 957207
/proc/meminfo: memFree=129043588/131655788 swapFree=131071996/131071996
[pid=957121] ppid=957117 vsize=18975048 memory=56264 CPUtime=0.14 cores=0,2
/proc/957121/stat : 957121 (java) S 957117 957121 957012 0 -1 1077936128 6455 0 0 0 10 4 0 0 20 0 18 0 183818925 19430449152 14066 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
/proc/957121/statm: 4743762 14066 5729 1 0 550806 0
[pid=957121/tid=957132] ppid=957117 vsize=18975048 memory=4026531971 CPUtime=0.09 cores=0,2
/proc/957121/task/957132/stat : 957132 (java) R 957117 957121 957012 0 -1 4194368 5393 0 0 0 6 3 0 0 20 0 18 0 183818926 19430449152 14066 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
[pid=957121/tid=957171] ppid=957117 vsize=18975048 memory=671 CPUtime=0 cores=0,2
/proc/957121/task/957171/stat : 957171 (Finalizer) S 957117 957121 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183818932 19430449152 14066 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
[pid=957121/tid=957203] ppid=957117 vsize=18975048 memory=14697383271339398 CPUtime=0 cores=0,2
/proc/957121/task/957203/stat : 957203 (Common-Cleaner) S 957117 957121 957012 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 183818934 19430449152 14066 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56264 KiB

[startup+0.21637 s]*
/proc/loadavg: 1.17 1.86 2.78 11/314 957207
/proc/meminfo: memFree=129029816/131655788 swapFree=131071996/131071996
[pid=957121] ppid=957117 vsize=18975048 memory=63460 CPUtime=0.33 cores=0,2
/proc/957121/stat : 957121 (java) S 957117 957121 957012 0 -1 1077936128 7214 0 0 0 28 5 0 0 20 0 18 0 183818925 19430449152 15865 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
/proc/957121/statm: 4743762 15865 5736 1 0 551411 0
[pid=957121/tid=957132] ppid=957117 vsize=18975048 memory=664970851429515395 CPUtime=0.2 cores=0,2
/proc/957121/task/957132/stat : 957132 (java) R 957117 957121 957012 0 -1 4194368 5764 0 0 0 17 3 0 0 20 0 18 0 183818926 19430449152 15865 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
[pid=957121/tid=957171] ppid=957117 vsize=18975048 memory=671 CPUtime=0 cores=0,2
/proc/957121/task/957171/stat : 957171 (Finalizer) S 957117 957121 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183818932 19430449152 15865 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
[pid=957121/tid=957203] ppid=957117 vsize=18975048 memory=14697383271339398 CPUtime=0 cores=0,2
/proc/957121/task/957203/stat : 957203 (Common-Cleaner) S 957117 957121 957012 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 183818934 19430449152 15865 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63460 KiB

[startup+0.321661 s]*
/proc/loadavg: 1.17 1.86 2.78 12/314 957207
/proc/meminfo: memFree=129010976/131655788 swapFree=131071996/131071996
[pid=957121] ppid=957117 vsize=18975048 memory=64492 CPUtime=0.51 cores=0,2
/proc/957121/stat : 957121 (java) S 957117 957121 957012 0 -1 1077936128 7494 0 0 0 45 6 0 0 20 0 18 0 183818925 19430449152 16123 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
/proc/957121/statm: 4743762 16123 5752 1 0 551623 0
[pid=957121/tid=957132] ppid=957117 vsize=18975048 memory=-9104705480962646716 CPUtime=0.29 cores=0,2
/proc/957121/task/957132/stat : 957132 (java) R 957117 957121 957012 0 -1 4194368 5932 0 0 0 25 4 0 0 20 0 18 0 183818926 19430449152 16123 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
[pid=957121/tid=957171] ppid=957117 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/957121/task/957171/stat : 957171 (Finalizer) S 957117 957121 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183818932 19430449152 16123 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
[pid=957121/tid=957203] ppid=957117 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/957121/task/957203/stat : 957203 (Common-Cleaner) S 957117 957121 957012 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 183818934 19430449152 16123 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64492 KiB

[startup+0.704989 s]
/proc/loadavg: 1.17 1.86 2.78 13/314 957207
/proc/meminfo: memFree=128983868/131655788 swapFree=131071996/131071996
[pid=957121] ppid=957117 vsize=19041612 memory=83984 CPUtime=1.2 cores=0,2
/proc/957121/stat : 957121 (java) S 957117 957121 957012 0 -1 1077936128 8362 0 0 0 112 8 0 0 20 0 19 0 183818925 19498610688 20996 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
/proc/957121/statm: 4760403 20996 5909 1 0 552371 0
[pid=957121/tid=957132] ppid=957117 vsize=19041612 memory=5544 CPUtime=0.59 cores=0,2
/proc/957121/task/957132/stat : 957132 (java) R 957117 957121 957012 0 -1 4194368 6140 0 0 0 54 5 0 0 20 0 19 0 183818926 19498610688 20996 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
[pid=957121/tid=957171] ppid=957117 vsize=19041612 memory=12776 CPUtime=0 cores=0,2
/proc/957121/task/957171/stat : 957171 (Finalizer) S 957117 957121 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 183818932 19498610688 20996 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
[pid=957121/tid=957203] ppid=957117 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/957121/task/957203/stat : 957203 (Common-Cleaner) S 957117 957121 957012 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 183818934 19498610688 20996 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
Current children cumulated CPU time: 1.2 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 83984 KiB

[startup+1.50397 s]
/proc/loadavg: 1.17 1.86 2.78 10/322 957215
/proc/meminfo: memFree=128608060/131655788 swapFree=131071996/131071996
[pid=957121] ppid=957117 vsize=19108176 memory=237652 CPUtime=2.77 cores=0,2
/proc/957121/stat : 957121 (java) S 957117 957121 957012 0 -1 1077936128 17274 0 0 0 262 15 0 0 20 0 20 0 183818925 19566772224 59413 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
/proc/957121/statm: 4777044 59413 5941 1 0 556578 0
[pid=957121/tid=957132] ppid=957117 vsize=19108176 memory=0 CPUtime=1.29 cores=0,2
/proc/957121/task/957132/stat : 957132 (java) R 957117 957121 957012 0 -1 4194368 6538 0 0 0 120 9 0 0 20 0 20 0 183818926 19566772224 59413 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
[pid=957121/tid=957171] ppid=957117 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/957121/task/957171/stat : 957171 (Finalizer) S 957117 957121 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183818932 19566772224 59413 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
[pid=957121/tid=957203] ppid=957117 vsize=19108176 memory=12776 CPUtime=0 cores=0,2
/proc/957121/task/957203/stat : 957203 (Common-Cleaner) S 957117 957121 957012 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 183818934 19566772224 59413 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
[pid=957121/tid=957208] ppid=957117 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/957121/task/957208/stat : 957208 (Timer-0) S 957117 957121 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183818980 19566772224 59413 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
Current children cumulated CPU time: 2.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 237652 KiB

[startup+3.10597 s]
/proc/loadavg: 1.17 1.86 2.78 10/322 957284
/proc/meminfo: memFree=126298904/131655788 swapFree=131071996/131071996
[pid=957121] ppid=957117 vsize=19108176 memory=1292380 CPUtime=5.82 cores=0,2
/proc/957121/stat : 957121 (java) S 957117 957121 957012 0 -1 1077936128 20447 0 0 0 543 39 0 0 20 0 20 0 183818925 19566772224 323095 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
/proc/957121/statm: 4777044 323095 5941 1 0 703207 0
[pid=957121/tid=957132] ppid=957117 vsize=19108176 memory=12776 CPUtime=2.82 cores=0,2
/proc/957121/task/957132/stat : 957132 (java) R 957117 957121 957012 0 -1 4194368 7421 0 0 0 249 33 0 0 20 0 20 0 183818926 19566772224 323095 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
[pid=957121/tid=957171] ppid=957117 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/957121/task/957171/stat : 957171 (Finalizer) S 957117 957121 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183818932 19566772224 323095 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
[pid=957121/tid=957203] ppid=957117 vsize=19108176 memory=11464 CPUtime=0 cores=0,2
/proc/957121/task/957203/stat : 957203 (Common-Cleaner) S 957117 957121 957012 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 183818934 19566772224 323095 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
[pid=957121/tid=957208] ppid=957117 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/957121/task/957208/stat : 957208 (Timer-0) S 957117 957121 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183818980 19566772224 323095 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
Current children cumulated CPU time: 5.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1292380 KiB

[startup+6.30098 s]
/proc/loadavg: 1.56 1.93 2.80 5/322 957284
/proc/meminfo: memFree=124131856/131655788 swapFree=131071996/131071996
[pid=957121] ppid=957117 vsize=19108176 memory=1673456 CPUtime=9.45 cores=0,2
/proc/957121/stat : 957121 (java) S 957117 957121 957012 0 -1 1077936128 20699 0 0 0 898 47 0 0 20 0 20 0 183818925 19566772224 418364 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
/proc/957121/statm: 4777044 418364 5941 1 0 703219 0
[pid=957121/tid=957132] ppid=957117 vsize=19108176 memory=0 CPUtime=5.85 cores=0,2
/proc/957121/task/957132/stat : 957132 (java) R 957117 957121 957012 0 -1 4194368 7627 0 0 0 545 40 0 0 20 0 20 0 183818926 19566772224 418364 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
[pid=957121/tid=957171] ppid=957117 vsize=19108176 memory=12776 CPUtime=0 cores=0,2
/proc/957121/task/957171/stat : 957171 (Finalizer) S 957117 957121 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183818932 19566772224 418364 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
[pid=957121/tid=957203] ppid=957117 vsize=19108176 memory=11464 CPUtime=0 cores=0,2
/proc/957121/task/957203/stat : 957203 (Common-Cleaner) S 957117 957121 957012 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 183818934 19566772224 418364 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
[pid=957121/tid=957208] ppid=957117 vsize=19108176 memory=43720 CPUtime=0 cores=0,2
/proc/957121/task/957208/stat : 957208 (Timer-0) S 957117 957121 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183818980 19566772224 418364 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
Current children cumulated CPU time: 9.45 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1673456 KiB

[startup+12.7004 s]
/proc/loadavg: 1.76 1.96 2.81 5/322 957284
/proc/meminfo: memFree=122965848/131655788 swapFree=131071996/131071996
[pid=957121] ppid=957117 vsize=19108176 memory=1712372 CPUtime=16.08 cores=0,2
/proc/957121/stat : 957121 (java) S 957117 957121 957012 0 -1 1077936128 21189 0 0 0 1558 50 0 0 20 0 20 0 183818925 19566772224 428093 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
/proc/957121/statm: 4777044 428093 5941 1 0 703221 0
[pid=957121/tid=957132] ppid=957117 vsize=19108176 memory=1706228 CPUtime=11.92 cores=0,2
/proc/957121/task/957132/stat : 957132 (java) R 957117 957121 957012 0 -1 4194368 8010 0 0 0 1151 41 0 0 20 0 20 0 183818926 19566772224 428093 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
[pid=957121/tid=957171] ppid=957117 vsize=19108176 memory=1378396 CPUtime=0 cores=0,2
/proc/957121/task/957171/stat : 957171 (Finalizer) S 957117 957121 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183818932 19566772224 428093 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
[pid=957121/tid=957203] ppid=957117 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/957121/task/957203/stat : 957203 (Common-Cleaner) S 957117 957121 957012 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 183818934 19566772224 428093 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
[pid=957121/tid=957208] ppid=957117 vsize=19108176 memory=1706228 CPUtime=0 cores=0,2
/proc/957121/task/957208/stat : 957208 (Timer-0) S 957117 957121 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183818980 19566772224 428093 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
Current children cumulated CPU time: 16.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1712372 KiB

[startup+25.5005 s]
/proc/loadavg: 2.40 2.10 2.84 5/322 957287
/proc/meminfo: memFree=115764548/131655788 swapFree=131071996/131071996
[pid=957121] ppid=957117 vsize=19108176 memory=4163956 CPUtime=29.24 cores=0,2
/proc/957121/stat : 957121 (java) S 957117 957121 957012 0 -1 1077936128 24715 0 0 0 2827 97 0 0 20 0 20 0 183818925 19566772224 1040989 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
/proc/957121/statm: 4777044 1040989 5941 1 0 1325825 0
[pid=957121/tid=957132] ppid=957117 vsize=19108176 memory=3897712 CPUtime=24.29 cores=0,2
/proc/957121/task/957132/stat : 957132 (java) R 957117 957121 957012 0 -1 4194368 10845 0 0 0 2345 84 0 0 20 0 20 0 183818926 19566772224 1040989 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
[pid=957121/tid=957171] ppid=957117 vsize=19108176 memory=4163956 CPUtime=0 cores=0,2
/proc/957121/task/957171/stat : 957171 (Finalizer) S 957117 957121 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183818932 19566772224 1040989 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
[pid=957121/tid=957203] ppid=957117 vsize=19108176 memory=3901812 CPUtime=0 cores=0,2
/proc/957121/task/957203/stat : 957203 (Common-Cleaner) S 957117 957121 957012 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 20 0 183818934 19566772224 1040989 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
[pid=957121/tid=957208] ppid=957117 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/957121/task/957208/stat : 957208 (Timer-0) S 957117 957121 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183818980 19566772224 1040989 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
Current children cumulated CPU time: 29.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4163956 KiB

[startup+51.1137 s]
/proc/loadavg: 3.43 2.36 2.91 5/321 957290
/proc/meminfo: memFree=114444872/131655788 swapFree=131071996/131071996
[pid=957121] ppid=957117 vsize=19108176 memory=4216668 CPUtime=56.77 cores=0,2
/proc/957121/stat : 957121 (java) S 957117 957121 957012 0 -1 1077936128 35262 0 0 0 5574 103 0 0 20 0 20 0 183818925 19566772224 1054167 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
/proc/957121/statm: 4777044 1054167 5941 1 0 1327221 0
[pid=957121/tid=957132] ppid=957117 vsize=19108176 memory=11464 CPUtime=49.14 cores=0,2
/proc/957121/task/957132/stat : 957132 (java) R 957117 957121 957012 0 -1 4194368 12944 0 0 0 4828 86 0 0 20 0 20 0 183818926 19566772224 1054167 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
[pid=957121/tid=957171] ppid=957117 vsize=19108176 memory=4213728 CPUtime=0 cores=0,2
/proc/957121/task/957171/stat : 957171 (Finalizer) S 957117 957121 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183818932 19566772224 1054167 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
[pid=957121/tid=957203] ppid=957117 vsize=19108176 memory=4213728 CPUtime=0 cores=0,2
/proc/957121/task/957203/stat : 957203 (Common-Cleaner) S 957117 957121 957012 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 20 0 183818934 19566772224 1054167 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0

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

/proc/meminfo: memFree=106775764/131655788 swapFree=131071996/131071996
[pid=957121] ppid=957117 vsize=19108176 memory=5272168 CPUtime=3299.22 cores=0,2
/proc/957121/stat : 957121 (java) S 957117 957121 957012 0 -1 1077936128 357054 0 0 0 329567 355 0 0 20 0 20 0 183818925 19566772224 1318042 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
/proc/957121/statm: 4777044 1318042 5959 1 0 1330345 0
[pid=957121/tid=957132] ppid=957117 vsize=19108176 memory=43720 CPUtime=3137.43 cores=0,2
/proc/957121/task/957132/stat : 957132 (java) R 957117 957121 957012 0 -1 4194368 175975 0 0 0 313632 111 0 0 20 0 20 0 183818926 19566772224 1318042 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 35 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
[pid=957121/tid=957171] ppid=957117 vsize=19108176 memory=16116 CPUtime=0 cores=0,2
/proc/957121/task/957171/stat : 957171 (Finalizer) S 957117 957121 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183818932 19566772224 1318042 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
[pid=957121/tid=957203] ppid=957117 vsize=19108176 memory=5268672 CPUtime=0 cores=0,2
/proc/957121/task/957203/stat : 957203 (Common-Cleaner) S 957117 957121 957012 0 -1 1077936192 3028 0 0 0 0 0 0 0 20 0 20 0 183818934 19566772224 1318042 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
[pid=957121/tid=957208] ppid=957117 vsize=19108176 memory=11464 CPUtime=0 cores=0,2
/proc/957121/task/957208/stat : 957208 (Timer-0) S 957117 957121 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183818980 19566772224 1318042 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
Current children cumulated CPU time: 3299.22 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5272168 KiB

[startup+3282.3 s]
/proc/loadavg: 4.35 4.28 4.26 5/322 959595
/proc/meminfo: memFree=106775176/131655788 swapFree=131071996/131071996
[pid=957121] ppid=957117 vsize=19108176 memory=5272168 CPUtime=3360.55 cores=0,2
/proc/957121/stat : 957121 (java) S 957117 957121 957012 0 -1 1077936128 362312 0 0 0 335696 359 0 0 20 0 20 0 183818925 19566772224 1318042 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
/proc/957121/statm: 4777044 1318042 5959 1 0 1330345 0
[pid=957121/tid=957132] ppid=957117 vsize=19108176 memory=5272168 CPUtime=3196.13 cores=0,2
/proc/957121/task/957132/stat : 957132 (java) R 957117 957121 957012 0 -1 4194368 179199 0 0 0 319501 112 0 0 20 0 20 0 183818926 19566772224 1318042 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 35 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
[pid=957121/tid=957171] ppid=957117 vsize=19108176 memory=43720 CPUtime=0 cores=0,2
/proc/957121/task/957171/stat : 957171 (Finalizer) S 957117 957121 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183818932 19566772224 1318042 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
[pid=957121/tid=957203] ppid=957117 vsize=19108176 memory=5272168 CPUtime=0 cores=0,2
/proc/957121/task/957203/stat : 957203 (Common-Cleaner) S 957117 957121 957012 0 -1 1077936192 3108 0 0 0 0 0 0 0 20 0 20 0 183818934 19566772224 1318042 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
[pid=957121/tid=957208] ppid=957117 vsize=19108176 memory=12776 CPUtime=0 cores=0,2
/proc/957121/task/957208/stat : 957208 (Timer-0) S 957117 957121 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183818980 19566772224 1318042 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
Current children cumulated CPU time: 3360.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5272168 KiB

[startup+3342.3 s]
/proc/loadavg: 4.48 4.32 4.28 5/322 959987
/proc/meminfo: memFree=106773736/131655788 swapFree=131071996/131071996
[pid=957121] ppid=957117 vsize=19108176 memory=5272528 CPUtime=3424.33 cores=0,2
/proc/957121/stat : 957121 (java) S 957117 957121 957012 0 -1 1077936128 368940 0 0 0 342067 366 0 0 20 0 20 0 183818925 19566772224 1318132 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
/proc/957121/statm: 4777044 1318132 5959 1 0 1330390 0
[pid=957121/tid=957132] ppid=957117 vsize=19108176 memory=5272424 CPUtime=3254.62 cores=0,2
/proc/957121/task/957132/stat : 957132 (java) R 957117 957121 957012 0 -1 4194368 182121 0 0 0 325349 113 0 0 20 0 20 0 183818926 19566772224 1318132 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 36 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
[pid=957121/tid=957171] ppid=957117 vsize=19108176 memory=2216 CPUtime=0 cores=0,2
/proc/957121/task/957171/stat : 957171 (Finalizer) S 957117 957121 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183818932 19566772224 1318132 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
[pid=957121/tid=957203] ppid=957117 vsize=19108176 memory=11464 CPUtime=0 cores=0,2
/proc/957121/task/957203/stat : 957203 (Common-Cleaner) S 957117 957121 957012 0 -1 1077936192 3165 0 0 0 0 0 0 0 20 0 20 0 183818934 19566772224 1318132 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
[pid=957121/tid=957208] ppid=957117 vsize=19108176 memory=1832 CPUtime=0 cores=0,2
/proc/957121/task/957208/stat : 957208 (Timer-0) S 957117 957121 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183818980 19566772224 1318132 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
Current children cumulated CPU time: 3424.33 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5272528 KiB

[startup+3402.3 s]
/proc/loadavg: 4.37 4.31 4.28 5/320 959998
/proc/meminfo: memFree=106774072/131655788 swapFree=131071996/131071996
[pid=957121] ppid=957117 vsize=19108176 memory=5272556 CPUtime=3485.25 cores=0,2
/proc/957121/stat : 957121 (java) S 957117 957121 957012 0 -1 1077936128 372980 0 0 0 348156 369 0 0 20 0 20 0 183818925 19566772224 1318139 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
/proc/957121/statm: 4777044 1318139 5959 1 0 1330390 0
[pid=957121/tid=957132] ppid=957117 vsize=19108176 memory=2216 CPUtime=3313.23 cores=0,2
/proc/957121/task/957132/stat : 957132 (java) R 957117 957121 957012 0 -1 4194368 184805 0 0 0 331210 113 0 0 20 0 20 0 183818926 19566772224 1318139 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 36 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
[pid=957121/tid=957171] ppid=957117 vsize=19108176 memory=5272424 CPUtime=0 cores=0,2
/proc/957121/task/957171/stat : 957171 (Finalizer) S 957117 957121 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183818932 19566772224 1318139 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
[pid=957121/tid=957203] ppid=957117 vsize=19108176 memory=5272556 CPUtime=0 cores=0,2
/proc/957121/task/957203/stat : 957203 (Common-Cleaner) S 957117 957121 957012 0 -1 1077936192 3256 0 0 0 0 0 0 0 20 0 20 0 183818934 19566772224 1318139 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
[pid=957121/tid=957208] ppid=957117 vsize=19108176 memory=5272556 CPUtime=0 cores=0,2
/proc/957121/task/957208/stat : 957208 (Timer-0) S 957117 957121 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183818980 19566772224 1318139 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
Current children cumulated CPU time: 3485.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5272556 KiB

[startup+3462.3 s]
/proc/loadavg: 4.26 4.28 4.27 6/319 960008
/proc/meminfo: memFree=106773640/131655788 swapFree=131071996/131071996
[pid=957121] ppid=957117 vsize=19108176 memory=5272556 CPUtime=3545.91 cores=0,2
/proc/957121/stat : 957121 (java) S 957117 957121 957012 0 -1 1077936128 376985 0 0 0 354218 373 0 0 20 0 20 0 183818925 19566772224 1318139 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
/proc/957121/statm: 4777044 1318139 5959 1 0 1330390 0
[pid=957121/tid=957132] ppid=957117 vsize=19108176 memory=2216 CPUtime=3372.06 cores=0,2
/proc/957121/task/957132/stat : 957132 (java) R 957117 957121 957012 0 -1 4194368 187522 0 0 0 337092 114 0 0 20 0 20 0 183818926 19566772224 1318139 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 36 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
[pid=957121/tid=957171] ppid=957117 vsize=19108176 memory=5272424 CPUtime=0 cores=0,2
/proc/957121/task/957171/stat : 957171 (Finalizer) S 957117 957121 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183818932 19566772224 1318139 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
[pid=957121/tid=957203] ppid=957117 vsize=19108176 memory=5272556 CPUtime=0 cores=0,2
/proc/957121/task/957203/stat : 957203 (Common-Cleaner) S 957117 957121 957012 0 -1 1077936192 3347 0 0 0 0 0 0 0 20 0 20 0 183818934 19566772224 1318139 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
[pid=957121/tid=957208] ppid=957117 vsize=19108176 memory=11464 CPUtime=0 cores=0,2
/proc/957121/task/957208/stat : 957208 (Timer-0) S 957117 957121 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183818980 19566772224 1318139 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
Current children cumulated CPU time: 3545.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5272556 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3512.9 s]
/proc/loadavg: 4.75 4.40 4.31 6/321 960186
/proc/meminfo: memFree=106772364/131655788 swapFree=131071996/131071996
[pid=957121] ppid=957117 vsize=19108176 memory=5272560 CPUtime=3600.05 cores=0,2
/proc/957121/stat : 957121 (java) S 957117 957121 957012 0 -1 1077936128 383008 0 0 0 359626 379 0 0 20 0 20 0 183818925 19566772224 1318140 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
/proc/957121/statm: 4777044 1318140 5959 1 0 1330396 0
[pid=957121/tid=957132] ppid=957117 vsize=19108176 memory=5272556 CPUtime=3421.74 cores=0,2
/proc/957121/task/957132/stat : 957132 (java) R 957117 957121 957012 0 -1 4194368 189947 0 0 0 342060 114 0 0 20 0 20 0 183818926 19566772224 1318140 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 36 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
[pid=957121/tid=957171] ppid=957117 vsize=19108176 memory=5272556 CPUtime=0 cores=0,2
/proc/957121/task/957171/stat : 957171 (Finalizer) S 957117 957121 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183818932 19566772224 1318140 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
[pid=957121/tid=957203] ppid=957117 vsize=19108176 memory=5272560 CPUtime=0 cores=0,2
/proc/957121/task/957203/stat : 957203 (Common-Cleaner) S 957117 957121 957012 0 -1 1077936192 3443 0 0 0 0 0 0 0 20 0 20 0 183818934 19566772224 1318140 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
[pid=957121/tid=957208] ppid=957117 vsize=19108176 memory=5272560 CPUtime=0 cores=0,2
/proc/957121/task/957208/stat : 957208 (Timer-0) S 957117 957121 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183818980 19566772224 1318140 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5272560 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.57 s, system=3.82421 s

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

[startup+3513 s]*
/proc/loadavg: 4.75 4.40 4.31 6/322 960190
/proc/meminfo: memFree=106771992/131655788 swapFree=131071996/131071996
[pid=957121] ppid=957117 vsize=19307868 memory=5273204 CPUtime=3600.22 cores=0,2
/proc/957121/stat : 957121 (java) S 957117 957121 957012 0 -1 1077936128 385439 0 0 0 359642 380 0 0 20 0 21 0 183818925 19771256832 1318301 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
/proc/957121/statm: 4826967 1318301 5958 1 0 1331331 0
[pid=957121/tid=957132] ppid=957117 vsize=19307868 memory=-8815627377050952380 CPUtime=3421.78 cores=0,2
/proc/957121/task/957132/stat : 957132 (java) S 957117 957121 957012 0 -1 1077936192 190023 0 0 0 342064 114 0 0 20 0 21 0 183818926 19771256832 1318301 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 36 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
[pid=957121/tid=957171] ppid=957117 vsize=19307868 memory=-5155633680935826750 CPUtime=0 cores=0,2
/proc/957121/task/957171/stat : 957171 (Finalizer) S 957117 957121 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 183818932 19771256832 1318301 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
[pid=957121/tid=957203] ppid=957117 vsize=19307868 memory=-9103861086080508604 CPUtime=0 cores=0,2
/proc/957121/task/957203/stat : 957203 (Common-Cleaner) S 957117 957121 957012 0 -1 1077936192 3443 0 0 0 0 0 0 0 20 0 21 0 183818934 19771256832 1318301 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
[pid=957121/tid=960189] ppid=957117 vsize=19307868 memory=4250437076032089 CPUtime=0.02 cores=0,2
/proc/957121/task/960189/stat : 960189 (Thread-0) R 957117 957121 957012 0 -1 4194368 474 0 0 0 2 0 0 0 20 0 21 0 184170217 19771256832 1318301 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
Current children cumulated CPU time: 3600.22 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 5273204 KiB

[startup+3513.13 s]
/proc/loadavg: 4.75 4.40 4.31 6/322 960190
/proc/meminfo: memFree=106771992/131655788 swapFree=131071996/131071996
[pid=957121] ppid=957117 vsize=19307868 memory=5273204 CPUtime=3600.33 cores=0,2
/proc/957121/stat : 957121 (java) S 957117 957121 957012 0 -1 1077936128 385470 0 0 0 359653 380 0 0 20 0 21 0 183818925 19771256832 1318301 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
/proc/957121/statm: 4826967 1318301 5958 1 0 1331331 0
[pid=957121/tid=957132] ppid=957117 vsize=19307868 memory=5272556 CPUtime=3421.78 cores=0,2
/proc/957121/task/957132/stat : 957132 (java) S 957117 957121 957012 0 -1 1077936192 190023 0 0 0 342064 114 0 0 20 0 21 0 183818926 19771256832 1318301 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 36 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
[pid=957121/tid=957171] ppid=957117 vsize=19307868 memory=5272556 CPUtime=0 cores=0,2
/proc/957121/task/957171/stat : 957171 (Finalizer) S 957117 957121 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 183818932 19771256832 1318301 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
[pid=957121/tid=957203] ppid=957117 vsize=19307868 memory=5272560 CPUtime=0 cores=0,2
/proc/957121/task/957203/stat : 957203 (Common-Cleaner) S 957117 957121 957012 0 -1 1077936192 3443 0 0 0 0 0 0 0 20 0 21 0 183818934 19771256832 1318301 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
[pid=957121/tid=960189] ppid=957117 vsize=19307868 memory=5272560 CPUtime=0.12 cores=0,2
/proc/957121/task/960189/stat : 960189 (Thread-0) R 957117 957121 957012 0 -1 4194368 481 0 0 0 12 0 0 0 20 0 21 0 184170217 19771256832 1318301 134679101440 94732721631232 94732721634928 140723058800320 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94732721642744 94732721643536 94732746194944 140723058807791 140723058807904 140723058807904 140723058814920 0
Current children cumulated CPU time: 3600.33 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 5273204 KiB

Child status: 143

Real time (s): 3513.18
CPU time (s): 3600.4
CPU user time (s): 3596.57
CPU system time (s): 3.82421
CPU usage (%): 102.482
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 5273204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.57
system time used= 3.82421
maximum resident set size= 5274044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 385692
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 134053
involuntary context switches= 29377


# summary of solver processes directly reported to runsolver:
#   pid: 957121
#   total CPU time (s): 3600.4
#   total CPU user time (s): 3596.57
#   total CPU system time (s): 3.82421

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.5394 second user time and 39.0737 second system time

The end

Launcher Data

Begin job on nodeC009 at 2024-07-18 17:30:05
IDJOB=4443305
IDBENCH=147870
IDSOLVER=3046
FILE ID=nodeC009/4443305-1721316594
RUNJOBID= nodeC009-1721316605-957068
SLURM_JOB_ID= 7542654
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.24ls.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4443305-1721316594/watcher-4443305-1721316594 -o /tmp/evaluation-result-4443305-1721316594/solver-4443305-1721316594 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1721316605-957068 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4443305-1721316594.opb

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

MD5SUM BENCH= 1f94bd3a314413948630d2f259d38fd6
RANDOM SEED=2022874021

nodeC009.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		: 1563.054
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	: 6984.34
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		: 1197.342
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.27
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.321
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	: 6984.34
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.333
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.27
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		: 1197.343
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	: 6984.34
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		: 1197.326
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.27
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.327
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	: 6984.34
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.328
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.27
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        129187800 kB
MemAvailable:   129923748 kB
Buffers:          512456 kB
Cached:          1061884 kB
SwapCached:            0 kB
Active:          1001984 kB
Inactive:         924192 kB
Active(anon):       1336 kB
Inactive(anon):   388200 kB
Active(file):    1000648 kB
Inactive(file):   535992 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              3072 kB
Writeback:             4 kB
AnonPages:        351296 kB
Mapped:           105420 kB
Shmem:             37700 kB
KReclaimable:      78680 kB
Slab:             177660 kB
SReclaimable:      78680 kB
SUnreclaim:        98980 kB
KernelStack:        3720 kB
PageTables:         9588 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     654852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            58048 kB
HardwareCorrupted:     0 kB
AnonHugePages:    225280 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:      187208 kB
DirectMap2M:    19640320 kB
DirectMap1G:    116391936 kB

Free space on /tmp at the end= 723764 MiB
End job on nodeC009 at 2024-07-18 18:28:39