Trace number 4454161

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.18 3601.66

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/
equalities/diag_spec/normalized-15diag_spec_greater.opb
MD5SUM4a5e1d83e2dadedc898f0365dfa20016
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.134427
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables750
Total number of constraints932
Number of constraints which are clauses675
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints257
Minimum length of a constraint2
Maximum length of a constraint255
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 536870912
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 2147483647
Number of bits of the biggest sum of numbers31
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.16	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	 - never skip resolution steps
0.13/0.16	 - Auto-division on coefficients is disabled
0.13/0.16	 - No postprocessing
0.13/0.16	 - Conflict is considered as is when resolving
0.13/0.16	 - Use constraints as they come during conflict analysis
0.13/0.16	 - Weaken first using unassigned literals
0.13/0.16	 - Bump strategy: ALWAYS_ONE
0.13/0.16	 - Bumper: EFFECTIVE
0.13/0.16	--- Begin Solver configuration ---
0.13/0.16	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.16	Learn all clauses as in MiniSAT
0.13/0.16	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	No reason simplification
0.13/0.16	Dynamic restart strategy considering the size of the coefficients
0.13/0.16	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.16	timeout=2147483s
0.13/0.16	DB Simplification allowed=false
0.13/0.16	Listener: none
0.13/0.16	--- End Solver configuration ---
0.13/0.16	c Pseudo Boolean Optimization by upper bound
0.13/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	c  - never skip resolution steps
0.13/0.16	c  - Auto-division on coefficients is disabled
0.13/0.16	c  - No postprocessing
0.13/0.16	c  - Conflict is considered as is when resolving
0.13/0.16	c  - Use constraints as they come during conflict analysis
0.13/0.16	c  - Weaken first using unassigned literals
0.13/0.16	c  - Bump strategy: ALWAYS_ONE
0.13/0.16	c  - Bumper: EFFECTIVE
0.13/0.16	c --- Begin Solver configuration ---
0.13/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.16	c Learn all clauses as in MiniSAT
0.13/0.16	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	c No reason simplification
0.13/0.16	c Dynamic restart strategy considering the size of the coefficients
0.13/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.16	c timeout=2147483s
0.13/0.16	c DB Simplification allowed=false
0.13/0.16	c Listener: none
0.13/0.16	c --- End Solver configuration ---
0.13/0.16	c solving HOME/instance-4454161-1721488084.opb
0.13/0.16	c reading problem ... 
0.13/0.16	c  no objective function found
0.34/0.23	c ... done. Wall clock time 0.073s.
0.34/0.23	c declared #vars     750
0.34/0.23	c #constraints  1188
0.34/0.23	c constraints type 
0.34/0.23	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 540
0.34/0.23	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 423
0.34/0.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 225
0.34/0.23	c 1188 constraints processed.
545.16/542.78	c cleaning 2501 clauses out of 5001 with flag 0/5001
2038.04/2037.44	c cleaning 4249 clauses out of 8499 with flag 0/11000
3600.07/3601.62	c starts		: 6
3600.07/3601.62	c conflicts		: 15112
3600.07/3601.62	c decisions		: 16569
3600.07/3601.62	c propagations		: 3077696
3600.07/3601.62	c inspects		: 647433778
3600.07/3601.62	c shortcuts		: 0
3600.07/3601.62	c learnt literals	: 0
3600.07/3601.62	c learnt binary clauses	: 0
3600.07/3601.62	c learnt ternary clauses	: 0
3600.07/3601.62	c learnt constraints	: 15112
3600.07/3601.62	c ignored constraints	: 0
3600.07/3601.62	c root simplifications	: 0
3600.07/3601.62	c removed literals (reason simplification)	: 0
3600.07/3601.62	c reason swapping (by a shorter reason)	: 0
3600.07/3601.62	c Calls to reduceDB	: 2
3600.07/3601.62	c Number of update (reduction) of LBD	: 4960
3600.07/3601.62	c Imported unit clauses	: 0
3600.07/3601.62	c No decision after first conflict	: false
3600.07/3601.62	c number of reductions to clauses (during analyze)	: 0
3600.07/3601.62	c number of learned constraints concerned by reduction	: 0
3600.07/3601.62	c number of learning phase by resolution	: 0
3600.07/3601.62	c number of learning phase by cutting planes	: 0
3600.07/3601.62	c number of rounding to 1 operations	: 0
3600.07/3601.62	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3601.62	c number of reductions of the coefficients by power 2 	: 0
3600.07/3601.62	c number of right shift for reduction by power 2 	: 0
3600.07/3601.62	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3601.62	c number of ending skipping 	: 0
3600.07/3601.62	c number of internal skipping 	: 0
3600.07/3601.62	c number of derivation steps 	: 2316384
3600.07/3601.62	c number of skipped derivation steps 	: 0
3600.07/3601.62	c number of remaining unassigned 	: 39458
3600.07/3601.62	c number of remaining assigned 	: 16676692
3600.07/3601.62	c number of falsified literals weakened from reason	: 0
3600.07/3601.62	c number of falsified literals weakened from conflict	: 0
3600.07/3601.62	c time for arithmetic operations	: 5254489333
3600.07/3601.62	c minimum degree of deleted constraints	: 3
3600.07/3601.63	c maximum degree of deleted constraints	: 36797631840280021802129765187617382225963093479375097829340161203467954861798713806101915450421756733944790499632669665951194330743789401474842686398014430333167217644473958634740329760568766323199996986501705804036383387792373241298057295336952341975500009605810632823390957191422336936451672058810445738971867864034316737259471375644698941868654555871377385292338828692061467384902183498750275926599744162140079013182327884759644182929986427341563924573281246111484177812135402657281014866787511234067269820782849853536719951460988178014874646469900946973463153596336196565702688293390548883734098773732588527479397635665765528698290747359375288
3600.07/3601.63	c number of deleted constraints	: 6750
3600.07/3601.63	c speed (assignments/second)	: 854.5849594393284
3600.07/3601.63	c non guided choices	: 29
3600.07/3601.64	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 8362
3600.07/3601.64	s UNKNOWN
3600.07/3601.64	c Total wall clock time (in seconds): 3601.482

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4454161-1721488084/watcher-4454161-1721488084 -o /tmp/evaluation-result-4454161-1721488084/solver-4454161-1721488084 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1721484575-1069191 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4454161-1721488084.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100629 s]*
/proc/loadavg: 4.59 4.56 4.51 7/330 1071968
/proc/meminfo: memFree=119837828/131524600 swapFree=131071996/131071996
[pid=1071950] ppid=1071947 vsize=18975048 memory=62896 CPUtime=0.13 cores=5,7
/proc/1071950/stat : 1071950 (java) S 1071947 1071950 1069178 0 -1 1077936128 7203 0 0 0 12 1 0 0 20 0 18 0 200977378 19430449152 15724 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
/proc/1071950/statm: 4743762 15724 5624 1 0 549325 0
[pid=1071950/tid=1071952] ppid=1071947 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/1071950/task/1071952/stat : 1071952 (java) R 1071947 1071950 1069178 0 -1 1077936192 5738 0 0 0 7 1 0 0 20 0 18 0 200977378 19430449152 15724 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
[pid=1071950/tid=1071961] ppid=1071947 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/1071950/task/1071961/stat : 1071961 (Finalizer) S 1071947 1071950 1069178 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 200977381 19430449152 15724 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
[pid=1071950/tid=1071968] ppid=1071947 vsize=18975048 memory=14134437545800980 CPUtime=0 cores=5,7
/proc/1071950/task/1071968/stat : 1071968 (Common-Cleaner) S 1071947 1071950 1069178 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 200977381 19430449152 15724 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62896 KiB

