Trace number 4442585

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.32 3528.31

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-45-40.opb
MD5SUM2590c1209b8f449ade71ad316e08b5f7
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.32104
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1800
Total number of constraints39645
Number of constraints which are clauses39645
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint40
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 41
Number of bits of the biggest sum of numbers6
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.13/0.10	c version CUSTOM.v20240707
0.13/0.11	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.11	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.11	c java.vm.version	22.0.1+8-16
0.13/0.11	c java.vm.vendor	Oracle Corporation
0.13/0.11	c sun.arch.data.model	64
0.13/0.11	c java.version		22.0.1
0.13/0.11	c os.name		Linux
0.13/0.11	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.11	c os.arch		amd64
0.13/0.12	c Free memory 		2113181440
0.13/0.12	c Max memory 		16282288128
0.13/0.12	c Total memory 		2122317824
0.13/0.12	c Number of processors 	2
0.32/0.22	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.32/0.22	 - never skip resolution steps
0.32/0.22	 - Auto-division on coefficients is disabled
0.32/0.22	 - No postprocessing
0.32/0.22	 - Conflict is considered as is when resolving
0.32/0.22	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.32/0.22	 - Weaken first using unassigned literals
0.32/0.22	 - Bump strategy: ALWAYS_ONE
0.32/0.22	 - Bumper: ASSIGNED
0.32/0.22	--- Begin Solver configuration ---
0.32/0.22	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.32/0.22	Learn all clauses as in MiniSAT
0.32/0.22	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.32/0.22	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.32/0.22	No reason simplification
0.32/0.22	Armin Biere (Picosat) restarts strategy
0.32/0.22	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.32/0.22	timeout=2147483s
0.32/0.22	DB Simplification allowed=false
0.32/0.22	Listener: none
0.32/0.22	--- End Solver configuration ---
0.32/0.22	c Pseudo Boolean Optimization by upper bound
0.32/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.32/0.22	c  - never skip resolution steps
0.32/0.22	c  - Auto-division on coefficients is disabled
0.32/0.22	c  - No postprocessing
0.32/0.22	c  - Conflict is considered as is when resolving
0.32/0.22	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.32/0.22	c  - Weaken first using unassigned literals
0.32/0.22	c  - Bump strategy: ALWAYS_ONE
0.32/0.22	c  - Bumper: ASSIGNED
0.32/0.22	c --- Begin Solver configuration ---
0.32/0.22	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.32/0.22	c Learn all clauses as in MiniSAT
0.32/0.22	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.32/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.32/0.22	c No reason simplification
0.32/0.22	c Armin Biere (Picosat) restarts strategy
0.32/0.22	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.32/0.22	c timeout=2147483s
0.32/0.22	c DB Simplification allowed=false
0.32/0.22	c Listener: none
0.32/0.22	c --- End Solver configuration ---
0.32/0.22	c solving HOME/instance-4442585-1721304916.opb
0.32/0.22	c reading problem ... 
0.32/0.22	c  no objective function found
1.25/0.72	c ... done. Wall clock time 0.512s.
1.25/0.72	c declared #vars     1800
1.25/0.72	c #constraints  39645
1.25/0.72	c constraints type 
1.25/0.74	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 39600
1.25/0.74	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 45
1.25/0.74	c 39645 constraints processed.
4.41/2.32	c cleaning 0 clauses out of 5002 with flag 0/5002
6.28/3.96	c cleaning 0 clauses out of 11000 with flag 0/11000
8.98/6.39	c cleaning 0 clauses out of 18000 with flag 0/18000
13.65/10.90	c cleaning 0 clauses out of 26001 with flag 0/26001
18.38/15.51	c cleaning 0 clauses out of 35001 with flag 0/35001
23.85/21.00	c cleaning 0 clauses out of 45000 with flag 0/45000
31.02/27.79	c cleaning 0 clauses out of 56002 with flag 0/56002
40.97/37.53	c cleaning 0 clauses out of 68003 with flag 0/68003
53.56/49.89	c cleaning 0 clauses out of 81000 with flag 0/81000
68.96/64.94	c cleaning 0 clauses out of 95000 with flag 0/95000
86.48/82.14	c cleaning 0 clauses out of 110001 with flag 0/110001
108.74/104.18	c cleaning 0 clauses out of 126000 with flag 0/126000
142.49/137.46	c cleaning 0 clauses out of 143003 with flag 0/143003
170.49/165.24	c cleaning 0 clauses out of 161000 with flag 0/161000
205.24/199.96	c cleaning 0 clauses out of 180001 with flag 0/180001
249.24/243.63	c cleaning 0 clauses out of 200003 with flag 0/200003
293.22/287.43	c cleaning 0 clauses out of 221002 with flag 0/221002
355.04/348.81	c cleaning 0 clauses out of 243002 with flag 0/243002
412.63/406.49	c cleaning 0 clauses out of 266001 with flag 0/266001
496.95/490.56	c cleaning 0 clauses out of 290000 with flag 0/290000
568.32/561.68	c cleaning 0 clauses out of 315000 with flag 0/315000
659.28/652.35	c cleaning 0 clauses out of 341000 with flag 0/341000
767.20/760.11	c cleaning 0 clauses out of 368000 with flag 0/368000
854.55/847.18	c cleaning 0 clauses out of 396000 with flag 0/396000
987.59/980.24	c cleaning 0 clauses out of 425001 with flag 0/425001
1209.68/1202.08	c cleaning 0 clauses out of 455000 with flag 0/455000
1330.63/1322.86	c cleaning 0 clauses out of 486002 with flag 0/486002
1605.08/1597.04	c cleaning 0 clauses out of 518002 with flag 0/518002
1806.49/1798.47	c cleaning 0 clauses out of 551000 with flag 0/551000
1997.66/1982.86	c cleaning 0 clauses out of 585001 with flag 0/585001
2176.72/2153.74	c cleaning 0 clauses out of 620004 with flag 0/620004
2384.22/2354.99	c cleaning 0 clauses out of 656003 with flag 0/656003
2633.40/2596.37	c cleaning 0 clauses out of 693001 with flag 0/693001
2884.41/2839.37	c cleaning 0 clauses out of 731001 with flag 0/731001
3157.51/3104.08	c cleaning 0 clauses out of 770000 with flag 0/770000
3432.26/3369.41	c cleaning 0 clauses out of 810001 with flag 0/810001
3600.04/3528.14	c starts		: 171
3600.04/3528.14	c timeout
3600.04/3528.14	c conflicts		: 836457
3600.04/3528.14	c decisions		: 927727
3600.04/3528.14	c propagations		: 35441278
3600.04/3528.14	c inspects		: 12077429511
3600.04/3528.14	c shortcuts		: 0
3600.04/3528.14	c learnt literals	: 0
3600.04/3528.14	c learnt binary clauses	: 0
3600.04/3528.14	c learnt ternary clauses	: 0
3600.04/3528.14	c learnt constraints	: 836457
3600.04/3528.14	c ignored constraints	: 0
3600.04/3528.14	c root simplifications	: 0
3600.04/3528.14	c removed literals (reason simplification)	: 0
3600.04/3528.14	c reason swapping (by a shorter reason)	: 0
3600.04/3528.14	c Calls to reduceDB	: 36
3600.04/3528.14	c Number of update (reduction) of LBD	: 0
3600.04/3528.14	c Imported unit clauses	: 0
3600.04/3528.14	c No decision after first conflict	: false
3600.04/3528.14	c number of reductions to clauses (during analyze)	: 0
3600.04/3528.14	c number of learned constraints concerned by reduction	: 0
3600.04/3528.14	c number of learning phase by resolution	: 0
3600.04/3528.14	c number of learning phase by cutting planes	: 0
3600.04/3528.14	c number of rounding to 1 operations	: 0
3600.04/3528.14	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3528.14	c number of reductions of the coefficients by power 2 	: 0
3600.04/3528.14	c number of right shift for reduction by power 2 	: 0
3600.04/3528.14	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3528.14	c number of ending skipping 	: 0
3600.04/3528.14	c number of internal skipping 	: 0
3600.04/3528.14	c number of derivation steps 	: 7004751
3600.04/3528.14	c number of skipped derivation steps 	: 0
3600.04/3528.14	c number of remaining unassigned 	: 0
3600.04/3528.14	c number of remaining assigned 	: 0
3600.04/3528.14	c number of falsified literals weakened from reason	: 0
3600.04/3528.14	c number of falsified literals weakened from conflict	: 0
3600.04/3528.14	c time for arithmetic operations	: 0
3600.04/3528.16	c minimum degree of deleted constraints	: null
3600.04/3528.16	c maximum degree of deleted constraints	: null
3600.04/3528.16	c number of deleted constraints	: 0
3600.04/3528.16	c speed (assignments/second)	: 10047.393980285819
3600.04/3528.16	c non guided choices	: 801
3600.18/3528.24	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 836457
3600.18/3528.24	s UNKNOWN
3600.18/3528.24	c Total wall clock time (in seconds): 3528.037

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100085 s]*
/proc/loadavg: 1.17 2.68 3.56 7/295 954370
/proc/meminfo: memFree=123489844/131655788 swapFree=131071996/131071996
[pid=954338] ppid=954335 vsize=18975048 memory=56652 CPUtime=0.13 cores=5,7
/proc/954338/stat : 954338 (java) S 954335 954338 953879 0 -1 1077936128 6731 0 0 0 11 2 0 0 20 0 18 0 182650288 19430449152 14163 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
/proc/954338/statm: 4743762 14163 5565 1 0 551002 0
[pid=954338/tid=954340] ppid=954335 vsize=18975048 memory=4026531971 CPUtime=0.08 cores=5,7
/proc/954338/task/954340/stat : 954340 (java) R 954335 954338 953879 0 -1 4194368 5623 0 0 0 7 1 0 0 20 0 18 0 182650288 19430449152 14163 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
[pid=954338/tid=954357] ppid=954335 vsize=18975048 memory=19020 CPUtime=0 cores=5,7
/proc/954338/task/954357/stat : 954357 (Finalizer) S 954335 954338 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182650292 19430449152 14163 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
[pid=954338/tid=954368] ppid=954335 vsize=18975048 memory=15544037289509020 CPUtime=0 cores=5,7
/proc/954338/task/954368/stat : 954368 (Common-Cleaner) S 954335 954338 953879 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 182650292 19430449152 14163 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56652 KiB

