Trace number 4442705

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Partial RoundingSAT 2024 2024-07-12? (TO) 3600.36 3391.34

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-95-90.opb
MD5SUM6537247428469e6459e4298d22ed7785
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 benchmark47.5905
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8550
Total number of constraints401945
Number of constraints which are clauses401945
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 constraint90
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 91
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.10	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.10	c See www.sat4j.org for details.
0.13/0.12	c version CUSTOM.v20240707
0.13/0.14	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.14	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.14	c java.vm.version	22.0.1+8-16
0.13/0.14	c java.vm.vendor	Oracle Corporation
0.13/0.14	c sun.arch.data.model	64
0.13/0.14	c java.version		22.0.1
0.13/0.14	c os.name		Linux
0.13/0.14	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.14	c os.arch		amd64
0.13/0.15	c Free memory 		2113181440
0.13/0.15	c Max memory 		16282288128
0.13/0.15	c Total memory 		2122317824
0.13/0.15	c Number of processors 	2
0.32/0.29	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.32/0.29	 - never skip resolution steps
0.32/0.29	 - Auto-division on coefficients is disabled
0.32/0.29	 - No postprocessing
0.32/0.29	 - Conflict is considered as is when resolving
0.32/0.29	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.32/0.29	 - Weaken first using unassigned literals
0.32/0.29	 - Bump strategy: ALWAYS_ONE
0.32/0.29	 - Bumper: ASSIGNED
0.32/0.29	--- Begin Solver configuration ---
0.32/0.29	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.32/0.29	Learn all clauses as in MiniSAT
0.32/0.29	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.32/0.29	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.32/0.29	No reason simplification
0.32/0.29	Armin Biere (Picosat) restarts strategy
0.32/0.29	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.32/0.29	timeout=2147483s
0.32/0.29	DB Simplification allowed=false
0.32/0.29	Listener: none
0.32/0.29	--- End Solver configuration ---
0.32/0.30	c Pseudo Boolean Optimization by upper bound
0.32/0.30	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.32/0.30	c  - never skip resolution steps
0.32/0.30	c  - Auto-division on coefficients is disabled
0.32/0.30	c  - No postprocessing
0.32/0.30	c  - Conflict is considered as is when resolving
0.32/0.30	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.32/0.30	c  - Weaken first using unassigned literals
0.32/0.30	c  - Bump strategy: ALWAYS_ONE
0.32/0.30	c  - Bumper: ASSIGNED
0.32/0.30	c --- Begin Solver configuration ---
0.32/0.30	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.32/0.30	c Learn all clauses as in MiniSAT
0.32/0.30	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.32/0.30	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.32/0.30	c No reason simplification
0.32/0.30	c Armin Biere (Picosat) restarts strategy
0.32/0.30	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.32/0.30	c timeout=2147483s
0.32/0.30	c DB Simplification allowed=false
0.32/0.30	c Listener: none
0.32/0.30	c --- End Solver configuration ---
0.32/0.30	c solving HOME/instance-4442705-1721304919.opb
0.32/0.30	c reading problem ... 
0.32/0.30	c  no objective function found
8.50/6.32	c ... done. Wall clock time 6.023s.
8.50/6.32	c declared #vars     8550
8.50/6.32	c #constraints  401945
8.50/6.32	c constraints type 
8.50/6.32	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 401850
8.50/6.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 95
8.50/6.32	c 401945 constraints processed.
13.11/9.72	c cleaning 0 clauses out of 5000 with flag 0/5000
17.59/14.06	c cleaning 0 clauses out of 11000 with flag 0/11000
24.24/20.14	c cleaning 0 clauses out of 18000 with flag 0/18000
31.81/27.27	c cleaning 0 clauses out of 26000 with flag 0/26000
43.71/38.81	c cleaning 0 clauses out of 35000 with flag 0/35000
56.19/50.55	c cleaning 0 clauses out of 45002 with flag 0/45002
73.61/67.54	c cleaning 0 clauses out of 56001 with flag 0/56001
94.75/88.12	c cleaning 0 clauses out of 68002 with flag 0/68002
119.92/112.98	c cleaning 0 clauses out of 81000 with flag 0/81000
152.94/145.16	c cleaning 0 clauses out of 95001 with flag 0/95001
182.19/173.94	c cleaning 0 clauses out of 110001 with flag 0/110001
216.94/208.28	c cleaning 0 clauses out of 126000 with flag 0/126000
259.02/249.51	c cleaning 0 clauses out of 143000 with flag 0/143000
307.34/297.64	c cleaning 0 clauses out of 161000 with flag 0/161000
361.16/350.74	c cleaning 0 clauses out of 180001 with flag 0/180001
431.86/420.76	c cleaning 0 clauses out of 200002 with flag 0/200002
491.48/479.69	c cleaning 0 clauses out of 221005 with flag 0/221005
591.27/578.64	c cleaning 0 clauses out of 243001 with flag 0/243001
696.58/683.17	c cleaning 0 clauses out of 266001 with flag 0/266001
805.10/791.13	c cleaning 0 clauses out of 290001 with flag 0/290001
912.86/889.17	c cleaning 0 clauses out of 315003 with flag 0/315003
1044.48/1010.76	c cleaning 0 clauses out of 341000 with flag 0/341000
1183.88/1139.13	c cleaning 0 clauses out of 368001 with flag 0/368001
1374.82/1307.90	c cleaning 0 clauses out of 396001 with flag 0/396001
1575.28/1495.30	c cleaning 0 clauses out of 425001 with flag 0/425001
1774.31/1681.31	c cleaning 0 clauses out of 455000 with flag 0/455000
1962.73/1856.08	c cleaning 0 clauses out of 486001 with flag 0/486001
2221.61/2099.65	c cleaning 0 clauses out of 518000 with flag 0/518000
2510.84/2355.96	c cleaning 0 clauses out of 551000 with flag 0/551000
2732.14/2559.96	c cleaning 0 clauses out of 585001 with flag 0/585001
3051.48/2861.77	c cleaning 0 clauses out of 620000 with flag 0/620000
3401.94/3192.29	c cleaning 0 clauses out of 656001 with flag 0/656001
3600.03/3391.13	c starts		: 169
3600.03/3391.14	c conflicts		: 677536
3600.03/3391.14	c decisions		: 766172
3600.03/3391.14	c propagations		: 58311888
3600.03/3391.14	c inspects		: 6948816761
3600.03/3391.14	c shortcuts		: 0
3600.03/3391.14	c learnt literals	: 0
3600.03/3391.14	c learnt binary clauses	: 0
3600.03/3391.14	c learnt ternary clauses	: 0
3600.03/3391.14	c learnt constraints	: 677536
3600.03/3391.14	c ignored constraints	: 0
3600.03/3391.14	c root simplifications	: 0
3600.03/3391.14	c removed literals (reason simplification)	: 0
3600.03/3391.14	c reason swapping (by a shorter reason)	: 0
3600.03/3391.14	c Calls to reduceDB	: 32
3600.03/3391.14	c Number of update (reduction) of LBD	: 0
3600.03/3391.14	c Imported unit clauses	: 0
3600.03/3391.14	c No decision after first conflict	: false
3600.03/3391.14	c number of reductions to clauses (during analyze)	: 0
3600.03/3391.14	c number of learned constraints concerned by reduction	: 0
3600.03/3391.14	c number of learning phase by resolution	: 0
3600.03/3391.14	c number of learning phase by cutting planes	: 0
3600.03/3391.14	c number of rounding to 1 operations	: 0
3600.03/3391.14	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3391.14	c number of reductions of the coefficients by power 2 	: 0
3600.03/3391.14	c number of right shift for reduction by power 2 	: 0
3600.03/3391.14	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3391.14	c number of ending skipping 	: 0
3600.03/3391.14	c number of internal skipping 	: 0
3600.03/3391.14	c number of derivation steps 	: 5172595
3600.03/3391.14	c number of skipped derivation steps 	: 0
3600.03/3391.14	c number of remaining unassigned 	: 0
3600.03/3391.14	c number of remaining assigned 	: 0
3600.03/3391.14	c number of falsified literals weakened from reason	: 0
3600.03/3391.14	c number of falsified literals weakened from conflict	: 0
3600.03/3391.14	c time for arithmetic operations	: 0
3600.03/3391.14	c minimum degree of deleted constraints	: null
3600.03/3391.14	c maximum degree of deleted constraints	: null
3600.03/3391.14	c number of deleted constraints	: 0
3600.03/3391.14	c speed (assignments/second)	: 17227.587946928576
3600.03/3391.14	c non guided choices	: 4014
3600.03/3391.14	c timeout
3600.21/3391.24	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 677536
3600.21/3391.24	s UNKNOWN
3600.21/3391.24	c Total wall clock time (in seconds): 3390.946

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=954605, runsolver pid=954602

