Trace number 4441895

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.2 3540.12

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/www.ps.uni-sb.de/~walser/
benchmarks/ppp-problems/normalized-ppp:1-9,16-19.opb
MD5SUMd2d0eb539d1ad3b17959abe287928b07
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.516163
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4626
Total number of constraints30747
Number of constraints which are clauses29724
Number of constraints which are cardinality constraints (but not clauses)945
Number of constraints which are nor clauses,nor cardinality constraints78
Minimum length of a constraint3
Maximum length of a constraint29
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 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 101
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.13/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	 - never skip resolution steps
0.13/0.15	 - Auto-division on coefficients is disabled
0.13/0.15	 - No postprocessing
0.13/0.15	 - Conflict is considered as is when resolving
0.13/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.15	 - Weaken first using unassigned literals
0.13/0.15	 - Bump strategy: ALWAYS_ONE
0.13/0.15	 - Bumper: ASSIGNED
0.13/0.15	--- Begin Solver configuration ---
0.13/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	Learn all clauses as in MiniSAT
0.13/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	No reason simplification
0.13/0.15	Armin Biere (Picosat) restarts strategy
0.13/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.15	timeout=2147483s
0.13/0.15	DB Simplification allowed=false
0.13/0.15	Listener: none
0.13/0.15	--- End Solver configuration ---
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: ASSIGNED
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Armin Biere (Picosat) restarts strategy
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4441895-1721293052.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  no objective function found
1.07/0.67	c ... done. Wall clock time 0.522s.
1.07/0.67	c declared #vars     4626
1.07/0.67	c #constraints  30921
1.07/0.67	c constraints type 
1.07/0.67	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 945
1.07/0.67	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 78
1.07/0.67	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 29898
1.07/0.67	c 30921 constraints processed.
8.88/5.27	c cleaning 2493 clauses out of 5000 with flag 0/5000
16.32/12.43	c cleaning 4243 clauses out of 8508 with flag 0/11001
25.94/21.88	c cleaning 5623 clauses out of 11265 with flag 0/18001
36.10/31.77	c cleaning 6817 clauses out of 13641 with flag 0/26000
65.55/60.87	c cleaning 7901 clauses out of 15825 with flag 0/35001
92.55/87.50	c cleaning 8943 clauses out of 17923 with flag 0/45000
112.99/107.58	c cleaning 9961 clauses out of 19982 with flag 0/56002
147.95/141.90	c cleaning 10996 clauses out of 22020 with flag 0/68001
201.87/195.37	c cleaning 11973 clauses out of 24023 with flag 0/81000
258.76/251.56	c cleaning 12889 clauses out of 26050 with flag 0/95000
324.77/317.06	c cleaning 13632 clauses out of 28161 with flag 0/110000
376.52/368.15	c cleaning 14602 clauses out of 30529 with flag 0/126000
505.12/495.52	c cleaning 15573 clauses out of 32927 with flag 0/143000
615.23/604.43	c cleaning 16172 clauses out of 35354 with flag 0/161000
765.98/753.35	c cleaning 18011 clauses out of 38182 with flag 0/180000
838.06/824.54	c cleaning 17932 clauses out of 40171 with flag 0/200000
915.92/901.31	c cleaning 17912 clauses out of 43239 with flag 0/221000
997.45/982.19	c cleaning 18731 clauses out of 47329 with flag 0/243002
1099.40/1081.83	c cleaning 18014 clauses out of 51596 with flag 0/266000
1188.62/1169.79	c cleaning 21468 clauses out of 57582 with flag 0/290000
1321.77/1301.51	c cleaning 21789 clauses out of 61115 with flag 0/315001
1697.37/1675.07	c cleaning 23961 clauses out of 65325 with flag 0/341000
1779.82/1756.12	c cleaning 20291 clauses out of 68368 with flag 0/368004
1880.52/1854.84	c cleaning 20633 clauses out of 76073 with flag 0/396000
1980.79/1952.54	c cleaning 25546 clauses out of 84440 with flag 0/425000
2064.56/2034.84	c cleaning 21151 clauses out of 88894 with flag 0/455000
2123.31/2091.95	c cleaning 15523 clauses out of 98746 with flag 0/486003
2248.62/2215.52	c cleaning 20306 clauses out of 115220 with flag 0/518000
2327.54/2293.28	c cleaning 15657 clauses out of 127914 with flag 0/551000
2450.04/2413.52	c cleaning 14620 clauses out of 146258 with flag 0/585001
2859.62/2816.97	c cleaning 32011 clauses out of 166639 with flag 0/620002
3013.69/2968.15	c cleaning 30189 clauses out of 170626 with flag 0/656000
3209.23/3159.04	c cleaning 31099 clauses out of 177437 with flag 0/693000
3562.73/3504.28	c cleaning 32563 clauses out of 184338 with flag 0/731000
3600.03/3540.02	c starts		: 170
3600.03/3540.02	c timeout
3600.03/3540.03	c conflicts		: 744408
3600.03/3540.03	c decisions		: 1228426
3600.03/3540.03	c propagations		: 29381972
3600.03/3540.03	c inspects		: 2885170806
3600.03/3540.03	c shortcuts		: 0
3600.03/3540.03	c learnt literals	: 0
3600.03/3540.03	c learnt binary clauses	: 0
3600.03/3540.03	c learnt ternary clauses	: 0
3600.03/3540.03	c learnt constraints	: 744407
3600.03/3540.03	c ignored constraints	: 0
3600.03/3540.03	c root simplifications	: 0
3600.03/3540.03	c removed literals (reason simplification)	: 0
3600.03/3540.03	c reason swapping (by a shorter reason)	: 0
3600.03/3540.03	c Calls to reduceDB	: 34
3600.03/3540.03	c Number of update (reduction) of LBD	: 48801
3600.03/3540.03	c Imported unit clauses	: 0
3600.03/3540.03	c No decision after first conflict	: false
3600.03/3540.03	c number of reductions to clauses (during analyze)	: 0
3600.03/3540.03	c number of learned constraints concerned by reduction	: 0
3600.03/3540.03	c number of learning phase by resolution	: 0
3600.03/3540.03	c number of learning phase by cutting planes	: 0
3600.03/3540.03	c number of rounding to 1 operations	: 3308218
3600.03/3540.03	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3540.03	c number of reductions of the coefficients by power 2 	: 0
3600.03/3540.03	c number of right shift for reduction by power 2 	: 0
3600.03/3540.03	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3540.03	c number of ending skipping 	: 0
3600.03/3540.03	c number of internal skipping 	: 0
3600.03/3540.03	c number of derivation steps 	: 6359056
3600.03/3540.03	c number of skipped derivation steps 	: 0
3600.03/3540.03	c number of remaining unassigned 	: 241423
3600.03/3540.03	c number of remaining assigned 	: 144262673
3600.03/3540.03	c number of falsified literals weakened from reason	: 0
3600.03/3540.03	c number of falsified literals weakened from conflict	: 0
3600.03/3540.03	c time for arithmetic operations	: 13668956239
3600.03/3540.03	c minimum degree of deleted constraints	: 4
3600.03/3540.03	c maximum degree of deleted constraints	: 62307213003
3600.03/3540.03	c number of deleted constraints	: 579225
3600.03/3540.03	c speed (assignments/second)	: 8301.518725618751
3600.03/3540.03	c non guided choices	: 20615
3600.03/3540.09	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 105531
3600.03/3540.09	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 8230
3600.03/3540.09	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 51421
3600.03/3540.09	s UNKNOWN
3600.03/3540.09	c Total wall clock time (in seconds): 3539.941

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

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

