Trace number 4441961

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.26 3552.49

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/www.ps.uni-sb.de/~walser/
benchmarks/ppp-problems/normalized-ppp:1,3-13,19.opb
MD5SUMd1aade7dcf65cc3dbe16a05e614ec6ef
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.105367
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4608
Total number of constraints30348
Number of constraints which are clauses29328
Number of constraints which are cardinality constraints (but not clauses)942
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 102
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version CUSTOM.v20240707
0.14/0.12	c java.runtime.name	OpenJDK Runtime Environment
0.14/0.12	c java.vm.name		OpenJDK 64-Bit Server VM
0.14/0.12	c java.vm.version	22.0.1+8-16
0.14/0.12	c java.vm.vendor	Oracle Corporation
0.14/0.12	c sun.arch.data.model	64
0.14/0.12	c java.version		22.0.1
0.14/0.12	c os.name		Linux
0.14/0.12	c os.version		4.18.0-301.1.el8.x86_64
0.14/0.12	c os.arch		amd64
0.14/0.13	c Free memory 		2113181440
0.14/0.13	c Max memory 		16282288128
0.14/0.13	c Total memory 		2122317824
0.14/0.13	c Number of processors 	2
0.34/0.30	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.34/0.30	 - never skip resolution steps
0.34/0.30	 - Auto-division on coefficients is disabled
0.34/0.30	 - No postprocessing
0.34/0.30	 - Conflict is considered as is when resolving
0.34/0.30	 - Use constraints as they come during conflict analysis
0.34/0.30	 - Weaken first using unassigned literals
0.34/0.30	 - Bump strategy: ALWAYS_ONE
0.34/0.30	 - Bumper: EFFECTIVE
0.34/0.30	--- Begin Solver configuration ---
0.34/0.30	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.34/0.30	Learn all clauses as in MiniSAT
0.34/0.30	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.34/0.30	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.34/0.30	No reason simplification
0.34/0.30	Dynamic restart strategy considering the size of the coefficients
0.34/0.30	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.34/0.30	timeout=2147483s
0.34/0.30	DB Simplification allowed=false
0.34/0.30	Listener: none
0.34/0.30	--- End Solver configuration ---
0.34/0.30	c Pseudo Boolean Optimization by upper bound
0.34/0.30	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.34/0.30	c  - never skip resolution steps
0.34/0.30	c  - Auto-division on coefficients is disabled
0.34/0.30	c  - No postprocessing
0.34/0.30	c  - Conflict is considered as is when resolving
0.34/0.30	c  - Use constraints as they come during conflict analysis
0.34/0.30	c  - Weaken first using unassigned literals
0.34/0.30	c  - Bump strategy: ALWAYS_ONE
0.34/0.30	c  - Bumper: EFFECTIVE
0.34/0.30	c --- Begin Solver configuration ---
0.34/0.30	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.34/0.30	c Learn all clauses as in MiniSAT
0.34/0.30	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.34/0.30	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.34/0.30	c No reason simplification
0.34/0.30	c Dynamic restart strategy considering the size of the coefficients
0.34/0.30	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.34/0.30	c timeout=2147483s
0.34/0.30	c DB Simplification allowed=false
0.34/0.30	c Listener: none
0.34/0.30	c --- End Solver configuration ---
0.34/0.30	c solving HOME/instance-4441961-1721294773.opb
0.34/0.30	c reading problem ... 
0.34/0.30	c  no objective function found
1.74/1.07	c ... done. Wall clock time 0.771s.
1.74/1.08	c declared #vars     4608
1.74/1.08	c #constraints  30522
1.74/1.08	c constraints type 
1.74/1.08	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 942
1.74/1.08	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 78
1.74/1.08	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 29502
1.74/1.08	c 30522 constraints processed.
9.60/6.07	c cleaning 2491 clauses out of 5001 with flag 0/5001
18.67/14.42	c cleaning 4248 clauses out of 8512 with flag 0/11003
28.88/23.92	c cleaning 5623 clauses out of 11261 with flag 0/18000
43.14/37.72	c cleaning 6810 clauses out of 13638 with flag 0/26000
60.10/54.43	c cleaning 7905 clauses out of 15828 with flag 0/35000
82.44/76.47	c cleaning 8959 clauses out of 17924 with flag 0/45001
112.16/105.54	c cleaning 9978 clauses out of 19965 with flag 0/56001
142.17/135.19	c cleaning 10983 clauses out of 21986 with flag 0/68000
183.63/176.09	c cleaning 11995 clauses out of 24004 with flag 0/81001
234.97/226.74	c cleaning 12997 clauses out of 26010 with flag 0/95002
302.29/292.98	c cleaning 13997 clauses out of 28012 with flag 0/110001
369.81/359.32	c cleaning 15001 clauses out of 30015 with flag 0/126001
437.96/426.43	c cleaning 15996 clauses out of 32014 with flag 0/143001
513.39/500.82	c cleaning 17001 clauses out of 34017 with flag 0/161000
612.47/598.52	c cleaning 17996 clauses out of 36017 with flag 0/180001
713.65/698.32	c cleaning 19000 clauses out of 38021 with flag 0/200001
822.15/805.39	c cleaning 20008 clauses out of 40021 with flag 0/221001
945.44/927.02	c cleaning 20997 clauses out of 42013 with flag 0/243001
1061.22/1041.35	c cleaning 21996 clauses out of 44016 with flag 0/266001
1194.40/1172.90	c cleaning 22997 clauses out of 46019 with flag 0/290000
1340.30/1317.37	c cleaning 24000 clauses out of 48023 with flag 0/315001
1511.85/1487.21	c cleaning 25003 clauses out of 50023 with flag 0/341001
1646.85/1620.44	c cleaning 26002 clauses out of 52020 with flag 0/368001
1810.62/1782.48	c cleaning 27003 clauses out of 54017 with flag 0/396000
1960.17/1930.45	c cleaning 27993 clauses out of 56016 with flag 0/425002
2145.61/2114.05	c cleaning 29006 clauses out of 58021 with flag 0/455000
2318.56/2285.26	c cleaning 30003 clauses out of 60015 with flag 0/486000
2515.84/2480.35	c cleaning 30996 clauses out of 62012 with flag 0/518000
2740.16/2701.68	c cleaning 31999 clauses out of 64017 with flag 0/551001
3010.59/2969.23	c cleaning 33001 clauses out of 66017 with flag 0/585000
3241.34/3198.19	c cleaning 33998 clauses out of 68018 with flag 0/620002
3484.45/3438.20	c cleaning 35000 clauses out of 70018 with flag 0/656000
3600.01/3552.32	c timeout
3600.01/3552.32	c starts		: 2
3600.01/3552.34	c conflicts		: 673845
3600.01/3552.34	c decisions		: 736528
3600.01/3552.34	c propagations		: 27886270
3600.01/3552.35	c inspects		: 4501587401
3600.01/3552.35	c shortcuts		: 0
3600.01/3552.35	c learnt literals	: 0
3600.01/3552.35	c learnt binary clauses	: 0
3600.01/3552.35	c learnt ternary clauses	: 0
3600.01/3552.35	c learnt constraints	: 673845
3600.01/3552.35	c ignored constraints	: 0
3600.01/3552.35	c root simplifications	: 0
3600.01/3552.35	c removed literals (reason simplification)	: 0
3600.01/3552.35	c reason swapping (by a shorter reason)	: 0
3600.01/3552.35	c Calls to reduceDB	: 32
3600.01/3552.35	c Number of update (reduction) of LBD	: 589502
3600.01/3552.35	c Imported unit clauses	: 0
3600.01/3552.35	c No decision after first conflict	: false
3600.01/3552.35	c number of reductions to clauses (during analyze)	: 0
3600.01/3552.35	c number of learned constraints concerned by reduction	: 0
3600.01/3552.35	c number of learning phase by resolution	: 0
3600.01/3552.35	c number of learning phase by cutting planes	: 0
3600.01/3552.35	c number of rounding to 1 operations	: 0
3600.01/3552.35	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3552.35	c number of reductions of the coefficients by power 2 	: 0
3600.01/3552.35	c number of right shift for reduction by power 2 	: 0
3600.01/3552.35	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3552.35	c number of ending skipping 	: 0
3600.01/3552.35	c number of internal skipping 	: 0
3600.01/3552.35	c number of derivation steps 	: 8908775
3600.01/3552.35	c number of skipped derivation steps 	: 0
3600.01/3552.35	c number of remaining unassigned 	: 102032
3600.01/3552.35	c number of remaining assigned 	: 245034681
3600.01/3552.35	c number of falsified literals weakened from reason	: 0
3600.01/3552.35	c number of falsified literals weakened from conflict	: 0
3600.01/3552.35	c time for arithmetic operations	: 7456871924
3600.01/3552.37	c minimum degree of deleted constraints	: 1
3600.01/3552.37	c maximum degree of deleted constraints	: 133574546396024107367178711603907272439418273368347600000
3600.01/3552.37	c number of deleted constraints	: 620982
3600.01/3552.37	c speed (assignments/second)	: 7852.469282854548
3600.01/3552.37	c non guided choices	: 5432
3600.16/3552.45	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 9566
3600.16/3552.45	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 34
3600.16/3552.45	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 43263
3600.16/3552.45	s UNKNOWN
3600.16/3552.45	c Total wall clock time (in seconds): 3552.152

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=943654, runsolver pid=943651