[startup+0.207756 s]*
/proc/loadavg: 1.17 2.68 3.56 9/293 954388
/proc/meminfo: memFree=123468452/131655788 swapFree=131071996/131071996
[pid=954338] ppid=954335 vsize=18975048 memory=69060 CPUtime=0.32 cores=5,7
/proc/954338/stat : 954338 (java) S 954335 954338 953879 0 -1 1077936128 7584 0 0 0 29 3 0 0 20 0 18 0 182650288 19430449152 17265 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
/proc/954338/statm: 4743762 17265 5763 1 0 551683 0
[pid=954338/tid=954340] ppid=954335 vsize=18975048 memory=7947006584537350263 CPUtime=0.19 cores=5,7
/proc/954338/task/954340/stat : 954340 (java) R 954335 954338 953879 0 -1 4194368 5997 0 0 0 17 2 0 0 20 0 18 0 182650288 19430449152 17265 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
[pid=954338/tid=954357] ppid=954335 vsize=18975048 memory=19008 CPUtime=0 cores=5,7
/proc/954338/task/954357/stat : 954357 (Finalizer) S 954335 954338 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182650292 19430449152 17265 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
[pid=954338/tid=954368] ppid=954335 vsize=18975048 memory=13569318650646897 CPUtime=0 cores=5,7
/proc/954338/task/954368/stat : 954368 (Common-Cleaner) S 954335 954338 953879 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 182650292 19430449152 17265 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 69060 KiB