solver pid=921417, runsolver pid=921414

[startup+0.10057 s]*
/proc/loadavg: 4.49 2.54 1.74 9/335 921435
/proc/meminfo: memFree=118896656/131524600 swapFree=131071996/131071996
[pid=921417] ppid=921414 vsize=18975048 memory=62668 CPUtime=0.13 cores=0,2
/proc/921417/stat : 921417 (java) S 921414 921417 920389 0 -1 1077936128 7219 0 0 0 12 1 0 0 20 0 18 0 181465781 19430449152 15667 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
/proc/921417/statm: 4743762 15667 5571 1 0 549322 0
[pid=921417/tid=921419] ppid=921414 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/921417/task/921419/stat : 921419 (java) R 921414 921417 920389 0 -1 1077936192 5740 0 0 0 7 1 0 0 20 0 18 0 181465781 19430449152 15667 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
[pid=921417/tid=921428] ppid=921414 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/921417/task/921428/stat : 921428 (Finalizer) S 921414 921417 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 181465784 19430449152 15667 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
[pid=921417/tid=921435] ppid=921414 vsize=18975048 memory=14699582227506071 CPUtime=0 cores=0,2
/proc/921417/task/921435/stat : 921435 (Common-Cleaner) S 921414 921417 920389 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 181465784 19430449152 15667 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62668 KiB

[startup+0.206391 s]*
/proc/loadavg: 4.49 2.54 1.74 9/335 921435
/proc/meminfo: memFree=118869140/131524600 swapFree=131071996/131071996
[pid=921417] ppid=921414 vsize=18975048 memory=88708 CPUtime=0.32 cores=0,2
/proc/921417/stat : 921417 (java) S 921414 921417 920389 0 -1 1077936128 7801 0 0 0 30 2 0 0 20 0 18 0 181465781 19430449152 22177 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
/proc/921417/statm: 4743762 22177 5847 1 0 549704 0
[pid=921417/tid=921419] ppid=921414 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=0,2
/proc/921417/task/921419/stat : 921419 (java) R 921414 921417 920389 0 -1 4194368 6047 0 0 0 16 2 0 0 20 0 18 0 181465781 19430449152 22177 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
[pid=921417/tid=921428] ppid=921414 vsize=18975048 memory=14994 CPUtime=0 cores=0,2
/proc/921417/task/921428/stat : 921428 (Finalizer) S 921414 921417 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 181465784 19430449152 22177 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
[pid=921417/tid=921435] ppid=921414 vsize=18975048 memory=15537410087847364 CPUtime=0 cores=0,2
/proc/921417/task/921435/stat : 921435 (Common-Cleaner) S 921414 921417 920389 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 181465784 19430449152 22177 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 88708 KiB

