Trace number 4441931

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 Cutting Planes 2024 2024-07-12? (TO) 3600.23 3537.73

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/www.ps.uni-sb.de/~walser/
benchmarks/ppp-problems/normalized-ppp:3-13,25,26.opb
MD5SUMb71388011e4b80d0b0325c4a241ada38
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.287806
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4644
Total number of constraints31254
Number of constraints which are clauses30228
Number of constraints which are cardinality constraints (but not clauses)948
Number of constraints which are nor clauses,nor cardinality constraints78
Minimum length of a constraint3
Maximum length of a constraint29
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 104
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.11	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.11	c See www.sat4j.org for details.
0.12/0.12	c version CUSTOM.v20240707
0.12/0.15	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.15	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.15	c java.vm.version	22.0.1+8-16
0.12/0.15	c java.vm.vendor	Oracle Corporation
0.12/0.15	c sun.arch.data.model	64
0.12/0.15	c java.version		22.0.1
0.12/0.15	c os.name		Linux
0.12/0.15	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.15	c os.arch		amd64
0.12/0.16	c Free memory 		2115194816
0.12/0.16	c Max memory 		16282288128
0.12/0.16	c Total memory 		2122317824
0.12/0.18	c Number of processors 	2
0.49/0.35	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.49/0.35	 - never skip resolution steps
0.49/0.35	 - Auto-division on coefficients is disabled
0.49/0.35	 - No postprocessing
0.49/0.35	 - Conflict is considered as is when resolving
0.49/0.35	 - Use constraints as they come during conflict analysis
0.49/0.35	 - Weaken first using unassigned literals
0.49/0.35	 - Bump strategy: ALWAYS_ONE
0.49/0.35	 - Bumper: EFFECTIVE
0.49/0.35	--- Begin Solver configuration ---
0.49/0.35	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.49/0.35	Learn all clauses as in MiniSAT
0.49/0.35	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.49/0.35	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.49/0.35	No reason simplification
0.49/0.35	Dynamic restart strategy considering the size of the coefficients
0.49/0.35	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.49/0.35	timeout=2147483s
0.49/0.35	DB Simplification allowed=false
0.49/0.35	Listener: none
0.49/0.35	--- End Solver configuration ---
0.49/0.36	c Pseudo Boolean Optimization by upper bound
0.49/0.36	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.49/0.36	c  - never skip resolution steps
0.49/0.36	c  - Auto-division on coefficients is disabled
0.49/0.36	c  - No postprocessing
0.49/0.36	c  - Conflict is considered as is when resolving
0.49/0.36	c  - Use constraints as they come during conflict analysis
0.49/0.36	c  - Weaken first using unassigned literals
0.49/0.36	c  - Bump strategy: ALWAYS_ONE
0.49/0.36	c  - Bumper: EFFECTIVE
0.49/0.36	c --- Begin Solver configuration ---
0.49/0.36	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.49/0.36	c Learn all clauses as in MiniSAT
0.49/0.36	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.49/0.36	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.49/0.36	c No reason simplification
0.49/0.36	c Dynamic restart strategy considering the size of the coefficients
0.49/0.36	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.49/0.36	c timeout=2147483s
0.49/0.36	c DB Simplification allowed=false
0.49/0.36	c Listener: none
0.49/0.36	c --- End Solver configuration ---
0.49/0.36	c solving HOME/instance-4441931-1721294260.opb
0.49/0.36	c reading problem ... 
0.49/0.36	c  no objective function found
2.06/1.22	c ... done. Wall clock time 0.862s.
2.06/1.22	c declared #vars     4644
2.06/1.22	c #constraints  31428
2.06/1.22	c constraints type 
2.06/1.22	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 948
2.06/1.22	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 78
2.06/1.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30402
2.06/1.22	c 31428 constraints processed.
7.60/4.59	c cleaning 2497 clauses out of 5003 with flag 0/5003
13.42/10.04	c cleaning 4245 clauses out of 8503 with flag 0/11000
23.17/19.43	c cleaning 5617 clauses out of 11258 with flag 0/18000
35.14/31.18	c cleaning 6811 clauses out of 13642 with flag 0/26001
49.03/44.84	c cleaning 7911 clauses out of 15830 with flag 0/35000
68.93/64.51	c cleaning 8952 clauses out of 17921 with flag 0/45002
89.73/85.02	c cleaning 9970 clauses out of 19967 with flag 0/56000
110.18/105.30	c cleaning 10985 clauses out of 21998 with flag 0/68001
128.82/123.67	c cleaning 12000 clauses out of 24013 with flag 0/81001
156.85/151.00	c cleaning 12995 clauses out of 26013 with flag 0/95001
181.08/174.71	c cleaning 13999 clauses out of 28018 with flag 0/110001
215.08/207.94	c cleaning 14993 clauses out of 30018 with flag 0/126000
250.56/242.99	c cleaning 16003 clauses out of 32025 with flag 0/143000
297.63/288.92	c cleaning 16995 clauses out of 34024 with flag 0/161002
343.55/333.67	c cleaning 17995 clauses out of 36028 with flag 0/180001
391.19/380.28	c cleaning 19005 clauses out of 38036 with flag 0/200004
444.39/432.24	c cleaning 20002 clauses out of 40027 with flag 0/221000
506.03/492.49	c cleaning 21001 clauses out of 42025 with flag 0/243000
568.34/553.90	c cleaning 21991 clauses out of 44024 with flag 0/266000
637.54/621.61	c cleaning 22998 clauses out of 46033 with flag 0/290000
740.89/723.31	c cleaning 24005 clauses out of 48035 with flag 0/315000
811.45/792.49	c cleaning 25004 clauses out of 50031 with flag 0/341001
911.69/890.38	c cleaning 25995 clauses out of 52026 with flag 0/368000
995.01/971.75	c cleaning 27003 clauses out of 54031 with flag 0/396000
1091.48/1065.71	c cleaning 28000 clauses out of 56029 with flag 0/425001
1195.81/1168.21	c cleaning 28999 clauses out of 58028 with flag 0/455000
1324.32/1294.50	c cleaning 30005 clauses out of 60030 with flag 0/486001
1435.54/1403.74	c cleaning 31003 clauses out of 62027 with flag 0/518003
1556.32/1522.70	c cleaning 31999 clauses out of 64023 with flag 0/551002
1692.83/1657.20	c cleaning 33006 clauses out of 66025 with flag 0/585003
1833.90/1796.32	c cleaning 33995 clauses out of 68016 with flag 0/620000
1968.78/1928.79	c cleaning 35002 clauses out of 70025 with flag 0/656004
2109.90/2067.32	c cleaning 36000 clauses out of 72019 with flag 0/693000
2295.16/2250.01	c cleaning 37000 clauses out of 74021 with flag 0/731002
2459.19/2411.88	c cleaning 38002 clauses out of 76020 with flag 0/770001
2641.91/2592.35	c cleaning 38998 clauses out of 78018 with flag 0/810001
2851.93/2799.73	c cleaning 40000 clauses out of 80019 with flag 0/851000
3045.17/2990.50	c cleaning 41001 clauses out of 82020 with flag 0/893001
3268.03/3210.84	c cleaning 41994 clauses out of 84018 with flag 0/936000
3454.09/3394.20	c cleaning 43001 clauses out of 86025 with flag 0/980001
3600.05/3537.63	c timeout
3600.05/3537.63	c starts		: 2
3600.05/3537.63	c conflicts		: 1016460
3600.05/3537.63	c decisions		: 1080868
3600.05/3537.63	c propagations		: 37356342
3600.05/3537.63	c inspects		: 6341271404
3600.05/3537.63	c shortcuts		: 0
3600.05/3537.63	c learnt literals	: 0
3600.05/3537.63	c learnt binary clauses	: 0
3600.05/3537.63	c learnt ternary clauses	: 0
3600.05/3537.63	c learnt constraints	: 1016460
3600.05/3537.63	c ignored constraints	: 0
3600.05/3537.63	c root simplifications	: 0
3600.05/3537.63	c removed literals (reason simplification)	: 0
3600.05/3537.63	c reason swapping (by a shorter reason)	: 0
3600.05/3537.63	c Calls to reduceDB	: 40
3600.05/3537.63	c Number of update (reduction) of LBD	: 893599
3600.05/3537.63	c Imported unit clauses	: 0
3600.05/3537.63	c No decision after first conflict	: false
3600.05/3537.63	c number of reductions to clauses (during analyze)	: 0
3600.05/3537.63	c number of learned constraints concerned by reduction	: 0
3600.05/3537.63	c number of learning phase by resolution	: 0
3600.05/3537.63	c number of learning phase by cutting planes	: 0
3600.05/3537.63	c number of rounding to 1 operations	: 0
3600.05/3537.63	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3537.63	c number of reductions of the coefficients by power 2 	: 0
3600.05/3537.63	c number of right shift for reduction by power 2 	: 0
3600.05/3537.63	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3537.63	c number of ending skipping 	: 0
3600.05/3537.63	c number of internal skipping 	: 0
3600.05/3537.63	c number of derivation steps 	: 10956799
3600.05/3537.63	c number of skipped derivation steps 	: 0
3600.05/3537.63	c number of remaining unassigned 	: 142544
3600.05/3537.63	c number of remaining assigned 	: 233761399
3600.05/3537.63	c number of falsified literals weakened from reason	: 0
3600.05/3537.63	c number of falsified literals weakened from conflict	: 0
3600.05/3537.63	c time for arithmetic operations	: 10243896756
3600.05/3537.64	c minimum degree of deleted constraints	: 1
3600.05/3537.64	c maximum degree of deleted constraints	: 408901008338570692220916217044064266969802160645633193558396421796047213320
3600.05/3537.64	c number of deleted constraints	: 936977
3600.05/3537.64	c speed (assignments/second)	: 10563.345560415473
3600.05/3537.64	c non guided choices	: 6156
3600.05/3537.68	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 37234
3600.05/3537.68	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 32
3600.05/3537.68	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 42217
3600.05/3537.68	s UNKNOWN
3600.05/3537.68	c Total wall clock time (in seconds): 3537.326

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4441931-1721294260/watcher-4441931-1721294260 -o /tmp/evaluation-result-4441931-1721294260/solver-4441931-1721294260 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721293749-941959 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4441931-1721294260.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=943106, runsolver pid=943103