[startup+0.10234 s]*
/proc/loadavg: 1.55 2.73 3.57 5/319 954623
/proc/meminfo: memFree=121122676/131655788 swapFree=131071996/131071996
[pid=954605] ppid=954602 vsize=18975048 memory=58608 CPUtime=0.13 cores=1,3
/proc/954605/stat : 954605 (java) S 954602 954605 953879 0 -1 1077936128 7217 0 0 0 11 2 0 0 20 0 18 0 182650659 19430449152 14652 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
/proc/954605/statm: 4743762 14652 5612 1 0 551004 0
[pid=954605/tid=954607] ppid=954602 vsize=18975048 memory=4026561586 CPUtime=0.07 cores=1,3
/proc/954605/task/954607/stat : 954607 (java) R 954602 954605 953879 0 -1 1078198336 6053 0 0 0 6 1 0 0 20 0 18 0 182650660 19430449152 14652 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
[pid=954605/tid=954616] ppid=954602 vsize=18975048 memory=237146210664 CPUtime=0 cores=1,3
/proc/954605/task/954616/stat : 954616 (Finalizer) S 954602 954605 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182650663 19430449152 14652 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
[pid=954605/tid=954623] ppid=954602 vsize=18975048 memory=4050198648221597728 CPUtime=0 cores=1,3
/proc/954605/task/954623/stat : 954623 (Common-Cleaner) S 954602 954605 953879 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 182650664 19430449152 14652 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 58608 KiB