[startup+0.209013 s]*
/proc/loadavg: 4.59 4.56 4.51 7/330 1071968
/proc/meminfo: memFree=119827424/131524600 swapFree=131071996/131071996
[pid=1071950] ppid=1071947 vsize=18975048 memory=74464 CPUtime=0.34 cores=5,7
/proc/1071950/stat : 1071950 (java) S 1071947 1071950 1069178 0 -1 1077936128 7825 0 0 0 32 2 0 0 20 0 18 0 200977378 19430449152 18616 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
/proc/1071950/statm: 4743762 18616 5868 1 0 549745 0
[pid=1071950/tid=1071952] ppid=1071947 vsize=18975048 memory=6876556183782621315 CPUtime=0.17 cores=5,7
/proc/1071950/task/1071952/stat : 1071952 (java) R 1071947 1071950 1069178 0 -1 1077936192 6060 0 0 0 16 1 0 0 20 0 18 0 200977378 19430449152 18616 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
[pid=1071950/tid=1071961] ppid=1071947 vsize=18975048 memory=15932 CPUtime=0 cores=5,7
/proc/1071950/task/1071961/stat : 1071961 (Finalizer) S 1071947 1071950 1069178 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 200977381 19430449152 18616 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
[pid=1071950/tid=1071968] ppid=1071947 vsize=18975048 memory=14408211646121490 CPUtime=0 cores=5,7
/proc/1071950/task/1071968/stat : 1071968 (Common-Cleaner) S 1071947 1071950 1069178 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 200977381 19430449152 18616 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 74464 KiB

[startup+0.316024 s]*
/proc/loadavg: 4.59 4.56 4.51 6/331 1071969
/proc/meminfo: memFree=119814780/131524600 swapFree=131071996/131071996
[pid=1071950] ppid=1071947 vsize=19041612 memory=88604 CPUtime=0.53 cores=5,7
/proc/1071950/stat : 1071950 (java) S 1071947 1071950 1069178 0 -1 1077936128 9335 0 0 0 51 2 0 0 20 0 19 0 200977378 19498610688 22151 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
/proc/1071950/statm: 4760403 22151 5868 1 0 550876 0
[pid=1071950/tid=1071952] ppid=1071947 vsize=19041612 memory=-7739257267195635550 CPUtime=0.28 cores=5,7
/proc/1071950/task/1071952/stat : 1071952 (java) R 1071947 1071950 1069178 0 -1 4194368 6116 0 0 0 26 2 0 0 20 0 19 0 200977378 19498610688 22151 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
[pid=1071950/tid=1071961] ppid=1071947 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1071950/task/1071961/stat : 1071961 (Finalizer) S 1071947 1071950 1069178 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 200977381 19498610688 22151 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
[pid=1071950/tid=1071968] ppid=1071947 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1071950/task/1071968/stat : 1071968 (Common-Cleaner) S 1071947 1071950 1069178 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 200977381 19498610688 22151 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
[pid=1071950/tid=1071969] ppid=1071947 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1071950/task/1071969/stat : 1071969 (Timer-0) S 1071947 1071950 1069178 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 200977402 19498610688 22151 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 88604 KiB

