Trace number 4445921

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.2 3552.58

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
heinz/normalized-neos-820157.opb
MD5SUM9baf2ba48863e92d1cef7cf6d2cd6be7
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1200
Total number of constraints1015
Number of constraints which are clauses835
Number of constraints which are cardinality constraints (but not clauses)180
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint20
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	 - never skip resolution steps
0.13/0.15	 - Auto-division on coefficients is disabled
0.13/0.15	 - No postprocessing
0.13/0.15	 - Conflict is considered as is when resolving
0.13/0.15	 - Use constraints as they come during conflict analysis
0.13/0.15	 - Weaken first using unassigned literals
0.13/0.15	 - Bump strategy: ALWAYS_ONE
0.13/0.15	 - Bumper: EFFECTIVE
0.13/0.15	--- Begin Solver configuration ---
0.13/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.15	Learn all clauses as in MiniSAT
0.13/0.15	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	No reason simplification
0.13/0.15	Dynamic restart strategy considering the size of the coefficients
0.13/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.15	timeout=2147483s
0.13/0.15	DB Simplification allowed=false
0.13/0.15	Listener: none
0.13/0.15	--- End Solver configuration ---
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Use constraints as they come during conflict analysis
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: EFFECTIVE
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Dynamic restart strategy considering the size of the coefficients
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4445921-1721329956.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  no objective function found
0.32/0.22	c ... done. Wall clock time 0.067s.
0.32/0.22	c declared #vars     1200
0.32/0.22	c #constraints  1135
0.32/0.22	c constraints type 
0.32/0.22	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 150
0.32/0.22	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 195
0.32/0.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 790
0.32/0.22	c 1135 constraints processed.
9.04/5.57	c cleaning 2494 clauses out of 5001 with flag 0/5001
20.60/16.42	c cleaning 4253 clauses out of 8508 with flag 0/11002
38.43/34.15	c cleaning 5621 clauses out of 11253 with flag 0/18000
67.49/63.09	c cleaning 6809 clauses out of 13632 with flag 0/26000
105.39/100.42	c cleaning 7902 clauses out of 15823 with flag 0/35000
153.63/147.81	c cleaning 8949 clauses out of 17921 with flag 0/45000
208.46/201.93	c cleaning 9983 clauses out of 19972 with flag 0/56000
283.25/275.78	c cleaning 10994 clauses out of 21992 with flag 0/68003
367.97/359.75	c cleaning 11984 clauses out of 23996 with flag 0/81001
466.56/457.67	c cleaning 12994 clauses out of 26011 with flag 0/95000
579.75/570.10	c cleaning 13998 clauses out of 28018 with flag 0/110001
714.55/703.50	c cleaning 15004 clauses out of 30019 with flag 0/126000
807.21/794.85	c cleaning 16006 clauses out of 32018 with flag 0/143003
899.09/885.41	c cleaning 16998 clauses out of 34012 with flag 0/161003
1006.53/991.76	c cleaning 18001 clauses out of 36011 with flag 0/180000
1114.41/1097.95	c cleaning 18998 clauses out of 38011 with flag 0/200001
1228.96/1210.70	c cleaning 20005 clauses out of 40012 with flag 0/221000
1348.35/1328.21	c cleaning 20989 clauses out of 42007 with flag 0/243000
1514.61/1492.68	c cleaning 22003 clauses out of 44018 with flag 0/266000
1668.24/1644.69	c cleaning 23006 clauses out of 46015 with flag 0/290000
1822.09/1796.60	c cleaning 24002 clauses out of 48009 with flag 0/315000
1965.43/1937.87	c cleaning 24994 clauses out of 50007 with flag 0/341000
2150.75/2120.64	c cleaning 26002 clauses out of 52014 with flag 0/368001
2346.50/2313.31	c cleaning 26999 clauses out of 54014 with flag 0/396003
2565.66/2529.60	c cleaning 28000 clauses out of 56015 with flag 0/425003
2782.31/2743.11	c cleaning 28998 clauses out of 58013 with flag 0/455001
3043.10/3000.72	c cleaning 29999 clauses out of 60014 with flag 0/486000
3352.51/3306.99	c cleaning 30992 clauses out of 62016 with flag 0/518001
3600.08/3552.51	c starts		: 22
3600.08/3552.52	c conflicts		: 547718
3600.08/3552.52	c decisions		: 803277
3600.08/3552.52	c propagations		: 61257439
3600.08/3552.52	c inspects		: 3470863323
3600.08/3552.52	c shortcuts		: 0
3600.08/3552.52	c learnt literals	: 0
3600.08/3552.52	c learnt binary clauses	: 0
3600.08/3552.52	c learnt ternary clauses	: 0
3600.08/3552.52	c learnt constraints	: 547718
3600.08/3552.52	c ignored constraints	: 0
3600.08/3552.52	c root simplifications	: 0
3600.08/3552.52	c removed literals (reason simplification)	: 0
3600.08/3552.52	c reason swapping (by a shorter reason)	: 0
3600.08/3552.52	c Calls to reduceDB	: 28
3600.08/3552.52	c Number of update (reduction) of LBD	: 756205
3600.08/3552.52	c Imported unit clauses	: 0
3600.08/3552.52	c No decision after first conflict	: false
3600.08/3552.52	c number of reductions to clauses (during analyze)	: 0
3600.08/3552.52	c number of learned constraints concerned by reduction	: 0
3600.08/3552.52	c number of learning phase by resolution	: 0
3600.08/3552.52	c number of learning phase by cutting planes	: 0
3600.08/3552.52	c number of rounding to 1 operations	: 0
3600.08/3552.52	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3552.52	c number of reductions of the coefficients by power 2 	: 0
3600.08/3552.52	c number of right shift for reduction by power 2 	: 0
3600.08/3552.52	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3552.52	c number of ending skipping 	: 0
3600.08/3552.52	c number of internal skipping 	: 0
3600.08/3552.52	c number of derivation steps 	: 6900510
3600.08/3552.52	c number of skipped derivation steps 	: 0
3600.08/3552.52	c number of remaining unassigned 	: 1401419
3600.08/3552.52	c number of remaining assigned 	: 76527498
3600.08/3552.52	c number of falsified literals weakened from reason	: 0
3600.08/3552.52	c number of falsified literals weakened from conflict	: 0
3600.08/3552.52	c time for arithmetic operations	: 10690139824
3600.08/3552.52	c timeout
3600.08/3552.52	c minimum degree of deleted constraints	: 1
3600.08/3552.52	c maximum degree of deleted constraints	: 941607626494372021970854212706406911805542158112710045335210210
3600.08/3552.52	c number of deleted constraints	: 486977
3600.08/3552.52	c speed (assignments/second)	: 17244.444444444445
3600.08/3552.52	c non guided choices	: 847
3600.08/3552.56	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1376
3600.08/3552.56	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1124
3600.08/3552.56	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 58241
3600.08/3552.56	s UNKNOWN
3600.08/3552.56	c Total wall clock time (in seconds): 3552.415

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: 63968 MiB (62424 MiB free)
  memory of node 1: 64473 MiB (62821 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445921-1721329956/watcher-4445921-1721329956 -o /tmp/evaluation-result-4445921-1721329956/solver-4445921-1721329956 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1721329969-971065 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4445921-1721329956.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=971116, runsolver pid=971108

[startup+0.100059 s]*
/proc/loadavg: 4.04 4.08 4.09 12/324 971196
/proc/meminfo: memFree=128080992/131524600 swapFree=131071996/131071996
[pid=971116] ppid=971108 vsize=18975048 memory=66816 CPUtime=0.13 cores=0,2
/proc/971116/stat : 971116 (java) S 971108 971116 971055 0 -1 1077936128 7166 0 0 0 11 2 0 0 20 0 18 0 185162284 19430449152 16704 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
/proc/971116/statm: 4743762 16704 5668 1 0 549345 0
[pid=971116/tid=971120] ppid=971108 vsize=18975048 memory=4026531971 CPUtime=0.08 cores=0,2
/proc/971116/task/971120/stat : 971120 (java) R 971108 971116 971055 0 -1 4194368 5719 0 0 0 7 1 0 0 20 0 18 0 185162285 19430449152 16704 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 185162286 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
[pid=971116/tid=971160] ppid=971108 vsize=18975048 memory=2643 CPUtime=0 cores=0,2
/proc/971116/task/971160/stat : 971160 (Finalizer) S 971108 971116 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 185162287 19430449152 16704 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
[pid=971116/tid=971182] ppid=971108 vsize=18975048 memory=14126753849280249 CPUtime=0 cores=0,2
/proc/971116/task/971182/stat : 971182 (Common-Cleaner) S 971108 971116 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 185162288 19430449152 16704 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66816 KiB

[startup+0.20691 s]*
/proc/loadavg: 4.04 4.08 4.09 12/305 971199
/proc/meminfo: memFree=128043204/131524600 swapFree=131071996/131071996
[pid=971116] ppid=971108 vsize=18975048 memory=83800 CPUtime=0.32 cores=0,2
/proc/971116/stat : 971116 (java) S 971108 971116 971055 0 -1 1077936128 7762 0 0 0 30 2 0 0 20 0 18 0 185162284 19430449152 20950 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
/proc/971116/statm: 4743762 20950 5790 1 0 549741 0
[pid=971116/tid=971120] ppid=971108 vsize=18975048 memory=664970851429515383 CPUtime=0.18 cores=0,2
/proc/971116/task/971120/stat : 971120 (java) R 971108 971116 971055 0 -1 4194368 6010 0 0 0 16 2 0 0 20 0 18 0 185162285 19430449152 20950 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 185162286 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
[pid=971116/tid=971160] ppid=971108 vsize=18975048 memory=224261310746 CPUtime=0 cores=0,2
/proc/971116/task/971160/stat : 971160 (Finalizer) S 971108 971116 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 185162287 19430449152 20950 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
[pid=971116/tid=971182] ppid=971108 vsize=18975048 memory=29735 CPUtime=0 cores=0,2
/proc/971116/task/971182/stat : 971182 (Common-Cleaner) S 971108 971116 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 185162288 19430449152 20950 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 83800 KiB

[startup+0.304911 s]*
/proc/loadavg: 4.04 4.08 4.09 11/306 971211
/proc/meminfo: memFree=127924320/131524600 swapFree=131071996/131071996
[pid=971116] ppid=971108 vsize=19041612 memory=97960 CPUtime=0.52 cores=0,2
/proc/971116/stat : 971116 (java) S 971108 971116 971055 0 -1 1077936128 9023 0 0 0 49 3 0 0 20 0 19 0 185162284 19498610688 24490 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
/proc/971116/statm: 4760403 24490 5824 1 0 550878 0
[pid=971116/tid=971120] ppid=971108 vsize=19041612 memory=-6876588628787748224 CPUtime=0.27 cores=0,2
/proc/971116/task/971120/stat : 971120 (java) R 971108 971116 971055 0 -1 4194368 6097 0 0 0 25 2 0 0 20 0 19 0 185162285 19498610688 24490 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 185162286 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
[pid=971116/tid=971160] ppid=971108 vsize=19041612 memory=7680491646476186387 CPUtime=0 cores=0,2
/proc/971116/task/971160/stat : 971160 (Finalizer) S 971108 971116 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185162287 19498610688 24490 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
[pid=971116/tid=971182] ppid=971108 vsize=19041612 memory=-8960590318623040188 CPUtime=0 cores=0,2
/proc/971116/task/971182/stat : 971182 (Common-Cleaner) S 971108 971116 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185162288 19498610688 24490 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
[pid=971116/tid=971200] ppid=971108 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/971116/task/971200/stat : 971200 (Timer-0) S 971108 971116 971055 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 185162307 19498610688 24490 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 97960 KiB

[startup+0.700228 s]
/proc/loadavg: 4.04 4.08 4.09 10/304 971233
/proc/meminfo: memFree=127711864/131524600 swapFree=131071996/131071996
[pid=971116] ppid=971108 vsize=19108176 memory=177504 CPUtime=1.28 cores=0,2
/proc/971116/stat : 971116 (java) S 971108 971116 971055 0 -1 1077936128 13559 0 0 0 123 5 0 0 20 0 20 0 185162284 19566772224 44376 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
/proc/971116/statm: 4777044 44376 5824 1 0 554058 0
[pid=971116/tid=971120] ppid=971108 vsize=19108176 memory=16072 CPUtime=0.64 cores=0,2
/proc/971116/task/971120/stat : 971120 (java) R 971108 971116 971055 0 -1 4194368 6185 0 0 0 61 3 0 0 20 0 20 0 185162285 19566772224 44376 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 185162286 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
[pid=971116/tid=971160] ppid=971108 vsize=19108176 memory=12504 CPUtime=0 cores=0,2
/proc/971116/task/971160/stat : 971160 (Finalizer) S 971108 971116 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185162287 19566772224 44376 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
[pid=971116/tid=971182] ppid=971108 vsize=19108176 memory=25896 CPUtime=0 cores=0,2
/proc/971116/task/971182/stat : 971182 (Common-Cleaner) S 971108 971116 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 185162288 19566772224 44376 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
[pid=971116/tid=971200] ppid=971108 vsize=19108176 memory=39072 CPUtime=0 cores=0,2
/proc/971116/task/971200/stat : 971200 (Timer-0) S 971108 971116 971055 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185162307 19566772224 44376 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 177504 KiB

[startup+1.50492 s]
/proc/loadavg: 4.04 4.08 4.09 11/330 971268
/proc/meminfo: memFree=126062256/131524600 swapFree=131071996/131071996
[pid=971116] ppid=971108 vsize=19108176 memory=199040 CPUtime=2.86 cores=0,2
/proc/971116/stat : 971116 (java) S 971108 971116 971055 0 -1 1077936128 20333 0 0 0 280 6 0 0 20 0 20 0 185162284 19566772224 49760 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
/proc/971116/statm: 4777044 49760 5840 1 0 555515 0
[pid=971116/tid=971120] ppid=971108 vsize=19108176 memory=12504 CPUtime=1.41 cores=0,2
/proc/971116/task/971120/stat : 971120 (java) R 971108 971116 971055 0 -1 4194368 6409 0 0 0 138 3 0 0 20 0 20 0 185162285 19566772224 49760 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 185162286 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
[pid=971116/tid=971160] ppid=971108 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/971116/task/971160/stat : 971160 (Finalizer) S 971108 971116 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185162287 19566772224 49760 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
[pid=971116/tid=971182] ppid=971108 vsize=19108176 memory=25896 CPUtime=0 cores=0,2
/proc/971116/task/971182/stat : 971182 (Common-Cleaner) S 971108 971116 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 185162288 19566772224 49760 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
[pid=971116/tid=971200] ppid=971108 vsize=19108176 memory=39072 CPUtime=0 cores=0,2
/proc/971116/task/971200/stat : 971200 (Timer-0) S 971108 971116 971055 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185162307 19566772224 49760 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 199040 KiB

[startup+3.11292 s]
/proc/loadavg: 4.44 4.17 4.11 11/311 971288
/proc/meminfo: memFree=126950292/131524600 swapFree=131071996/131071996
[pid=971116] ppid=971108 vsize=19108176 memory=430528 CPUtime=6.03 cores=0,2
/proc/971116/stat : 971116 (java) S 971108 971116 971055 0 -1 1077936128 24896 0 0 0 592 11 0 0 20 0 20 0 185162284 19566772224 107632 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
/proc/971116/statm: 4777044 107632 5840 1 0 555878 0
[pid=971116/tid=971120] ppid=971108 vsize=19108176 memory=180800 CPUtime=2.94 cores=0,2
/proc/971116/task/971120/stat : 971120 (java) S 971108 971116 971055 0 -1 1077936192 7056 0 0 0 286 8 0 0 20 0 20 0 185162285 19566772224 107632 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 185162286 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
[pid=971116/tid=971160] ppid=971108 vsize=19108176 memory=-8601146773363532476 CPUtime=0 cores=0,2
/proc/971116/task/971160/stat : 971160 (Finalizer) S 971108 971116 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185162287 19566772224 107632 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
[pid=971116/tid=971182] ppid=971108 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/971116/task/971182/stat : 971182 (Common-Cleaner) S 971108 971116 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 185162288 19566772224 107632 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
[pid=971116/tid=971200] ppid=971108 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/971116/task/971200/stat : 971200 (Timer-0) S 971108 971116 971055 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185162307 19566772224 107632 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
Current children cumulated CPU time: 6.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 430528 KiB

[startup+6.30028 s]
/proc/loadavg: 4.44 4.17 4.11 6/331 971338
/proc/meminfo: memFree=123203424/131524600 swapFree=131071996/131071996
[pid=971116] ppid=971108 vsize=19108176 memory=1183104 CPUtime=10.25 cores=0,2
/proc/971116/stat : 971116 (java) S 971108 971116 971055 0 -1 1077936128 28640 0 0 0 998 27 0 0 20 0 20 0 185162284 19566772224 295776 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
/proc/971116/statm: 4777044 295776 5840 1 0 729958 0
[pid=971116/tid=971120] ppid=971108 vsize=19108176 memory=0 CPUtime=6.03 cores=0,2
/proc/971116/task/971120/stat : 971120 (java) R 971108 971116 971055 0 -1 4194368 8297 0 0 0 582 21 0 0 20 0 20 0 185162285 19566772224 295776 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 185162286 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
[pid=971116/tid=971160] ppid=971108 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/971116/task/971160/stat : 971160 (Finalizer) S 971108 971116 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185162287 19566772224 295776 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
[pid=971116/tid=971182] ppid=971108 vsize=19108176 memory=418736 CPUtime=0 cores=0,2
/proc/971116/task/971182/stat : 971182 (Common-Cleaner) S 971108 971116 971055 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 20 0 185162288 19566772224 295776 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
[pid=971116/tid=971200] ppid=971108 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/971116/task/971200/stat : 971200 (Timer-0) S 971108 971116 971055 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185162307 19566772224 295776 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
Current children cumulated CPU time: 10.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1183104 KiB

[startup+12.7003 s]
/proc/loadavg: 4.40 4.16 4.11 6/331 971338
/proc/meminfo: memFree=121478576/131524600 swapFree=131071996/131071996
[pid=971116] ppid=971108 vsize=19108176 memory=1770116 CPUtime=16.79 cores=0,2
/proc/971116/stat : 971116 (java) S 971108 971116 971055 0 -1 1077936128 29265 0 0 0 1641 38 0 0 20 0 20 0 185162284 19566772224 442529 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
/proc/971116/statm: 4777044 442529 5840 1 0 729963 0
[pid=971116/tid=971120] ppid=971108 vsize=19108176 memory=5544 CPUtime=12.32 cores=0,2
/proc/971116/task/971120/stat : 971120 (java) R 971108 971116 971055 0 -1 4194368 8844 0 0 0 1201 31 0 0 20 0 20 0 185162285 19566772224 442529 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 185162286 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
[pid=971116/tid=971160] ppid=971108 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/971116/task/971160/stat : 971160 (Finalizer) S 971108 971116 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185162287 19566772224 442529 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
[pid=971116/tid=971182] ppid=971108 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/971116/task/971182/stat : 971182 (Common-Cleaner) S 971108 971116 971055 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 20 0 185162288 19566772224 442529 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
[pid=971116/tid=971200] ppid=971108 vsize=19108176 memory=1770116 CPUtime=0 cores=0,2
/proc/971116/task/971200/stat : 971200 (Timer-0) S 971108 971116 971055 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185162307 19566772224 442529 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
Current children cumulated CPU time: 16.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1770116 KiB

[startup+25.5003 s]
/proc/loadavg: 4.31 4.16 4.11 5/331 971342
/proc/meminfo: memFree=119064516/131524600 swapFree=131071996/131071996
[pid=971116] ppid=971108 vsize=19108176 memory=1784944 CPUtime=29.73 cores=0,2
/proc/971116/stat : 971116 (java) S 971108 971116 971055 0 -1 1077936128 32912 0 0 0 2933 40 0 0 20 0 20 0 185162284 19566772224 446236 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
/proc/971116/statm: 4777044 446236 5840 1 0 729963 0
[pid=971116/tid=971120] ppid=971108 vsize=19108176 memory=1770116 CPUtime=24.89 cores=0,2
/proc/971116/task/971120/stat : 971120 (java) R 971108 971116 971055 0 -1 4194368 10455 0 0 0 2458 31 0 0 20 0 20 0 185162285 19566772224 446236 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 185162286 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
[pid=971116/tid=971160] ppid=971108 vsize=19108176 memory=-8601146773363532476 CPUtime=0 cores=0,2
/proc/971116/task/971160/stat : 971160 (Finalizer) S 971108 971116 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185162287 19566772224 446236 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
[pid=971116/tid=971182] ppid=971108 vsize=19108176 memory=-8744978287439422140 CPUtime=0 cores=0,2
/proc/971116/task/971182/stat : 971182 (Common-Cleaner) S 971108 971116 971055 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 20 0 185162288 19566772224 446236 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
[pid=971116/tid=971200] ppid=971108 vsize=19108176 memory=1778784 CPUtime=0 cores=0,2
/proc/971116/task/971200/stat : 971200 (Timer-0) S 971108 971116 971055 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185162307 19566772224 446236 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
Current children cumulated CPU time: 29.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1784944 KiB

[startup+51.106 s]
/proc/loadavg: 4.26 4.16 4.11 5/331 971345
/proc/meminfo: memFree=117738952/131524600 swapFree=131071996/131071996
[pid=971116] ppid=971108 vsize=19108176 memory=1819776 CPUtime=55.54 cores=0,2
/proc/971116/stat : 971116 (java) S 971108 971116 971055 0 -1 1077936128 38390 0 0 0 5511 43 0 0 20 0 20 0 185162284 19566772224 454944 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
/proc/971116/statm: 4777044 454944 5840 1 0 729963 0
[pid=971116/tid=971120] ppid=971108 vsize=19108176 memory=11476 CPUtime=50.01 cores=0,2
/proc/971116/task/971120/stat : 971120 (java) R 971108 971116 971055 0 -1 4194368 13133 0 0 0 4969 32 0 0 20 0 20 0 185162285 19566772224 454944 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 185162286 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0

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

/proc/meminfo: memFree=110904468/131524600 swapFree=131071996/131071996
[pid=971116] ppid=971108 vsize=19108176 memory=2880184 CPUtime=3267.73 cores=0,2
/proc/971116/stat : 971116 (java) S 971108 971116 971055 0 -1 1077936128 246484 0 0 0 326513 260 0 0 20 0 20 0 185162284 19566772224 720046 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
/proc/971116/statm: 4777044 720046 5880 1 0 730980 0
[pid=971116/tid=971120] ppid=971108 vsize=19108176 memory=12504 CPUtime=3142.36 cores=0,2
/proc/971116/task/971120/stat : 971120 (java) S 971108 971116 971055 0 -1 1077936192 115323 0 0 0 314161 75 0 0 20 0 20 0 185162285 19566772224 720046 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 185162308 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
[pid=971116/tid=971160] ppid=971108 vsize=19108176 memory=11476 CPUtime=0 cores=0,2
/proc/971116/task/971160/stat : 971160 (Finalizer) S 971108 971116 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185162287 19566772224 720046 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
[pid=971116/tid=971182] ppid=971108 vsize=19108176 memory=2880184 CPUtime=0 cores=0,2
/proc/971116/task/971182/stat : 971182 (Common-Cleaner) S 971108 971116 971055 0 -1 1077936192 3247 0 0 0 0 0 0 0 20 0 20 0 185162288 19566772224 720046 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
[pid=971116/tid=971200] ppid=971108 vsize=19108176 memory=2880184 CPUtime=0 cores=0,2
/proc/971116/task/971200/stat : 971200 (Timer-0) S 971108 971116 971055 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185162307 19566772224 720046 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
Current children cumulated CPU time: 3267.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2880184 KiB

[startup+3282.3 s]
/proc/loadavg: 4.20 4.22 4.20 5/331 973179
/proc/meminfo: memFree=110903960/131524600 swapFree=131071996/131071996
[pid=971116] ppid=971108 vsize=19108176 memory=2880184 CPUtime=3328.13 cores=0,2
/proc/971116/stat : 971116 (java) S 971108 971116 971055 0 -1 1077936128 249565 0 0 0 332551 262 0 0 20 0 20 0 185162284 19566772224 720046 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
/proc/971116/statm: 4777044 720046 5880 1 0 730980 0
[pid=971116/tid=971120] ppid=971108 vsize=19108176 memory=2880184 CPUtime=3201.04 cores=0,2
/proc/971116/task/971120/stat : 971120 (java) R 971108 971116 971055 0 -1 4194368 117382 0 0 0 320029 75 0 0 20 0 20 0 185162285 19566772224 720046 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 185162308 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
[pid=971116/tid=971160] ppid=971108 vsize=19108176 memory=2880184 CPUtime=0 cores=0,2
/proc/971116/task/971160/stat : 971160 (Finalizer) S 971108 971116 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185162287 19566772224 720046 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
[pid=971116/tid=971182] ppid=971108 vsize=19108176 memory=2880184 CPUtime=0 cores=0,2
/proc/971116/task/971182/stat : 971182 (Common-Cleaner) S 971108 971116 971055 0 -1 1077936192 3332 0 0 0 0 0 0 0 20 0 20 0 185162288 19566772224 720046 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
[pid=971116/tid=971200] ppid=971108 vsize=19108176 memory=2880184 CPUtime=0 cores=0,2
/proc/971116/task/971200/stat : 971200 (Timer-0) S 971108 971116 971055 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185162307 19566772224 720046 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
Current children cumulated CPU time: 3328.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2880184 KiB

[startup+3342.3 s]
/proc/loadavg: 4.34 4.26 4.21 5/331 973190
/proc/meminfo: memFree=110903488/131524600 swapFree=131071996/131071996
[pid=971116] ppid=971108 vsize=19108176 memory=2880308 CPUtime=3388.1 cores=0,2
/proc/971116/stat : 971116 (java) S 971108 971116 971055 0 -1 1077936128 253090 0 0 0 338545 265 0 0 20 0 20 0 185162284 19566772224 720077 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
/proc/971116/statm: 4777044 720077 5880 1 0 731036 0
[pid=971116/tid=971120] ppid=971108 vsize=19108176 memory=2880308 CPUtime=3259.74 cores=0,2
/proc/971116/task/971120/stat : 971120 (java) R 971108 971116 971055 0 -1 4194368 119744 0 0 0 325898 76 0 0 20 0 20 0 185162285 19566772224 720077 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 185162314 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
[pid=971116/tid=971160] ppid=971108 vsize=19108176 memory=2880308 CPUtime=0 cores=0,2
/proc/971116/task/971160/stat : 971160 (Finalizer) S 971108 971116 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185162287 19566772224 720077 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
[pid=971116/tid=971182] ppid=971108 vsize=19108176 memory=2880308 CPUtime=0 cores=0,2
/proc/971116/task/971182/stat : 971182 (Common-Cleaner) S 971108 971116 971055 0 -1 1077936192 3407 0 0 0 0 0 0 0 20 0 20 0 185162288 19566772224 720077 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
[pid=971116/tid=971200] ppid=971108 vsize=19108176 memory=11476 CPUtime=0 cores=0,2
/proc/971116/task/971200/stat : 971200 (Timer-0) S 971108 971116 971055 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185162307 19566772224 720077 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
Current children cumulated CPU time: 3388.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2880308 KiB

[startup+3402.3 s]
/proc/loadavg: 4.22 4.24 4.20 5/331 973200
/proc/meminfo: memFree=110903224/131524600 swapFree=131071996/131071996
[pid=971116] ppid=971108 vsize=19108176 memory=2880396 CPUtime=3448.93 cores=0,2
/proc/971116/stat : 971116 (java) S 971108 971116 971055 0 -1 1077936128 255708 0 0 0 344624 269 0 0 20 0 20 0 185162284 19566772224 720099 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
/proc/971116/statm: 4777044 720099 5880 1 0 731036 0
[pid=971116/tid=971120] ppid=971108 vsize=19108176 memory=32592 CPUtime=3318.18 cores=0,2
/proc/971116/task/971120/stat : 971120 (java) R 971108 971116 971055 0 -1 4194368 121703 0 0 0 331742 76 0 0 20 0 20 0 185162285 19566772224 720099 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 185162317 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
[pid=971116/tid=971160] ppid=971108 vsize=19108176 memory=2880252 CPUtime=0 cores=0,2
/proc/971116/task/971160/stat : 971160 (Finalizer) S 971108 971116 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185162287 19566772224 720099 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
[pid=971116/tid=971182] ppid=971108 vsize=19108176 memory=2880396 CPUtime=0 cores=0,2
/proc/971116/task/971182/stat : 971182 (Common-Cleaner) S 971108 971116 971055 0 -1 1077936192 3485 0 0 0 0 0 0 0 20 0 20 0 185162288 19566772224 720099 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
[pid=971116/tid=971200] ppid=971108 vsize=19108176 memory=2880396 CPUtime=0 cores=0,2
/proc/971116/task/971200/stat : 971200 (Timer-0) S 971108 971116 971055 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185162307 19566772224 720099 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
Current children cumulated CPU time: 3448.93 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2880396 KiB

[startup+3462.3 s]
/proc/loadavg: 4.20 4.23 4.20 5/332 973211
/proc/meminfo: memFree=110902856/131524600 swapFree=131071996/131071996
[pid=971116] ppid=971108 vsize=19108176 memory=2880396 CPUtime=3509.34 cores=0,2
/proc/971116/stat : 971116 (java) S 971108 971116 971055 0 -1 1077936128 257661 0 0 0 350662 272 0 0 20 0 20 0 185162284 19566772224 720099 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
/proc/971116/statm: 4777044 720099 5880 1 0 731036 0
[pid=971116/tid=971120] ppid=971108 vsize=19108176 memory=32592 CPUtime=3376.45 cores=0,2
/proc/971116/task/971120/stat : 971120 (java) R 971108 971116 971055 0 -1 4194368 122861 0 0 0 337569 76 0 0 20 0 20 0 185162285 19566772224 720099 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 185162317 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
[pid=971116/tid=971160] ppid=971108 vsize=19108176 memory=2880252 CPUtime=0 cores=0,2
/proc/971116/task/971160/stat : 971160 (Finalizer) S 971108 971116 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185162287 19566772224 720099 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
[pid=971116/tid=971182] ppid=971108 vsize=19108176 memory=2880396 CPUtime=0 cores=0,2
/proc/971116/task/971182/stat : 971182 (Common-Cleaner) S 971108 971116 971055 0 -1 1077936192 3570 0 0 0 0 0 0 0 20 0 20 0 185162288 19566772224 720099 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
[pid=971116/tid=971200] ppid=971108 vsize=19108176 memory=11476 CPUtime=0 cores=0,2
/proc/971116/task/971200/stat : 971200 (Timer-0) S 971108 971116 971055 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185162307 19566772224 720099 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
Current children cumulated CPU time: 3509.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2880396 KiB

[startup+3522.3 s]
/proc/loadavg: 4.18 4.21 4.19 5/333 973227
/proc/meminfo: memFree=110902664/131524600 swapFree=131071996/131071996
[pid=971116] ppid=971108 vsize=19108176 memory=2880396 CPUtime=3569.57 cores=0,2
/proc/971116/stat : 971116 (java) S 971108 971116 971055 0 -1 1077936128 260644 0 0 0 356682 275 0 0 20 0 20 0 185162284 19566772224 720099 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
/proc/971116/statm: 4777044 720099 5880 1 0 731036 0
[pid=971116/tid=971120] ppid=971108 vsize=19108176 memory=2880396 CPUtime=3434.87 cores=0,2
/proc/971116/task/971120/stat : 971120 (java) R 971108 971116 971055 0 -1 4194368 124861 0 0 0 343410 77 0 0 20 0 20 0 185162285 19566772224 720099 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 185162317 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
[pid=971116/tid=971160] ppid=971108 vsize=19108176 memory=2880396 CPUtime=0 cores=0,2
/proc/971116/task/971160/stat : 971160 (Finalizer) S 971108 971116 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185162287 19566772224 720099 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
[pid=971116/tid=971182] ppid=971108 vsize=19108176 memory=2880396 CPUtime=0 cores=0,2
/proc/971116/task/971182/stat : 971182 (Common-Cleaner) S 971108 971116 971055 0 -1 1077936192 3655 0 0 0 0 0 0 0 20 0 20 0 185162288 19566772224 720099 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
[pid=971116/tid=971200] ppid=971108 vsize=19108176 memory=2880396 CPUtime=0 cores=0,2
/proc/971116/task/971200/stat : 971200 (Timer-0) S 971108 971116 971055 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185162307 19566772224 720099 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
Current children cumulated CPU time: 3569.57 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2880396 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3552.5 s]
/proc/loadavg: 4.11 4.19 4.18 5/333 973231
/proc/meminfo: memFree=110902540/131524600 swapFree=131071996/131071996
[pid=971116] ppid=971108 vsize=19108176 memory=2880396 CPUtime=3600.08 cores=0,2
/proc/971116/stat : 971116 (java) S 971108 971116 971055 0 -1 1077936128 263064 0 0 0 359731 277 0 0 20 0 20 0 185162284 19566772224 720099 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
/proc/971116/statm: 4777044 720099 5880 1 0 731036 0
[pid=971116/tid=971120] ppid=971108 vsize=19108176 memory=2880396 CPUtime=3464.48 cores=0,2
/proc/971116/task/971120/stat : 971120 (java) R 971108 971116 971055 0 -1 4194368 126310 0 0 0 346371 77 0 0 20 0 20 0 185162285 19566772224 720099 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 185162317 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
[pid=971116/tid=971160] ppid=971108 vsize=19108176 memory=2880396 CPUtime=0 cores=0,2
/proc/971116/task/971160/stat : 971160 (Finalizer) S 971108 971116 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185162287 19566772224 720099 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
[pid=971116/tid=971182] ppid=971108 vsize=19108176 memory=2880396 CPUtime=0 cores=0,2
/proc/971116/task/971182/stat : 971182 (Common-Cleaner) S 971108 971116 971055 0 -1 1077936192 3740 0 0 0 0 0 0 0 20 0 20 0 185162288 19566772224 720099 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
[pid=971116/tid=971200] ppid=971108 vsize=19108176 memory=-8601146773363532476 CPUtime=0 cores=0,2
/proc/971116/task/971200/stat : 971200 (Timer-0) S 971108 971116 971055 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185162307 19566772224 720099 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2880396 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.42 s, system=2.78286 s

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

