Trace number 4442291

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.36 3539.85

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB05/
aloul/FPGA_SAT05/normalized-fpga45_43_sat_pb.cnf.cr.opb
MD5SUM1a942aa89960caff3d5a982fca10c5c5
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.023486
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2903
Total number of constraints2066
Number of constraints which are clauses1978
Number of constraints which are cardinality constraints (but not clauses)88
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint22
Maximum length of a constraint45
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 46
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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.15/0.12	c version CUSTOM.v20240707
0.15/0.13	c java.runtime.name	OpenJDK Runtime Environment
0.15/0.13	c java.vm.name		OpenJDK 64-Bit Server VM
0.15/0.13	c java.vm.version	22.0.1+8-16
0.15/0.13	c java.vm.vendor	Oracle Corporation
0.15/0.13	c sun.arch.data.model	64
0.15/0.13	c java.version		22.0.1
0.15/0.13	c os.name		Linux
0.15/0.13	c os.version		4.18.0-301.1.el8.x86_64
0.15/0.13	c os.arch		amd64
0.15/0.13	c Free memory 		2115194816
0.15/0.13	c Max memory 		16282288128
0.15/0.13	c Total memory 		2122317824
0.15/0.14	c Number of processors 	2
0.35/0.24	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.35/0.24	 - never skip resolution steps
0.35/0.24	 - Auto-division on coefficients is disabled
0.35/0.24	 - No postprocessing
0.35/0.24	 - Conflict is considered as is when resolving
0.35/0.24	 - Use constraints as they come during conflict analysis
0.35/0.24	 - Weaken first using unassigned literals
0.35/0.24	 - Bump strategy: ALWAYS_ONE
0.35/0.24	 - Bumper: EFFECTIVE
0.35/0.24	--- Begin Solver configuration ---
0.35/0.24	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.35/0.24	Learn all clauses as in MiniSAT
0.35/0.24	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.35/0.24	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.35/0.24	No reason simplification
0.35/0.24	Dynamic restart strategy considering the size of the coefficients
0.35/0.24	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.35/0.24	timeout=2147483s
0.35/0.24	DB Simplification allowed=false
0.35/0.24	Listener: none
0.35/0.24	--- End Solver configuration ---
0.35/0.24	c Pseudo Boolean Optimization by upper bound
0.35/0.24	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.35/0.24	c  - never skip resolution steps
0.35/0.24	c  - Auto-division on coefficients is disabled
0.35/0.24	c  - No postprocessing
0.35/0.24	c  - Conflict is considered as is when resolving
0.35/0.24	c  - Use constraints as they come during conflict analysis
0.35/0.24	c  - Weaken first using unassigned literals
0.35/0.24	c  - Bump strategy: ALWAYS_ONE
0.35/0.24	c  - Bumper: EFFECTIVE
0.35/0.24	c --- Begin Solver configuration ---
0.35/0.24	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.35/0.24	c Learn all clauses as in MiniSAT
0.35/0.24	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.35/0.24	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.35/0.24	c No reason simplification
0.35/0.24	c Dynamic restart strategy considering the size of the coefficients
0.35/0.24	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.35/0.24	c timeout=2147483s
0.35/0.24	c DB Simplification allowed=false
0.35/0.24	c Listener: none
0.35/0.24	c --- End Solver configuration ---
0.35/0.24	c solving HOME/instance-4442291-1721301868.opb
0.35/0.24	c reading problem ... 
0.35/0.24	c  no objective function found
1.07/0.61	c ... done. Wall clock time 0.375s.
1.07/0.61	c declared #vars     2903
1.07/0.61	c #constraints  2066
1.07/0.61	c constraints type 
1.07/0.61	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 88
1.07/0.61	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1978
1.07/0.61	c 2066 constraints processed.
178.90/172.64	c cleaning 2495 clauses out of 5001 with flag 0/5001
275.49/267.46	c cleaning 4237 clauses out of 8505 with flag 0/11000
385.37/375.56	c cleaning 5632 clauses out of 11268 with flag 0/18000
543.96/531.96	c cleaning 6802 clauses out of 13636 with flag 0/26000
795.36/781.43	c cleaning 7901 clauses out of 15834 with flag 0/35000
955.20/939.72	c cleaning 8955 clauses out of 17933 with flag 0/45000
1105.92/1088.08	c cleaning 9981 clauses out of 19978 with flag 0/56000
1262.41/1243.21	c cleaning 10992 clauses out of 21997 with flag 0/68000
1434.62/1414.14	c cleaning 11996 clauses out of 24005 with flag 0/81000
1627.82/1606.09	c cleaning 12994 clauses out of 26009 with flag 0/95000
1857.73/1833.95	c cleaning 13993 clauses out of 28015 with flag 0/110000
2098.40/2072.60	c cleaning 15006 clauses out of 30022 with flag 0/126000
2369.39/2340.69	c cleaning 15998 clauses out of 32016 with flag 0/143000
2658.84/2628.23	c cleaning 17000 clauses out of 34018 with flag 0/161000
2953.25/2920.43	c cleaning 17999 clauses out of 36019 with flag 0/180001
3281.97/3242.38	c cleaning 18987 clauses out of 38019 with flag 0/200000
3600.07/3539.71	c starts		: 5
3600.07/3539.72	c conflicts		: 221000
3600.07/3539.72	c decisions		: 1580468
3600.07/3539.72	c propagations		: 11422742
3600.07/3539.72	c inspects		: 189359695
3600.07/3539.72	c shortcuts		: 0
3600.07/3539.72	c learnt literals	: 0
3600.07/3539.72	c learnt binary clauses	: 0
3600.07/3539.72	c learnt ternary clauses	: 0
3600.07/3539.72	c learnt constraints	: 221000
3600.07/3539.72	c ignored constraints	: 0
3600.07/3539.72	c root simplifications	: 0
3600.07/3539.72	c removed literals (reason simplification)	: 0
3600.07/3539.72	c reason swapping (by a shorter reason)	: 0
3600.07/3539.72	c Calls to reduceDB	: 17
3600.07/3539.72	c Number of update (reduction) of LBD	: 231165
3600.07/3539.72	c Imported unit clauses	: 0
3600.07/3539.72	c No decision after first conflict	: false
3600.07/3539.72	c number of reductions to clauses (during analyze)	: 0
3600.07/3539.72	c number of learned constraints concerned by reduction	: 0
3600.07/3539.72	c number of learning phase by resolution	: 0
3600.07/3539.72	c number of learning phase by cutting planes	: 0
3600.07/3539.72	c number of rounding to 1 operations	: 0
3600.07/3539.72	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3539.72	c number of reductions of the coefficients by power 2 	: 0
3600.07/3539.72	c number of right shift for reduction by power 2 	: 0
3600.07/3539.72	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3539.72	c number of ending skipping 	: 0
3600.07/3539.72	c number of internal skipping 	: 0
3600.07/3539.72	c number of derivation steps 	: 2307165
3600.07/3539.72	c number of skipped derivation steps 	: 0
3600.07/3539.72	c number of remaining unassigned 	: 7536
3600.07/3539.72	c number of remaining assigned 	: 1460560440
3600.07/3539.72	c number of falsified literals weakened from reason	: 0
3600.07/3539.72	c number of falsified literals weakened from conflict	: 0
3600.07/3539.72	c time for arithmetic operations	: 17257692912
3600.07/3539.73	c minimum degree of deleted constraints	: 26
3600.07/3539.73	c maximum degree of deleted constraints	: 26198936977787910
3600.07/3539.73	c number of deleted constraints	: 181092
3600.07/3539.73	c speed (assignments/second)	: 3227.5738172665397
3600.07/3539.73	c non guided choices	: 927
3600.29/3539.82	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 334
3600.29/3539.82	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 39698
3600.29/3539.82	s UNKNOWN
3600.29/3539.83	c Total wall clock time (in seconds): 3539.596

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442291-1721301868/watcher-4442291-1721301868 -o /tmp/evaluation-result-4442291-1721301868/solver-4442291-1721301868 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721293749-941961 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4442291-1721301868.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
solver pid=947656, runsolver pid=947653
Current StackSize limit: 8192 KiB