[startup+0.100072 s]*
/proc/loadavg: 4.11 3.95 3.29 7/315 943124
/proc/meminfo: memFree=108095116/131655788 swapFree=131071996/131071996
[pid=943106] ppid=943103 vsize=18975048 memory=56636 CPUtime=0.12 cores=0,2
/proc/943106/stat : 943106 (java) S 943103 943106 941949 0 -1 1077936128 6616 0 0 0 9 3 0 0 20 0 18 0 181582138 19430449152 14159 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
/proc/943106/statm: 4743762 14159 5713 1 0 550931 0
[pid=943106/tid=943108] ppid=943103 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/943106/task/943108/stat : 943108 (java) D 943103 943106 941949 0 -1 1078198336 5560 0 0 0 6 2 0 0 20 0 18 0 181582139 19430449152 14159 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
[pid=943106/tid=943117] ppid=943103 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/943106/task/943117/stat : 943117 (Finalizer) S 943103 943106 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 181582144 19430449152 14159 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
[pid=943106/tid=943124] ppid=943103 vsize=18975048 memory=15255952358280619 CPUtime=0 cores=0,2
/proc/943106/task/943124/stat : 943124 (Common-Cleaner) S 943103 943106 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 181582145 19430449152 14159 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56636 KiB

[startup+0.213199 s]*
/proc/loadavg: 4.11 3.95 3.29 7/315 943124
/proc/meminfo: memFree=108088520/131655788 swapFree=131071996/131071996
[pid=943106] ppid=943103 vsize=18975048 memory=63596 CPUtime=0.3 cores=0,2
/proc/943106/stat : 943106 (java) S 943103 943106 941949 0 -1 1077936128 7232 0 0 0 26 4 0 0 20 0 18 0 181582138 19430449152 15899 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
/proc/943106/statm: 4743762 15899 5718 1 0 551448 0
[pid=943106/tid=943108] ppid=943103 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=0,2
/proc/943106/task/943108/stat : 943108 (java) S 943103 943106 941949 0 -1 1077936192 5801 0 0 0 16 3 0 0 20 0 18 0 181582139 19430449152 15899 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
[pid=943106/tid=943117] ppid=943103 vsize=18975048 memory=3711 CPUtime=0 cores=0,2
/proc/943106/task/943117/stat : 943117 (Finalizer) S 943103 943106 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 181582144 19430449152 15899 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
[pid=943106/tid=943124] ppid=943103 vsize=18975048 memory=13572595761026746 CPUtime=0 cores=0,2
/proc/943106/task/943124/stat : 943124 (Common-Cleaner) S 943103 943106 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 181582145 19430449152 15899 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63596 KiB