[startup+0.70026 s]
/proc/loadavg: 4.59 4.56 4.51 7/331 1071969
/proc/meminfo: memFree=119788188/131524600 swapFree=131071996/131071996
[pid=1071950] ppid=1071947 vsize=19041612 memory=143468 CPUtime=1.28 cores=5,7
/proc/1071950/stat : 1071950 (java) S 1071947 1071950 1069178 0 -1 1077936128 11053 0 0 0 124 4 0 0 20 0 19 0 200977378 19498610688 35867 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
/proc/1071950/statm: 4760403 35867 5868 1 0 551667 0
[pid=1071950/tid=1071952] ppid=1071947 vsize=19041612 memory=12512 CPUtime=0.63 cores=5,7
/proc/1071950/task/1071952/stat : 1071952 (java) R 1071947 1071950 1069178 0 -1 4194368 6148 0 0 0 60 3 0 0 20 0 19 0 200977378 19498610688 35867 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
[pid=1071950/tid=1071961] ppid=1071947 vsize=19041612 memory=12512 CPUtime=0 cores=5,7
/proc/1071950/task/1071961/stat : 1071961 (Finalizer) S 1071947 1071950 1069178 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 200977381 19498610688 35867 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
[pid=1071950/tid=1071968] ppid=1071947 vsize=19041612 memory=117636 CPUtime=0 cores=5,7
/proc/1071950/task/1071968/stat : 1071968 (Common-Cleaner) S 1071947 1071950 1069178 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 200977381 19498610688 35867 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
[pid=1071950/tid=1071969] ppid=1071947 vsize=19041612 memory=25944 CPUtime=0 cores=5,7
/proc/1071950/task/1071969/stat : 1071969 (Timer-0) S 1071947 1071950 1069178 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 200977402 19498610688 35867 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 143468 KiB

[startup+1.50031 s]
/proc/loadavg: 4.59 4.56 4.51 6/332 1071970
/proc/meminfo: memFree=119723600/131524600 swapFree=131071996/131071996
[pid=1071950] ppid=1071947 vsize=19108176 memory=190308 CPUtime=2.85 cores=5,7
/proc/1071950/stat : 1071950 (java) S 1071947 1071950 1069178 0 -1 1077936128 23524 0 0 0 279 6 0 0 20 0 20 0 200977378 19566772224 47577 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
/proc/1071950/statm: 4777044 47577 5868 1 0 557315 0
[pid=1071950/tid=1071952] ppid=1071947 vsize=19108176 memory=12512 CPUtime=1.38 cores=5,7
/proc/1071950/task/1071952/stat : 1071952 (java) R 1071947 1071950 1069178 0 -1 4194368 6417 0 0 0 135 3 0 0 20 0 20 0 200977378 19566772224 47577 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
[pid=1071950/tid=1071961] ppid=1071947 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1071950/task/1071961/stat : 1071961 (Finalizer) S 1071947 1071950 1069178 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200977381 19566772224 47577 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
[pid=1071950/tid=1071968] ppid=1071947 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1071950/task/1071968/stat : 1071968 (Common-Cleaner) S 1071947 1071950 1069178 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 200977381 19566772224 47577 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
[pid=1071950/tid=1071969] ppid=1071947 vsize=19108176 memory=65 CPUtime=0 cores=5,7
/proc/1071950/task/1071969/stat : 1071969 (Timer-0) S 1071947 1071950 1069178 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200977402 19566772224 47577 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 190308 KiB

[startup+3.10631 s]
/proc/loadavg: 4.59 4.56 4.51 5/332 1071972
/proc/meminfo: memFree=119635800/131524600 swapFree=131071996/131071996
[pid=1071950] ppid=1071947 vsize=19108176 memory=287328 CPUtime=5.12 cores=5,7
/proc/1071950/stat : 1071950 (java) S 1071947 1071950 1069178 0 -1 1077936128 25508 0 0 0 503 9 0 0 20 0 20 0 200977378 19566772224 71832 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
/proc/1071950/statm: 4777044 71832 5868 1 0 557320 0
[pid=1071950/tid=1071952] ppid=1071947 vsize=19108176 memory=0 CPUtime=2.93 cores=5,7
/proc/1071950/task/1071952/stat : 1071952 (java) R 1071947 1071950 1069178 0 -1 4194368 6865 0 0 0 288 5 0 0 20 0 20 0 200977378 19566772224 71832 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
[pid=1071950/tid=1071961] ppid=1071947 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1071950/task/1071961/stat : 1071961 (Finalizer) S 1071947 1071950 1069178 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200977381 19566772224 71832 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
[pid=1071950/tid=1071968] ppid=1071947 vsize=19108176 memory=192552 CPUtime=0 cores=5,7
/proc/1071950/task/1071968/stat : 1071968 (Common-Cleaner) S 1071947 1071950 1069178 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 200977381 19566772224 71832 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
[pid=1071950/tid=1071969] ppid=1071947 vsize=19108176 memory=12512 CPUtime=0 cores=5,7
/proc/1071950/task/1071969/stat : 1071969 (Timer-0) S 1071947 1071950 1069178 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200977402 19566772224 71832 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
Current children cumulated CPU time: 5.12 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 287328 KiB