[startup+0.10077 s]*
/proc/loadavg: 4.19 4.16 3.70 5/320 943672
/proc/meminfo: memFree=109815000/131655788 swapFree=131071996/131071996
[pid=943654] ppid=943651 vsize=18975048 memory=61072 CPUtime=0.14 cores=1,3
/proc/943654/stat : 943654 (java) S 943651 943654 941949 0 -1 1077936128 6756 0 0 0 12 2 0 0 20 0 18 0 181633437 19430449152 15268 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
/proc/943654/statm: 4743762 15268 5630 1 0 551021 0
[pid=943654/tid=943656] ppid=943651 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/943654/task/943656/stat : 943656 (java) R 943651 943654 941949 0 -1 1077936192 5649 0 0 0 7 1 0 0 20 0 18 0 181633438 19430449152 15531 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
[pid=943654/tid=943665] ppid=943651 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/943654/task/943665/stat : 943665 (Finalizer) S 943651 943654 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 181633441 19430449152 15531 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
[pid=943654/tid=943672] ppid=943651 vsize=18975048 memory=15255952358280619 CPUtime=0 cores=1,3
/proc/943654/task/943672/stat : 943672 (Common-Cleaner) S 943651 943654 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 181633442 19430449152 15531 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 61072 KiB

[startup+0.229752 s]*
/proc/loadavg: 4.19 4.16 3.70 7/320 943672
/proc/meminfo: memFree=109806252/131655788 swapFree=131071996/131071996
[pid=943654] ppid=943651 vsize=18975048 memory=70228 CPUtime=0.34 cores=1,3
/proc/943654/stat : 943654 (java) S 943651 943654 941949 0 -1 1077936128 7359 0 0 0 32 2 0 0 20 0 18 0 181633437 19430449152 17557 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
/proc/943654/statm: 4743762 17557 5734 1 0 551584 0
[pid=943654/tid=943656] ppid=943651 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=1,3
/proc/943654/task/943656/stat : 943656 (java) R 943651 943654 941949 0 -1 4194368 5877 0 0 0 17 2 0 0 20 0 18 0 181633438 19430449152 17557 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
[pid=943654/tid=943665] ppid=943651 vsize=18975048 memory=3711 CPUtime=0 cores=1,3
/proc/943654/task/943665/stat : 943665 (Finalizer) S 943651 943654 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 181633441 19430449152 17557 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
[pid=943654/tid=943672] ppid=943651 vsize=18975048 memory=13572595761026746 CPUtime=0 cores=1,3
/proc/943654/task/943672/stat : 943672 (Common-Cleaner) S 943651 943654 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 181633442 19430449152 17557 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 70228 KiB