[startup+0.323121 s]*
/proc/loadavg: 4.11 3.95 3.29 7/315 943124
/proc/meminfo: memFree=108084932/131655788 swapFree=131071996/131071996
[pid=943106] ppid=943103 vsize=18975048 memory=66516 CPUtime=0.49 cores=0,2
/proc/943106/stat : 943106 (java) S 943103 943106 941949 0 -1 1077936128 7520 0 0 0 44 5 0 0 20 0 18 0 181582138 19430449152 16629 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
/proc/943106/statm: 4743762 16629 5735 1 0 551651 0
[pid=943106/tid=943108] ppid=943103 vsize=18975048 memory=-8961434735013569212 CPUtime=0.28 cores=0,2
/proc/943106/task/943108/stat : 943108 (java) R 943103 943106 941949 0 -1 1077936192 5966 0 0 0 24 4 0 0 20 0 18 0 181582139 19430449152 16629 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
[pid=943106/tid=943117] ppid=943103 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/943106/task/943117/stat : 943117 (Finalizer) S 943103 943106 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 181582144 19430449152 16629 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
[pid=943106/tid=943124] ppid=943103 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/943106/task/943124/stat : 943124 (Common-Cleaner) S 943103 943106 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 181582145 19430449152 16629 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66516 KiB

[startup+0.70667 s]
/proc/loadavg: 4.11 3.95 3.29 6/315 943124
/proc/meminfo: memFree=108069252/131655788 swapFree=131071996/131071996
[pid=943106] ppid=943103 vsize=19041612 memory=160972 CPUtime=1.07 cores=0,2
/proc/943106/stat : 943106 (java) S 943103 943106 941949 0 -1 1077936128 8667 0 0 0 99 8 0 0 20 0 19 0 181582138 19498610688 40243 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
/proc/943106/statm: 4760403 40243 5837 1 0 552679 0
[pid=943106/tid=943108] ppid=943103 vsize=19041612 memory=5616 CPUtime=0.52 cores=0,2
/proc/943106/task/943108/stat : 943108 (java) R 943103 943106 941949 0 -1 4194368 6125 0 0 0 46 6 0 0 20 0 19 0 181582139 19498610688 40243 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
[pid=943106/tid=943117] ppid=943103 vsize=19041612 memory=11884 CPUtime=0 cores=0,2
/proc/943106/task/943117/stat : 943117 (Finalizer) S 943103 943106 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 181582144 19498610688 40243 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
[pid=943106/tid=943124] ppid=943103 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/943106/task/943124/stat : 943124 (Common-Cleaner) S 943103 943106 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 181582145 19498610688 40243 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
Current children cumulated CPU time: 1.07 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 160972 KiB