[startup+6.30031 s]
/proc/loadavg: 4.54 4.55 4.51 5/332 1071972
/proc/meminfo: memFree=119260248/131524600 swapFree=131071996/131071996
[pid=1071950] ppid=1071947 vsize=19108176 memory=692984 CPUtime=8.76 cores=5,7
/proc/1071950/stat : 1071950 (java) S 1071947 1071950 1069178 0 -1 1077936128 26419 0 0 0 858 18 0 0 20 0 20 0 200977378 19566772224 173246 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
/proc/1071950/statm: 4777044 173246 5868 1 0 557337 0
[pid=1071950/tid=1071952] ppid=1071947 vsize=19108176 memory=12512 CPUtime=6.09 cores=5,7
/proc/1071950/task/1071952/stat : 1071952 (java) R 1071947 1071950 1069178 0 -1 4194368 7321 0 0 0 596 13 0 0 20 0 20 0 200977378 19566772224 173246 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
[pid=1071950/tid=1071961] ppid=1071947 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1071950/task/1071961/stat : 1071961 (Finalizer) S 1071947 1071950 1069178 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200977381 19566772224 173246 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
[pid=1071950/tid=1071968] ppid=1071947 vsize=19108176 memory=7668891715585403250 CPUtime=0 cores=5,7
/proc/1071950/task/1071968/stat : 1071968 (Common-Cleaner) S 1071947 1071950 1069178 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 200977381 19566772224 173246 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
[pid=1071950/tid=1071969] ppid=1071947 vsize=19108176 memory=5500 CPUtime=0 cores=5,7
/proc/1071950/task/1071969/stat : 1071969 (Timer-0) S 1071947 1071950 1069178 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200977402 19566772224 173246 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
Current children cumulated CPU time: 8.76 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 692984 KiB

[startup+12.7003 s]
/proc/loadavg: 4.50 4.54 4.50 5/332 1071972
/proc/meminfo: memFree=118984348/131524600 swapFree=131071996/131071996
[pid=1071950] ppid=1071947 vsize=19108176 memory=1021444 CPUtime=15.25 cores=5,7
/proc/1071950/stat : 1071950 (java) S 1071947 1071950 1069178 0 -1 1077936128 31823 0 0 0 1501 24 0 0 20 0 20 0 200977378 19566772224 255361 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
/proc/1071950/statm: 4777044 255361 5868 1 0 557337 0
[pid=1071950/tid=1071952] ppid=1071947 vsize=19108176 memory=0 CPUtime=12.44 cores=5,7
/proc/1071950/task/1071952/stat : 1071952 (java) R 1071947 1071950 1069178 0 -1 4194368 8178 0 0 0 1226 18 0 0 20 0 20 0 200977378 19566772224 255361 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
[pid=1071950/tid=1071961] ppid=1071947 vsize=19108176 memory=910852 CPUtime=0 cores=5,7
/proc/1071950/task/1071961/stat : 1071961 (Finalizer) S 1071947 1071950 1069178 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200977381 19566772224 255361 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
[pid=1071950/tid=1071968] ppid=1071947 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1071950/task/1071968/stat : 1071968 (Common-Cleaner) S 1071947 1071950 1069178 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 200977381 19566772224 255361 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
[pid=1071950/tid=1071969] ppid=1071947 vsize=19108176 memory=16184 CPUtime=0 cores=5,7
/proc/1071950/task/1071969/stat : 1071969 (Timer-0) S 1071947 1071950 1069178 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200977402 19566772224 255361 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
Current children cumulated CPU time: 15.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1021444 KiB