[startup+0.306391 s]*
/proc/loadavg: 4.49 2.54 1.74 9/336 921436
/proc/meminfo: memFree=118798448/131524600 swapFree=131071996/131071996
[pid=921417] ppid=921414 vsize=19041612 memory=160936 CPUtime=0.52 cores=0,2
/proc/921417/stat : 921417 (java) S 921414 921417 920389 0 -1 1077936128 8747 0 0 0 48 4 0 0 20 0 19 0 181465781 19498610688 40234 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
/proc/921417/statm: 4760403 40234 5863 1 0 550583 0
[pid=921417/tid=921419] ppid=921414 vsize=19041612 memory=-8889092376087536316 CPUtime=0.26 cores=0,2
/proc/921417/task/921419/stat : 921419 (java) R 921414 921417 920389 0 -1 4194368 6092 0 0 0 23 3 0 0 20 0 19 0 181465781 19498610688 40234 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
[pid=921417/tid=921428] ppid=921414 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/921417/task/921428/stat : 921428 (Finalizer) S 921414 921417 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 181465784 19498610688 40234 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
[pid=921417/tid=921435] ppid=921414 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/921417/task/921435/stat : 921435 (Common-Cleaner) S 921414 921417 920389 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 181465784 19498610688 40234 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 160936 KiB

[startup+0.70639 s]
/proc/loadavg: 4.49 2.54 1.74 9/336 921436
/proc/meminfo: memFree=118394556/131524600 swapFree=131071996/131071996
[pid=921417] ppid=921414 vsize=19108176 memory=925504 CPUtime=1.27 cores=0,2
/proc/921417/stat : 921417 (java) S 921414 921417 920389 0 -1 1077936128 14708 0 0 0 106 21 0 0 20 0 20 0 181465781 19566772224 231376 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
/proc/921417/statm: 4777044 231376 5879 1 0 553486 0
[pid=921417/tid=921419] ppid=921414 vsize=19108176 memory=5560 CPUtime=0.63 cores=0,2
/proc/921417/task/921419/stat : 921419 (java) R 921414 921417 920389 0 -1 4194368 6495 0 0 0 45 18 0 0 20 0 20 0 181465781 19566772224 231376 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
[pid=921417/tid=921428] ppid=921414 vsize=19108176 memory=13012 CPUtime=0 cores=0,2
/proc/921417/task/921428/stat : 921428 (Finalizer) S 921414 921417 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181465784 19566772224 231376 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
[pid=921417/tid=921435] ppid=921414 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/921417/task/921435/stat : 921435 (Common-Cleaner) S 921414 921417 920389 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 181465784 19566772224 231376 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 925504 KiB

[startup+1.50847 s]
/proc/loadavg: 4.49 2.54 1.74 7/337 921437
/proc/meminfo: memFree=117770312/131524600 swapFree=131071996/131071996
[pid=921417] ppid=921414 vsize=19108176 memory=946736 CPUtime=2.85 cores=0,2
/proc/921417/stat : 921417 (java) S 921414 921417 920389 0 -1 1077936128 22491 0 0 0 263 22 0 0 20 0 20 0 181465781 19566772224 236684 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
/proc/921417/statm: 4777044 236684 5879 1 0 557457 0
[pid=921417/tid=921419] ppid=921414 vsize=19108176 memory=13012 CPUtime=1.38 cores=0,2
/proc/921417/task/921419/stat : 921419 (java) R 921414 921417 920389 0 -1 4194368 6530 0 0 0 120 18 0 0 20 0 20 0 181465781 19566772224 236684 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
[pid=921417/tid=921428] ppid=921414 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/921417/task/921428/stat : 921428 (Finalizer) S 921414 921417 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181465784 19566772224 236684 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
[pid=921417/tid=921435] ppid=921414 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/921417/task/921435/stat : 921435 (Common-Cleaner) S 921414 921417 920389 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 181465784 19566772224 236684 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
[pid=921417/tid=921437] ppid=921414 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/921417/task/921437/stat : 921437 (Timer-0) S 921414 921417 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181465849 19566772224 236684 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 946736 KiB