[startup+0.31575 s]*
/proc/loadavg: 4.19 4.16 3.70 6/320 943672
/proc/meminfo: memFree=109803504/131655788 swapFree=131071996/131071996
[pid=943654] ppid=943651 vsize=18975048 memory=72804 CPUtime=0.48 cores=1,3
/proc/943654/stat : 943654 (java) S 943651 943654 941949 0 -1 1077936128 7529 0 0 0 45 3 0 0 20 0 18 0 181633437 19430449152 18201 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
/proc/943654/statm: 4743762 18201 5739 1 0 551706 0
[pid=943654/tid=943656] ppid=943651 vsize=18975048 memory=-9104137050647732924 CPUtime=0.26 cores=1,3
/proc/943654/task/943656/stat : 943656 (java) R 943651 943654 941949 0 -1 4194368 6013 0 0 0 24 2 0 0 20 0 18 0 181633438 19430449152 18201 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
[pid=943654/tid=943665] ppid=943651 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/943654/task/943665/stat : 943665 (Finalizer) S 943651 943654 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 181633441 19430449152 18201 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
[pid=943654/tid=943672] ppid=943651 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/943654/task/943672/stat : 943672 (Common-Cleaner) S 943651 943654 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 181633442 19430449152 18201 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 72804 KiB

[startup+0.708231 s]
/proc/loadavg: 4.19 4.16 3.70 7/320 943674
/proc/meminfo: memFree=109739344/131655788 swapFree=131071996/131071996
[pid=943654] ppid=943651 vsize=19041612 memory=192580 CPUtime=1.16 cores=1,3
/proc/943654/stat : 943654 (java) S 943651 943654 941949 0 -1 1077936128 9283 0 0 0 110 6 0 0 20 0 19 0 181633437 19498610688 48145 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
/proc/943654/statm: 4760403 48145 5872 1 0 553099 0
[pid=943654/tid=943656] ppid=943651 vsize=19041612 memory=5616 CPUtime=0.55 cores=1,3
/proc/943654/task/943656/stat : 943656 (java) R 943651 943654 941949 0 -1 4194368 6128 0 0 0 51 4 0 0 20 0 19 0 181633438 19498610688 48145 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
[pid=943654/tid=943665] ppid=943651 vsize=19041612 memory=11884 CPUtime=0 cores=1,3
/proc/943654/task/943665/stat : 943665 (Finalizer) S 943651 943654 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 181633441 19498610688 48145 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
[pid=943654/tid=943672] ppid=943651 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/943654/task/943672/stat : 943672 (Common-Cleaner) S 943651 943654 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 181633442 19498610688 48145 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 192580 KiB

[startup+1.50074 s]
/proc/loadavg: 4.19 4.16 3.70 6/318 943675
/proc/meminfo: memFree=109278976/131655788 swapFree=131071996/131071996
[pid=943654] ppid=943651 vsize=19108176 memory=618488 CPUtime=2.69 cores=1,3
/proc/943654/stat : 943654 (java) S 943651 943654 941949 0 -1 1077936128 20649 0 0 0 253 16 0 0 20 0 20 0 181633437 19566772224 154622 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
/proc/943654/statm: 4777044 154622 5888 1 0 559256 0
[pid=943654/tid=943656] ppid=943651 vsize=19108176 memory=11884 CPUtime=1.28 cores=1,3
/proc/943654/task/943656/stat : 943656 (java) R 943651 943654 941949 0 -1 4194368 6379 0 0 0 117 11 0 0 20 0 20 0 181633438 19566772224 154622 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
[pid=943654/tid=943665] ppid=943651 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/943654/task/943665/stat : 943665 (Finalizer) S 943651 943654 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181633441 19566772224 154622 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
[pid=943654/tid=943672] ppid=943651 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/943654/task/943672/stat : 943672 (Common-Cleaner) S 943651 943654 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 181633442 19566772224 154622 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 618488 KiB