[startup+0.100069 s]*
/proc/loadavg: 4.17 4.25 4.29 8/318 947674
/proc/meminfo: memFree=110270216/131655788 swapFree=131071996/131071996
[pid=947656] ppid=947653 vsize=18975048 memory=56948 CPUtime=0.15 cores=1,3
/proc/947656/stat : 947656 (java) S 947653 947656 941949 0 -1 1077936128 6707 0 0 0 13 2 0 0 20 0 18 0 182342897 19430449152 14237 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
/proc/947656/statm: 4743762 14237 5700 1 0 551000 0
[pid=947656/tid=947658] ppid=947653 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=1,3
/proc/947656/task/947658/stat : 947658 (java) R 947653 947656 941949 0 -1 4194368 5632 0 0 0 8 1 0 0 20 0 18 0 182342897 19430449152 14237 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
[pid=947656/tid=947667] ppid=947653 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/947656/task/947667/stat : 947667 (Finalizer) S 947653 947656 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182342902 19430449152 14237 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
[pid=947656/tid=947674] ppid=947653 vsize=18975048 memory=15255952358280619 CPUtime=0 cores=1,3
/proc/947656/task/947674/stat : 947674 (Common-Cleaner) S 947653 947656 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 182342903 19430449152 14237 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56948 KiB