[startup+0.307635 s]*
/proc/loadavg: 1.17 2.68 3.56 11/316 954420
/proc/meminfo: memFree=123415208/131655788 swapFree=131071996/131071996
[pid=954338] ppid=954335 vsize=18975048 memory=81820 CPUtime=0.51 cores=5,7
/proc/954338/stat : 954338 (java) S 954335 954338 953879 0 -1 1077936128 7753 0 0 0 48 3 0 0 20 0 18 0 182650288 19430449152 20455 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
/proc/954338/statm: 4743762 20455 5763 1 0 551754 0
[pid=954338/tid=954340] ppid=954335 vsize=18975048 memory=7311146985107750967 CPUtime=0.29 cores=5,7
/proc/954338/task/954340/stat : 954340 (java) R 954335 954338 953879 0 -1 4194368 6057 0 0 0 26 3 0 0 20 0 18 0 182650288 19430449152 20455 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
[pid=954338/tid=954357] ppid=954335 vsize=18975048 memory=18996 CPUtime=0 cores=5,7
/proc/954338/task/954357/stat : 954357 (Finalizer) S 954335 954338 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182650292 19430449152 20455 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
[pid=954338/tid=954368] ppid=954335 vsize=18975048 memory=15817819929447570 CPUtime=0 cores=5,7
/proc/954338/task/954368/stat : 954368 (Common-Cleaner) S 954335 954338 953879 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 182650292 19430449152 20455 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 81820 KiB

[startup+0.700935 s]
/proc/loadavg: 1.17 2.68 3.56 13/317 954421
/proc/meminfo: memFree=123313196/131655788 swapFree=131071996/131071996
[pid=954338] ppid=954335 vsize=19041612 memory=365276 CPUtime=1.25 cores=5,7
/proc/954338/stat : 954338 (java) S 954335 954338 953879 0 -1 1077936128 12785 0 0 0 113 12 0 0 20 0 19 0 182650288 19498610688 91319 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
/proc/954338/statm: 4760403 91319 5919 1 0 555014 0
[pid=954338/tid=954340] ppid=954335 vsize=19041612 memory=16224 CPUtime=0.64 cores=5,7
/proc/954338/task/954340/stat : 954340 (java) R 954335 954338 953879 0 -1 4194368 6189 0 0 0 55 9 0 0 20 0 19 0 182650288 19498610688 91319 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
[pid=954338/tid=954357] ppid=954335 vsize=19041612 memory=12020 CPUtime=0 cores=5,7
/proc/954338/task/954357/stat : 954357 (Finalizer) S 954335 954338 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 182650292 19498610688 91319 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
[pid=954338/tid=954368] ppid=954335 vsize=19041612 memory=4739 CPUtime=0 cores=5,7
/proc/954338/task/954368/stat : 954368 (Common-Cleaner) S 954335 954338 953879 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 182650292 19498610688 91319 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 365276 KiB