[startup+0.215291 s]*
/proc/loadavg: 1.55 2.73 3.57 7/319 954623
/proc/meminfo: memFree=120996828/131655788 swapFree=131071996/131071996
[pid=954605] ppid=954602 vsize=18975048 memory=66020 CPUtime=0.32 cores=1,3
/proc/954605/stat : 954605 (java) S 954602 954605 953879 0 -1 1077936128 7863 0 0 0 29 3 0 0 20 0 18 0 182650659 19430449152 16505 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
/proc/954605/statm: 4743762 16505 5745 1 0 551519 0
[pid=954605/tid=954607] ppid=954602 vsize=18975048 memory=4782652875487838339 CPUtime=0.17 cores=1,3
/proc/954605/task/954607/stat : 954607 (java) R 954602 954605 953879 0 -1 4194368 6330 0 0 0 15 2 0 0 20 0 18 0 182650660 19430449152 16505 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
[pid=954605/tid=954616] ppid=954602 vsize=18975048 memory=19020 CPUtime=0 cores=1,3
/proc/954605/task/954616/stat : 954616 (Finalizer) S 954602 954605 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182650663 19430449152 16505 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
[pid=954605/tid=954623] ppid=954602 vsize=18975048 memory=15544037289509020 CPUtime=0 cores=1,3
/proc/954605/task/954623/stat : 954623 (Common-Cleaner) S 954602 954605 953879 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 182650664 19430449152 16505 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66020 KiB

[startup+0.313291 s]*
/proc/loadavg: 1.55 2.73 3.57 8/319 954623
/proc/meminfo: memFree=120915752/131655788 swapFree=131071996/131071996
[pid=954605] ppid=954602 vsize=18975048 memory=71244 CPUtime=0.49 cores=1,3
/proc/954605/stat : 954605 (java) S 954602 954605 953879 0 -1 1077936128 8150 0 0 0 46 3 0 0 20 0 18 0 182650659 19430449152 17811 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
/proc/954605/statm: 4743762 17811 5760 1 0 551711 0
[pid=954605/tid=954607] ppid=954602 vsize=18975048 memory=-9033486827181613756 CPUtime=0.26 cores=1,3
/proc/954605/task/954607/stat : 954607 (java) R 954602 954605 953879 0 -1 4194368 6524 0 0 0 24 2 0 0 20 0 18 0 182650660 19430449152 17811 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
[pid=954605/tid=954616] ppid=954602 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/954605/task/954616/stat : 954616 (Finalizer) S 954602 954605 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182650663 19430449152 17811 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
[pid=954605/tid=954623] ppid=954602 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/954605/task/954623/stat : 954623 (Common-Cleaner) S 954602 954605 953879 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 182650664 19430449152 17811 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 71244 KiB

[startup+0.708289 s]
/proc/loadavg: 1.55 2.73 3.57 8/319 954623
/proc/meminfo: memFree=120698524/131655788 swapFree=131071996/131071996
[pid=954605] ppid=954602 vsize=19041612 memory=169132 CPUtime=1.21 cores=1,3
/proc/954605/stat : 954605 (java) S 954602 954605 953879 0 -1 1077936128 9946 0 0 0 115 6 0 0 20 0 19 0 182650659 19498610688 42283 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
/proc/954605/statm: 4760403 42283 5892 1 0 553071 0
[pid=954605/tid=954607] ppid=954602 vsize=19041612 memory=5468 CPUtime=0.58 cores=1,3
/proc/954605/task/954607/stat : 954607 (java) R 954602 954605 953879 0 -1 4194368 6589 0 0 0 54 4 0 0 20 0 19 0 182650660 19498610688 42283 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
[pid=954605/tid=954616] ppid=954602 vsize=19041612 memory=12020 CPUtime=0 cores=1,3
/proc/954605/task/954616/stat : 954616 (Finalizer) S 954602 954605 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 182650663 19498610688 42283 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
[pid=954605/tid=954623] ppid=954602 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/954605/task/954623/stat : 954623 (Common-Cleaner) S 954602 954605 953879 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 182650664 19498610688 42283 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 169132 KiB