[startup+1.50067 s]
/proc/loadavg: 4.11 3.95 3.29 7/316 943125
/proc/meminfo: memFree=107697024/131655788 swapFree=131071996/131071996
[pid=943106] ppid=943103 vsize=19108176 memory=605336 CPUtime=2.64 cores=0,2
/proc/943106/stat : 943106 (java) S 943103 943106 941949 0 -1 1077936128 19357 0 0 0 244 20 0 0 20 0 20 0 181582138 19566772224 151334 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
/proc/943106/statm: 4777044 151334 5837 1 0 558714 0
[pid=943106/tid=943108] ppid=943103 vsize=19108176 memory=11884 CPUtime=1.25 cores=0,2
/proc/943106/task/943108/stat : 943108 (java) R 943103 943106 941949 0 -1 4194368 6385 0 0 0 110 15 0 0 20 0 20 0 181582139 19566772224 151334 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
[pid=943106/tid=943117] ppid=943103 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/943106/task/943117/stat : 943117 (Finalizer) S 943103 943106 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181582144 19566772224 151334 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
[pid=943106/tid=943124] ppid=943103 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/943106/task/943124/stat : 943124 (Common-Cleaner) S 943103 943106 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 181582145 19566772224 151334 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
Current children cumulated CPU time: 2.64 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 605336 KiB

[startup+3.10568 s]
/proc/loadavg: 4.18 3.97 3.30 6/317 943126
/proc/meminfo: memFree=106921556/131655788 swapFree=131071996/131071996
[pid=943106] ppid=943103 vsize=19108176 memory=1280872 CPUtime=5.81 cores=0,2
/proc/943106/stat : 943106 (java) S 943103 943106 941949 0 -1 1077936128 20622 0 0 0 545 36 0 0 20 0 20 0 181582138 19566772224 320218 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
/proc/943106/statm: 4777044 320218 5837 1 0 559125 0
[pid=943106/tid=943108] ppid=943103 vsize=19108176 memory=198340509722 CPUtime=2.79 cores=0,2
/proc/943106/task/943108/stat : 943108 (java) R 943103 943106 941949 0 -1 4194368 6731 0 0 0 249 30 0 0 20 0 20 0 181582139 19566772224 320218 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
[pid=943106/tid=943117] ppid=943103 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/943106/task/943117/stat : 943117 (Finalizer) S 943103 943106 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181582144 19566772224 320218 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
[pid=943106/tid=943124] ppid=943103 vsize=19108176 memory=11884 CPUtime=0 cores=0,2
/proc/943106/task/943124/stat : 943124 (Common-Cleaner) S 943103 943106 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 181582145 19566772224 320218 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
[pid=943106/tid=943126] ppid=943103 vsize=19108176 memory=658460 CPUtime=0 cores=0,2
/proc/943106/task/943126/stat : 943126 (Timer-0) S 943103 943106 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181582261 19566772224 320218 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
Current children cumulated CPU time: 5.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1280872 KiB

[startup+6.30067 s]
/proc/loadavg: 4.18 3.97 3.30 6/318 943129
/proc/meminfo: memFree=105944948/131655788 swapFree=131071996/131071996
[pid=943106] ppid=943103 vsize=19108176 memory=2210536 CPUtime=9.54 cores=0,2
/proc/943106/stat : 943106 (java) S 943103 943106 941949 0 -1 1077936128 28536 0 0 0 899 55 0 0 20 0 20 0 181582138 19566772224 552634 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
/proc/943106/statm: 4777044 552634 5837 1 0 1087649 0
[pid=943106/tid=943108] ppid=943103 vsize=19108176 memory=0 CPUtime=5.71 cores=0,2
/proc/943106/task/943108/stat : 943108 (java) R 943103 943106 941949 0 -1 4194368 8723 0 0 0 524 47 0 0 20 0 20 0 181582139 19566772224 552634 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
[pid=943106/tid=943117] ppid=943103 vsize=19108176 memory=11884 CPUtime=0 cores=0,2
/proc/943106/task/943117/stat : 943117 (Finalizer) S 943103 943106 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181582144 19566772224 552634 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
[pid=943106/tid=943124] ppid=943103 vsize=19108176 memory=911700 CPUtime=0 cores=0,2
/proc/943106/task/943124/stat : 943124 (Common-Cleaner) S 943103 943106 941949 0 -1 1077936192 35 0 0 0 0 0 0 0 20 0 20 0 181582145 19566772224 552634 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
[pid=943106/tid=943126] ppid=943103 vsize=19108176 memory=2089432 CPUtime=0 cores=0,2
/proc/943106/task/943126/stat : 943126 (Timer-0) S 943103 943106 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181582261 19566772224 552634 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
Current children cumulated CPU time: 9.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2210536 KiB