[startup+25.5003 s]
/proc/loadavg: 4.39 4.51 4.50 5/332 1072043
/proc/meminfo: memFree=120660616/131524600 swapFree=131071996/131071996
[pid=1071950] ppid=1071947 vsize=19108176 memory=1326664 CPUtime=28.07 cores=5,7
/proc/1071950/stat : 1071950 (java) S 1071947 1071950 1069178 0 -1 1077936128 36647 0 0 0 2776 31 0 0 20 0 20 0 200977378 19566772224 331666 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
/proc/1071950/statm: 4777044 331666 5868 1 0 557337 0
[pid=1071950/tid=1071952] ppid=1071947 vsize=19108176 memory=910852 CPUtime=25.18 cores=5,7
/proc/1071950/task/1071952/stat : 1071952 (java) R 1071947 1071950 1069178 0 -1 4194368 9662 0 0 0 2493 25 0 0 20 0 20 0 200977378 19566772224 331666 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
[pid=1071950/tid=1071961] ppid=1071947 vsize=19108176 memory=16184 CPUtime=0 cores=5,7
/proc/1071950/task/1071961/stat : 1071961 (Finalizer) S 1071947 1071950 1069178 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200977381 19566772224 331666 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
[pid=1071950/tid=1071968] ppid=1071947 vsize=19108176 memory=1324592 CPUtime=0 cores=5,7
/proc/1071950/task/1071968/stat : 1071968 (Common-Cleaner) S 1071947 1071950 1069178 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 200977381 19566772224 331666 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
[pid=1071950/tid=1071969] ppid=1071947 vsize=19108176 memory=12088 CPUtime=0 cores=5,7
/proc/1071950/task/1071969/stat : 1071969 (Timer-0) S 1071947 1071950 1069178 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200977402 19566772224 331666 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
Current children cumulated CPU time: 28.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1326664 KiB

[startup+51.1061 s]
/proc/loadavg: 4.38 4.50 4.49 5/332 1072046
/proc/meminfo: memFree=120591944/131524600 swapFree=131071996/131071996
[pid=1071950] ppid=1071947 vsize=19108176 memory=1338972 CPUtime=53.64 cores=5,7
/proc/1071950/stat : 1071950 (java) S 1071947 1071950 1069178 0 -1 1077936128 41830 0 0 0 5332 32 0 0 20 0 20 0 200977378 19566772224 334743 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
/proc/1071950/statm: 4777044 334743 5868 1 0 557337 0
[pid=1071950/tid=1071952] ppid=1071947 vsize=19108176 memory=12088 CPUtime=50.63 cores=5,7
/proc/1071950/task/1071952/stat : 1071952 (java) R 1071947 1071950 1069178 0 -1 4194368 11544 0 0 0 5038 25 0 0 20 0 20 0 200977378 19566772224 334743 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0

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

/proc/meminfo: memFree=120695280/131524600 swapFree=131071996/131071996
[pid=1071950] ppid=1071947 vsize=19108176 memory=1705120 CPUtime=3221.21 cores=5,7
/proc/1071950/stat : 1071950 (java) S 1071947 1071950 1069178 0 -1 1077936128 177355 0 0 0 321951 170 0 0 20 0 20 0 200977378 19566772224 426280 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
/proc/1071950/statm: 4777044 426280 5883 1 0 557385 0
[pid=1071950/tid=1071952] ppid=1071947 vsize=19108176 memory=5500 CPUtime=3208.18 cores=5,7
/proc/1071950/task/1071952/stat : 1071952 (java) R 1071947 1071950 1069178 0 -1 4194368 72986 0 0 0 320779 39 0 0 20 0 20 0 200977378 19566772224 426280 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 32 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
[pid=1071950/tid=1071961] ppid=1071947 vsize=19108176 memory=1698968 CPUtime=0 cores=5,7
/proc/1071950/task/1071961/stat : 1071961 (Finalizer) S 1071947 1071950 1069178 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200977381 19566772224 426280 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
[pid=1071950/tid=1071968] ppid=1071947 vsize=19108176 memory=-7739257267195635550 CPUtime=0 cores=5,7
/proc/1071950/task/1071968/stat : 1071968 (Common-Cleaner) S 1071947 1071950 1069178 0 -1 1077936192 4069 0 0 0 0 0 0 0 20 0 20 0 200977381 19566772224 426280 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
[pid=1071950/tid=1071969] ppid=1071947 vsize=19108176 memory=12088 CPUtime=0 cores=5,7
/proc/1071950/task/1071969/stat : 1071969 (Timer-0) S 1071947 1071950 1069178 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200977402 19566772224 426280 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
Current children cumulated CPU time: 3221.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1705120 KiB

[startup+3282.3 s]
/proc/loadavg: 3.21 3.22 3.25 4/306 1073844
/proc/meminfo: memFree=120686172/131524600 swapFree=131071996/131071996
[pid=1071950] ppid=1071947 vsize=19108176 memory=1707172 CPUtime=3281.13 cores=5,7
/proc/1071950/stat : 1071950 (java) S 1071947 1071950 1069178 0 -1 1077936128 178977 0 0 0 327941 172 0 0 20 0 20 0 200977378 19566772224 426793 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
/proc/1071950/statm: 4777044 426793 5883 1 0 557385 0
[pid=1071950/tid=1071952] ppid=1071947 vsize=19108176 memory=1707172 CPUtime=3267.94 cores=5,7
/proc/1071950/task/1071952/stat : 1071952 (java) R 1071947 1071950 1069178 0 -1 4194368 73778 0 0 0 326755 39 0 0 20 0 20 0 200977378 19566772224 426793 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 36 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
[pid=1071950/tid=1071961] ppid=1071947 vsize=19108176 memory=1707172 CPUtime=0 cores=5,7
/proc/1071950/task/1071961/stat : 1071961 (Finalizer) S 1071947 1071950 1069178 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200977381 19566772224 426793 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
[pid=1071950/tid=1071968] ppid=1071947 vsize=19108176 memory=12512 CPUtime=0 cores=5,7
/proc/1071950/task/1071968/stat : 1071968 (Common-Cleaner) S 1071947 1071950 1069178 0 -1 1077936192 4147 0 0 0 0 0 0 0 20 0 20 0 200977381 19566772224 426793 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
[pid=1071950/tid=1071969] ppid=1071947 vsize=19108176 memory=1707172 CPUtime=0 cores=5,7
/proc/1071950/task/1071969/stat : 1071969 (Timer-0) S 1071947 1071950 1069178 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200977402 19566772224 426793 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
Current children cumulated CPU time: 3281.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1707172 KiB