[startup+0.219535 s]*
/proc/loadavg: 4.17 4.25 4.29 7/318 947674
/proc/meminfo: memFree=110260152/131655788 swapFree=131071996/131071996
[pid=947656] ppid=947653 vsize=18975048 memory=68276 CPUtime=0.35 cores=1,3
/proc/947656/stat : 947656 (java) S 947653 947656 941949 0 -1 1077936128 7480 0 0 0 32 3 0 0 20 0 18 0 182342897 19430449152 17069 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
/proc/947656/statm: 4743762 17069 5714 1 0 551620 0
[pid=947656/tid=947658] ppid=947653 vsize=18975048 memory=4782652875487838339 CPUtime=0.2 cores=1,3
/proc/947656/task/947658/stat : 947658 (java) R 947653 947656 941949 0 -1 4194368 5990 0 0 0 18 2 0 0 20 0 18 0 182342897 19430449152 17109 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
[pid=947656/tid=947667] ppid=947653 vsize=18975048 memory=3711 CPUtime=0 cores=1,3
/proc/947656/task/947667/stat : 947667 (Finalizer) S 947653 947656 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182342902 19430449152 17109 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
[pid=947656/tid=947674] ppid=947653 vsize=18975048 memory=13572595761026746 CPUtime=0 cores=1,3
/proc/947656/task/947674/stat : 947674 (Common-Cleaner) S 947653 947656 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 182342903 19430449152 17109 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 68276 KiB

[startup+0.316153 s]*
/proc/loadavg: 4.17 4.25 4.29 7/318 947674
/proc/meminfo: memFree=110251232/131655788 swapFree=131071996/131071996
[pid=947656] ppid=947653 vsize=18975048 memory=77568 CPUtime=0.52 cores=1,3
/proc/947656/stat : 947656 (java) S 947653 947656 941949 0 -1 1077936128 7624 0 0 0 49 3 0 0 20 0 18 0 182342897 19430449152 19392 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
/proc/947656/statm: 4743762 19392 5847 1 0 551705 0
[pid=947656/tid=947658] ppid=947653 vsize=18975048 memory=-8960021845392007868 CPUtime=0.29 cores=1,3
/proc/947656/task/947658/stat : 947658 (java) R 947653 947656 941949 0 -1 4194368 6062 0 0 0 27 2 0 0 20 0 18 0 182342897 19430449152 19392 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
[pid=947656/tid=947667] ppid=947653 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/947656/task/947667/stat : 947667 (Finalizer) S 947653 947656 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182342902 19430449152 19392 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
[pid=947656/tid=947674] ppid=947653 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/947656/task/947674/stat : 947674 (Common-Cleaner) S 947653 947656 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 182342903 19430449152 19392 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 77568 KiB

[startup+0.702858 s]
/proc/loadavg: 4.17 4.25 4.29 6/318 947674
/proc/meminfo: memFree=110206688/131655788 swapFree=131071996/131071996
[pid=947656] ppid=947653 vsize=19041612 memory=159684 CPUtime=1.25 cores=1,3
/proc/947656/stat : 947656 (java) S 947653 947656 941949 0 -1 1077936128 10708 0 0 0 119 6 0 0 20 0 19 0 182342897 19498610688 39921 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
/proc/947656/statm: 4760403 39921 5847 1 0 553909 0
[pid=947656/tid=947658] ppid=947653 vsize=19041612 memory=5616 CPUtime=0.65 cores=1,3
/proc/947656/task/947658/stat : 947658 (java) R 947653 947656 941949 0 -1 4194368 6164 0 0 0 61 4 0 0 20 0 19 0 182342897 19498610688 39921 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
[pid=947656/tid=947667] ppid=947653 vsize=19041612 memory=11884 CPUtime=0 cores=1,3
/proc/947656/task/947667/stat : 947667 (Finalizer) S 947653 947656 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 182342902 19498610688 39921 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
[pid=947656/tid=947674] ppid=947653 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/947656/task/947674/stat : 947674 (Common-Cleaner) S 947653 947656 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 182342903 19498610688 39921 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 159684 KiB

[startup+1.50915 s]
/proc/loadavg: 4.32 4.28 4.30 8/320 947676
/proc/meminfo: memFree=110144164/131655788 swapFree=131071996/131071996
[pid=947656] ppid=947653 vsize=19108176 memory=183164 CPUtime=2.85 cores=1,3
/proc/947656/stat : 947656 (java) S 947653 947656 941949 0 -1 1077936128 20375 0 0 0 277 8 0 0 20 0 20 0 182342897 19566772224 45791 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
/proc/947656/statm: 4777044 45791 5879 1 0 557726 0
[pid=947656/tid=947658] ppid=947653 vsize=19108176 memory=11884 CPUtime=1.42 cores=1,3
/proc/947656/task/947658/stat : 947658 (java) R 947653 947656 941949 0 -1 4194368 6216 0 0 0 138 4 0 0 20 0 20 0 182342897 19566772224 45832 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
[pid=947656/tid=947667] ppid=947653 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/947656/task/947667/stat : 947667 (Finalizer) S 947653 947656 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182342902 19566772224 45832 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
[pid=947656/tid=947674] ppid=947653 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/947656/task/947674/stat : 947674 (Common-Cleaner) S 947653 947656 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 182342903 19566772224 45832 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
[pid=947656/tid=947675] ppid=947653 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/947656/task/947675/stat : 947675 (Timer-0) S 947653 947656 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182342959 19566772224 45832 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 183164 KiB