[startup+12.7007 s]
/proc/loadavg: 4.15 3.97 3.31 5/318 943129
/proc/meminfo: memFree=105298272/131655788 swapFree=131071996/131071996
[pid=943106] ppid=943103 vsize=19108176 memory=2919272 CPUtime=16.27 cores=0,2
/proc/943106/stat : 943106 (java) S 943103 943106 941949 0 -1 1077936128 29479 0 0 0 1557 70 0 0 20 0 20 0 181582138 19566772224 729818 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
/proc/943106/statm: 4777044 729818 5837 1 0 1087651 0
[pid=943106/tid=943108] ppid=943103 vsize=19108176 memory=2489192 CPUtime=11.9 cores=0,2
/proc/943106/task/943108/stat : 943108 (java) R 943103 943106 941949 0 -1 4194368 9046 0 0 0 1131 59 0 0 20 0 20 0 181582139 19566772224 729818 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
[pid=943106/tid=943117] ppid=943103 vsize=19108176 memory=11596 CPUtime=0 cores=0,2
/proc/943106/task/943117/stat : 943117 (Finalizer) S 943103 943106 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181582144 19566772224 729818 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
[pid=943106/tid=943124] ppid=943103 vsize=19108176 memory=6085043042520752979 CPUtime=0 cores=0,2
/proc/943106/task/943124/stat : 943124 (Common-Cleaner) S 943103 943106 941949 0 -1 1077936192 35 0 0 0 0 0 0 0 20 0 20 0 181582145 19566772224 729818 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
[pid=943106/tid=943126] ppid=943103 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/943106/task/943126/stat : 943126 (Timer-0) S 943103 943106 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181582261 19566772224 729818 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
Current children cumulated CPU time: 16.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2919272 KiB

[startup+25.5005 s]
/proc/loadavg: 4.20 3.99 3.32 5/318 943132
/proc/meminfo: memFree=104569644/131655788 swapFree=131071996/131071996
[pid=943106] ppid=943103 vsize=19108176 memory=3433368 CPUtime=29.39 cores=0,2
/proc/943106/stat : 943106 (java) S 943103 943106 941949 0 -1 1077936128 31098 0 0 0 2856 83 0 0 20 0 20 0 181582138 19566772224 858342 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
/proc/943106/statm: 4777044 858342 5837 1 0 1087657 0
[pid=943106/tid=943108] ppid=943103 vsize=19108176 memory=6085043042520752979 CPUtime=24.47 cores=0,2
/proc/943106/task/943108/stat : 943108 (java) R 943103 943106 941949 0 -1 4194368 10531 0 0 0 2376 71 0 0 20 0 20 0 181582139 19566772224 858342 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
[pid=943106/tid=943117] ppid=943103 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/943106/task/943117/stat : 943117 (Finalizer) S 943103 943106 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181582144 19566772224 858342 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
[pid=943106/tid=943124] ppid=943103 vsize=19108176 memory=1808 CPUtime=0 cores=0,2
/proc/943106/task/943124/stat : 943124 (Common-Cleaner) S 943103 943106 941949 0 -1 1077936192 35 0 0 0 0 0 0 0 20 0 20 0 181582145 19566772224 858342 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
[pid=943106/tid=943126] ppid=943103 vsize=19108176 memory=-8961434735013569212 CPUtime=0 cores=0,2
/proc/943106/task/943126/stat : 943126 (Timer-0) S 943103 943106 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181582261 19566772224 858342 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
Current children cumulated CPU time: 29.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3433368 KiB

[startup+51.1132 s]
/proc/loadavg: 4.26 4.02 3.35 5/318 943135
/proc/meminfo: memFree=104567036/131655788 swapFree=131071996/131071996
[pid=943106] ppid=943103 vsize=19108176 memory=3435800 CPUtime=55.44 cores=0,2
/proc/943106/stat : 943106 (java) S 943103 943106 941949 0 -1 1077936128 40898 0 0 0 5459 85 0 0 20 0 20 0 181582138 19566772224 858950 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
/proc/943106/statm: 4777044 858950 5837 1 0 1087705 0
[pid=943106/tid=943108] ppid=943103 vsize=19108176 memory=3433732 CPUtime=49.46 cores=0,2
/proc/943106/task/943108/stat : 943108 (java) R 943103 943106 941949 0 -1 4194368 14860 0 0 0 4875 71 0 0 20 0 20 0 181582139 19566772224 858950 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
[pid=943106/tid=943117] ppid=943103 vsize=19108176 memory=11596 CPUtime=0 cores=0,2
/proc/943106/task/943117/stat : 943117 (Finalizer) S 943103 943106 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181582144 19566772224 858950 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
[pid=943106/tid=943124] ppid=943103 vsize=19108176 memory=11596 CPUtime=0 cores=0,2
/proc/943106/task/943124/stat : 943124 (Common-Cleaner) S 943103 943106 941949 0 -1 1077936192 35 0 0 0 0 0 0 0 20 0 20 0 181582145 19566772224 858950 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
[pid=943106/tid=943126] ppid=943103 vsize=19108176 memory=11596 CPUtime=0 cores=0,2
/proc/943106/task/943126/stat : 943126 (Timer-0) S 943103 943106 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181582261 19566772224 858950 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0

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

/proc/943106/task/943117/stat : 943117 (Finalizer) S 943103 943106 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181582144 19566772224 1075440 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
[pid=943106/tid=943124] ppid=943103 vsize=19108176 memory=4301748 CPUtime=0 cores=0,2
/proc/943106/task/943124/stat : 943124 (Common-Cleaner) S 943103 943106 941949 0 -1 1077936192 4279 0 0 0 0 0 0 0 20 0 20 0 181582145 19566772224 1075440 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
[pid=943106/tid=943126] ppid=943103 vsize=19108176 memory=4301760 CPUtime=0 cores=0,2
/proc/943106/task/943126/stat : 943126 (Timer-0) S 943103 943106 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181582261 19566772224 1075440 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
Current children cumulated CPU time: 3219.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4301760 KiB