[startup+3.10639 s]
/proc/loadavg: 4.49 2.54 1.74 7/337 921437
/proc/meminfo: memFree=116653560/131524600 swapFree=131071996/131071996
[pid=921417] ppid=921414 vsize=19108176 memory=1213596 CPUtime=6.01 cores=0,2
/proc/921417/stat : 921417 (java) S 921414 921417 920389 0 -1 1077936128 23021 0 0 0 572 29 0 0 20 0 20 0 181465781 19566772224 303399 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
/proc/921417/statm: 4777044 303399 5879 1 0 557465 0
[pid=921417/tid=921419] ppid=921414 vsize=19108176 memory=0 CPUtime=2.93 cores=0,2
/proc/921417/task/921419/stat : 921419 (java) R 921414 921417 920389 0 -1 4194368 6828 0 0 0 270 23 0 0 20 0 20 0 181465781 19566772224 303399 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
[pid=921417/tid=921428] ppid=921414 vsize=19108176 memory=11488 CPUtime=0 cores=0,2
/proc/921417/task/921428/stat : 921428 (Finalizer) S 921414 921417 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181465784 19566772224 303399 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
[pid=921417/tid=921435] ppid=921414 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/921417/task/921435/stat : 921435 (Common-Cleaner) S 921414 921417 920389 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 181465784 19566772224 303399 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
[pid=921417/tid=921437] ppid=921414 vsize=19108176 memory=13012 CPUtime=0 cores=0,2
/proc/921417/task/921437/stat : 921437 (Timer-0) S 921414 921417 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181465849 19566772224 303399 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
Current children cumulated CPU time: 6.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1213596 KiB

[startup+6.30029 s]
/proc/loadavg: 4.45 2.56 1.76 5/337 921437
/proc/meminfo: memFree=114517068/131524600 swapFree=131071996/131071996
[pid=921417] ppid=921414 vsize=19108176 memory=2446540 CPUtime=10.07 cores=0,2
/proc/921417/stat : 921417 (java) S 921414 921417 920389 0 -1 1077936128 24730 0 0 0 955 52 0 0 20 0 20 0 181465781 19566772224 611635 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
/proc/921417/statm: 4777044 611635 5879 1 0 885439 0
[pid=921417/tid=921419] ppid=921414 vsize=19108176 memory=0 CPUtime=6.04 cores=0,2
/proc/921417/task/921419/stat : 921419 (java) R 921414 921417 920389 0 -1 4194368 7604 0 0 0 559 45 0 0 20 0 20 0 181465781 19566772224 611635 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
[pid=921417/tid=921428] ppid=921414 vsize=19108176 memory=13012 CPUtime=0 cores=0,2
/proc/921417/task/921428/stat : 921428 (Finalizer) S 921414 921417 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181465784 19566772224 611635 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
[pid=921417/tid=921435] ppid=921414 vsize=19108176 memory=11488 CPUtime=0 cores=0,2
/proc/921417/task/921435/stat : 921435 (Common-Cleaner) S 921414 921417 920389 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 181465784 19566772224 611635 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
[pid=921417/tid=921437] ppid=921414 vsize=19108176 memory=43380 CPUtime=0 cores=0,2
/proc/921417/task/921437/stat : 921437 (Timer-0) S 921414 921417 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181465849 19566772224 611635 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
Current children cumulated CPU time: 10.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2446540 KiB

[startup+12.7003 s]
/proc/loadavg: 4.41 2.59 1.77 5/337 921438
/proc/meminfo: memFree=114035708/131524600 swapFree=131071996/131071996
[pid=921417] ppid=921414 vsize=19108176 memory=2596736 CPUtime=16.62 cores=0,2
/proc/921417/stat : 921417 (java) S 921414 921417 920389 0 -1 1077936128 29248 0 0 0 1607 55 0 0 20 0 20 0 181465781 19566772224 649184 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
/proc/921417/statm: 4777044 649184 5895 1 0 885449 0
[pid=921417/tid=921419] ppid=921414 vsize=19108176 memory=933344 CPUtime=12.21 cores=0,2
/proc/921417/task/921419/stat : 921419 (java) R 921414 921417 920389 0 -1 4194368 9326 0 0 0 1174 47 0 0 20 0 20 0 181465781 19566772224 649184 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
[pid=921417/tid=921428] ppid=921414 vsize=19108176 memory=2596716 CPUtime=0 cores=0,2
/proc/921417/task/921428/stat : 921428 (Finalizer) S 921414 921417 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181465784 19566772224 649184 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
[pid=921417/tid=921435] ppid=921414 vsize=19108176 memory=1213860 CPUtime=0 cores=0,2
/proc/921417/task/921435/stat : 921435 (Common-Cleaner) S 921414 921417 920389 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 181465784 19566772224 649184 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
[pid=921417/tid=921437] ppid=921414 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/921417/task/921437/stat : 921437 (Timer-0) S 921414 921417 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181465849 19566772224 649184 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
Current children cumulated CPU time: 16.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2596736 KiB