[startup+1.50045 s]
/proc/loadavg: 1.17 2.68 3.56 11/320 954424
/proc/meminfo: memFree=122884132/131655788 swapFree=131071996/131071996
[pid=954338] ppid=954335 vsize=19108176 memory=698644 CPUtime=2.82 cores=5,7
/proc/954338/stat : 954338 (java) S 954335 954338 953879 0 -1 1077936128 21207 0 0 0 261 21 0 0 20 0 20 0 182650288 19566772224 174661 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
/proc/954338/statm: 4777044 174661 5919 1 0 559585 0
[pid=954338/tid=954340] ppid=954335 vsize=19108176 memory=12020 CPUtime=1.39 cores=5,7
/proc/954338/task/954340/stat : 954340 (java) R 954335 954338 953879 0 -1 4194368 6444 0 0 0 123 16 0 0 20 0 20 0 182650288 19566772224 174661 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
[pid=954338/tid=954357] ppid=954335 vsize=19108176 memory=207048 CPUtime=0 cores=5,7
/proc/954338/task/954357/stat : 954357 (Finalizer) S 954335 954338 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182650292 19566772224 174661 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
[pid=954338/tid=954368] ppid=954335 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/954338/task/954368/stat : 954368 (Common-Cleaner) S 954335 954338 953879 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 182650292 19566772224 174661 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
[pid=954338/tid=954423] ppid=954335 vsize=19108176 memory=164 CPUtime=0 cores=5,7
/proc/954338/task/954423/stat : 954423 (Timer-0) S 954335 954338 953879 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 182650362 19566772224 174661 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 698644 KiB

[startup+3.10545 s]
/proc/loadavg: 1.55 2.73 3.57 9/319 954557
/proc/meminfo: memFree=121433792/131655788 swapFree=131071996/131071996
[pid=954338] ppid=954335 vsize=19108176 memory=1166680 CPUtime=5.33 cores=5,7
/proc/954338/stat : 954338 (java) S 954335 954338 953879 0 -1 1077936128 27337 0 0 0 501 32 0 0 20 0 20 0 182650288 19566772224 291670 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
/proc/954338/statm: 4777044 291670 5919 1 0 559666 0
[pid=954338/tid=954340] ppid=954335 vsize=19108176 memory=-8816472918672581308 CPUtime=2.93 cores=5,7
/proc/954338/task/954340/stat : 954340 (java) R 954335 954338 953879 0 -1 4194368 6775 0 0 0 267 26 0 0 20 0 20 0 182650288 19566772224 291670 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
[pid=954338/tid=954357] ppid=954335 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/954338/task/954357/stat : 954357 (Finalizer) S 954335 954338 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182650292 19566772224 291670 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
[pid=954338/tid=954368] ppid=954335 vsize=19108176 memory=12020 CPUtime=0 cores=5,7
/proc/954338/task/954368/stat : 954368 (Common-Cleaner) S 954335 954338 953879 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 182650292 19566772224 291670 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
[pid=954338/tid=954423] ppid=954335 vsize=19108176 memory=25168 CPUtime=0 cores=5,7
/proc/954338/task/954423/stat : 954423 (Timer-0) S 954335 954338 953879 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 182650362 19566772224 291670 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
Current children cumulated CPU time: 5.33 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1166680 KiB

[startup+6.30045 s]
/proc/loadavg: 1.55 2.73 3.57 6/320 954624
/proc/meminfo: memFree=117102984/131655788 swapFree=131071996/131071996
[pid=954338] ppid=954335 vsize=19108176 memory=1917484 CPUtime=8.98 cores=5,7
/proc/954338/stat : 954338 (java) S 954335 954338 953879 0 -1 1077936128 30702 0 0 0 852 46 0 0 20 0 20 0 182650288 19566772224 479371 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
/proc/954338/statm: 4777044 479371 5919 1 0 1071443 0
[pid=954338/tid=954340] ppid=954335 vsize=19108176 memory=0 CPUtime=5.95 cores=5,7
/proc/954338/task/954340/stat : 954340 (java) R 954335 954338 953879 0 -1 4194368 7877 0 0 0 558 37 0 0 20 0 20 0 182650288 19566772224 479371 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
[pid=954338/tid=954357] ppid=954335 vsize=19108176 memory=12020 CPUtime=0 cores=5,7
/proc/954338/task/954357/stat : 954357 (Finalizer) S 954335 954338 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182650292 19566772224 479371 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
[pid=954338/tid=954368] ppid=954335 vsize=19108176 memory=25168 CPUtime=0 cores=5,7
/proc/954338/task/954368/stat : 954368 (Common-Cleaner) S 954335 954338 953879 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 182650292 19566772224 479371 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
[pid=954338/tid=954423] ppid=954335 vsize=19108176 memory=1370460 CPUtime=0 cores=5,7
/proc/954338/task/954423/stat : 954423 (Timer-0) S 954335 954338 953879 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 182650362 19566772224 479371 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
Current children cumulated CPU time: 8.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1917484 KiB