[startup+3222.3 s]
/proc/loadavg: 4.42 4.32 4.28 6/319 945097
/proc/meminfo: memFree=103967568/131655788 swapFree=131071996/131071996
[pid=943106] ppid=943103 vsize=19108176 memory=4301764 CPUtime=3279.63 cores=0,2
/proc/943106/stat : 943106 (java) S 943103 943106 941949 0 -1 1077936128 312673 0 0 0 327641 322 0 0 20 0 20 0 181582138 19566772224 1075441 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
/proc/943106/statm: 4777044 1075441 5860 1 0 1088786 0
[pid=943106/tid=943108] ppid=943103 vsize=19108176 memory=4301748 CPUtime=3132.12 cores=0,2
/proc/943106/task/943108/stat : 943108 (java) R 943103 943106 941949 0 -1 4194368 165108 0 0 0 313117 95 0 0 20 0 20 0 181582139 19566772224 1075441 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 23 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
[pid=943106/tid=943117] ppid=943103 vsize=19108176 memory=4301764 CPUtime=0 cores=0,2
/proc/943106/task/943117/stat : 943117 (Finalizer) S 943103 943106 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181582144 19566772224 1075441 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
[pid=943106/tid=943124] ppid=943103 vsize=19108176 memory=4301764 CPUtime=0 cores=0,2
/proc/943106/task/943124/stat : 943124 (Common-Cleaner) S 943103 943106 941949 0 -1 1077936192 4375 0 0 0 0 0 0 0 20 0 20 0 181582145 19566772224 1075441 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
[pid=943106/tid=943126] ppid=943103 vsize=19108176 memory=1980 CPUtime=0 cores=0,2
/proc/943106/task/943126/stat : 943126 (Timer-0) S 943103 943106 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181582261 19566772224 1075441 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
Current children cumulated CPU time: 3279.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4301764 KiB

[startup+3282.3 s]
/proc/loadavg: 4.35 4.32 4.28 6/319 945109
/proc/meminfo: memFree=103493468/131655788 swapFree=131071996/131071996
[pid=943106] ppid=943103 vsize=19108176 memory=4301764 CPUtime=3340.68 cores=0,2
/proc/943106/stat : 943106 (java) S 943103 943106 941949 0 -1 1077936128 317038 0 0 0 333741 327 0 0 20 0 20 0 181582138 19566772224 1075441 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
/proc/943106/statm: 4777044 1075441 5860 1 0 1088786 0
[pid=943106/tid=943108] ppid=943103 vsize=19108176 memory=4301764 CPUtime=3190.38 cores=0,2
/proc/943106/task/943108/stat : 943108 (java) R 943103 943106 941949 0 -1 4194368 168131 0 0 0 318942 96 0 0 20 0 20 0 181582139 19566772224 1075441 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 23 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
[pid=943106/tid=943117] ppid=943103 vsize=19108176 memory=11596 CPUtime=0 cores=0,2
/proc/943106/task/943117/stat : 943117 (Finalizer) S 943103 943106 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181582144 19566772224 1075441 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
[pid=943106/tid=943124] ppid=943103 vsize=19108176 memory=4301764 CPUtime=0 cores=0,2
/proc/943106/task/943124/stat : 943124 (Common-Cleaner) S 943103 943106 941949 0 -1 1077936192 4425 0 0 0 0 0 0 0 20 0 20 0 181582145 19566772224 1075441 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
[pid=943106/tid=943126] ppid=943103 vsize=19108176 memory=4301764 CPUtime=0 cores=0,2
/proc/943106/task/943126/stat : 943126 (Timer-0) S 943103 943106 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181582261 19566772224 1075441 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
Current children cumulated CPU time: 3340.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4301764 KiB