[startup+3.10616 s]
/proc/loadavg: 4.32 4.28 4.30 6/320 947676
/proc/meminfo: memFree=110137996/131655788 swapFree=131071996/131071996
[pid=947656] ppid=947653 vsize=19108176 memory=188556 CPUtime=5.91 cores=1,3
/proc/947656/stat : 947656 (java) S 947653 947656 941949 0 -1 1077936128 22940 0 0 0 582 9 0 0 20 0 20 0 182342897 19566772224 47139 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
/proc/947656/statm: 4777044 47139 5895 1 0 557738 0
[pid=947656/tid=947658] ppid=947653 vsize=19108176 memory=0 CPUtime=2.97 cores=1,3
/proc/947656/task/947658/stat : 947658 (java) R 947653 947656 941949 0 -1 4194368 6760 0 0 0 293 4 0 0 20 0 20 0 182342897 19566772224 47139 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
[pid=947656/tid=947667] ppid=947653 vsize=19108176 memory=11596 CPUtime=0 cores=1,3
/proc/947656/task/947667/stat : 947667 (Finalizer) S 947653 947656 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182342902 19566772224 47139 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
[pid=947656/tid=947674] ppid=947653 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/947656/task/947674/stat : 947674 (Common-Cleaner) S 947653 947656 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 182342903 19566772224 47139 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
[pid=947656/tid=947675] ppid=947653 vsize=19108176 memory=11884 CPUtime=0 cores=1,3
/proc/947656/task/947675/stat : 947675 (Timer-0) S 947653 947656 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182342959 19566772224 47139 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
Current children cumulated CPU time: 5.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 188556 KiB

[startup+6.3004 s]
/proc/loadavg: 4.30 4.28 4.30 5/320 947677
/proc/meminfo: memFree=109682964/131655788 swapFree=131071996/131071996
[pid=947656] ppid=947653 vsize=19108176 memory=724580 CPUtime=10.67 cores=1,3
/proc/947656/stat : 947656 (java) S 947653 947656 941949 0 -1 1077936128 28367 0 0 0 1047 20 0 0 20 0 20 0 182342897 19566772224 181145 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
/proc/947656/statm: 4777044 181145 5895 1 0 557745 0
[pid=947656/tid=947658] ppid=947653 vsize=19108176 memory=0 CPUtime=6.14 cores=1,3
/proc/947656/task/947658/stat : 947658 (java) R 947653 947656 941949 0 -1 4194368 7932 0 0 0 599 15 0 0 20 0 20 0 182342897 19566772224 181145 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
[pid=947656/tid=947667] ppid=947653 vsize=19108176 memory=11884 CPUtime=0 cores=1,3
/proc/947656/task/947667/stat : 947667 (Finalizer) S 947653 947656 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182342902 19566772224 181145 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
[pid=947656/tid=947674] ppid=947653 vsize=19108176 memory=11596 CPUtime=0 cores=1,3
/proc/947656/task/947674/stat : 947674 (Common-Cleaner) S 947653 947656 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 182342903 19566772224 181145 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
[pid=947656/tid=947675] ppid=947653 vsize=19108176 memory=43588 CPUtime=0 cores=1,3
/proc/947656/task/947675/stat : 947675 (Timer-0) S 947653 947656 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182342959 19566772224 181145 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
Current children cumulated CPU time: 10.67 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 724580 KiB

[startup+12.7004 s]
/proc/loadavg: 4.35 4.29 4.30 5/320 947677
/proc/meminfo: memFree=108931484/131655788 swapFree=131071996/131071996
[pid=947656] ppid=947653 vsize=19108176 memory=1374120 CPUtime=17.78 cores=1,3
/proc/947656/stat : 947656 (java) S 947653 947656 941949 0 -1 1077936128 31398 0 0 0 1744 34 0 0 20 0 20 0 182342897 19566772224 343530 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
/proc/947656/statm: 4777044 343530 5895 1 0 557761 0
[pid=947656/tid=947658] ppid=947653 vsize=19108176 memory=172784 CPUtime=12.36 cores=1,3
/proc/947656/task/947658/stat : 947658 (java) R 947653 947656 941949 0 -1 4194368 8950 0 0 0 1210 26 0 0 20 0 20 0 182342897 19566772224 343530 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
[pid=947656/tid=947667] ppid=947653 vsize=19108176 memory=1374108 CPUtime=0 cores=1,3
/proc/947656/task/947667/stat : 947667 (Finalizer) S 947653 947656 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182342902 19566772224 343530 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
[pid=947656/tid=947674] ppid=947653 vsize=19108176 memory=188556 CPUtime=0 cores=1,3
/proc/947656/task/947674/stat : 947674 (Common-Cleaner) S 947653 947656 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 182342903 19566772224 343530 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
[pid=947656/tid=947675] ppid=947653 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/947656/task/947675/stat : 947675 (Timer-0) S 947653 947656 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182342959 19566772224 343530 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
Current children cumulated CPU time: 17.78 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1374120 KiB