[startup+12.7005 s]
/proc/loadavg: 1.91 2.79 3.59 6/321 954625
/proc/meminfo: memFree=113406180/131655788 swapFree=131071996/131071996
[pid=954338] ppid=954335 vsize=19108176 memory=3273276 CPUtime=15.51 cores=5,7
/proc/954338/stat : 954338 (java) S 954335 954338 953879 0 -1 1077936128 32118 0 0 0 1473 78 0 0 20 0 20 0 182650288 19566772224 818319 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
/proc/954338/statm: 4777044 818319 5919 1 0 1265716 0
[pid=954338/tid=954340] ppid=954335 vsize=19108176 memory=2791740 CPUtime=12.04 cores=5,7
/proc/954338/task/954340/stat : 954340 (java) R 954335 954338 953879 0 -1 4194368 8497 0 0 0 1139 65 0 0 20 0 20 0 182650288 19566772224 818319 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
[pid=954338/tid=954357] ppid=954335 vsize=19108176 memory=2740492 CPUtime=0 cores=5,7
/proc/954338/task/954357/stat : 954357 (Finalizer) S 954335 954338 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182650292 19566772224 818319 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
[pid=954338/tid=954368] ppid=954335 vsize=19108176 memory=12020 CPUtime=0 cores=5,7
/proc/954338/task/954368/stat : 954368 (Common-Cleaner) S 954335 954338 953879 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 182650292 19566772224 818319 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
[pid=954338/tid=954423] ppid=954335 vsize=19108176 memory=406384 CPUtime=0 cores=5,7
/proc/954338/task/954423/stat : 954423 (Timer-0) S 954335 954338 953879 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 182650362 19566772224 818319 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
Current children cumulated CPU time: 15.51 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3273276 KiB

[startup+25.5005 s]
/proc/loadavg: 2.45 2.86 3.60 6/318 954628
/proc/meminfo: memFree=110709460/131655788 swapFree=131071996/131071996
[pid=954338] ppid=954335 vsize=19108176 memory=3373800 CPUtime=28.81 cores=5,7
/proc/954338/stat : 954338 (java) S 954335 954338 953879 0 -1 1077936128 34972 0 0 0 2801 80 0 0 20 0 20 0 182650288 19566772224 843450 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
/proc/954338/statm: 4777044 843450 5919 1 0 1265717 0
[pid=954338/tid=954340] ppid=954335 vsize=19108176 memory=2791740 CPUtime=24.3 cores=5,7
/proc/954338/task/954340/stat : 954340 (java) R 954335 954338 953879 0 -1 4194368 9805 0 0 0 2365 65 0 0 20 0 20 0 182650288 19566772224 843450 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
[pid=954338/tid=954357] ppid=954335 vsize=19108176 memory=3373796 CPUtime=0 cores=5,7
/proc/954338/task/954357/stat : 954357 (Finalizer) S 954335 954338 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182650292 19566772224 843450 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
[pid=954338/tid=954368] ppid=954335 vsize=19108176 memory=-8816472918672581308 CPUtime=0 cores=5,7
/proc/954338/task/954368/stat : 954368 (Common-Cleaner) S 954335 954338 953879 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 182650292 19566772224 843450 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
[pid=954338/tid=954423] ppid=954335 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/954338/task/954423/stat : 954423 (Timer-0) S 954335 954338 953879 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 182650362 19566772224 843450 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
Current children cumulated CPU time: 28.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3373800 KiB

[startup+51.1135 s]
/proc/loadavg: 3.20 3.00 3.63 6/318 954764
/proc/meminfo: memFree=105812580/131655788 swapFree=131071996/131071996
[pid=954338] ppid=954335 vsize=19108176 memory=6227992 CPUtime=55.03 cores=5,7
/proc/954338/stat : 954338 (java) S 954335 954338 953879 0 -1 1077936128 41271 0 0 0 5367 136 0 0 20 0 20 0 182650288 19566772224 1556998 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
/proc/954338/statm: 4777044 1556998 5919 1 0 1829725 0
[pid=954338/tid=954340] ppid=954335 vsize=19108176 memory=5814276 CPUtime=49.2 cores=5,7
/proc/954338/task/954340/stat : 954340 (java) R 954335 954338 953879 0 -1 4194368 11876 0 0 0 4809 111 0 0 20 0 20 0 182650288 19566772224 1556998 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
[pid=954338/tid=954357] ppid=954335 vsize=19108176 memory=5773316 CPUtime=0 cores=5,7
/proc/954338/task/954357/stat : 954357 (Finalizer) S 954335 954338 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182650292 19566772224 1556998 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
[pid=954338/tid=954368] ppid=954335 vsize=19108176 memory=5507040 CPUtime=0 cores=5,7
/proc/954338/task/954368/stat : 954368 (Common-Cleaner) S 954335 954338 953879 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 182650292 19566772224 1556998 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0

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

/proc/954338/task/954340/stat : 954340 (java) R 954335 954338 953879 0 -1 4194368 330586 0 0 0 319234 181 0 0 20 0 20 0 182650288 19566772224 1996622 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 25 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
[pid=954338/tid=954357] ppid=954335 vsize=19108176 memory=7669560 CPUtime=0 cores=5,7
/proc/954338/task/954357/stat : 954357 (Finalizer) S 954335 954338 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182650292 19566772224 1996622 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
[pid=954338/tid=954368] ppid=954335 vsize=19108176 memory=43948 CPUtime=0.01 cores=5,7
/proc/954338/task/954368/stat : 954368 (Common-Cleaner) S 954335 954338 953879 0 -1 1077936192 5072 0 0 0 0 1 0 0 20 0 20 0 182650292 19566772224 1996622 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
[pid=954338/tid=954423] ppid=954335 vsize=19108176 memory=-8816472918672581308 CPUtime=0 cores=5,7
/proc/954338/task/954423/stat : 954423 (Timer-0) S 954335 954338 953879 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 182650362 19566772224 1996622 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
Current children cumulated CPU time: 3284.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7986488 KiB