[startup+1.50529 s]
/proc/loadavg: 1.55 2.73 3.57 6/320 954624
/proc/meminfo: memFree=119964600/131655788 swapFree=131071996/131071996
[pid=954605] ppid=954602 vsize=19041612 memory=1328692 CPUtime=2.72 cores=1,3
/proc/954605/stat : 954605 (java) S 954602 954605 953879 0 -1 1077936128 20356 0 0 0 242 30 0 0 20 0 19 0 182650659 19498610688 332173 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
/proc/954605/statm: 4760403 332173 5908 1 0 558460 0
[pid=954605/tid=954607] ppid=954602 vsize=19041612 memory=12020 CPUtime=1.32 cores=1,3
/proc/954605/task/954607/stat : 954607 (java) R 954602 954605 953879 0 -1 4194368 7148 0 0 0 106 26 0 0 20 0 19 0 182650660 19498610688 332173 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
[pid=954605/tid=954616] ppid=954602 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/954605/task/954616/stat : 954616 (Finalizer) S 954602 954605 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 182650663 19498610688 332173 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
[pid=954605/tid=954623] ppid=954602 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/954605/task/954623/stat : 954623 (Common-Cleaner) S 954602 954605 953879 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 182650664 19498610688 332173 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
Current children cumulated CPU time: 2.72 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1328692 KiB

[startup+3.10586 s]
/proc/loadavg: 1.55 2.73 3.57 5/320 954624
/proc/meminfo: memFree=115474028/131655788 swapFree=131071996/131071996
[pid=954605] ppid=954602 vsize=19041612 memory=4100276 CPUtime=5.14 cores=1,3
/proc/954605/stat : 954605 (java) S 954602 954605 953879 0 -1 1077936128 23395 0 0 0 430 84 0 0 20 0 19 0 182650659 19498610688 1025069 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
/proc/954605/statm: 4760403 1025069 5908 1 0 1262796 0
[pid=954605/tid=954607] ppid=954602 vsize=19041612 memory=0 CPUtime=2.88 cores=1,3
/proc/954605/task/954607/stat : 954607 (java) R 954602 954605 953879 0 -1 4194368 8500 0 0 0 208 80 0 0 20 0 19 0 182650660 19498610688 1025069 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
[pid=954605/tid=954616] ppid=954602 vsize=19041612 memory=12020 CPUtime=0 cores=1,3
/proc/954605/task/954616/stat : 954616 (Finalizer) S 954602 954605 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 182650663 19498610688 1025069 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
[pid=954605/tid=954623] ppid=954602 vsize=19041612 memory=1360040 CPUtime=0 cores=1,3
/proc/954605/task/954623/stat : 954623 (Common-Cleaner) S 954602 954605 953879 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 182650664 19498610688 1025069 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
Current children cumulated CPU time: 5.14 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4100276 KiB

[startup+6.30042 s]
/proc/loadavg: 1.91 2.79 3.59 6/320 954624
/proc/meminfo: memFree=113959968/131655788 swapFree=131071996/131071996
[pid=954605] ppid=954602 vsize=19041612 memory=4100280 CPUtime=8.5 cores=1,3
/proc/954605/stat : 954605 (java) S 954602 954605 953879 0 -1 1077936128 23634 0 0 0 764 86 0 0 20 0 19 0 182650659 19498610688 1025070 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
/proc/954605/statm: 4760403 1025070 5908 1 0 1262797 0
[pid=954605/tid=954607] ppid=954602 vsize=19041612 memory=0 CPUtime=5.88 cores=1,3
/proc/954605/task/954607/stat : 954607 (java) R 954602 954605 953879 0 -1 4194368 8712 0 0 0 508 80 0 0 20 0 19 0 182650660 19498610688 1025070 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
[pid=954605/tid=954616] ppid=954602 vsize=19041612 memory=1328692 CPUtime=0 cores=1,3
/proc/954605/task/954616/stat : 954616 (Finalizer) S 954602 954605 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 182650663 19498610688 1025070 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
[pid=954605/tid=954623] ppid=954602 vsize=19041612 memory=228489167166 CPUtime=0 cores=1,3
/proc/954605/task/954623/stat : 954623 (Common-Cleaner) S 954602 954605 953879 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 182650664 19498610688 1025070 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
Current children cumulated CPU time: 8.5 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4100280 KiB

[startup+12.7004 s]
/proc/loadavg: 2.08 2.81 3.59 6/321 954626
/proc/meminfo: memFree=111334968/131655788 swapFree=131071996/131071996
[pid=954605] ppid=954602 vsize=19108176 memory=4555352 CPUtime=16.29 cores=1,3
/proc/954605/stat : 954605 (java) S 954602 954605 953879 0 -1 1077936128 25390 0 0 0 1532 97 0 0 20 0 20 0 182650659 19566772224 1138838 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
/proc/954605/statm: 4777044 1138838 5908 1 0 1378178 0
[pid=954605/tid=954607] ppid=954602 vsize=19108176 memory=12020 CPUtime=12.08 cores=1,3
/proc/954605/task/954607/stat : 954607 (java) R 954602 954605 953879 0 -1 4194368 9803 0 0 0 1117 91 0 0 20 0 20 0 182650660 19566772224 1138838 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
[pid=954605/tid=954616] ppid=954602 vsize=19108176 memory=4555352 CPUtime=0 cores=1,3
/proc/954605/task/954616/stat : 954616 (Finalizer) S 954602 954605 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182650663 19566772224 1138838 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
[pid=954605/tid=954623] ppid=954602 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/954605/task/954623/stat : 954623 (Common-Cleaner) S 954602 954605 953879 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 182650664 19566772224 1138838 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
[pid=954605/tid=954625] ppid=954602 vsize=19108176 memory=-9033486827181613756 CPUtime=0 cores=1,3
/proc/954605/task/954625/stat : 954625 (Timer-0) S 954602 954605 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182651292 19566772224 1138838 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
Current children cumulated CPU time: 16.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4555352 KiB