[startup+3.10676 s]
/proc/loadavg: 4.19 4.16 3.70 7/319 943676
/proc/meminfo: memFree=108677084/131655788 swapFree=131071996/131071996
[pid=943654] ppid=943651 vsize=19108176 memory=1254628 CPUtime=5.88 cores=1,3
/proc/943654/stat : 943654 (java) S 943651 943654 941949 0 -1 1077936128 21256 0 0 0 560 28 0 0 20 0 20 0 181633437 19566772224 313657 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
/proc/943654/statm: 4777044 313657 5888 1 0 559296 0
[pid=943654/tid=943656] ppid=943651 vsize=19108176 memory=198340509722 CPUtime=2.83 cores=1,3
/proc/943654/task/943656/stat : 943656 (java) R 943651 943654 941949 0 -1 4194368 6732 0 0 0 261 22 0 0 20 0 20 0 181633438 19566772224 313657 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
[pid=943654/tid=943665] ppid=943651 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/943654/task/943665/stat : 943665 (Finalizer) S 943651 943654 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181633441 19566772224 313657 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
[pid=943654/tid=943672] ppid=943651 vsize=19108176 memory=11884 CPUtime=0 cores=1,3
/proc/943654/task/943672/stat : 943672 (Common-Cleaner) S 943651 943654 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 181633442 19566772224 313657 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
[pid=943654/tid=943676] ppid=943651 vsize=19108176 memory=618932 CPUtime=0 cores=1,3
/proc/943654/task/943676/stat : 943676 (Timer-0) S 943651 943654 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181633546 19566772224 313657 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
Current children cumulated CPU time: 5.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1254628 KiB

[startup+6.30046 s]
/proc/loadavg: 4.18 4.16 3.71 5/319 943676
/proc/meminfo: memFree=107498772/131655788 swapFree=131071996/131071996
[pid=943654] ppid=943651 vsize=19108176 memory=2430648 CPUtime=10 cores=1,3
/proc/943654/stat : 943654 (java) S 943651 943654 941949 0 -1 1077936128 30750 0 0 0 949 51 0 0 20 0 20 0 181633437 19566772224 607662 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
/proc/943654/statm: 4777044 607662 5888 1 0 935331 0
[pid=943654/tid=943656] ppid=943651 vsize=19108176 memory=0 CPUtime=5.89 cores=1,3
/proc/943654/task/943656/stat : 943656 (java) R 943651 943654 941949 0 -1 4194368 8758 0 0 0 545 44 0 0 20 0 20 0 181633438 19566772224 607662 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
[pid=943654/tid=943665] ppid=943651 vsize=19108176 memory=11884 CPUtime=0 cores=1,3
/proc/943654/task/943665/stat : 943665 (Finalizer) S 943651 943654 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181633441 19566772224 607662 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
[pid=943654/tid=943672] ppid=943651 vsize=19108176 memory=857040 CPUtime=0 cores=1,3
/proc/943654/task/943672/stat : 943672 (Common-Cleaner) S 943651 943654 941949 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 20 0 181633442 19566772224 607662 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
[pid=943654/tid=943676] ppid=943651 vsize=19108176 memory=2248200 CPUtime=0 cores=1,3
/proc/943654/task/943676/stat : 943676 (Timer-0) S 943651 943654 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181633546 19566772224 607662 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
Current children cumulated CPU time: 10 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2430648 KiB

[startup+12.7005 s]
/proc/loadavg: 4.16 4.15 3.71 5/319 943677
/proc/meminfo: memFree=106925748/131655788 swapFree=131071996/131071996
[pid=943654] ppid=943651 vsize=19108176 memory=3092500 CPUtime=16.86 cores=1,3
/proc/943654/stat : 943654 (java) S 943651 943654 941949 0 -1 1077936128 31999 0 0 0 1621 65 0 0 20 0 20 0 181633437 19566772224 773125 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
/proc/943654/statm: 4777044 773125 5888 1 0 1390715 0
[pid=943654/tid=943656] ppid=943651 vsize=19108176 memory=2699228 CPUtime=11.78 cores=1,3
/proc/943654/task/943656/stat : 943656 (java) R 943651 943654 941949 0 -1 4194368 9067 0 0 0 1123 55 0 0 20 0 20 0 181633438 19566772224 773125 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
[pid=943654/tid=943665] ppid=943651 vsize=19108176 memory=11596 CPUtime=0 cores=1,3
/proc/943654/task/943665/stat : 943665 (Finalizer) S 943651 943654 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181633441 19566772224 773125 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
[pid=943654/tid=943672] ppid=943651 vsize=19108176 memory=6085043042520752979 CPUtime=0 cores=1,3
/proc/943654/task/943672/stat : 943672 (Common-Cleaner) S 943651 943654 941949 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 20 0 181633442 19566772224 773125 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
[pid=943654/tid=943676] ppid=943651 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/943654/task/943676/stat : 943676 (Timer-0) S 943651 943654 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181633546 19566772224 773125 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
Current children cumulated CPU time: 16.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3092500 KiB