[startup+3282.3 s]
/proc/loadavg: 4.50 4.44 4.39 5/317 956530
/proc/meminfo: memFree=76972708/131655788 swapFree=131071996/131071996
[pid=954338] ppid=954335 vsize=19108176 memory=7986500 CPUtime=3344.99 cores=5,7
/proc/954338/stat : 954338 (java) S 954335 954338 953879 0 -1 1077936128 535662 0 0 0 334030 469 0 0 20 0 20 0 182650288 19566772224 1996625 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
/proc/954338/statm: 4777044 1996625 5932 1 0 2009187 0
[pid=954338/tid=954340] ppid=954335 vsize=19108176 memory=7986500 CPUtime=3253.67 cores=5,7
/proc/954338/task/954340/stat : 954340 (java) R 954335 954338 953879 0 -1 4194368 334825 0 0 0 325185 182 0 0 20 0 20 0 182650288 19566772224 1996625 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 25 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
[pid=954338/tid=954357] ppid=954335 vsize=19108176 memory=11516 CPUtime=0 cores=5,7
/proc/954338/task/954357/stat : 954357 (Finalizer) S 954335 954338 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182650292 19566772224 1996625 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
[pid=954338/tid=954368] ppid=954335 vsize=19108176 memory=7986488 CPUtime=0.01 cores=5,7
/proc/954338/task/954368/stat : 954368 (Common-Cleaner) S 954335 954338 953879 0 -1 1077936192 5073 0 0 0 0 1 0 0 20 0 20 0 182650292 19566772224 1996625 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
[pid=954338/tid=954423] ppid=954335 vsize=19108176 memory=7986500 CPUtime=0 cores=5,7
/proc/954338/task/954423/stat : 954423 (Timer-0) S 954335 954338 953879 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 182650362 19566772224 1996625 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
Current children cumulated CPU time: 3344.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7986500 KiB

[startup+3342.3 s]
/proc/loadavg: 4.96 4.58 4.44 5/320 956545
/proc/meminfo: memFree=76882132/131655788 swapFree=131071996/131071996
[pid=954338] ppid=954335 vsize=19108176 memory=7986500 CPUtime=3405.2 cores=5,7
/proc/954338/stat : 954338 (java) S 954335 954338 953879 0 -1 1077936128 543315 0 0 0 340047 473 0 0 20 0 20 0 182650288 19566772224 1996625 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
/proc/954338/statm: 4777044 1996625 5932 1 0 2009187 0
[pid=954338/tid=954340] ppid=954335 vsize=19108176 memory=2004 CPUtime=3313.2 cores=5,7
/proc/954338/task/954340/stat : 954340 (java) R 954335 954338 953879 0 -1 4194368 339510 0 0 0 331137 183 0 0 20 0 20 0 182650288 19566772224 1996625 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 25 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
[pid=954338/tid=954357] ppid=954335 vsize=19108176 memory=7986500 CPUtime=0 cores=5,7
/proc/954338/task/954357/stat : 954357 (Finalizer) S 954335 954338 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182650292 19566772224 1996625 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
[pid=954338/tid=954368] ppid=954335 vsize=19108176 memory=7986500 CPUtime=0.01 cores=5,7
/proc/954338/task/954368/stat : 954368 (Common-Cleaner) S 954335 954338 953879 0 -1 1077936192 5227 0 0 0 0 1 0 0 20 0 20 0 182650292 19566772224 1996625 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
[pid=954338/tid=954423] ppid=954335 vsize=19108176 memory=7986500 CPUtime=0 cores=5,7
/proc/954338/task/954423/stat : 954423 (Timer-0) S 954335 954338 953879 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 182650362 19566772224 1996625 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
Current children cumulated CPU time: 3405.2 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7986500 KiB

[startup+3402.3 s]
/proc/loadavg: 4.60 4.56 4.45 5/320 956623
/proc/meminfo: memFree=92701224/131655788 swapFree=131071996/131071996
[pid=954338] ppid=954335 vsize=19108176 memory=7986504 CPUtime=3465.19 cores=5,7
/proc/954338/stat : 954338 (java) S 954335 954338 953879 0 -1 1077936128 550313 0 0 0 346042 477 0 0 20 0 20 0 182650288 19566772224 1996626 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
/proc/954338/statm: 4777044 1996626 5932 1 0 2009187 0
[pid=954338/tid=954340] ppid=954335 vsize=19108176 memory=7986500 CPUtime=3372.8 cores=5,7
/proc/954338/task/954340/stat : 954340 (java) R 954335 954338 953879 0 -1 4194368 344316 0 0 0 337097 183 0 0 20 0 20 0 182650288 19566772224 1996626 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 25 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
[pid=954338/tid=954357] ppid=954335 vsize=19108176 memory=5468 CPUtime=0 cores=5,7
/proc/954338/task/954357/stat : 954357 (Finalizer) S 954335 954338 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182650292 19566772224 1996626 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
[pid=954338/tid=954368] ppid=954335 vsize=19108176 memory=43948 CPUtime=0.01 cores=5,7
/proc/954338/task/954368/stat : 954368 (Common-Cleaner) S 954335 954338 953879 0 -1 1077936192 5232 0 0 0 0 1 0 0 20 0 20 0 182650292 19566772224 1996626 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
[pid=954338/tid=954423] ppid=954335 vsize=19108176 memory=7669560 CPUtime=0 cores=5,7
/proc/954338/task/954423/stat : 954423 (Timer-0) S 954335 954338 953879 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 182650362 19566772224 1996626 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
Current children cumulated CPU time: 3465.19 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7986504 KiB