[startup+25.5005 s]
/proc/loadavg: 2.57 2.88 3.60 5/318 954628
/proc/meminfo: memFree=109576296/131655788 swapFree=131071996/131071996
[pid=954605] ppid=954602 vsize=19108176 memory=4800520 CPUtime=30.09 cores=1,3
/proc/954605/stat : 954605 (java) S 954602 954605 953879 0 -1 1077936128 31369 0 0 0 2906 103 0 0 20 0 20 0 182650659 19566772224 1200130 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
/proc/954605/statm: 4777044 1200130 5924 1 0 1378256 0
[pid=954605/tid=954607] ppid=954602 vsize=19108176 memory=4800520 CPUtime=24.25 cores=1,3
/proc/954605/task/954607/stat : 954607 (java) R 954602 954605 953879 0 -1 4194368 11374 0 0 0 2334 91 0 0 20 0 20 0 182650660 19566772224 1200130 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
[pid=954605/tid=954616] ppid=954602 vsize=19108176 memory=6944656592452807314 CPUtime=0 cores=1,3
/proc/954605/task/954616/stat : 954616 (Finalizer) S 954602 954605 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182650663 19566772224 1200130 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
[pid=954605/tid=954623] ppid=954602 vsize=19108176 memory=11516 CPUtime=0 cores=1,3
/proc/954605/task/954623/stat : 954623 (Common-Cleaner) S 954602 954605 953879 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 182650664 19566772224 1200130 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
[pid=954605/tid=954625] ppid=954602 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/954605/task/954625/stat : 954625 (Timer-0) S 954602 954605 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182651292 19566772224 1200130 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
Current children cumulated CPU time: 30.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4800520 KiB

[startup+51.1133 s]
/proc/loadavg: 3.34 3.04 3.64 6/318 954765
/proc/meminfo: memFree=104584624/131655788 swapFree=131071996/131071996
[pid=954605] ppid=954602 vsize=19108176 memory=6099180 CPUtime=56.81 cores=1,3
/proc/954605/stat : 954605 (java) S 954602 954605 953879 0 -1 1077936128 41404 0 0 0 5550 131 0 0 20 0 20 0 182650659 19566772224 1524795 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
/proc/954605/statm: 4777044 1524795 5940 1 0 1768880 0
[pid=954605/tid=954607] ppid=954602 vsize=19108176 memory=11516 CPUtime=48.74 cores=1,3
/proc/954605/task/954607/stat : 954607 (java) R 954602 954605 953879 0 -1 4194368 14122 0 0 0 4762 112 0 0 20 0 20 0 182650660 19566772224 1524795 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
[pid=954605/tid=954616] ppid=954602 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/954605/task/954616/stat : 954616 (Finalizer) S 954602 954605 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182650663 19566772224 1524795 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
[pid=954605/tid=954623] ppid=954602 vsize=19108176 memory=4800772 CPUtime=0 cores=1,3
/proc/954605/task/954623/stat : 954623 (Common-Cleaner) S 954602 954605 953879 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 182650664 19566772224 1524795 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
[pid=954605/tid=954625] ppid=954602 vsize=19108176 memory=4555352 CPUtime=0 cores=1,3
/proc/954605/task/954625/stat : 954625 (Timer-0) S 954602 954605 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182651292 19566772224 1524795 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
Current children cumulated CPU time: 56.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6099180 KiB


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

/proc/954605/task/954607/stat : 954607 (java) R 954602 954605 953879 0 -1 4194368 509589 0 0 0 299126 383 0 0 20 0 20 0 182650660 19566772224 4076050 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 97 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
[pid=954605/tid=954616] ppid=954602 vsize=19108176 memory=16304200 CPUtime=0 cores=1,3
/proc/954605/task/954616/stat : 954616 (Finalizer) S 954602 954605 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182650663 19566772224 4076050 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
[pid=954605/tid=954623] ppid=954602 vsize=19108176 memory=11516 CPUtime=0 cores=1,3
/proc/954605/task/954623/stat : 954623 (Common-Cleaner) S 954602 954605 953879 0 -1 1077936192 3715 0 0 0 0 0 0 0 20 0 20 0 182650664 19566772224 4076050 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
[pid=954605/tid=954625] ppid=954602 vsize=19108176 memory=-8549726978188230555 CPUtime=0 cores=1,3
/proc/954605/task/954625/stat : 954625 (Timer-0) S 954602 954605 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182651292 19566772224 4076050 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
Current children cumulated CPU time: 3232.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16304200 KiB