[startup+3552.5 s]
/proc/loadavg: 4.11 4.19 4.18 5/333 973231
/proc/meminfo: memFree=110902540/131524600 swapFree=131071996/131071996
[pid=971116] ppid=971108 vsize=19108176 memory=2880396 CPUtime=3600.08 cores=0,2
/proc/971116/stat : 971116 (java) S 971108 971116 971055 0 -1 1077936128 263064 0 0 0 359731 277 0 0 20 0 20 0 185162284 19566772224 720099 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
/proc/971116/statm: 4777044 720099 5880 1 0 731036 0
[pid=971116/tid=971120] ppid=971108 vsize=19108176 memory=2880396 CPUtime=3464.48 cores=0,2
/proc/971116/task/971120/stat : 971120 (java) R 971108 971116 971055 0 -1 4194368 126310 0 0 0 346371 77 0 0 20 0 20 0 185162285 19566772224 720099 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 185162317 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
[pid=971116/tid=971160] ppid=971108 vsize=19108176 memory=2880396 CPUtime=0 cores=0,2
/proc/971116/task/971160/stat : 971160 (Finalizer) S 971108 971116 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185162287 19566772224 720099 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
[pid=971116/tid=971182] ppid=971108 vsize=19108176 memory=2880396 CPUtime=0 cores=0,2
/proc/971116/task/971182/stat : 971182 (Common-Cleaner) S 971108 971116 971055 0 -1 1077936192 3740 0 0 0 0 0 0 0 20 0 20 0 185162288 19566772224 720099 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
[pid=971116/tid=971200] ppid=971108 vsize=19108176 memory=-8601146773363532476 CPUtime=0 cores=0,2
/proc/971116/task/971200/stat : 971200 (Timer-0) S 971108 971116 971055 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185162307 19566772224 720099 134679101440 94337287143424 94337287147120 140737446916288 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94337287154936 94337287155728 94337318756352 140737446925300 140737446925408 140737446925408 140737446932424 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2880396 KiB