[startup+3462.3 s]
/proc/loadavg: 4.25 4.47 4.42 5/320 956701
/proc/meminfo: memFree=100966352/131655788 swapFree=131071996/131071996
[pid=954338] ppid=954335 vsize=19108176 memory=7986504 CPUtime=3525.45 cores=5,7
/proc/954338/stat : 954338 (java) S 954335 954338 953879 0 -1 1077936128 557361 0 0 0 352064 481 0 0 20 0 20 0 182650288 19566772224 1996626 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
/proc/954338/statm: 4777044 1996626 5932 1 0 2009187 0
[pid=954338/tid=954340] ppid=954335 vsize=19108176 memory=43948 CPUtime=3432.27 cores=5,7
/proc/954338/task/954340/stat : 954340 (java) R 954335 954338 953879 0 -1 4194368 349204 0 0 0 343043 184 0 0 20 0 20 0 182650288 19566772224 1996626 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 25 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
[pid=954338/tid=954357] ppid=954335 vsize=19108176 memory=7669560 CPUtime=0 cores=5,7
/proc/954338/task/954357/stat : 954357 (Finalizer) S 954335 954338 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182650292 19566772224 1996626 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
[pid=954338/tid=954368] ppid=954335 vsize=19108176 memory=11516 CPUtime=0.01 cores=5,7
/proc/954338/task/954368/stat : 954368 (Common-Cleaner) S 954335 954338 953879 0 -1 1077936192 5270 0 0 0 0 1 0 0 20 0 20 0 182650292 19566772224 1996626 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
[pid=954338/tid=954423] ppid=954335 vsize=19108176 memory=7986504 CPUtime=0 cores=5,7
/proc/954338/task/954423/stat : 954423 (Timer-0) S 954335 954338 953879 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 182650362 19566772224 1996626 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
Current children cumulated CPU time: 3525.45 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7986504 KiB

[startup+3522.3 s]
/proc/loadavg: 4.46 4.48 4.43 6/320 956779
/proc/meminfo: memFree=102783320/131655788 swapFree=131071996/131071996
[pid=954338] ppid=954335 vsize=19108176 memory=7986588 CPUtime=3590.86 cores=5,7
/proc/954338/stat : 954338 (java) S 954335 954338 953879 0 -1 1077936128 577858 0 0 0 358593 493 0 0 20 0 20 0 182650288 19566772224 1996647 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
/proc/954338/statm: 4777044 1996647 5932 1 0 2009187 0
[pid=954338/tid=954340] ppid=954335 vsize=19108176 memory=43948 CPUtime=3491.83 cores=5,7
/proc/954338/task/954340/stat : 954340 (java) R 954335 954338 953879 0 -1 4194368 363807 0 0 0 348998 185 0 0 20 0 20 0 182650288 19566772224 1996647 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 25 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
[pid=954338/tid=954357] ppid=954335 vsize=19108176 memory=2004 CPUtime=0 cores=5,7
/proc/954338/task/954357/stat : 954357 (Finalizer) S 954335 954338 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182650292 19566772224 1996647 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
[pid=954338/tid=954368] ppid=954335 vsize=19108176 memory=7986504 CPUtime=0.01 cores=5,7
/proc/954338/task/954368/stat : 954368 (Common-Cleaner) S 954335 954338 953879 0 -1 1077936192 5363 0 0 0 0 1 0 0 20 0 20 0 182650292 19566772224 1996647 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
[pid=954338/tid=954423] ppid=954335 vsize=19108176 memory=2268 CPUtime=0 cores=5,7
/proc/954338/task/954423/stat : 954423 (Timer-0) S 954335 954338 953879 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 182650362 19566772224 1996647 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
Current children cumulated CPU time: 3590.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7986588 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3528.11 s]
/proc/loadavg: 4.50 4.49 4.43 5/320 956781
/proc/meminfo: memFree=102435908/131655788 swapFree=131071996/131071996
[pid=954338] ppid=954335 vsize=19108176 memory=8269608 CPUtime=3600.04 cores=5,7
/proc/954338/stat : 954338 (java) S 954335 954338 953879 0 -1 1077936128 582324 0 0 0 359503 501 0 0 20 0 20 0 182650288 19566772224 2067402 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
/proc/954338/statm: 4777044 2067402 5932 1 0 2190917 0
[pid=954338/tid=954340] ppid=954335 vsize=19108176 memory=43948 CPUtime=3497.58 cores=5,7
/proc/954338/task/954340/stat : 954340 (java) R 954335 954338 953879 0 -1 4194368 364108 0 0 0 349568 190 0 0 20 0 20 0 182650288 19566772224 2067402 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 25 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
[pid=954338/tid=954357] ppid=954335 vsize=19108176 memory=11516 CPUtime=0 cores=5,7
/proc/954338/task/954357/stat : 954357 (Finalizer) S 954335 954338 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182650292 19566772224 2067402 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
[pid=954338/tid=954368] ppid=954335 vsize=19108176 memory=5468 CPUtime=0.01 cores=5,7
/proc/954338/task/954368/stat : 954368 (Common-Cleaner) S 954335 954338 953879 0 -1 1077936192 5363 0 0 0 0 1 0 0 20 0 20 0 182650292 19566772224 2067402 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
[pid=954338/tid=954423] ppid=954335 vsize=19108176 memory=-8816472918672581308 CPUtime=0 cores=5,7
/proc/954338/task/954423/stat : 954423 (Timer-0) S 954335 954338 953879 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 182650362 19566772224 2067402 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8269608 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.25 s, system=5.06759 s

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