[startup+25.5003 s]
/proc/loadavg: 4.35 2.63 1.79 5/337 921440
/proc/meminfo: memFree=113897316/131524600 swapFree=131071996/131071996
[pid=921417] ppid=921414 vsize=19108176 memory=2596916 CPUtime=29.75 cores=0,2
/proc/921417/stat : 921417 (java) S 921414 921417 920389 0 -1 1077936128 33996 0 1 0 2918 57 0 0 20 0 20 0 181465781 19566772224 649229 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
/proc/921417/statm: 4777044 649229 5895 1 0 885453 0
[pid=921417/tid=921419] ppid=921414 vsize=19108176 memory=2596716 CPUtime=24.7 cores=0,2
/proc/921417/task/921419/stat : 921419 (java) R 921414 921417 920389 0 -1 4194368 12059 0 0 0 2422 48 0 0 20 0 20 0 181465781 19566772224 649229 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
[pid=921417/tid=921428] ppid=921414 vsize=19108176 memory=2596864 CPUtime=0 cores=0,2
/proc/921417/task/921428/stat : 921428 (Finalizer) S 921414 921417 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181465784 19566772224 649229 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
[pid=921417/tid=921435] ppid=921414 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/921417/task/921435/stat : 921435 (Common-Cleaner) S 921414 921417 920389 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 181465784 19566772224 649229 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
[pid=921417/tid=921437] ppid=921414 vsize=19108176 memory=6943526294502006880 CPUtime=0 cores=0,2
/proc/921417/task/921437/stat : 921437 (Timer-0) S 921414 921417 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181465849 19566772224 649229 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
Current children cumulated CPU time: 29.75 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2596916 KiB

[startup+51.1064 s]
/proc/loadavg: 4.28 2.78 1.87 5/338 921614
/proc/meminfo: memFree=113531488/131524600 swapFree=131071996/131071996
[pid=921417] ppid=921414 vsize=19108176 memory=2728244 CPUtime=55.75 cores=0,2
/proc/921417/stat : 921417 (java) S 921414 921417 920389 0 -1 1077936128 42966 0 1 0 5514 61 0 0 20 0 20 0 181465781 19566772224 682061 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
/proc/921417/statm: 4777044 682061 5928 1 0 885453 0
[pid=921417/tid=921419] ppid=921414 vsize=19108176 memory=2640144 CPUtime=49.48 cores=0,2
/proc/921417/task/921419/stat : 921419 (java) R 921414 921417 920389 0 -1 4194368 15231 0 0 0 4900 48 0 0 20 0 20 0 181465781 19566772224 682061 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
[pid=921417/tid=921428] ppid=921414 vsize=19108176 memory=2677008 CPUtime=0 cores=0,2
/proc/921417/task/921428/stat : 921428 (Finalizer) S 921414 921417 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181465784 19566772224 682061 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
[pid=921417/tid=921435] ppid=921414 vsize=19108176 memory=2596736 CPUtime=0 cores=0,2
/proc/921417/task/921435/stat : 921435 (Common-Cleaner) S 921414 921417 920389 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 181465784 19566772224 682061 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0

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

/proc/921417/task/921428/stat : 921428 (Finalizer) S 921414 921417 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181465784 19566772224 1002012 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
[pid=921417/tid=921435] ppid=921414 vsize=19108176 memory=4008032 CPUtime=0 cores=0,2
/proc/921417/task/921435/stat : 921435 (Common-Cleaner) S 921414 921417 920389 0 -1 1077936192 3226 0 0 0 0 0 0 0 20 0 20 0 181465784 19566772224 1002012 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
[pid=921417/tid=921437] ppid=921414 vsize=19108176 memory=4008048 CPUtime=0 cores=0,2
/proc/921417/task/921437/stat : 921437 (Timer-0) S 921414 921417 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181465849 19566772224 1002012 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
Current children cumulated CPU time: 3212.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4008048 KiB

[startup+3222.3 s]
/proc/loadavg: 4.48 4.65 4.57 5/333 922909
/proc/meminfo: memFree=108124260/131524600 swapFree=131071996/131071996
[pid=921417] ppid=921414 vsize=19108176 memory=4008048 CPUtime=3274.17 cores=0,2
/proc/921417/stat : 921417 (java) S 921414 921417 920389 0 -1 1077936128 387776 0 1 0 327175 242 0 0 20 0 20 0 181465781 19566772224 1002012 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
/proc/921417/statm: 4777044 1002012 5960 1 0 1015921 0
[pid=921417/tid=921419] ppid=921414 vsize=19108176 memory=2636 CPUtime=3150.16 cores=0,2
/proc/921417/task/921419/stat : 921419 (java) R 921414 921417 920389 0 -1 4194368 149767 0 0 0 314930 86 0 0 20 0 20 0 181465781 19566772224 1002012 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 110 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
[pid=921417/tid=921428] ppid=921414 vsize=19108176 memory=4008032 CPUtime=0 cores=0,2
/proc/921417/task/921428/stat : 921428 (Finalizer) S 921414 921417 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181465784 19566772224 1002012 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
[pid=921417/tid=921435] ppid=921414 vsize=19108176 memory=4008032 CPUtime=0 cores=0,2
/proc/921417/task/921435/stat : 921435 (Common-Cleaner) S 921414 921417 920389 0 -1 1077936192 3250 0 0 0 0 0 0 0 20 0 20 0 181465784 19566772224 1002012 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
[pid=921417/tid=921437] ppid=921414 vsize=19108176 memory=4008048 CPUtime=0 cores=0,2
/proc/921417/task/921437/stat : 921437 (Timer-0) S 921414 921417 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181465849 19566772224 1002012 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
Current children cumulated CPU time: 3274.17 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4008048 KiB