[startup+25.5005 s]
/proc/loadavg: 4.30 4.28 4.30 5/320 947680
/proc/meminfo: memFree=108422888/131655788 swapFree=131071996/131071996
[pid=947656] ppid=947653 vsize=19108176 memory=1889652 CPUtime=30.95 cores=1,3
/proc/947656/stat : 947656 (java) S 947653 947656 941949 0 -1 1077936128 36813 0 0 0 3049 46 0 0 20 0 20 0 182342897 19566772224 472413 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
/proc/947656/statm: 4777044 472413 5895 1 0 921220 0
[pid=947656/tid=947658] ppid=947653 vsize=19108176 memory=1374108 CPUtime=24.66 cores=1,3
/proc/947656/task/947658/stat : 947658 (java) R 947653 947656 941949 0 -1 4194368 10150 0 0 0 2431 35 0 0 20 0 20 0 182342897 19566772224 472413 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
[pid=947656/tid=947667] ppid=947653 vsize=19108176 memory=1396760 CPUtime=0 cores=1,3
/proc/947656/task/947667/stat : 947667 (Finalizer) S 947653 947656 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182342902 19566772224 472413 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
[pid=947656/tid=947674] ppid=947653 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/947656/task/947674/stat : 947674 (Common-Cleaner) S 947653 947656 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 182342903 19566772224 472413 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
[pid=947656/tid=947675] ppid=947653 vsize=19108176 memory=6944656592455097440 CPUtime=0 cores=1,3
/proc/947656/task/947675/stat : 947675 (Timer-0) S 947653 947656 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182342959 19566772224 472413 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
Current children cumulated CPU time: 30.95 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1889652 KiB

[startup+51.1133 s]
/proc/loadavg: 4.18 4.25 4.29 5/319 948068
/proc/meminfo: memFree=107451156/131655788 swapFree=131071996/131071996
[pid=947656] ppid=947653 vsize=19108176 memory=2553500 CPUtime=57.15 cores=1,3
/proc/947656/stat : 947656 (java) S 947653 947656 941949 0 -1 1077936128 39411 0 0 0 5653 62 0 0 20 0 20 0 182342897 19566772224 638375 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
/proc/947656/statm: 4777044 638375 5927 1 0 921221 0
[pid=947656/tid=947658] ppid=947653 vsize=19108176 memory=2119272 CPUtime=49.6 cores=1,3
/proc/947656/task/947658/stat : 947658 (java) R 947653 947656 941949 0 -1 4194368 11544 0 0 0 4915 45 0 0 20 0 20 0 182342897 19566772224 638375 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
[pid=947656/tid=947667] ppid=947653 vsize=19108176 memory=2258536 CPUtime=0 cores=1,3
/proc/947656/task/947667/stat : 947667 (Finalizer) S 947653 947656 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182342902 19566772224 638375 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
[pid=947656/tid=947674] ppid=947653 vsize=19108176 memory=1374120 CPUtime=0 cores=1,3
/proc/947656/task/947674/stat : 947674 (Common-Cleaner) S 947653 947656 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 182342903 19566772224 638375 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0

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

[startup+3222.3 s]
/proc/loadavg: 2.14 2.66 3.47 3/265 949503
/proc/meminfo: memFree=113540512/131655788 swapFree=131071996/131071996
[pid=947656] ppid=947653 vsize=19108176 memory=4502616 CPUtime=3262.15 cores=1,3
/proc/947656/stat : 947656 (java) S 947653 947656 941949 0 -1 1077936128 273978 0 0 0 325837 378 0 0 20 0 20 0 182342897 19566772224 1125654 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
/proc/947656/statm: 4777044 1125654 5956 1 0 1139138 0
[pid=947656/tid=947658] ppid=947653 vsize=19108176 memory=11884 CPUtime=3167.75 cores=1,3
/proc/947656/task/947658/stat : 947658 (java) R 947653 947656 941949 0 -1 4194368 115921 0 0 0 316643 132 0 0 20 0 20 0 182342897 19566772224 1125654 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 36 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
[pid=947656/tid=947667] ppid=947653 vsize=19108176 memory=11596 CPUtime=0 cores=1,3
/proc/947656/task/947667/stat : 947667 (Finalizer) S 947653 947656 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182342902 19566772224 1125654 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
[pid=947656/tid=947674] ppid=947653 vsize=19108176 memory=11596 CPUtime=0 cores=1,3
/proc/947656/task/947674/stat : 947674 (Common-Cleaner) S 947653 947656 941949 0 -1 1077936192 3097 0 0 0 0 0 0 0 20 0 20 0 182342903 19566772224 1125654 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
[pid=947656/tid=947675] ppid=947653 vsize=19108176 memory=4502568 CPUtime=0 cores=1,3
/proc/947656/task/947675/stat : 947675 (Timer-0) S 947653 947656 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182342959 19566772224 1125654 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
Current children cumulated CPU time: 3262.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4502616 KiB