[startup+3528.21 s]
/proc/loadavg: 4.50 4.49 4.43 5/320 956781
/proc/meminfo: memFree=102435908/131655788 swapFree=131071996/131071996
[pid=954338] ppid=954335 vsize=19307868 memory=8278488 CPUtime=3600.18 cores=5,7
/proc/954338/stat : 954338 (java) S 954335 954338 953879 0 -1 1077936128 584422 0 0 0 359517 501 0 0 20 0 21 0 182650288 19771256832 2069622 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
/proc/954338/statm: 4826967 2069622 5931 1 0 2191834 0
[pid=954338/tid=954340] ppid=954335 vsize=19307868 memory=-9032078344196498108 CPUtime=3497.6 cores=5,7
/proc/954338/task/954340/stat : 954340 (java) S 954335 954338 953879 0 -1 1077936192 364187 0 0 0 349570 190 0 0 20 0 21 0 182650288 19771256832 2069622 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 25 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
[pid=954338/tid=954357] ppid=954335 vsize=19307868 memory=4768 CPUtime=0 cores=5,7
/proc/954338/task/954357/stat : 954357 (Finalizer) S 954335 954338 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 182650292 19771256832 2069622 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
[pid=954338/tid=954368] ppid=954335 vsize=19307868 memory=1496836 CPUtime=0.01 cores=5,7
/proc/954338/task/954368/stat : 954368 (Common-Cleaner) S 954335 954338 953879 0 -1 1077936192 5363 0 0 0 0 1 0 0 20 0 21 0 182650292 19771256832 2069622 134679101440 94690778988544 94690778992240 140733450119488 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94690779000056 94690779000848 94690802335744 140733450122223 140733450122336 140733450122336 140733450129352 0
Current children cumulated CPU time: 3600.18 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 8278488 KiB

[startup+3528.3 s]*
/proc/loadavg: 4.54 4.49 4.44 5/302 956784
/proc/meminfo: memFree=110513752/131655788 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3528.31
CPU time (s): 3600.32
CPU user time (s): 3595.25
CPU system time (s): 5.06759
CPU usage (%): 102.041
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 8278488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.25
system time used= 5.06759
maximum resident set size= 8279704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 584640
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3336
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 108307
involuntary context switches= 6168


# summary of solver processes directly reported to runsolver:
#   pid: 954338
#   total CPU time (s): 3600.32
#   total CPU user time (s): 3595.25
#   total CPU system time (s): 5.06759

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.0922 second user time and 28.667 second system time

The end

Launcher Data

Begin job on nodeC006 at 2024-07-18 14:15:28
IDJOB=4442585
IDBENCH=147833
IDSOLVER=3046
FILE ID=nodeC006/4442585-1721304916
RUNJOBID= nodeC006-1721304926-953892
SLURM_JOB_ID= 7542629
Free space on /tmp= 723772 MiB

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

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

MD5SUM BENCH= 2590c1209b8f449ade71ad316e08b5f7
RANDOM SEED=657772760

nodeC006.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 2694.098
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1895.641
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.26
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3492.337
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3192.682
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.26
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 2693.806
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 2394.511
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.26
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 2893.347
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 2494.259
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.26
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        123535680 kB
MemAvailable:   129611388 kB
Buffers:          484580 kB
Cached:          6353616 kB
SwapCached:            0 kB
Active:           930492 kB
Inactive:        6468564 kB
Active(anon):       1468 kB
Inactive(anon):   597088 kB
Active(file):     929024 kB
Inactive(file):  5871476 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              5528 kB
Writeback:             0 kB
AnonPages:        560920 kB
Mapped:           125248 kB
Shmem:             37704 kB
KReclaimable:     230476 kB
Slab:             348576 kB
SReclaimable:     230476 kB
SUnreclaim:       118100 kB
KernelStack:        4444 kB
PageTables:        10876 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    5184792 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            58080 kB
HardwareCorrupted:     0 kB
AnonHugePages:    333824 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      310088 kB
DirectMap2M:    40488960 kB
DirectMap1G:    95420416 kB

Free space on /tmp at the end= 723768 MiB
End job on nodeC006 at 2024-07-18 15:14:16