[startup+3342.3 s]
/proc/loadavg: 2.63 3.06 3.20 3/279 1073888
/proc/meminfo: memFree=124879440/131524600 swapFree=131071996/131071996
[pid=1071950] ppid=1071947 vsize=19108176 memory=1711276 CPUtime=3341.06 cores=5,7
/proc/1071950/stat : 1071950 (java) S 1071947 1071950 1069178 0 -1 1077936128 181118 0 0 0 333931 175 0 0 20 0 20 0 200977378 19566772224 427819 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
/proc/1071950/statm: 4777044 427819 5883 1 0 557385 0
[pid=1071950/tid=1071952] ppid=1071947 vsize=19108176 memory=1709224 CPUtime=3327.72 cores=5,7
/proc/1071950/task/1071952/stat : 1071952 (java) R 1071947 1071950 1069178 0 -1 4194368 74810 0 0 0 332733 39 0 0 20 0 20 0 200977378 19566772224 427819 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 36 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
[pid=1071950/tid=1071961] ppid=1071947 vsize=19108176 memory=1711276 CPUtime=0 cores=5,7
/proc/1071950/task/1071961/stat : 1071961 (Finalizer) S 1071947 1071950 1069178 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200977381 19566772224 427819 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
[pid=1071950/tid=1071968] ppid=1071947 vsize=19108176 memory=12088 CPUtime=0 cores=5,7
/proc/1071950/task/1071968/stat : 1071968 (Common-Cleaner) S 1071947 1071950 1069178 0 -1 1077936192 4225 0 0 0 0 0 0 0 20 0 20 0 200977381 19566772224 427819 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
[pid=1071950/tid=1071969] ppid=1071947 vsize=19108176 memory=32872 CPUtime=0 cores=5,7
/proc/1071950/task/1071969/stat : 1071969 (Timer-0) S 1071947 1071950 1069178 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200977402 19566772224 427819 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
Current children cumulated CPU time: 3341.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1711276 KiB

[startup+3402.3 s]
/proc/loadavg: 2.32 2.90 3.13 3/280 1073901
/proc/meminfo: memFree=124870616/131524600 swapFree=131071996/131071996
[pid=1071950] ppid=1071947 vsize=19108176 memory=1715380 CPUtime=3401.01 cores=5,7
/proc/1071950/stat : 1071950 (java) S 1071947 1071950 1069178 0 -1 1077936128 183336 0 0 0 339924 177 0 0 20 0 20 0 200977378 19566772224 428845 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
/proc/1071950/statm: 4777044 428845 5883 1 0 557385 0
[pid=1071950/tid=1071952] ppid=1071947 vsize=19108176 memory=1713332 CPUtime=3387.54 cores=5,7
/proc/1071950/task/1071952/stat : 1071952 (java) R 1071947 1071950 1069178 0 -1 4194368 75979 0 0 0 338715 39 0 0 20 0 20 0 200977378 19566772224 428845 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 36 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
[pid=1071950/tid=1071961] ppid=1071947 vsize=19108176 memory=12512 CPUtime=0 cores=5,7
/proc/1071950/task/1071961/stat : 1071961 (Finalizer) S 1071947 1071950 1069178 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200977381 19566772224 428845 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
[pid=1071950/tid=1071968] ppid=1071947 vsize=19108176 memory=49536 CPUtime=0 cores=5,7
/proc/1071950/task/1071968/stat : 1071968 (Common-Cleaner) S 1071947 1071950 1069178 0 -1 1077936192 4303 0 0 0 0 0 0 0 20 0 20 0 200977381 19566772224 428845 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
[pid=1071950/tid=1071969] ppid=1071947 vsize=19108176 memory=-7739257267195635550 CPUtime=0 cores=5,7
/proc/1071950/task/1071969/stat : 1071969 (Timer-0) S 1071947 1071950 1069178 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200977402 19566772224 428845 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
Current children cumulated CPU time: 3401.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1715380 KiB