[startup+3282.3 s]
/proc/loadavg: 2.16 2.57 3.38 3/266 949515
/proc/meminfo: memFree=114126288/131655788 swapFree=131071996/131071996
[pid=947656] ppid=947653 vsize=19108176 memory=3919356 CPUtime=3323.2 cores=1,3
/proc/947656/stat : 947656 (java) S 947653 947656 941949 0 -1 1077936128 287023 0 0 0 331935 385 0 0 20 0 20 0 182342897 19566772224 979839 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
/proc/947656/statm: 4777044 979839 5956 1 0 993090 0
[pid=947656/tid=947658] ppid=947653 vsize=19108176 memory=3919296 CPUtime=3226.75 cores=1,3
/proc/947656/task/947658/stat : 947658 (java) R 947653 947656 941949 0 -1 4194368 118623 0 0 0 322543 132 0 0 20 0 20 0 182342897 19566772224 979839 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 36 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
[pid=947656/tid=947667] ppid=947653 vsize=19108176 memory=3919296 CPUtime=0 cores=1,3
/proc/947656/task/947667/stat : 947667 (Finalizer) S 947653 947656 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182342902 19566772224 979839 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
[pid=947656/tid=947674] ppid=947653 vsize=19108176 memory=4502812 CPUtime=0.01 cores=1,3
/proc/947656/task/947674/stat : 947674 (Common-Cleaner) S 947653 947656 941949 0 -1 1077936192 3254 0 0 0 1 0 0 0 20 0 20 0 182342903 19566772224 979839 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
[pid=947656/tid=947675] ppid=947653 vsize=19108176 memory=11596 CPUtime=0 cores=1,3
/proc/947656/task/947675/stat : 947675 (Timer-0) S 947653 947656 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182342959 19566772224 979839 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
Current children cumulated CPU time: 3323.2 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3919356 KiB

[startup+3342.3 s]
/proc/loadavg: 3.01 2.73 3.38 3/269 949531
/proc/meminfo: memFree=115007740/131655788 swapFree=131071996/131071996
[pid=947656] ppid=947653 vsize=19108176 memory=3035048 CPUtime=3386.44 cores=1,3
/proc/947656/stat : 947656 (java) S 947653 947656 941949 0 -1 1077936128 290829 0 0 0 338254 390 0 0 20 0 20 0 182342897 19566772224 758762 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
/proc/947656/statm: 4777044 758762 5956 1 0 771768 0
[pid=947656/tid=947658] ppid=947653 vsize=19108176 memory=3034832 CPUtime=3285.21 cores=1,3
/proc/947656/task/947658/stat : 947658 (java) R 947653 947656 941949 0 -1 4194368 120527 0 0 0 328389 132 0 0 20 0 20 0 182342897 19566772224 758762 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 37 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
[pid=947656/tid=947667] ppid=947653 vsize=19108176 memory=43588 CPUtime=0 cores=1,3
/proc/947656/task/947667/stat : 947667 (Finalizer) S 947653 947656 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182342902 19566772224 758762 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
[pid=947656/tid=947674] ppid=947653 vsize=19108176 memory=3035000 CPUtime=0.01 cores=1,3
/proc/947656/task/947674/stat : 947674 (Common-Cleaner) S 947653 947656 941949 0 -1 1077936192 3254 0 0 0 1 0 0 0 20 0 20 0 182342903 19566772224 758762 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
[pid=947656/tid=947675] ppid=947653 vsize=19108176 memory=3035048 CPUtime=0 cores=1,3
/proc/947656/task/947675/stat : 947675 (Timer-0) S 947653 947656 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182342959 19566772224 758762 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
Current children cumulated CPU time: 3386.44 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3035048 KiB

[startup+3402.3 s]
/proc/loadavg: 2.48 2.65 3.31 2/243 949575
/proc/meminfo: memFree=121339676/131655788 swapFree=131071996/131071996
[pid=947656] ppid=947653 vsize=19108176 memory=3035048 CPUtime=3449.8 cores=1,3
/proc/947656/stat : 947656 (java) S 947653 947656 941949 0 -1 1077936128 300536 0 0 0 344581 399 0 0 20 0 20 0 182342897 19566772224 758762 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
/proc/947656/statm: 4777044 758762 5956 1 0 771768 0
[pid=947656/tid=947658] ppid=947653 vsize=19108176 memory=3035048 CPUtime=3343.6 cores=1,3
/proc/947656/task/947658/stat : 947658 (java) R 947653 947656 941949 0 -1 4194368 121810 0 0 0 334227 133 0 0 20 0 20 0 182342897 19566772224 758762 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 37 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
[pid=947656/tid=947667] ppid=947653 vsize=19108176 memory=43588 CPUtime=0 cores=1,3
/proc/947656/task/947667/stat : 947667 (Finalizer) S 947653 947656 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182342902 19566772224 758762 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
[pid=947656/tid=947674] ppid=947653 vsize=19108176 memory=3035000 CPUtime=0.01 cores=1,3
/proc/947656/task/947674/stat : 947674 (Common-Cleaner) S 947653 947656 941949 0 -1 1077936192 3302 0 0 0 1 0 0 0 20 0 20 0 182342903 19566772224 758762 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
[pid=947656/tid=947675] ppid=947653 vsize=19108176 memory=3035048 CPUtime=0 cores=1,3
/proc/947656/task/947675/stat : 947675 (Timer-0) S 947653 947656 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182342959 19566772224 758762 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
Current children cumulated CPU time: 3449.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3035048 KiB