[startup+3342.3 s]
/proc/loadavg: 4.19 4.28 4.26 6/319 945119
/proc/meminfo: memFree=103180604/131655788 swapFree=131071996/131071996
[pid=943106] ppid=943103 vsize=19108176 memory=4301820 CPUtime=3401.58 cores=0,2
/proc/943106/stat : 943106 (java) S 943103 943106 941949 0 -1 1077936128 321369 0 0 0 339828 330 0 0 20 0 20 0 181582138 19566772224 1075455 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
/proc/943106/statm: 4777044 1075455 5860 1 0 1088786 0
[pid=943106/tid=943108] ppid=943103 vsize=19108176 memory=4301784 CPUtime=3248.48 cores=0,2
/proc/943106/task/943108/stat : 943108 (java) R 943103 943106 941949 0 -1 4194368 171036 0 0 0 324752 96 0 0 20 0 20 0 181582139 19566772224 1075455 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 23 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
[pid=943106/tid=943117] ppid=943103 vsize=19108176 memory=4301820 CPUtime=0 cores=0,2
/proc/943106/task/943117/stat : 943117 (Finalizer) S 943103 943106 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181582144 19566772224 1075455 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
[pid=943106/tid=943124] ppid=943103 vsize=19108176 memory=3264 CPUtime=0 cores=0,2
/proc/943106/task/943124/stat : 943124 (Common-Cleaner) S 943103 943106 941949 0 -1 1077936192 4520 0 0 0 0 0 0 0 20 0 20 0 181582145 19566772224 1075455 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
[pid=943106/tid=943126] ppid=943103 vsize=19108176 memory=11596 CPUtime=0 cores=0,2
/proc/943106/task/943126/stat : 943126 (Timer-0) S 943103 943106 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181582261 19566772224 1075455 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
Current children cumulated CPU time: 3401.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4301820 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.25 4.26 6/319 945129
/proc/meminfo: memFree=103108256/131655788 swapFree=131071996/131071996
[pid=943106] ppid=943103 vsize=19108176 memory=4301824 CPUtime=3462.33 cores=0,2
/proc/943106/stat : 943106 (java) S 943103 943106 941949 0 -1 1077936128 326062 0 0 0 345899 334 0 0 20 0 20 0 181582138 19566772224 1075456 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
/proc/943106/statm: 4777044 1075456 5860 1 0 1088786 0
[pid=943106/tid=943108] ppid=943103 vsize=19108176 memory=4301820 CPUtime=3307.03 cores=0,2
/proc/943106/task/943108/stat : 943108 (java) R 943103 943106 941949 0 -1 4194368 174284 0 0 0 330606 97 0 0 20 0 20 0 181582139 19566772224 1075456 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 23 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
[pid=943106/tid=943117] ppid=943103 vsize=19108176 memory=4301824 CPUtime=0 cores=0,2
/proc/943106/task/943117/stat : 943117 (Finalizer) S 943103 943106 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181582144 19566772224 1075456 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
[pid=943106/tid=943124] ppid=943103 vsize=19108176 memory=4301824 CPUtime=0 cores=0,2
/proc/943106/task/943124/stat : 943124 (Common-Cleaner) S 943103 943106 941949 0 -1 1077936192 4615 0 0 0 0 0 0 0 20 0 20 0 181582145 19566772224 1075456 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
[pid=943106/tid=943126] ppid=943103 vsize=19108176 memory=4301824 CPUtime=0 cores=0,2
/proc/943106/task/943126/stat : 943126 (Timer-0) S 943103 943106 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181582261 19566772224 1075456 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
Current children cumulated CPU time: 3462.33 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4301824 KiB

[startup+3462.3 s]
/proc/loadavg: 4.25 4.25 4.26 7/319 945140
/proc/meminfo: memFree=102902256/131655788 swapFree=131071996/131071996
[pid=943106] ppid=943103 vsize=19108176 memory=4301924 CPUtime=3523.48 cores=0,2
/proc/943106/stat : 943106 (java) S 943103 943106 941949 0 -1 1077936128 330849 0 0 0 352010 338 0 0 20 0 20 0 181582138 19566772224 1075481 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
/proc/943106/statm: 4777044 1075481 5860 1 0 1088812 0
[pid=943106/tid=943108] ppid=943103 vsize=19108176 memory=4301820 CPUtime=3365.15 cores=0,2
/proc/943106/task/943108/stat : 943108 (java) R 943103 943106 941949 0 -1 4194368 177145 0 0 0 336418 97 0 0 20 0 20 0 181582139 19566772224 1075481 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 25 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
[pid=943106/tid=943117] ppid=943103 vsize=19108176 memory=11596 CPUtime=0 cores=0,2
/proc/943106/task/943117/stat : 943117 (Finalizer) S 943103 943106 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181582144 19566772224 1075481 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
[pid=943106/tid=943124] ppid=943103 vsize=19108176 memory=4301924 CPUtime=0 cores=0,2
/proc/943106/task/943124/stat : 943124 (Common-Cleaner) S 943103 943106 941949 0 -1 1077936192 4665 0 0 0 0 0 0 0 20 0 20 0 181582145 19566772224 1075481 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
[pid=943106/tid=943126] ppid=943103 vsize=19108176 memory=4301920 CPUtime=0 cores=0,2
/proc/943106/task/943126/stat : 943126 (Timer-0) S 943103 943106 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181582261 19566772224 1075481 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
Current children cumulated CPU time: 3523.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4301924 KiB