[startup+25.5005 s]
/proc/loadavg: 4.35 4.19 3.73 5/319 943679
/proc/meminfo: memFree=105376800/131655788 swapFree=131071996/131071996
[pid=943654] ppid=943651 vsize=19108176 memory=4490632 CPUtime=30.69 cores=1,3
/proc/943654/stat : 943654 (java) S 943651 943654 941949 0 -1 1077936128 35564 0 0 0 2974 95 0 0 20 0 20 0 181633437 19566772224 1122658 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
/proc/943654/statm: 4777044 1122658 5888 1 0 1390918 0
[pid=943654/tid=943656] ppid=943651 vsize=19108176 memory=6085043042520752979 CPUtime=24.23 cores=1,3
/proc/943654/task/943656/stat : 943656 (java) R 943651 943654 941949 0 -1 4194368 10475 0 0 0 2341 82 0 0 20 0 20 0 181633438 19566772224 1122658 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
[pid=943654/tid=943665] ppid=943651 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/943654/task/943665/stat : 943665 (Finalizer) S 943651 943654 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181633441 19566772224 1122658 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
[pid=943654/tid=943672] ppid=943651 vsize=19108176 memory=1808 CPUtime=0 cores=1,3
/proc/943654/task/943672/stat : 943672 (Common-Cleaner) S 943651 943654 941949 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 20 0 181633442 19566772224 1122658 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
[pid=943654/tid=943676] ppid=943651 vsize=19108176 memory=-9104137050647732924 CPUtime=0 cores=1,3
/proc/943654/task/943676/stat : 943676 (Timer-0) S 943651 943654 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181633546 19566772224 1122658 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
Current children cumulated CPU time: 30.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4490632 KiB

[startup+51.1135 s]
/proc/loadavg: 4.23 4.18 3.74 5/319 943683
/proc/meminfo: memFree=105238836/131655788 swapFree=131071996/131071996
[pid=943654] ppid=943651 vsize=19108176 memory=4628424 CPUtime=56.82 cores=1,3
/proc/943654/stat : 943654 (java) S 943651 943654 941949 0 -1 1077936128 44314 0 0 0 5581 101 0 0 20 0 20 0 181633437 19566772224 1157106 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
/proc/943654/statm: 4777044 1157106 5888 1 0 1390918 0
[pid=943654/tid=943656] ppid=943651 vsize=19108176 memory=4628424 CPUtime=49.29 cores=1,3
/proc/943654/task/943656/stat : 943656 (java) R 943651 943654 941949 0 -1 4194368 13896 0 0 0 4846 83 0 0 20 0 20 0 181633438 19566772224 1157106 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 7 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
[pid=943654/tid=943665] ppid=943651 vsize=19108176 memory=11596 CPUtime=0 cores=1,3
/proc/943654/task/943665/stat : 943665 (Finalizer) S 943651 943654 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181633441 19566772224 1157106 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
[pid=943654/tid=943672] ppid=943651 vsize=19108176 memory=11596 CPUtime=0 cores=1,3
/proc/943654/task/943672/stat : 943672 (Common-Cleaner) S 943651 943654 941949 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 20 0 181633442 19566772224 1157106 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
[pid=943654/tid=943676] ppid=943651 vsize=19108176 memory=11596 CPUtime=0 cores=1,3
/proc/943654/task/943676/stat : 943676 (Timer-0) S 943651 943654 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181633546 19566772224 1157106 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0

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

[startup+3222.3 s]
/proc/loadavg: 4.25 4.26 4.26 5/317 945257
/proc/meminfo: memFree=103325776/131655788 swapFree=131071996/131071996
[pid=943654] ppid=943651 vsize=19108176 memory=5513404 CPUtime=3265.83 cores=1,3
/proc/943654/stat : 943654 (java) S 943651 943654 941949 0 -1 1077936128 381582 0 0 0 326200 383 0 0 20 0 20 0 181633437 19566772224 1378351 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
/proc/943654/statm: 4777044 1378351 5917 1 0 1392507 0
[pid=943654/tid=943656] ppid=943651 vsize=19108176 memory=5616 CPUtime=3148.08 cores=1,3
/proc/943654/task/943656/stat : 943656 (java) R 943651 943654 941949 0 -1 4194368 214358 0 0 0 314681 127 0 0 20 0 20 0 181633438 19566772224 1378351 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 174 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
[pid=943654/tid=943665] ppid=943651 vsize=19108176 memory=5513404 CPUtime=0 cores=1,3
/proc/943654/task/943665/stat : 943665 (Finalizer) S 943651 943654 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181633441 19566772224 1378351 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
[pid=943654/tid=943672] ppid=943651 vsize=19108176 memory=11884 CPUtime=0 cores=1,3
/proc/943654/task/943672/stat : 943672 (Common-Cleaner) S 943651 943654 941949 0 -1 1077936192 4061 0 0 0 0 0 0 0 20 0 20 0 181633442 19566772224 1378351 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
[pid=943654/tid=943676] ppid=943651 vsize=19108176 memory=16216 CPUtime=0 cores=1,3
/proc/943654/task/943676/stat : 943676 (Timer-0) S 943651 943654 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181633546 19566772224 1378351 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
Current children cumulated CPU time: 3265.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5513404 KiB