[startup+3102.3 s]
/proc/loadavg: 4.29 4.37 4.37 5/317 956500
/proc/meminfo: memFree=78590932/131655788 swapFree=131071996/131071996
[pid=954605] ppid=954602 vsize=19108176 memory=16304200 CPUtime=3292.53 cores=1,3
/proc/954605/stat : 954605 (java) S 954602 954605 953879 0 -1 1077936128 872593 0 0 0 328534 719 0 0 20 0 20 0 182650659 19566772224 4076050 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
/proc/954605/statm: 4777044 4076050 5953 1 0 4088313 0
[pid=954605/tid=954607] ppid=954602 vsize=19108176 memory=16304200 CPUtime=3054.66 cores=1,3
/proc/954605/task/954607/stat : 954607 (java) R 954602 954605 953879 0 -1 4194368 517424 0 0 0 305081 385 0 0 20 0 20 0 182650660 19566772224 4076050 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 98 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
[pid=954605/tid=954616] ppid=954602 vsize=19108176 memory=12020 CPUtime=0 cores=1,3
/proc/954605/task/954616/stat : 954616 (Finalizer) S 954602 954605 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182650663 19566772224 4076050 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
[pid=954605/tid=954623] ppid=954602 vsize=19108176 memory=11516 CPUtime=0 cores=1,3
/proc/954605/task/954623/stat : 954623 (Common-Cleaner) S 954602 954605 953879 0 -1 1077936192 3808 0 0 0 0 0 0 0 20 0 20 0 182650664 19566772224 4076050 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
[pid=954605/tid=954625] ppid=954602 vsize=19108176 memory=28036 CPUtime=0 cores=1,3
/proc/954605/task/954625/stat : 954625 (Timer-0) S 954602 954605 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182651292 19566772224 4076050 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
Current children cumulated CPU time: 3292.53 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16304200 KiB

[startup+3162.3 s]
/proc/loadavg: 4.71 4.45 4.39 6/317 956510
/proc/meminfo: memFree=78270524/131655788 swapFree=131071996/131071996
[pid=954605] ppid=954602 vsize=19108176 memory=16306704 CPUtime=3372.08 cores=1,3
/proc/954605/stat : 954605 (java) S 954602 954605 953879 0 -1 1077936128 912642 0 0 0 336471 737 0 0 20 0 20 0 182650659 19566772224 4076676 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
/proc/954605/statm: 4777044 4076676 5953 1 0 4088423 0
[pid=954605/tid=954607] ppid=954602 vsize=19108176 memory=16304200 CPUtime=3114.06 cores=1,3
/proc/954605/task/954607/stat : 954607 (java) R 954602 954605 953879 0 -1 4194368 538092 0 0 0 311018 388 0 0 20 0 20 0 182650660 19566772224 4076676 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 98 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
[pid=954605/tid=954616] ppid=954602 vsize=19108176 memory=43948 CPUtime=0 cores=1,3
/proc/954605/task/954616/stat : 954616 (Finalizer) S 954602 954605 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182650663 19566772224 4076676 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
[pid=954605/tid=954623] ppid=954602 vsize=19108176 memory=16304200 CPUtime=0 cores=1,3
/proc/954605/task/954623/stat : 954623 (Common-Cleaner) S 954602 954605 953879 0 -1 1077936192 3900 0 0 0 0 0 0 0 20 0 20 0 182650664 19566772224 4076676 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
[pid=954605/tid=954625] ppid=954602 vsize=19108176 memory=11516 CPUtime=0 cores=1,3
/proc/954605/task/954625/stat : 954625 (Timer-0) S 954602 954605 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182651292 19566772224 4076676 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
Current children cumulated CPU time: 3372.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16306704 KiB

[startup+3222.3 s]
/proc/loadavg: 4.53 4.46 4.40 5/317 956521
/proc/meminfo: memFree=77217212/131655788 swapFree=131071996/131071996
[pid=954605] ppid=954602 vsize=19108176 memory=16306732 CPUtime=3431.77 cores=1,3
/proc/954605/stat : 954605 (java) S 954602 954605 953879 0 -1 1077936128 926873 0 0 0 342435 742 0 0 20 0 20 0 182650659 19566772224 4076683 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
/proc/954605/statm: 4777044 4076683 5953 1 0 4088423 0
[pid=954605/tid=954607] ppid=954602 vsize=19108176 memory=16304200 CPUtime=3173.1 cores=1,3
/proc/954605/task/954607/stat : 954607 (java) R 954602 954605 953879 0 -1 4194368 547783 0 0 0 316921 389 0 0 20 0 20 0 182650660 19566772224 4076683 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 98 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
[pid=954605/tid=954616] ppid=954602 vsize=19108176 memory=16306732 CPUtime=0 cores=1,3
/proc/954605/task/954616/stat : 954616 (Finalizer) S 954602 954605 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182650663 19566772224 4076683 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
[pid=954605/tid=954623] ppid=954602 vsize=19108176 memory=16304200 CPUtime=0 cores=1,3
/proc/954605/task/954623/stat : 954623 (Common-Cleaner) S 954602 954605 953879 0 -1 1077936192 3941 0 0 0 0 0 0 0 20 0 20 0 182650664 19566772224 4076683 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
[pid=954605/tid=954625] ppid=954602 vsize=19108176 memory=16306732 CPUtime=0 cores=1,3
/proc/954605/task/954625/stat : 954625 (Timer-0) S 954602 954605 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182651292 19566772224 4076683 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
Current children cumulated CPU time: 3431.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16306732 KiB