[startup+3282.3 s]
/proc/loadavg: 4.60 4.66 4.58 6/333 922919
/proc/meminfo: memFree=108121524/131524600 swapFree=131071996/131071996
[pid=921417] ppid=921414 vsize=19108176 memory=4008048 CPUtime=3334.72 cores=0,2
/proc/921417/stat : 921417 (java) S 921414 921417 920389 0 -1 1077936128 389942 0 1 0 333228 244 0 0 20 0 20 0 181465781 19566772224 1002012 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
/proc/921417/statm: 4777044 1002012 5960 1 0 1015921 0
[pid=921417/tid=921419] ppid=921414 vsize=19108176 memory=4008048 CPUtime=3209.13 cores=0,2
/proc/921417/task/921419/stat : 921419 (java) R 921414 921417 920389 0 -1 4194368 151135 0 0 0 320827 86 0 0 20 0 20 0 181465781 19566772224 1002012 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 110 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
[pid=921417/tid=921428] ppid=921414 vsize=19108176 memory=4008048 CPUtime=0 cores=0,2
/proc/921417/task/921428/stat : 921428 (Finalizer) S 921414 921417 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181465784 19566772224 1002012 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
[pid=921417/tid=921435] ppid=921414 vsize=19108176 memory=11488 CPUtime=0 cores=0,2
/proc/921417/task/921435/stat : 921435 (Common-Cleaner) S 921414 921417 920389 0 -1 1077936192 3348 0 0 0 0 0 0 0 20 0 20 0 181465784 19566772224 1002012 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
[pid=921417/tid=921437] ppid=921414 vsize=19108176 memory=27768 CPUtime=0 cores=0,2
/proc/921417/task/921437/stat : 921437 (Timer-0) S 921414 921417 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181465849 19566772224 1002012 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
Current children cumulated CPU time: 3334.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4008048 KiB

[startup+3342.3 s]
/proc/loadavg: 4.59 4.63 4.57 6/333 922998
/proc/meminfo: memFree=110020608/131524600 swapFree=131071996/131071996
[pid=921417] ppid=921414 vsize=19108176 memory=4008048 CPUtime=3395.03 cores=0,2
/proc/921417/stat : 921417 (java) S 921414 921417 920389 0 -1 1077936128 393597 0 1 0 339257 246 0 0 20 0 20 0 181465781 19566772224 1002012 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
/proc/921417/statm: 4777044 1002012 5960 1 0 1015921 0
[pid=921417/tid=921419] ppid=921414 vsize=19108176 memory=4008048 CPUtime=3268.32 cores=0,2
/proc/921417/task/921419/stat : 921419 (java) R 921414 921417 920389 0 -1 4194368 153478 0 0 0 326746 86 0 0 20 0 20 0 181465781 19566772224 1002012 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 110 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
[pid=921417/tid=921428] ppid=921414 vsize=19108176 memory=43380 CPUtime=0 cores=0,2
/proc/921417/task/921428/stat : 921428 (Finalizer) S 921414 921417 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181465784 19566772224 1002012 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
[pid=921417/tid=921435] ppid=921414 vsize=19108176 memory=13012 CPUtime=0 cores=0,2
/proc/921417/task/921435/stat : 921435 (Common-Cleaner) S 921414 921417 920389 0 -1 1077936192 3446 0 0 0 0 0 0 0 20 0 20 0 181465784 19566772224 1002012 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
[pid=921417/tid=921437] ppid=921414 vsize=19108176 memory=4008048 CPUtime=0 cores=0,2
/proc/921417/task/921437/stat : 921437 (Timer-0) S 921414 921417 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181465849 19566772224 1002012 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
Current children cumulated CPU time: 3395.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4008048 KiB