[startup+3462.3 s]
/proc/loadavg: 2.16 2.75 3.06 3/279 1073911
/proc/meminfo: memFree=124861684/131524600 swapFree=131071996/131071996
[pid=1071950] ppid=1071947 vsize=19108176 memory=1719488 CPUtime=3460.93 cores=5,7
/proc/1071950/stat : 1071950 (java) S 1071947 1071950 1069178 0 -1 1077936128 185606 0 0 0 345914 179 0 0 20 0 20 0 200977378 19566772224 429872 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
/proc/1071950/statm: 4777044 429872 5883 1 0 557385 0
[pid=1071950/tid=1071952] ppid=1071947 vsize=19108176 memory=1713332 CPUtime=3447.32 cores=5,7
/proc/1071950/task/1071952/stat : 1071952 (java) R 1071947 1071950 1069178 0 -1 4194368 77278 0 0 0 344693 39 0 0 20 0 20 0 200977378 19566772224 429872 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 36 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
[pid=1071950/tid=1071961] ppid=1071947 vsize=19108176 memory=12512 CPUtime=0 cores=5,7
/proc/1071950/task/1071961/stat : 1071961 (Finalizer) S 1071947 1071950 1069178 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200977381 19566772224 429872 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
[pid=1071950/tid=1071968] ppid=1071947 vsize=19108176 memory=49536 CPUtime=0 cores=5,7
/proc/1071950/task/1071968/stat : 1071968 (Common-Cleaner) S 1071947 1071950 1069178 0 -1 1077936192 4403 0 0 0 0 0 0 0 20 0 20 0 200977381 19566772224 429872 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
[pid=1071950/tid=1071969] ppid=1071947 vsize=19108176 memory=1719484 CPUtime=0 cores=5,7
/proc/1071950/task/1071969/stat : 1071969 (Timer-0) S 1071947 1071950 1069178 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200977402 19566772224 429872 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
Current children cumulated CPU time: 3460.93 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1719488 KiB

[startup+3522.3 s]
/proc/loadavg: 2.17 2.64 3.00 3/279 1073921
/proc/meminfo: memFree=124852796/131524600 swapFree=131071996/131071996
[pid=1071950] ppid=1071947 vsize=19108176 memory=1723592 CPUtime=3520.85 cores=5,7
/proc/1071950/stat : 1071950 (java) S 1071947 1071950 1069178 0 -1 1077936128 187669 0 0 0 351904 181 0 0 20 0 20 0 200977378 19566772224 430898 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
/proc/1071950/statm: 4777044 430898 5883 1 0 557385 0
[pid=1071950/tid=1071952] ppid=1071947 vsize=19108176 memory=1723592 CPUtime=3507.12 cores=5,7
/proc/1071950/task/1071952/stat : 1071952 (java) R 1071947 1071950 1069178 0 -1 4194368 78418 0 0 0 350673 39 0 0 20 0 20 0 200977378 19566772224 430898 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 36 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
[pid=1071950/tid=1071961] ppid=1071947 vsize=19108176 memory=1717436 CPUtime=0 cores=5,7
/proc/1071950/task/1071961/stat : 1071961 (Finalizer) S 1071947 1071950 1069178 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200977381 19566772224 430898 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
[pid=1071950/tid=1071968] ppid=1071947 vsize=19108176 memory=16184 CPUtime=0 cores=5,7
/proc/1071950/task/1071968/stat : 1071968 (Common-Cleaner) S 1071947 1071950 1069178 0 -1 1077936192 4434 0 0 0 0 0 0 0 20 0 20 0 200977381 19566772224 430898 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
[pid=1071950/tid=1071969] ppid=1071947 vsize=19108176 memory=1723592 CPUtime=0 cores=5,7
/proc/1071950/task/1071969/stat : 1071969 (Timer-0) S 1071947 1071950 1069178 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200977402 19566772224 430898 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
Current children cumulated CPU time: 3520.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1723592 KiB