[startup+3282.3 s]
/proc/loadavg: 4.54 4.45 4.40 5/317 956532
/proc/meminfo: memFree=76882372/131655788 swapFree=131071996/131071996
[pid=954605] ppid=954602 vsize=19108176 memory=16306732 CPUtime=3491.5 cores=1,3
/proc/954605/stat : 954605 (java) S 954602 954605 953879 0 -1 1077936128 939223 0 0 0 348404 746 0 0 20 0 20 0 182650659 19566772224 4076683 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
/proc/954605/statm: 4777044 4076683 5953 1 0 4088423 0
[pid=954605/tid=954607] ppid=954602 vsize=19108176 memory=16306732 CPUtime=3231.99 cores=1,3
/proc/954605/task/954607/stat : 954607 (java) R 954602 954605 953879 0 -1 4194368 556742 0 0 0 322809 390 0 0 20 0 20 0 182650660 19566772224 4076683 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 98 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
[pid=954605/tid=954616] ppid=954602 vsize=19108176 memory=16306732 CPUtime=0 cores=1,3
/proc/954605/task/954616/stat : 954616 (Finalizer) S 954602 954605 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182650663 19566772224 4076683 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
[pid=954605/tid=954623] ppid=954602 vsize=19108176 memory=7044 CPUtime=0 cores=1,3
/proc/954605/task/954623/stat : 954623 (Common-Cleaner) S 954602 954605 953879 0 -1 1077936192 4030 0 0 0 0 0 0 0 20 0 20 0 182650664 19566772224 4076683 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
[pid=954605/tid=954625] ppid=954602 vsize=19108176 memory=16306732 CPUtime=0 cores=1,3
/proc/954605/task/954625/stat : 954625 (Timer-0) S 954602 954605 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182651292 19566772224 4076683 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
Current children cumulated CPU time: 3491.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16306732 KiB

[startup+3342.3 s]
/proc/loadavg: 4.97 4.59 4.45 5/320 956547
/proc/meminfo: memFree=76882104/131655788 swapFree=131071996/131071996
[pid=954605] ppid=954602 vsize=19108176 memory=16306732 CPUtime=3551.17 cores=1,3
/proc/954605/stat : 954605 (java) S 954602 954605 953879 0 -1 1077936128 952399 0 0 0 354367 750 0 0 20 0 20 0 182650659 19566772224 4076683 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
/proc/954605/statm: 4777044 4076683 5953 1 0 4088423 0
[pid=954605/tid=954607] ppid=954602 vsize=19108176 memory=16306732 CPUtime=3291.03 cores=1,3
/proc/954605/task/954607/stat : 954607 (java) R 954602 954605 953879 0 -1 4194368 566403 0 0 0 328712 391 0 0 20 0 20 0 182650660 19566772224 4076683 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 98 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
[pid=954605/tid=954616] ppid=954602 vsize=19108176 memory=12020 CPUtime=0 cores=1,3
/proc/954605/task/954616/stat : 954616 (Finalizer) S 954602 954605 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182650663 19566772224 4076683 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
[pid=954605/tid=954623] ppid=954602 vsize=19108176 memory=16306732 CPUtime=0 cores=1,3
/proc/954605/task/954623/stat : 954623 (Common-Cleaner) S 954602 954605 953879 0 -1 1077936192 4118 0 0 0 0 0 0 0 20 0 20 0 182650664 19566772224 4076683 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
[pid=954605/tid=954625] ppid=954602 vsize=19108176 memory=12020 CPUtime=0 cores=1,3
/proc/954605/task/954625/stat : 954625 (Timer-0) S 954602 954605 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182651292 19566772224 4076683 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
Current children cumulated CPU time: 3551.17 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16306732 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3391.11 s]
/proc/loadavg: 4.65 4.57 4.45 5/320 956555
/proc/meminfo: memFree=76879936/131655788 swapFree=131071996/131071996
[pid=954605] ppid=954602 vsize=19108176 memory=16306732 CPUtime=3600.03 cores=1,3
/proc/954605/stat : 954605 (java) S 954602 954605 953879 0 -1 1077936128 963361 0 0 0 359248 755 0 0 20 0 20 0 182650659 19566772224 4076683 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
/proc/954605/statm: 4777044 4076683 5953 1 0 4088423 0
[pid=954605/tid=954607] ppid=954602 vsize=19108176 memory=11516 CPUtime=3339.23 cores=1,3
/proc/954605/task/954607/stat : 954607 (java) R 954602 954605 953879 0 -1 4194368 573356 0 0 0 333531 392 0 0 20 0 20 0 182650660 19566772224 4076683 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 98 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
[pid=954605/tid=954616] ppid=954602 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/954605/task/954616/stat : 954616 (Finalizer) S 954602 954605 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182650663 19566772224 4076683 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
[pid=954605/tid=954623] ppid=954602 vsize=19108176 memory=43948 CPUtime=0 cores=1,3
/proc/954605/task/954623/stat : 954623 (Common-Cleaner) S 954602 954605 953879 0 -1 1077936192 4190 0 0 0 0 0 0 0 20 0 20 0 182650664 19566772224 4076683 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
[pid=954605/tid=954625] ppid=954602 vsize=19108176 memory=12020 CPUtime=0 cores=1,3
/proc/954605/task/954625/stat : 954625 (Timer-0) S 954602 954605 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182651292 19566772224 4076683 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16306732 KiB

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

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