[startup+3282.3 s]
/proc/loadavg: 4.17 4.24 4.26 5/319 945271
/proc/meminfo: memFree=103094672/131655788 swapFree=131071996/131071996
[pid=943654] ppid=943651 vsize=19108176 memory=5513404 CPUtime=3326.66 cores=1,3
/proc/943654/stat : 943654 (java) S 943651 943654 941949 0 -1 1077936128 389017 0 0 0 332279 387 0 0 20 0 20 0 181633437 19566772224 1378351 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
/proc/943654/statm: 4777044 1378351 5917 1 0 1392507 0
[pid=943654/tid=943656] ppid=943651 vsize=19108176 memory=5513404 CPUtime=3206.75 cores=1,3
/proc/943654/task/943656/stat : 943656 (java) R 943651 943654 941949 0 -1 4194368 219025 0 0 0 320548 127 0 0 20 0 20 0 181633438 19566772224 1378351 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 174 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
[pid=943654/tid=943665] ppid=943651 vsize=19108176 memory=5513404 CPUtime=0 cores=1,3
/proc/943654/task/943665/stat : 943665 (Finalizer) S 943651 943654 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181633441 19566772224 1378351 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
[pid=943654/tid=943672] ppid=943651 vsize=19108176 memory=32256 CPUtime=0 cores=1,3
/proc/943654/task/943672/stat : 943672 (Common-Cleaner) S 943651 943654 941949 0 -1 1077936192 4156 0 0 0 0 0 0 0 20 0 20 0 181633442 19566772224 1378351 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
[pid=943654/tid=943676] ppid=943651 vsize=19108176 memory=2220 CPUtime=0 cores=1,3
/proc/943654/task/943676/stat : 943676 (Timer-0) S 943651 943654 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181633546 19566772224 1378351 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
Current children cumulated CPU time: 3326.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5513404 KiB

[startup+3342.3 s]
/proc/loadavg: 4.24 4.25 4.26 5/319 945281
/proc/meminfo: memFree=102942136/131655788 swapFree=131071996/131071996
[pid=943654] ppid=943651 vsize=19108176 memory=5513408 CPUtime=3387.43 cores=1,3
/proc/943654/stat : 943654 (java) S 943651 943654 941949 0 -1 1077936128 396396 0 0 0 338351 392 0 0 20 0 20 0 181633437 19566772224 1378352 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
/proc/943654/statm: 4777044 1378352 5917 1 0 1392507 0
[pid=943654/tid=943656] ppid=943651 vsize=19108176 memory=11884 CPUtime=3265.63 cores=1,3
/proc/943654/task/943656/stat : 943656 (java) R 943651 943654 941949 0 -1 4194368 223261 0 0 0 326435 128 0 0 20 0 20 0 181633438 19566772224 1378352 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 176 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
[pid=943654/tid=943665] ppid=943651 vsize=19108176 memory=5513404 CPUtime=0 cores=1,3
/proc/943654/task/943665/stat : 943665 (Finalizer) S 943651 943654 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181633441 19566772224 1378352 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
[pid=943654/tid=943672] ppid=943651 vsize=19108176 memory=5513408 CPUtime=0 cores=1,3
/proc/943654/task/943672/stat : 943672 (Common-Cleaner) S 943651 943654 941949 0 -1 1077936192 4229 0 0 0 0 0 0 0 20 0 20 0 181633442 19566772224 1378352 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
[pid=943654/tid=943676] ppid=943651 vsize=19108176 memory=5513404 CPUtime=0 cores=1,3
/proc/943654/task/943676/stat : 943676 (Timer-0) S 943651 943654 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181633546 19566772224 1378352 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
Current children cumulated CPU time: 3387.43 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5513408 KiB

[startup+3402.3 s]
/proc/loadavg: 4.43 4.31 4.28 5/319 945292
/proc/meminfo: memFree=102804280/131655788 swapFree=131071996/131071996
[pid=943654] ppid=943651 vsize=19108176 memory=5513408 CPUtime=3448.15 cores=1,3
/proc/943654/stat : 943654 (java) S 943651 943654 941949 0 -1 1077936128 402235 0 0 0 344419 396 0 0 20 0 20 0 181633437 19566772224 1378352 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
/proc/943654/statm: 4777044 1378352 5917 1 0 1392507 0
[pid=943654/tid=943656] ppid=943651 vsize=19108176 memory=5513404 CPUtime=3324.58 cores=1,3
/proc/943654/task/943656/stat : 943656 (java) R 943651 943654 941949 0 -1 4194368 227082 0 0 0 332330 128 0 0 20 0 20 0 181633438 19566772224 1378352 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 176 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
[pid=943654/tid=943665] ppid=943651 vsize=19108176 memory=11884 CPUtime=0 cores=1,3
/proc/943654/task/943665/stat : 943665 (Finalizer) S 943651 943654 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181633441 19566772224 1378352 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
[pid=943654/tid=943672] ppid=943651 vsize=19108176 memory=5513408 CPUtime=0 cores=1,3
/proc/943654/task/943672/stat : 943672 (Common-Cleaner) S 943651 943654 941949 0 -1 1077936192 4324 0 0 0 0 0 0 0 20 0 20 0 181633442 19566772224 1378352 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
[pid=943654/tid=943676] ppid=943651 vsize=19108176 memory=5513408 CPUtime=0 cores=1,3
/proc/943654/task/943676/stat : 943676 (Timer-0) S 943651 943654 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181633546 19566772224 1378352 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
Current children cumulated CPU time: 3448.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5513408 KiB