[startup+3582.3 s]
/proc/loadavg: 2.16 2.55 2.95 3/279 1073932
/proc/meminfo: memFree=124843864/131524600 swapFree=131071996/131071996
[pid=1071950] ppid=1071947 vsize=19108176 memory=1725652 CPUtime=3580.8 cores=5,7
/proc/1071950/stat : 1071950 (java) S 1071947 1071950 1069178 0 -1 1077936128 190105 0 0 0 357896 184 0 0 20 0 20 0 200977378 19566772224 431413 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
/proc/1071950/statm: 4777044 431413 5883 1 0 557385 0
[pid=1071950/tid=1071952] ppid=1071947 vsize=19108176 memory=12088 CPUtime=3566.94 cores=5,7
/proc/1071950/task/1071952/stat : 1071952 (java) R 1071947 1071950 1069178 0 -1 4194368 79772 0 0 0 356655 39 0 0 20 0 20 0 200977378 19566772224 431413 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 37 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
[pid=1071950/tid=1071961] ppid=1071947 vsize=19108176 memory=21668 CPUtime=0 cores=5,7
/proc/1071950/task/1071961/stat : 1071961 (Finalizer) S 1071947 1071950 1069178 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200977381 19566772224 431413 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
[pid=1071950/tid=1071968] ppid=1071947 vsize=19108176 memory=1725652 CPUtime=0 cores=5,7
/proc/1071950/task/1071968/stat : 1071968 (Common-Cleaner) S 1071947 1071950 1069178 0 -1 1077936192 4478 0 0 0 0 0 0 0 20 0 20 0 200977381 19566772224 431413 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
[pid=1071950/tid=1071969] ppid=1071947 vsize=19108176 memory=12088 CPUtime=0 cores=5,7
/proc/1071950/task/1071969/stat : 1071969 (Timer-0) S 1071947 1071950 1069178 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200977402 19566772224 431413 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
Current children cumulated CPU time: 3580.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1725652 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3601.6 s]
/proc/loadavg: 2.19 2.53 2.93 3/279 1073935
/proc/meminfo: memFree=124841680/131524600 swapFree=131071996/131071996
[pid=1071950] ppid=1071947 vsize=19108176 memory=1727700 CPUtime=3600.07 cores=5,7
/proc/1071950/stat : 1071950 (java) S 1071947 1071950 1069178 0 -1 1077936128 190321 0 0 0 359823 184 0 0 20 0 20 0 200977378 19566772224 431925 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
/proc/1071950/statm: 4777044 431925 5883 1 0 557385 0
[pid=1071950/tid=1071952] ppid=1071947 vsize=19108176 memory=1727700 CPUtime=3586.16 cores=5,7
/proc/1071950/task/1071952/stat : 1071952 (java) R 1071947 1071950 1069178 0 -1 4194368 79953 0 0 0 358577 39 0 0 20 0 20 0 200977378 19566772224 431925 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 37 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
[pid=1071950/tid=1071961] ppid=1071947 vsize=19108176 memory=-7739257267195635550 CPUtime=0 cores=5,7
/proc/1071950/task/1071961/stat : 1071961 (Finalizer) S 1071947 1071950 1069178 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200977381 19566772224 431925 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
[pid=1071950/tid=1071968] ppid=1071947 vsize=19108176 memory=25944 CPUtime=0 cores=5,7
/proc/1071950/task/1071968/stat : 1071968 (Common-Cleaner) S 1071947 1071950 1069178 0 -1 1077936192 4478 0 0 0 0 0 0 0 20 0 20 0 200977381 19566772224 431925 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
[pid=1071950/tid=1071969] ppid=1071947 vsize=19108176 memory=1727700 CPUtime=0 cores=5,7
/proc/1071950/task/1071969/stat : 1071969 (Timer-0) S 1071947 1071950 1069178 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200977402 19566772224 431925 134679101440 94098318880768 94098318884464 140727990011936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94098318892280 94098318893072 94098328150016 140727990014963 140727990015071 140727990015071 140727990022088 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1727700 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.32 s, system=1.85708 s

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

Child status: 143

Real time (s): 3601.66
CPU time (s): 3600.18
CPU user time (s): 3598.32
CPU system time (s): 1.85708
CPU usage (%): 99.9591
Max. virtual memory (cumulated for all children) (KiB): 19111740
Max. memory (cumulated for all children) (KiB): 1727700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.32
system time used= 1.85709
maximum resident set size= 1729128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 193449
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 119090
involuntary context switches= 2665


# summary of solver processes directly reported to runsolver:
#   pid: 1071950
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3598.32
#   total CPU system time (s): 1.85708

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.54908 second user time and 19.6731 second system time

The end

Launcher Data

Begin job on nodeC032 at 2024-07-20 17:08:17
IDJOB=4454161
IDBENCH=176068
IDSOLVER=3052
FILE ID=nodeC032/4454161-1721488084
RUNJOBID= nodeC032-1721484575-1069191
SLURM_JOB_ID= 7545777
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/equalities/diag_spec/normalized-15diag_spec_greater.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4454161-1721488084/watcher-4454161-1721488084 -o /tmp/evaluation-result-4454161-1721488084/solver-4454161-1721488084 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1721484575-1069191 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4454161-1721488084.opb

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

MD5SUM BENCH= 4a5e1d83e2dadedc898f0365dfa20016
RANDOM SEED=685016286

nodeC032.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		: 3600.120
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	: 6999.33
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		: 3674.622
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	: 7005.03
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		: 3669.269
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	: 6999.33
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		: 3648.644
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	: 7005.03
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		: 3669.235
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	: 6999.33
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		: 3638.900
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	: 7005.03
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		: 3599.867
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	: 6999.33
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		: 3655.942
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	: 7005.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        119879992 kB
MemAvailable:   121331624 kB
Buffers:          576512 kB
Cached:          1712944 kB
SwapCached:            0 kB
Active:          1074552 kB
Inactive:        9917924 kB
Active(anon):       1564 kB
Inactive(anon):  8747360 kB
Active(file):    1072988 kB
Inactive(file):  1170564 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              2300 kB
Writeback:             0 kB
AnonPages:       8703032 kB
Mapped:           127916 kB
Shmem:             45912 kB
KReclaimable:      95804 kB
Slab:             210580 kB
SReclaimable:      95804 kB
SUnreclaim:       114776 kB
KernelStack:        5040 kB
PageTables:        27104 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   10505516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            75072 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8339456 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:      246484 kB
DirectMap2M:    24692736 kB
DirectMap1G:    111149056 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC032 at 2024-07-20 18:08:19