# cumulated CPU time of all completed processes:  user=3592.73 s, system=7.63352 s

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

[startup+3391.21 s]
/proc/loadavg: 4.65 4.57 4.45 5/320 956555
/proc/meminfo: memFree=76879936/131655788 swapFree=131071996/131071996
[pid=954605] ppid=954602 vsize=19307868 memory=16307476 CPUtime=3600.21 cores=1,3
/proc/954605/stat : 954605 (java) S 954602 954605 953879 0 -1 1077936128 966283 0 0 0 359266 755 0 0 20 0 21 0 182650659 19771256832 4076869 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
/proc/954605/statm: 4826967 4076869 5952 1 0 4089342 0
[pid=954605/tid=954607] ppid=954602 vsize=19307868 memory=16224 CPUtime=3339.25 cores=1,3
/proc/954605/task/954607/stat : 954607 (java) S 954602 954605 953879 0 -1 1077936192 573461 0 0 0 333533 392 0 0 20 0 21 0 182650660 19771256832 4076869 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 98 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
[pid=954605/tid=954616] ppid=954602 vsize=19307868 memory=2268 CPUtime=0 cores=1,3
/proc/954605/task/954616/stat : 954616 (Finalizer) S 954602 954605 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 182650663 19771256832 4076869 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
[pid=954605/tid=954623] ppid=954602 vsize=19307868 memory=1824 CPUtime=0 cores=1,3
/proc/954605/task/954623/stat : 954623 (Common-Cleaner) S 954602 954605 953879 0 -1 1077936192 4190 0 0 0 0 0 0 0 20 0 21 0 182650664 19771256832 4076869 134679101440 94697158492160 94697158495856 140725952532960 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94697158503672 94697158504464 94697169784832 140725952537583 140725952537696 140725952537696 140725952544712 0
Current children cumulated CPU time: 3600.21 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 16307476 KiB

[startup+3391.3 s]*
/proc/loadavg: 4.65 4.57 4.45 5/302 956558
/proc/meminfo: memFree=92816344/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): 3391.34
CPU time (s): 3600.36
CPU user time (s): 3592.73
CPU system time (s): 7.63352
CPU usage (%): 106.163
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 16307476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.73
system time used= 7.63352
maximum resident set size= 16308332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 966691
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109413
involuntary context switches= 20188


# summary of solver processes directly reported to runsolver:
#   pid: 954605
#   total CPU time (s): 3600.36
#   total CPU user time (s): 3592.73
#   total CPU system time (s): 7.63352

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.7622 second user time and 30.939 second system time

The end

Launcher Data

Begin job on nodeC006 at 2024-07-18 14:15:32
IDJOB=4442705
IDBENCH=147844
IDSOLVER=3046
FILE ID=nodeC006/4442705-1721304919
RUNJOBID= nodeC006-1721304926-953891
SLURM_JOB_ID= 7542629
Free space on /tmp= 723764 MiB

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

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

MD5SUM BENCH= 6537247428469e6459e4298d22ed7785
RANDOM SEED=276458528

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.247
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		: 2494.307
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		: 3491.974
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		: 1197.423
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		: 3600.025
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		: 3668.639
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:        121213076 kB
MemAvailable:   127299096 kB
Buffers:          484608 kB
Cached:          6363888 kB
SwapCached:            0 kB
Active:           931664 kB
Inactive:        8784756 kB
Active(anon):       1460 kB
Inactive(anon):  2904164 kB
Active(file):     930204 kB
Inactive(file):  5880592 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             16140 kB
Writeback:            28 kB
AnonPages:       2867952 kB
Mapped:           125432 kB
Shmem:             37704 kB
KReclaimable:     230508 kB
Slab:             348668 kB
SReclaimable:     230508 kB
SUnreclaim:       118160 kB
KernelStack:        4848 kB
PageTables:        15488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    9822408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            58080 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2473984 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= 723752 MiB
End job on nodeC006 at 2024-07-18 15:12:03