[startup+3402.3 s]
/proc/loadavg: 4.72 4.65 4.58 5/333 923078
/proc/meminfo: memFree=108813372/131524600 swapFree=131071996/131071996
[pid=921417] ppid=921414 vsize=19108176 memory=4008048 CPUtime=3455.32 cores=0,2
/proc/921417/stat : 921417 (java) S 921414 921417 920389 0 -1 1077936128 397413 0 1 0 345283 249 0 0 20 0 20 0 181465781 19566772224 1002012 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
/proc/921417/statm: 4777044 1002012 5960 1 0 1015921 0
[pid=921417/tid=921419] ppid=921414 vsize=19108176 memory=0 CPUtime=3327.56 cores=0,2
/proc/921417/task/921419/stat : 921419 (java) R 921414 921417 920389 0 -1 4194368 155430 0 0 0 332669 87 0 0 20 0 20 0 181465781 19566772224 1002012 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 110 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
[pid=921417/tid=921428] ppid=921414 vsize=19108176 memory=4008048 CPUtime=0 cores=0,2
/proc/921417/task/921428/stat : 921428 (Finalizer) S 921414 921417 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181465784 19566772224 1002012 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
[pid=921417/tid=921435] ppid=921414 vsize=19108176 memory=5560 CPUtime=0 cores=0,2
/proc/921417/task/921435/stat : 921435 (Common-Cleaner) S 921414 921417 920389 0 -1 1077936192 3534 0 0 0 0 0 0 0 20 0 20 0 181465784 19566772224 1002012 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
[pid=921417/tid=921437] ppid=921414 vsize=19108176 memory=4008048 CPUtime=0 cores=0,2
/proc/921417/task/921437/stat : 921437 (Timer-0) S 921414 921417 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181465849 19566772224 1002012 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
Current children cumulated CPU time: 3455.32 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4008048 KiB

[startup+3462.3 s]
/proc/loadavg: 4.52 4.61 4.57 5/335 923476
/proc/meminfo: memFree=107809616/131524600 swapFree=131071996/131071996
[pid=921417] ppid=921414 vsize=19108176 memory=4008372 CPUtime=3518.96 cores=0,2
/proc/921417/stat : 921417 (java) S 921414 921417 920389 0 -1 1077936128 408578 0 1 0 351641 255 0 0 20 0 20 0 181465781 19566772224 1002093 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
/proc/921417/statm: 4777044 1002093 5976 1 0 1015995 0
[pid=921417/tid=921419] ppid=921414 vsize=19108176 memory=2312 CPUtime=3386.32 cores=0,2
/proc/921417/task/921419/stat : 921419 (java) R 921414 921417 920389 0 -1 4194368 157600 0 0 0 338545 87 0 0 20 0 20 0 181465781 19566772224 1002093 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 110 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
[pid=921417/tid=921428] ppid=921414 vsize=19108176 memory=11488 CPUtime=0 cores=0,2
/proc/921417/task/921428/stat : 921428 (Finalizer) S 921414 921417 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181465784 19566772224 1002093 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
[pid=921417/tid=921435] ppid=921414 vsize=19108176 memory=11488 CPUtime=0 cores=0,2
/proc/921417/task/921435/stat : 921435 (Common-Cleaner) S 921414 921417 920389 0 -1 1077936192 3563 0 0 0 0 0 0 0 20 0 20 0 181465784 19566772224 1002093 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
[pid=921417/tid=921437] ppid=921414 vsize=19108176 memory=43380 CPUtime=0 cores=0,2
/proc/921417/task/921437/stat : 921437 (Timer-0) S 921414 921417 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181465849 19566772224 1002093 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
Current children cumulated CPU time: 3518.96 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4008372 KiB