[startup+3462.3 s]
/proc/loadavg: 1.65 2.38 3.18 2/243 949585
/proc/meminfo: memFree=121339508/131655788 swapFree=131071996/131071996
[pid=947656] ppid=947653 vsize=19108176 memory=3035048 CPUtime=3514.89 cores=1,3
/proc/947656/stat : 947656 (java) S 947653 947656 941949 0 -1 1077936128 301304 0 0 0 351084 405 0 0 20 0 20 0 182342897 19566772224 758762 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
/proc/947656/statm: 4777044 758762 5956 1 0 771768 0
[pid=947656/tid=947658] ppid=947653 vsize=19108176 memory=43588 CPUtime=3402.11 cores=1,3
/proc/947656/task/947658/stat : 947658 (java) R 947653 947656 941949 0 -1 4194368 122436 0 0 0 340078 133 0 0 20 0 20 0 182342897 19566772224 758762 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 37 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
[pid=947656/tid=947667] ppid=947653 vsize=19108176 memory=3035000 CPUtime=0 cores=1,3
/proc/947656/task/947667/stat : 947667 (Finalizer) S 947653 947656 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182342902 19566772224 758762 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
[pid=947656/tid=947674] ppid=947653 vsize=19108176 memory=3035048 CPUtime=0.01 cores=1,3
/proc/947656/task/947674/stat : 947674 (Common-Cleaner) S 947653 947656 941949 0 -1 1077936192 3302 0 0 0 1 0 0 0 20 0 20 0 182342903 19566772224 758762 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
[pid=947656/tid=947675] ppid=947653 vsize=19108176 memory=3035048 CPUtime=0 cores=1,3
/proc/947656/task/947675/stat : 947675 (Timer-0) S 947653 947656 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182342959 19566772224 758762 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
Current children cumulated CPU time: 3514.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3035048 KiB

[startup+3522.3 s]
/proc/loadavg: 1.27 2.14 3.04 2/243 949597
/proc/meminfo: memFree=121339264/131655788 swapFree=131071996/131071996
[pid=947656] ppid=947653 vsize=19108176 memory=3035096 CPUtime=3581.12 cores=1,3
/proc/947656/stat : 947656 (java) S 947653 947656 941949 0 -1 1077936128 313820 0 0 0 357699 413 0 0 20 0 20 0 182342897 19566772224 758774 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
/proc/947656/statm: 4777044 758774 5956 1 0 771768 0
[pid=947656/tid=947658] ppid=947653 vsize=19108176 memory=3035048 CPUtime=3460.6 cores=1,3
/proc/947656/task/947658/stat : 947658 (java) R 947653 947656 941949 0 -1 4194368 124985 0 0 0 345927 133 0 0 20 0 20 0 182342897 19566772224 758774 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 37 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
[pid=947656/tid=947667] ppid=947653 vsize=19108176 memory=3035048 CPUtime=0 cores=1,3
/proc/947656/task/947667/stat : 947667 (Finalizer) S 947653 947656 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182342902 19566772224 758774 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
[pid=947656/tid=947674] ppid=947653 vsize=19108176 memory=3035096 CPUtime=0.01 cores=1,3
/proc/947656/task/947674/stat : 947674 (Common-Cleaner) S 947653 947656 941949 0 -1 1077936192 3303 0 0 0 1 0 0 0 20 0 20 0 182342903 19566772224 758774 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
[pid=947656/tid=947675] ppid=947653 vsize=19108176 memory=3035096 CPUtime=0 cores=1,3
/proc/947656/task/947675/stat : 947675 (Timer-0) S 947653 947656 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182342959 19566772224 758774 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
Current children cumulated CPU time: 3581.12 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3035096 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3539.7 s]
/proc/loadavg: 1.21 2.08 3.01 2/243 949600
/proc/meminfo: memFree=121339180/131655788 swapFree=131071996/131071996
[pid=947656] ppid=947653 vsize=19108176 memory=3035096 CPUtime=3600.07 cores=1,3
/proc/947656/stat : 947656 (java) S 947653 947656 941949 0 -1 1077936128 314168 0 0 0 359592 415 0 0 20 0 20 0 182342897 19566772224 758774 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
/proc/947656/statm: 4777044 758774 5956 1 0 771768 0
[pid=947656/tid=947658] ppid=947653 vsize=19108176 memory=11884 CPUtime=3477.58 cores=1,3
/proc/947656/task/947658/stat : 947658 (java) R 947653 947656 941949 0 -1 4194368 125178 0 0 0 347625 133 0 0 20 0 20 0 182342897 19566772224 758774 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 37 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
[pid=947656/tid=947667] ppid=947653 vsize=19108176 memory=3035096 CPUtime=0 cores=1,3
/proc/947656/task/947667/stat : 947667 (Finalizer) S 947653 947656 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182342902 19566772224 758774 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
[pid=947656/tid=947674] ppid=947653 vsize=19108176 memory=3035096 CPUtime=0.01 cores=1,3
/proc/947656/task/947674/stat : 947674 (Common-Cleaner) S 947653 947656 941949 0 -1 1077936192 3351 0 0 0 1 0 0 0 20 0 20 0 182342903 19566772224 758774 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
[pid=947656/tid=947675] ppid=947653 vsize=19108176 memory=3035096 CPUtime=0 cores=1,3
/proc/947656/task/947675/stat : 947675 (Timer-0) S 947653 947656 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182342959 19566772224 758774 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3035096 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.18 s, system=4.17986 s

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