[startup+3462.3 s]
/proc/loadavg: 4.29 4.29 4.27 5/319 945302
/proc/meminfo: memFree=102803728/131655788 swapFree=131071996/131071996
[pid=943654] ppid=943651 vsize=19108176 memory=5513412 CPUtime=3508.88 cores=1,3
/proc/943654/stat : 943654 (java) S 943651 943654 941949 0 -1 1077936128 408229 0 0 0 350486 402 0 0 20 0 20 0 181633437 19566772224 1378353 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
/proc/943654/statm: 4777044 1378353 5917 1 0 1392507 0
[pid=943654/tid=943656] ppid=943651 vsize=19108176 memory=5513404 CPUtime=3383.64 cores=1,3
/proc/943654/task/943656/stat : 943656 (java) R 943651 943654 941949 0 -1 4194368 230562 0 0 0 338235 129 0 0 20 0 20 0 181633438 19566772224 1378353 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 176 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
[pid=943654/tid=943665] ppid=943651 vsize=19108176 memory=5513412 CPUtime=0 cores=1,3
/proc/943654/task/943665/stat : 943665 (Finalizer) S 943651 943654 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181633441 19566772224 1378353 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
[pid=943654/tid=943672] ppid=943651 vsize=19108176 memory=11596 CPUtime=0.01 cores=1,3
/proc/943654/task/943672/stat : 943672 (Common-Cleaner) S 943651 943654 941949 0 -1 1077936192 4420 0 0 0 0 1 0 0 20 0 20 0 181633442 19566772224 1378353 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
[pid=943654/tid=943676] ppid=943651 vsize=19108176 memory=5513412 CPUtime=0 cores=1,3
/proc/943654/task/943676/stat : 943676 (Timer-0) S 943651 943654 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181633546 19566772224 1378353 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
Current children cumulated CPU time: 3508.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5513412 KiB

[startup+3522.3 s]
/proc/loadavg: 4.32 4.28 4.27 5/319 945313
/proc/meminfo: memFree=102682156/131655788 swapFree=131071996/131071996
[pid=943654] ppid=943651 vsize=19108176 memory=5513412 CPUtime=3569.47 cores=1,3
/proc/943654/stat : 943654 (java) S 943651 943654 941949 0 -1 1077936128 414053 0 0 0 356541 406 0 0 20 0 20 0 181633437 19566772224 1378353 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
/proc/943654/statm: 4777044 1378353 5917 1 0 1392512 0
[pid=943654/tid=943656] ppid=943651 vsize=19108176 memory=5513412 CPUtime=3442.56 cores=1,3
/proc/943654/task/943656/stat : 943656 (java) R 943651 943654 941949 0 -1 4194368 234343 0 0 0 344127 129 0 0 20 0 20 0 181633438 19566772224 1378353 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 176 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
[pid=943654/tid=943665] ppid=943651 vsize=19108176 memory=5513412 CPUtime=0 cores=1,3
/proc/943654/task/943665/stat : 943665 (Finalizer) S 943651 943654 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181633441 19566772224 1378353 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
[pid=943654/tid=943672] ppid=943651 vsize=19108176 memory=5513412 CPUtime=0.01 cores=1,3
/proc/943654/task/943672/stat : 943672 (Common-Cleaner) S 943651 943654 941949 0 -1 1077936192 4515 0 0 0 0 1 0 0 20 0 20 0 181633442 19566772224 1378353 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
[pid=943654/tid=943676] ppid=943651 vsize=19108176 memory=5616 CPUtime=0 cores=1,3
/proc/943654/task/943676/stat : 943676 (Timer-0) S 943651 943654 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181633546 19566772224 1378353 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
Current children cumulated CPU time: 3569.47 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5513412 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3552.3 s]
/proc/loadavg: 4.33 4.29 4.27 5/319 945701
/proc/meminfo: memFree=102681200/131655788 swapFree=131071996/131071996
[pid=943654] ppid=943651 vsize=19108176 memory=5513412 CPUtime=3600.01 cores=1,3
/proc/943654/stat : 943654 (java) S 943651 943654 941949 0 -1 1077936128 415630 0 0 0 359592 409 0 0 20 0 20 0 181633437 19566772224 1378353 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
/proc/943654/statm: 4777044 1378353 5917 1 0 1392512 0
[pid=943654/tid=943656] ppid=943651 vsize=19108176 memory=5513412 CPUtime=3471.88 cores=1,3
/proc/943654/task/943656/stat : 943656 (java) R 943651 943654 941949 0 -1 4194368 235566 0 0 0 347058 130 0 0 20 0 20 0 181633438 19566772224 1378353 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 176 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
[pid=943654/tid=943665] ppid=943651 vsize=19108176 memory=5513412 CPUtime=0 cores=1,3
/proc/943654/task/943665/stat : 943665 (Finalizer) S 943651 943654 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181633441 19566772224 1378353 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
[pid=943654/tid=943672] ppid=943651 vsize=19108176 memory=5513412 CPUtime=0.01 cores=1,3
/proc/943654/task/943672/stat : 943672 (Common-Cleaner) S 943651 943654 941949 0 -1 1077936192 4610 0 0 0 0 1 0 0 20 0 20 0 181633442 19566772224 1378353 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
[pid=943654/tid=943676] ppid=943651 vsize=19108176 memory=5513412 CPUtime=0 cores=1,3
/proc/943654/task/943676/stat : 943676 (Timer-0) S 943651 943654 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181633546 19566772224 1378353 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5513412 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.13 s, system=4.13099 s

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