[startup+3522.3 s]
/proc/loadavg: 4.38 4.55 4.55 5/333 923487
/proc/meminfo: memFree=107278240/131524600 swapFree=131071996/131071996
[pid=921417] ppid=921414 vsize=19108176 memory=4008436 CPUtime=3582.18 cores=0,2
/proc/921417/stat : 921417 (java) S 921414 921417 920389 0 -1 1077936128 423448 0 1 0 357957 261 0 0 20 0 20 0 181465781 19566772224 1002109 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
/proc/921417/statm: 4777044 1002109 5976 1 0 1015995 0
[pid=921417/tid=921419] ppid=921414 vsize=19108176 memory=4008376 CPUtime=3444.89 cores=0,2
/proc/921417/task/921419/stat : 921419 (java) R 921414 921417 920389 0 -1 4194368 160022 0 0 0 344401 88 0 0 20 0 20 0 181465781 19566772224 1002109 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 110 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
[pid=921417/tid=921428] ppid=921414 vsize=19108176 memory=4008436 CPUtime=0 cores=0,2
/proc/921417/task/921428/stat : 921428 (Finalizer) S 921414 921417 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181465784 19566772224 1002109 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
[pid=921417/tid=921435] ppid=921414 vsize=19108176 memory=11488 CPUtime=0 cores=0,2
/proc/921417/task/921435/stat : 921435 (Common-Cleaner) S 921414 921417 920389 0 -1 1077936192 3654 0 0 0 0 0 0 0 20 0 20 0 181465784 19566772224 1002109 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
[pid=921417/tid=921437] ppid=921414 vsize=19108176 memory=4008436 CPUtime=0 cores=0,2
/proc/921417/task/921437/stat : 921437 (Timer-0) S 921414 921417 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181465849 19566772224 1002109 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
Current children cumulated CPU time: 3582.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4008436 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3540 s]*
/proc/loadavg: 4.44 4.55 4.55 5/333 923490
/proc/meminfo: memFree=107187840/131524600 swapFree=131071996/131071996
[pid=921417] ppid=921414 vsize=19108176 memory=4008436 CPUtime=3600.03 cores=0,2
/proc/921417/stat : 921417 (java) S 921414 921417 920389 0 -1 1077936128 423814 0 1 0 359741 262 0 0 20 0 20 0 181465781 19566772224 1002109 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
/proc/921417/statm: 4777044 1002109 5976 1 0 1015995 0
[pid=921417/tid=921419] ppid=921414 vsize=19108176 memory=38528 CPUtime=3462.04 cores=0,2
/proc/921417/task/921419/stat : 921419 (java) R 921414 921417 920389 0 -1 4194368 160280 0 0 0 346116 88 0 0 20 0 20 0 181465781 19566772224 1002109 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 110 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
[pid=921417/tid=921428] ppid=921414 vsize=19108176 memory=5488 CPUtime=0 cores=0,2
/proc/921417/task/921428/stat : 921428 (Finalizer) S 921414 921417 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181465784 19566772224 1002109 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
[pid=921417/tid=921435] ppid=921414 vsize=19108176 memory=-7522267736096333692 CPUtime=0 cores=0,2
/proc/921417/task/921435/stat : 921435 (Common-Cleaner) S 921414 921417 920389 0 -1 1077936192 3654 0 0 0 0 0 0 0 20 0 20 0 181465784 19566772224 1002109 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
[pid=921417/tid=921437] ppid=921414 vsize=19108176 memory=13788 CPUtime=0 cores=0,2
/proc/921417/task/921437/stat : 921437 (Timer-0) S 921414 921417 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181465849 19566772224 1002109 134679101440 94236134785024 94236134788720 140721789337728 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94236134796536 94236134797328 94236165050368 140721789342703 140721789342816 140721789342816 140721789349832 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4008436 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.55 s, system=2.64403 s

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

[startup+3540.11 s]*
/proc/loadavg: 4.44 4.55 4.55 6/315 923493
/proc/meminfo: memFree=111047792/131524600 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3540.12
CPU time (s): 3600.2
CPU user time (s): 3597.55
CPU system time (s): 2.64403
CPU usage (%): 101.697
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 4008436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.55
system time used= 2.64403
maximum resident set size= 4009776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 425455
page faults= 1
swaps= 0
block input operations= 256
block output operations= 3840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 137780
involuntary context switches= 32262


# summary of solver processes directly reported to runsolver:
#   pid: 921417
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3597.55
#   total CPU system time (s): 2.64403

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.78499 second user time and 16.0372 second system time

The end

Launcher Data

Begin job on nodeC016 at 2024-07-18 10:57:44
IDJOB=4441895
IDBENCH=147756
IDSOLVER=3046
FILE ID=nodeC016/4441895-1721293052
RUNJOBID= nodeC016-1721292927-920400
SLURM_JOB_ID= 7542586
Free space on /tmp= 890056 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/www.ps.uni-sb.de/~walser/benchmarks/ppp-problems/normalized-ppp:1-9,16-19.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4441895-1721293052/watcher-4441895-1721293052 -o /tmp/evaluation-result-4441895-1721293052/solver-4441895-1721293052 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721292927-920400 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4441895-1721293052.opb

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

MD5SUM BENCH= d2d0eb539d1ad3b17959abe287928b07
RANDOM SEED=388614100

nodeC016.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	: 0xb00002a
cpu MHz		: 3639.358
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.70
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	: 0xb00002a
cpu MHz		: 3599.848
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.63
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	: 0xb00002a
cpu MHz		: 3627.968
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.70
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	: 0xb00002a
cpu MHz		: 3599.866
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.63
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	: 0xb00002a
cpu MHz		: 3645.763
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.70
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	: 0xb00002a
cpu MHz		: 3599.848
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.63
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	: 0xb00002a
cpu MHz		: 3600.156
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.70
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	: 0xb00002a
cpu MHz		: 3599.848
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        118951124 kB
MemAvailable:   122481872 kB
Buffers:          328856 kB
Cached:          4039976 kB
SwapCached:            0 kB
Active:           520748 kB
Inactive:       11435632 kB
Active(anon):       1544 kB
Inactive(anon):  7623700 kB
Active(file):     519204 kB
Inactive(file):  3811932 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              3860 kB
Writeback:             0 kB
AnonPages:       7586096 kB
Mapped:           125984 kB
Shmem:             37720 kB
KReclaimable:      78516 kB
Slab:             186548 kB
SReclaimable:      78516 kB
SUnreclaim:       108032 kB
KernelStack:        5088 kB
PageTables:        24812 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   11166852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            68768 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7294976 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:      207572 kB
DirectMap2M:    13197312 kB
DirectMap1G:    122683392 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC016 at 2024-07-18 11:56:44