[startup+3539.81 s]
/proc/loadavg: 1.21 2.08 3.01 2/243 949600
/proc/meminfo: memFree=121339180/131655788 swapFree=131071996/131071996
[pid=947656] ppid=947653 vsize=19307868 memory=3035792 CPUtime=3600.29 cores=1,3
/proc/947656/stat : 947656 (java) S 947653 947656 941949 0 -1 1077936128 316597 0 0 0 359613 416 0 0 20 0 21 0 182342897 19771256832 758948 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
/proc/947656/statm: 4826967 758948 5955 1 0 772671 0
[pid=947656/tid=947658] ppid=947653 vsize=19307868 memory=5616 CPUtime=3477.68 cores=1,3
/proc/947656/task/947658/stat : 947658 (java) R 947653 947656 941949 0 -1 4194368 125178 0 0 0 347635 133 0 0 20 0 21 0 182342897 19771256832 758948 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 37 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
[pid=947656/tid=947667] ppid=947653 vsize=19307868 memory=-8960021845392007868 CPUtime=0 cores=1,3
/proc/947656/task/947667/stat : 947667 (Finalizer) S 947653 947656 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 182342902 19771256832 758948 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
[pid=947656/tid=947674] ppid=947653 vsize=19307868 memory=-8549726973876419740 CPUtime=0.01 cores=1,3
/proc/947656/task/947674/stat : 947674 (Common-Cleaner) S 947653 947656 941949 0 -1 1077936192 3351 0 0 0 1 0 0 0 20 0 21 0 182342903 19771256832 758948 134679101440 94896077250560 94896077254256 140732790020976 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94896077262072 94896077262864 94896101015552 140732790027252 140732790027360 140732790027360 140732790034376 0
Current children cumulated CPU time: 3600.29 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 3035792 KiB

Child status: 143

Real time (s): 3539.85
CPU time (s): 3600.36
CPU user time (s): 3596.18
CPU system time (s): 4.17986
CPU usage (%): 101.709
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 6162576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.18
system time used= 4.17986
maximum resident set size= 6162576
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 316801
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 123013
involuntary context switches= 8985


# summary of solver processes directly reported to runsolver:
#   pid: 947656
#   total CPU time (s): 3600.36
#   total CPU user time (s): 3596.18
#   total CPU system time (s): 4.17986

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.8 second user time and 35.0057 second system time

The end

Launcher Data

Begin job on nodeC003 at 2024-07-18 13:24:40
IDJOB=4442291
IDBENCH=147790
IDSOLVER=3052
FILE ID=nodeC003/4442291-1721301868
RUNJOBID= nodeC003-1721293749-941961
SLURM_JOB_ID= 7542592
Free space on /tmp= 723780 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB05/aloul/FPGA_SAT05/normalized-fpga45_43_sat_pb.cnf.cr.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442291-1721301868/watcher-4442291-1721301868 -o /tmp/evaluation-result-4442291-1721301868/solver-4442291-1721301868 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721293749-941961 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4442291-1721301868.opb

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

MD5SUM BENCH= 1a942aa89960caff3d5a982fca10c5c5
RANDOM SEED=910517050

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		: 3666.367
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		: 2693.756
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.374
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		: 1296.986
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		: 3643.648
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		: 3636.749
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.491
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.306
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:        110305616 kB
MemAvailable:   115876180 kB
Buffers:          502412 kB
Cached:          5844836 kB
SwapCached:            0 kB
Active:           913848 kB
Inactive:       19725428 kB
Active(anon):       1468 kB
Inactive(anon): 14328256 kB
Active(file):     912380 kB
Inactive(file):  5397172 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1264 kB
Writeback:             0 kB
AnonPages:      14292060 kB
Mapped:           126072 kB
Shmem:             37704 kB
KReclaimable:     202084 kB
Slab:             317176 kB
SReclaimable:     202084 kB
SUnreclaim:       115092 kB
KernelStack:        4796 kB
PageTables:        37540 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   15913652 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            57472 kB
HardwareCorrupted:     0 kB
AnonHugePages:  13938688 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= 723780 MiB
End job on nodeC003 at 2024-07-18 14:23:40