Child status: 143

Real time (s): 3552.58
CPU time (s): 3600.2
CPU user time (s): 3597.42
CPU system time (s): 2.78286
CPU usage (%): 101.34
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 2880396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.42
system time used= 2.78286
maximum resident set size= 2881160
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 265742
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= 150185
involuntary context switches= 33867


# summary of solver processes directly reported to runsolver:
#   pid: 971116
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3597.42
#   total CPU system time (s): 2.78286

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.57598 second user time and 18.5512 second system time

The end

Launcher Data

Begin job on nodeC027 at 2024-07-18 21:12:49
IDJOB=4445921
IDBENCH=155406
IDSOLVER=3052
FILE ID=nodeC027/4445921-1721329956
RUNJOBID= nodeC027-1721329969-971065
SLURM_JOB_ID= 7542702
Free space on /tmp= 890084 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB11/DEC-LIN/heinz/normalized-neos-820157.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445921-1721329956/watcher-4445921-1721329956 -o /tmp/evaluation-result-4445921-1721329956/solver-4445921-1721329956 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1721329969-971065 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4445921-1721329956.opb

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

MD5SUM BENCH= 9baf2ba48863e92d1cef7cf6d2cd6be7
RANDOM SEED=1323797086

nodeC027.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	: 0xb00002a
cpu MHz		: 3550.789
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7000.36
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	: 0xb00002a
cpu MHz		: 3646.542
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.29
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	: 0xb00002a
cpu MHz		: 3198.333
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7000.36
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	: 0xb00002a
cpu MHz		: 3257.497
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.29
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	: 0xb00002a
cpu MHz		: 3589.801
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7000.36
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	: 0xb00002a
cpu MHz		: 3384.084
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.29
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	: 0xb00002a
cpu MHz		: 3406.996
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7000.36
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	: 0xb00002a
cpu MHz		: 3474.302
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        128253972 kB
MemAvailable:   129740284 kB
Buffers:          487060 kB
Cached:          1830876 kB
SwapCached:            0 kB
Active:           905020 kB
Inactive:        1750708 kB
Active(anon):       1452 kB
Inactive(anon):   374060 kB
Active(file):     903568 kB
Inactive(file):  1376648 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              3572 kB
Writeback:             0 kB
AnonPages:        335640 kB
Mapped:           106000 kB
Shmem:             37720 kB
KReclaimable:      91836 kB
Slab:             201316 kB
SReclaimable:      91836 kB
SUnreclaim:       109480 kB
KernelStack:        3856 kB
PageTables:         9552 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     789500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            67968 kB
HardwareCorrupted:     0 kB
AnonHugePages:    215040 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:      193236 kB
DirectMap2M:    15308800 kB
DirectMap1G:    120586240 kB

Free space on /tmp at the end= 890020 MiB
End job on nodeC027 at 2024-07-18 22:12:02