[startup+3552.41 s]
/proc/loadavg: 4.33 4.29 4.27 5/319 945701
/proc/meminfo: memFree=102681200/131655788 swapFree=131071996/131071996
[pid=943654] ppid=943651 vsize=19307868 memory=5514184 CPUtime=3600.16 cores=1,3
/proc/943654/stat : 943654 (java) S 943651 943654 941949 0 -1 1077936128 419054 0 0 0 359607 409 0 0 20 0 21 0 181633437 19771256832 1378546 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
/proc/943654/statm: 4826967 1378546 5916 1 0 1393432 0
[pid=943654/tid=943656] ppid=943651 vsize=19307868 memory=5513412 CPUtime=3471.9 cores=1,3
/proc/943654/task/943656/stat : 943656 (java) S 943651 943654 941949 0 -1 1077936192 235725 0 0 0 347060 130 0 0 20 0 21 0 181633438 19771256832 1378546 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 176 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
[pid=943654/tid=943665] ppid=943651 vsize=19307868 memory=2220 CPUtime=0 cores=1,3
/proc/943654/task/943665/stat : 943665 (Finalizer) S 943651 943654 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 181633441 19771256832 1378546 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
[pid=943654/tid=943672] ppid=943651 vsize=19307868 memory=-9104137050647732924 CPUtime=0.01 cores=1,3
/proc/943654/task/943672/stat : 943672 (Common-Cleaner) S 943651 943654 941949 0 -1 1077936192 4610 0 0 0 0 1 0 0 20 0 21 0 181633442 19771256832 1378546 134679101440 94545067872256 94545067875952 140732669303968 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94545067883768 94545067884560 94545069903872 140732669305844 140732669305952 140732669305952 140732669312968 0
Current children cumulated CPU time: 3600.16 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 5514184 KiB

Child status: 143

Real time (s): 3552.49
CPU time (s): 3600.26
CPU user time (s): 3596.13
CPU system time (s): 4.13099
CPU usage (%): 101.345
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 5514184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.13
system time used= 4.13099
maximum resident set size= 5515396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 419305
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 132692
involuntary context switches= 9891


# summary of solver processes directly reported to runsolver:
#   pid: 943654
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3596.13
#   total CPU system time (s): 4.13099

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.0403 second user time and 34.3251 second system time

The end

Launcher Data

Begin job on nodeC003 at 2024-07-18 11:26:25
IDJOB=4441961
IDBENCH=147758
IDSOLVER=3052
FILE ID=nodeC003/4441961-1721294773
RUNJOBID= nodeC003-1721293749-941961
SLURM_JOB_ID= 7542592
Free space on /tmp= 723776 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:1,3-13,19.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4441961-1721294773/watcher-4441961-1721294773 -o /tmp/evaluation-result-4441961-1721294773/solver-4441961-1721294773 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721293749-941961 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4441961-1721294773.opb

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

MD5SUM BENCH= d1aade7dcf65cc3dbe16a05e614ec6ef
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		: 3520.915
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		: 3491.908
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.349
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.220
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		: 3620.040
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		: 3577.496
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.372
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.287
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:        109855604 kB
MemAvailable:   115389524 kB
Buffers:          495572 kB
Cached:          5815136 kB
SwapCached:            0 kB
Active:           909728 kB
Inactive:       20178632 kB
Active(anon):       1452 kB
Inactive(anon): 14813904 kB
Active(file):     908276 kB
Inactive(file):  5364728 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1740 kB
Writeback:             0 kB
AnonPages:      14777668 kB
Mapped:           126000 kB
Shmem:             37704 kB
KReclaimable:     201892 kB
Slab:             317356 kB
SReclaimable:     201892 kB
SUnreclaim:       115464 kB
KernelStack:        4880 kB
PageTables:        39004 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   15672640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            57312 kB
HardwareCorrupted:     0 kB
AnonHugePages:  14460928 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= 723776 MiB
End job on nodeC003 at 2024-07-18 12:25:38