[startup+3522.3 s]
/proc/loadavg: 4.17 4.23 4.25 6/317 945151
/proc/meminfo: memFree=102788248/131655788 swapFree=131071996/131071996
[pid=943106] ppid=943103 vsize=19108176 memory=4301976 CPUtime=3584.55 cores=0,2
/proc/943106/stat : 943106 (java) S 943103 943106 941949 0 -1 1077936128 335149 0 0 0 358114 341 0 0 20 0 20 0 181582138 19566772224 1075494 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
/proc/943106/statm: 4777044 1075494 5860 1 0 1088812 0
[pid=943106/tid=943108] ppid=943103 vsize=19108176 memory=4301924 CPUtime=3423.47 cores=0,2
/proc/943106/task/943108/stat : 943108 (java) R 943103 943106 941949 0 -1 4194368 179866 0 0 0 342249 98 0 0 20 0 20 0 181582139 19566772224 1075494 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 25 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
[pid=943106/tid=943117] ppid=943103 vsize=19108176 memory=4301932 CPUtime=0 cores=0,2
/proc/943106/task/943117/stat : 943117 (Finalizer) S 943103 943106 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181582144 19566772224 1075494 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
[pid=943106/tid=943124] ppid=943103 vsize=19108176 memory=11596 CPUtime=0 cores=0,2
/proc/943106/task/943124/stat : 943124 (Common-Cleaner) S 943103 943106 941949 0 -1 1077936192 4761 0 0 0 0 0 0 0 20 0 20 0 181582145 19566772224 1075494 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
[pid=943106/tid=943126] ppid=943103 vsize=19108176 memory=11884 CPUtime=0 cores=0,2
/proc/943106/task/943126/stat : 943126 (Timer-0) S 943103 943106 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181582261 19566772224 1075494 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
Current children cumulated CPU time: 3584.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4301976 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3537.6 s]
/proc/loadavg: 4.20 4.24 4.25 6/317 945154
/proc/meminfo: memFree=102788164/131655788 swapFree=131071996/131071996
[pid=943106] ppid=943103 vsize=19108176 memory=4301976 CPUtime=3600.05 cores=0,2
/proc/943106/stat : 943106 (java) S 943103 943106 941949 0 -1 1077936128 335586 0 0 0 359663 342 0 0 20 0 20 0 181582138 19566772224 1075494 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
/proc/943106/statm: 4777044 1075494 5860 1 0 1088812 0
[pid=943106/tid=943108] ppid=943103 vsize=19108176 memory=4301976 CPUtime=3438.45 cores=0,2
/proc/943106/task/943108/stat : 943108 (java) R 943103 943106 941949 0 -1 4194368 180253 0 0 0 343747 98 0 0 20 0 20 0 181582139 19566772224 1075494 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 25 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
[pid=943106/tid=943117] ppid=943103 vsize=19108176 memory=4301976 CPUtime=0 cores=0,2
/proc/943106/task/943117/stat : 943117 (Finalizer) S 943103 943106 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181582144 19566772224 1075494 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
[pid=943106/tid=943124] ppid=943103 vsize=19108176 memory=4301976 CPUtime=0 cores=0,2
/proc/943106/task/943124/stat : 943124 (Common-Cleaner) S 943103 943106 941949 0 -1 1077936192 4761 0 0 0 0 0 0 0 20 0 20 0 181582145 19566772224 1075494 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
[pid=943106/tid=943126] ppid=943103 vsize=19108176 memory=4301976 CPUtime=0 cores=0,2
/proc/943106/task/943126/stat : 943126 (Timer-0) S 943103 943106 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181582261 19566772224 1075494 134679101440 94331830312960 94331830316656 140732257302400 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94331830324472 94331830325264 94331832111104 140732257305588 140732257305696 140732257305696 140732257312712 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4301976 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.77 s, system=3.45968 s

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

[startup+3537.71 s]*
/proc/loadavg: 4.27 4.25 4.26 6/300 945157
/proc/meminfo: memFree=106963256/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): 3537.73
CPU time (s): 3600.23
CPU user time (s): 3596.77
CPU system time (s): 3.45968
CPU usage (%): 101.766
Max. virtual memory (cumulated for all children) (KiB): 19109328
Max. memory (cumulated for all children) (KiB): 4301976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.77
system time used= 3.45968
maximum resident set size= 4303592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 339106
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 136095
involuntary context switches= 29506


# summary of solver processes directly reported to runsolver:
#   pid: 943106
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3596.77
#   total CPU system time (s): 3.45968

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.041 second user time and 37.3857 second system time

The end

Launcher Data

Begin job on nodeC003 at 2024-07-18 11:17:52
IDJOB=4441931
IDBENCH=147757
IDSOLVER=3052
FILE ID=nodeC003/4441931-1721294260
RUNJOBID= nodeC003-1721293749-941959
SLURM_JOB_ID= 7542592
Free space on /tmp= 723768 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/www.ps.uni-sb.de/~walser/benchmarks/ppp-problems/normalized-ppp:3-13,25,26.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4441931-1721294260/watcher-4441931-1721294260 -o /tmp/evaluation-result-4441931-1721294260/solver-4441931-1721294260 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721293749-941959 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4441931-1721294260.opb

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

MD5SUM BENCH= b71388011e4b80d0b0325c4a241ada38
RANDOM SEED=1264488280

nodeC003.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		: 3491.892
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.76
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		: 3651.394
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.30
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.220
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.308
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.30
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		: 3602.723
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.76
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		: 3519.287
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.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.374
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.267
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.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        108130660 kB
MemAvailable:   113668932 kB
Buffers:          495052 kB
Cached:          5819744 kB
SwapCached:            0 kB
Active:           916500 kB
Inactive:       21894664 kB
Active(anon):       1476 kB
Inactive(anon): 16532272 kB
Active(file):     915024 kB
Inactive(file):  5362392 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1728 kB
Writeback:             0 kB
AnonPages:      16496108 kB
Mapped:           126396 kB
Shmem:             37704 kB
KReclaimable:     201776 kB
Slab:             316844 kB
SReclaimable:     201776 kB
SUnreclaim:       115068 kB
KernelStack:        4848 kB
PageTables:        42052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   17874780 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            57280 kB
HardwareCorrupted:     0 kB
AnonHugePages:  16279552 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:      275272 kB
DirectMap2M:    31086592 kB
DirectMap1G:    104857600 kB

Free space on /tmp at the end= 723772 MiB
End job on nodeC003 at 2024-07-18 12:16:50