Trace number 4429960

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Cutting Planes 2024 2024-07-12? (TO) 3600.15 3522.79

General information on the benchmark

NamePB24/normalized-PB09/
OPT-LIN/flexray/normalized-fx75.opb
MD5SUMa11c5c9a015f48f3bddc22713bc48593
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark1363.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4977
Total number of constraints5494
Number of constraints which are clauses4970
Number of constraints which are cardinality constraints (but not clauses)76
Number of constraints which are nor clauses,nor cardinality constraints448
Minimum length of a constraint2
Maximum length of a constraint448
Number of terms in the objective function 7
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 7
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 947
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.13/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.14	c See www.sat4j.org for details.
0.13/0.15	c version CUSTOM.v20240707
0.13/0.17	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.17	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.17	c java.vm.version	22.0.1+8-16
0.13/0.17	c java.vm.vendor	Oracle Corporation
0.13/0.17	c sun.arch.data.model	64
0.13/0.17	c java.version		22.0.1
0.13/0.17	c os.name		Linux
0.13/0.17	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.17	c os.arch		amd64
0.13/0.17	c Free memory 		2113181440
0.13/0.18	c Max memory 		16282288128
0.13/0.18	c Total memory 		2122317824
0.13/0.18	c Number of processors 	2
0.34/0.29	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.34/0.29	 - never skip resolution steps
0.34/0.29	 - Auto-division on coefficients is disabled
0.34/0.29	 - No postprocessing
0.34/0.29	 - Conflict is considered as is when resolving
0.34/0.29	 - Use constraints as they come during conflict analysis
0.34/0.29	 - Weaken first using unassigned literals
0.34/0.29	 - Bump strategy: ALWAYS_ONE
0.34/0.29	 - Bumper: EFFECTIVE
0.34/0.29	--- Begin Solver configuration ---
0.34/0.29	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.34/0.29	Learn all clauses as in MiniSAT
0.34/0.29	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.34/0.29	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.34/0.29	No reason simplification
0.34/0.29	Dynamic restart strategy considering the size of the coefficients
0.34/0.29	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.34/0.29	timeout=2147483s
0.34/0.29	DB Simplification allowed=false
0.34/0.29	Listener: none
0.34/0.29	--- End Solver configuration ---
0.34/0.29	c Pseudo Boolean Optimization by upper bound
0.34/0.29	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.34/0.29	c  - never skip resolution steps
0.34/0.29	c  - Auto-division on coefficients is disabled
0.34/0.29	c  - No postprocessing
0.34/0.29	c  - Conflict is considered as is when resolving
0.34/0.29	c  - Use constraints as they come during conflict analysis
0.34/0.29	c  - Weaken first using unassigned literals
0.34/0.29	c  - Bump strategy: ALWAYS_ONE
0.34/0.29	c  - Bumper: EFFECTIVE
0.34/0.29	c --- Begin Solver configuration ---
0.34/0.29	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.34/0.29	c Learn all clauses as in MiniSAT
0.34/0.29	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.34/0.29	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.34/0.29	c No reason simplification
0.34/0.29	c Dynamic restart strategy considering the size of the coefficients
0.34/0.29	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.34/0.29	c timeout=2147483s
0.34/0.29	c DB Simplification allowed=false
0.34/0.29	c Listener: none
0.34/0.29	c --- End Solver configuration ---
0.34/0.29	c solving HOME/instance-4429960-1721121935.opb
0.34/0.29	c reading problem ... 
0.34/0.30	c  objective function found
1.19/0.74	c ... done. Wall clock time 0.438s.
1.19/0.74	c declared #vars     4977
1.19/0.74	c #constraints  5569
1.19/0.74	c constraints type 
1.19/0.74	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4970
1.19/0.74	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 75
1.19/0.74	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 448
1.19/0.74	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1
1.19/0.74	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 75
1.19/0.74	c 5569 constraints processed.
1.19/0.76	c objective function length is 7 literals
46.39/40.12	c cleaning 2493 clauses out of 5000 with flag 0/5000
163.91/155.36	c cleaning 4252 clauses out of 8507 with flag 0/11000
316.23/306.26	c cleaning 5628 clauses out of 11255 with flag 0/18000
537.56/525.96	c cleaning 6812 clauses out of 13629 with flag 0/26002
893.84/879.04	c cleaning 7899 clauses out of 15815 with flag 0/35000
1199.82/1182.45	c cleaning 8953 clauses out of 17916 with flag 0/45000
1412.16/1391.82	c cleaning 9978 clauses out of 19964 with flag 0/56001
1631.87/1610.32	c cleaning 10986 clauses out of 21986 with flag 0/68001
1894.73/1869.29	c cleaning 11999 clauses out of 24003 with flag 0/81004
2625.71/2584.36	c cleaning 12994 clauses out of 26000 with flag 0/95000
2855.86/2804.08	c cleaning 13988 clauses out of 28008 with flag 0/110002
3106.99/3046.55	c cleaning 15002 clauses out of 30018 with flag 0/126000
3465.92/3393.46	c cleaning 15997 clauses out of 32018 with flag 0/143002
3600.03/3522.72	c timeout
3600.03/3522.72	c starts		: 26
3600.03/3522.75	c conflicts		: 151139
3600.03/3522.75	c decisions		: 248574
3600.03/3522.75	c propagations		: 20173729
3600.03/3522.75	c inspects		: 440140483
3600.03/3522.75	c shortcuts		: 0
3600.03/3522.75	c learnt literals	: 0
3600.03/3522.75	c learnt binary clauses	: 0
3600.03/3522.75	c learnt ternary clauses	: 0
3600.03/3522.75	c learnt constraints	: 151138
3600.03/3522.75	c ignored constraints	: 0
3600.03/3522.75	c root simplifications	: 0
3600.03/3522.75	c removed literals (reason simplification)	: 0
3600.03/3522.75	c reason swapping (by a shorter reason)	: 0
3600.03/3522.75	c Calls to reduceDB	: 13
3600.03/3522.75	c Number of update (reduction) of LBD	: 166504
3600.03/3522.75	c Imported unit clauses	: 0
3600.03/3522.75	c No decision after first conflict	: false
3600.03/3522.75	c number of reductions to clauses (during analyze)	: 0
3600.03/3522.75	c number of learned constraints concerned by reduction	: 0
3600.03/3522.75	c number of learning phase by resolution	: 0
3600.03/3522.75	c number of learning phase by cutting planes	: 0
3600.03/3522.75	c number of rounding to 1 operations	: 0
3600.03/3522.75	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3522.75	c number of reductions of the coefficients by power 2 	: 0
3600.03/3522.75	c number of right shift for reduction by power 2 	: 0
3600.03/3522.75	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3522.75	c number of ending skipping 	: 0
3600.03/3522.75	c number of internal skipping 	: 0
3600.03/3522.75	c number of derivation steps 	: 1784467
3600.03/3522.75	c number of skipped derivation steps 	: 0
3600.03/3522.75	c number of remaining unassigned 	: 491541
3600.03/3522.75	c number of remaining assigned 	: 275575280
3600.03/3522.75	c number of falsified literals weakened from reason	: 0
3600.03/3522.75	c number of falsified literals weakened from conflict	: 0
3600.03/3522.75	c time for arithmetic operations	: 13987284821
3600.03/3522.75	c minimum degree of deleted constraints	: 171
3600.03/3522.75	c maximum degree of deleted constraints	: 2866904220793371641504749945045505899046933930088576
3600.03/3522.75	c number of deleted constraints	: 126981
3600.03/3522.75	c speed (assignments/second)	: 5727.960796984872
3600.03/3522.75	c non guided choices	: 4644
3600.03/3522.76	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 24157
3600.03/3522.76	s UNKNOWN
3600.03/3522.76	c Total wall clock time (in seconds): 3522.467

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 64059 MiB (53347 MiB free)
  memory of node 1: 64510 MiB (43921 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4429960-1721121935/watcher-4429960-1721121935 -o /tmp/evaluation-result-4429960-1721121935/solver-4429960-1721121935 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1721118384-835287 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4429960-1721121935.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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_64SLinux 4.18.0-301.1.el8.x86_64Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=837502, runsolver pid=837499

[startup+0.104939 s]*
/proc/loadavg: 4.20 4.31 4.22 7/318 837520
/proc/meminfo: memFree=99568588/131655788 swapFree=131071996/131071996
[pid=837502] ppid=837499 vsize=18975048 memory=55560 CPUtime=0.13 cores=4,6
/proc/837502/stat : 837502 (java) S 837499 837502 835276 0 -1 1077936128 6464 0 0 0 10 3 0 0 20 0 18 0 164353057 19430449152 13890 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
/proc/837502/statm: 4743762 13890 5597 1 0 550799 0
[pid=837502/tid=837504] ppid=837499 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/837502/task/837504/stat : 837504 (java) R 837499 837502 835276 0 -1 1077936192 5392 0 0 0 6 2 0 0 20 0 18 0 164353057 19430449152 13890 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
[pid=837502/tid=837513] ppid=837499 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/837502/task/837513/stat : 837513 (Finalizer) S 837499 837502 835276 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 164353062 19430449152 13890 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
[pid=837502/tid=837520] ppid=837499 vsize=18975048 memory=15817789915191721 CPUtime=0 cores=4,6
/proc/837502/task/837520/stat : 837520 (Common-Cleaner) S 837499 837502 835276 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 164353063 19430449152 13890 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 55560 KiB

[startup+0.213394 s]*
/proc/loadavg: 4.20 4.31 4.22 7/318 837520
/proc/meminfo: memFree=99559536/131655788 swapFree=131071996/131071996
[pid=837502] ppid=837499 vsize=18975048 memory=66156 CPUtime=0.34 cores=4,6
/proc/837502/stat : 837502 (java) S 837499 837502 835276 0 -1 1077936128 7337 0 0 0 30 4 0 0 20 0 18 0 164353057 19430449152 16539 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
/proc/837502/statm: 4743762 16539 5790 1 0 551534 0
[pid=837502/tid=837504] ppid=837499 vsize=18975048 memory=4782652875487838339 CPUtime=0.2 cores=4,6
/proc/837502/task/837504/stat : 837504 (java) R 837499 837502 835276 0 -1 4194368 5874 0 0 0 17 3 0 0 20 0 18 0 164353057 19430449152 16539 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
[pid=837502/tid=837513] ppid=837499 vsize=18975048 memory=671 CPUtime=0 cores=4,6
/proc/837502/task/837513/stat : 837513 (Finalizer) S 837499 837502 835276 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 164353062 19430449152 16539 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
[pid=837502/tid=837520] ppid=837499 vsize=18975048 memory=14697383271339398 CPUtime=0 cores=4,6
/proc/837502/task/837520/stat : 837520 (Common-Cleaner) S 837499 837502 835276 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 164353063 19430449152 16539 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66156 KiB

[startup+0.331556 s]*
/proc/loadavg: 4.20 4.31 4.22 7/318 837520
/proc/meminfo: memFree=99551796/131655788 swapFree=131071996/131071996
[pid=837502] ppid=837499 vsize=18975048 memory=75380 CPUtime=0.53 cores=4,6
/proc/837502/stat : 837502 (java) S 837499 837502 835276 0 -1 1077936128 7626 0 0 0 49 4 0 0 20 0 18 0 164353057 19430449152 18845 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
/proc/837502/statm: 4743762 18845 5795 1 0 551740 0
[pid=837502/tid=837504] ppid=837499 vsize=18975048 memory=-8526552580297695932 CPUtime=0.31 cores=4,6
/proc/837502/task/837504/stat : 837504 (java) R 837499 837502 835276 0 -1 4194368 6067 0 0 0 28 3 0 0 20 0 18 0 164353057 19430449152 18845 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
[pid=837502/tid=837513] ppid=837499 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/837502/task/837513/stat : 837513 (Finalizer) S 837499 837502 835276 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 164353062 19430449152 18845 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
[pid=837502/tid=837520] ppid=837499 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/837502/task/837520/stat : 837520 (Common-Cleaner) S 837499 837502 835276 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 164353063 19430449152 18845 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 75380 KiB

[startup+0.70755 s]
/proc/loadavg: 4.20 4.31 4.22 7/319 837521
/proc/meminfo: memFree=99466204/131655788 swapFree=131071996/131071996
[pid=837502] ppid=837499 vsize=19041612 memory=162868 CPUtime=1.19 cores=4,6
/proc/837502/stat : 837502 (java) S 837499 837502 835276 0 -1 1077936128 9477 0 0 0 112 7 0 0 20 0 19 0 164353057 19498610688 40717 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
/proc/837502/statm: 4760403 40717 5864 1 0 553073 0
[pid=837502/tid=837504] ppid=837499 vsize=19041612 memory=5544 CPUtime=0.59 cores=4,6
/proc/837502/task/837504/stat : 837504 (java) R 837499 837502 835276 0 -1 4194368 6137 0 0 0 54 5 0 0 20 0 19 0 164353057 19498610688 40717 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
[pid=837502/tid=837513] ppid=837499 vsize=19041612 memory=12776 CPUtime=0 cores=4,6
/proc/837502/task/837513/stat : 837513 (Finalizer) S 837499 837502 835276 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 164353062 19498610688 40717 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
[pid=837502/tid=837520] ppid=837499 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/837502/task/837520/stat : 837520 (Common-Cleaner) S 837499 837502 835276 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 164353063 19498610688 40717 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 162868 KiB

[startup+1.50056 s]
/proc/loadavg: 4.20 4.31 4.22 7/320 837524
/proc/meminfo: memFree=99442568/131655788 swapFree=131071996/131071996
[pid=837502] ppid=837499 vsize=19108176 memory=229020 CPUtime=2.76 cores=4,6
/proc/837502/stat : 837502 (java) S 837499 837502 835276 0 -1 1077936128 20733 0 0 0 266 10 0 0 20 0 20 0 164353057 19566772224 57255 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
/proc/837502/statm: 4777044 57255 5901 1 0 557776 0
[pid=837502/tid=837504] ppid=837499 vsize=19108176 memory=12776 CPUtime=1.26 cores=4,6
/proc/837502/task/837504/stat : 837504 (java) R 837499 837502 835276 0 -1 4194368 6564 0 0 0 120 6 0 0 20 0 20 0 164353057 19566772224 57255 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
[pid=837502/tid=837513] ppid=837499 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/837502/task/837513/stat : 837513 (Finalizer) S 837499 837502 835276 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164353062 19566772224 57255 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
[pid=837502/tid=837520] ppid=837499 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/837502/task/837520/stat : 837520 (Common-Cleaner) S 837499 837502 835276 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 164353063 19566772224 57255 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
[pid=837502/tid=837524] ppid=837499 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/837502/task/837524/stat : 837524 (Timer-0) S 837499 837502 835276 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164353134 19566772224 57255 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
Current children cumulated CPU time: 2.76 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 229020 KiB

[startup+3.11423 s]
/proc/loadavg: 4.20 4.31 4.22 6/320 837524
/proc/meminfo: memFree=99208928/131655788 swapFree=131071996/131071996
[pid=837502] ppid=837499 vsize=19108176 memory=415848 CPUtime=5.95 cores=4,6
/proc/837502/stat : 837502 (java) S 837499 837502 835276 0 -1 1077936128 27880 0 0 0 582 13 0 0 20 0 20 0 164353057 19566772224 103962 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
/proc/837502/statm: 4777044 103962 5917 1 0 561232 0
[pid=837502/tid=837504] ppid=837499 vsize=19108176 memory=0 CPUtime=2.83 cores=4,6
/proc/837502/task/837504/stat : 837504 (java) R 837499 837502 835276 0 -1 4194368 7205 0 0 0 274 9 0 0 20 0 20 0 164353057 19566772224 103962 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
[pid=837502/tid=837513] ppid=837499 vsize=19108176 memory=11464 CPUtime=0 cores=4,6
/proc/837502/task/837513/stat : 837513 (Finalizer) S 837499 837502 835276 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164353062 19566772224 103962 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
[pid=837502/tid=837520] ppid=837499 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/837502/task/837520/stat : 837520 (Common-Cleaner) S 837499 837502 835276 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 164353063 19566772224 103962 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
[pid=837502/tid=837524] ppid=837499 vsize=19108176 memory=12776 CPUtime=0 cores=4,6
/proc/837502/task/837524/stat : 837524 (Timer-0) S 837499 837502 835276 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164353134 19566772224 103962 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
Current children cumulated CPU time: 5.95 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 415848 KiB

[startup+6.30055 s]
/proc/loadavg: 4.34 4.34 4.23 5/320 837524
/proc/meminfo: memFree=99179196/131655788 swapFree=131071996/131071996
[pid=837502] ppid=837499 vsize=19108176 memory=445412 CPUtime=11.08 cores=4,6
/proc/837502/stat : 837502 (java) S 837499 837502 835276 0 -1 1077936128 28277 0 0 0 1094 14 0 0 20 0 20 0 164353057 19566772224 111353 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
/proc/837502/statm: 4777044 111353 5917 1 0 561240 0
[pid=837502/tid=837504] ppid=837499 vsize=19108176 memory=0 CPUtime=5.92 cores=4,6
/proc/837502/task/837504/stat : 837504 (java) R 837499 837502 835276 0 -1 4194368 7242 0 0 0 583 9 0 0 20 0 20 0 164353057 19566772224 111353 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
[pid=837502/tid=837513] ppid=837499 vsize=19108176 memory=12776 CPUtime=0 cores=4,6
/proc/837502/task/837513/stat : 837513 (Finalizer) S 837499 837502 835276 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164353062 19566772224 111353 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
[pid=837502/tid=837520] ppid=837499 vsize=19108176 memory=11464 CPUtime=0 cores=4,6
/proc/837502/task/837520/stat : 837520 (Common-Cleaner) S 837499 837502 835276 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 164353063 19566772224 111353 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
[pid=837502/tid=837524] ppid=837499 vsize=19108176 memory=41676 CPUtime=0 cores=4,6
/proc/837502/task/837524/stat : 837524 (Timer-0) S 837499 837502 835276 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164353134 19566772224 111353 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
Current children cumulated CPU time: 11.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 445412 KiB

[startup+12.7005 s]
/proc/loadavg: 4.31 4.33 4.22 5/320 837525
/proc/meminfo: memFree=98307412/131655788 swapFree=131071996/131071996
[pid=837502] ppid=837499 vsize=19108176 memory=1315088 CPUtime=17.78 cores=4,6
/proc/837502/stat : 837502 (java) S 837499 837502 835276 0 -1 1077936128 29340 0 0 0 1744 34 0 0 20 0 20 0 164353057 19566772224 328772 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
/proc/837502/statm: 4777044 328772 5917 1 0 728339 0
[pid=837502/tid=837504] ppid=837499 vsize=19108176 memory=165432 CPUtime=12.08 cores=4,6
/proc/837502/task/837504/stat : 837504 (java) R 837499 837502 835276 0 -1 4194368 7805 0 0 0 1182 26 0 0 20 0 20 0 164353057 19566772224 328772 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
[pid=837502/tid=837513] ppid=837499 vsize=19108176 memory=1294608 CPUtime=0 cores=4,6
/proc/837502/task/837513/stat : 837513 (Finalizer) S 837499 837502 835276 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164353062 19566772224 328772 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
[pid=837502/tid=837520] ppid=837499 vsize=19108176 memory=415848 CPUtime=0 cores=4,6
/proc/837502/task/837520/stat : 837520 (Common-Cleaner) S 837499 837502 835276 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 164353063 19566772224 328772 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
[pid=837502/tid=837524] ppid=837499 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/837502/task/837524/stat : 837524 (Timer-0) S 837499 837502 835276 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164353134 19566772224 328772 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
Current children cumulated CPU time: 17.78 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1315088 KiB

[startup+25.5005 s]
/proc/loadavg: 4.32 4.33 4.23 5/319 837527
/proc/meminfo: memFree=98218956/131655788 swapFree=131071996/131071996
[pid=837502] ppid=837499 vsize=19108176 memory=1403856 CPUtime=31.38 cores=4,6
/proc/837502/stat : 837502 (java) S 837499 837502 835276 0 -1 1077936128 37278 0 0 0 3100 38 0 0 20 0 20 0 164353057 19566772224 350964 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
/proc/837502/statm: 4777044 350964 5917 1 0 728341 0
[pid=837502/tid=837504] ppid=837499 vsize=19108176 memory=1294608 CPUtime=24.39 cores=4,6
/proc/837502/task/837504/stat : 837504 (java) R 837499 837502 835276 0 -1 4194368 9306 0 0 0 2411 28 0 0 20 0 20 0 164353057 19566772224 350964 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
[pid=837502/tid=837513] ppid=837499 vsize=19108176 memory=1397504 CPUtime=0 cores=4,6
/proc/837502/task/837513/stat : 837513 (Finalizer) S 837499 837502 835276 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164353062 19566772224 350964 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
[pid=837502/tid=837520] ppid=837499 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/837502/task/837520/stat : 837520 (Common-Cleaner) S 837499 837502 835276 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 164353063 19566772224 350964 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
[pid=837502/tid=837524] ppid=837499 vsize=19108176 memory=6944656592455097440 CPUtime=0 cores=4,6
/proc/837502/task/837524/stat : 837524 (Timer-0) S 837499 837502 835276 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164353134 19566772224 350964 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
Current children cumulated CPU time: 31.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1403856 KiB

[startup+51.1135 s]
/proc/loadavg: 4.65 4.40 4.25 5/319 837667
/proc/meminfo: memFree=106863420/131655788 swapFree=131071996/131071996
[pid=837502] ppid=837499 vsize=19108176 memory=2165696 CPUtime=57.57 cores=4,6
/proc/837502/stat : 837502 (java) S 837499 837502 835276 0 -1 1077936128 44766 0 0 0 5703 54 0 0 20 0 20 0 164353057 19566772224 541424 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
/proc/837502/statm: 4777044 541424 5917 1 0 908038 0
[pid=837502/tid=837504] ppid=837499 vsize=19108176 memory=11464 CPUtime=49.41 cores=4,6
/proc/837502/task/837504/stat : 837504 (java) R 837499 837502 835276 0 -1 4194368 12813 0 0 0 4900 41 0 0 20 0 20 0 164353057 19566772224 541424 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
[pid=837502/tid=837513] ppid=837499 vsize=19108176 memory=2143152 CPUtime=0 cores=4,6
/proc/837502/task/837513/stat : 837513 (Finalizer) S 837499 837502 835276 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164353062 19566772224 541424 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
[pid=837502/tid=837520] ppid=837499 vsize=19108176 memory=11464 CPUtime=0 cores=4,6
/proc/837502/task/837520/stat : 837520 (Common-Cleaner) S 837499 837502 835276 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 20 0 164353063 19566772224 541424 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
[pid=837502/tid=837524] ppid=837499 vsize=19108176 memory=11464 CPUtime=0 cores=4,6

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

/proc/meminfo: memFree=110280156/131655788 swapFree=131071996/131071996
[pid=837502] ppid=837499 vsize=19108176 memory=2579484 CPUtime=3286.22 cores=4,6
/proc/837502/stat : 837502 (java) S 837499 837502 835276 0 -1 1077936128 271663 0 0 0 328318 304 0 0 20 0 20 0 164353057 19566772224 644871 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
/proc/837502/statm: 4777044 644871 5955 1 0 654770 0
[pid=837502/tid=837504] ppid=837499 vsize=19108176 memory=-8526552580297695932 CPUtime=3168.46 cores=4,6
/proc/837502/task/837504/stat : 837504 (java) R 837499 837502 835276 0 -1 4194368 105491 0 0 0 316780 66 0 0 20 0 20 0 164353057 19566772224 644871 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 24 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
[pid=837502/tid=837513] ppid=837499 vsize=19108176 memory=2579356 CPUtime=0 cores=4,6
/proc/837502/task/837513/stat : 837513 (Finalizer) S 837499 837502 835276 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164353062 19566772224 644871 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
[pid=837502/tid=837520] ppid=837499 vsize=19108176 memory=2579484 CPUtime=0 cores=4,6
/proc/837502/task/837520/stat : 837520 (Common-Cleaner) S 837499 837502 835276 0 -1 1077936192 2382 0 0 0 0 0 0 0 20 0 20 0 164353063 19566772224 644871 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
[pid=837502/tid=837524] ppid=837499 vsize=19108176 memory=2579484 CPUtime=0 cores=4,6
/proc/837502/task/837524/stat : 837524 (Timer-0) S 837499 837502 835276 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164353134 19566772224 644871 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
Current children cumulated CPU time: 3286.22 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2579484 KiB

[startup+3282.3 s]
/proc/loadavg: 4.20 4.24 4.24 5/317 839376
/proc/meminfo: memFree=110276304/131655788 swapFree=131071996/131071996
[pid=837502] ppid=837499 vsize=19108176 memory=2580120 CPUtime=3348.66 cores=4,6
/proc/837502/stat : 837502 (java) S 837499 837502 835276 0 -1 1077936128 278012 0 0 0 334556 310 0 0 20 0 20 0 164353057 19566772224 645030 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
/proc/837502/statm: 4777044 645030 5955 1 0 654784 0
[pid=837502/tid=837504] ppid=837499 vsize=19108176 memory=2580068 CPUtime=3227.23 cores=4,6
/proc/837502/task/837504/stat : 837504 (java) R 837499 837502 835276 0 -1 4194368 107308 0 0 0 322656 67 0 0 20 0 20 0 164353057 19566772224 645030 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 24 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
[pid=837502/tid=837513] ppid=837499 vsize=19108176 memory=2579852 CPUtime=0 cores=4,6
/proc/837502/task/837513/stat : 837513 (Finalizer) S 837499 837502 835276 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164353062 19566772224 645030 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
[pid=837502/tid=837520] ppid=837499 vsize=19108176 memory=-8526552580297695932 CPUtime=0 cores=4,6
/proc/837502/task/837520/stat : 837520 (Common-Cleaner) S 837499 837502 835276 0 -1 1077936192 2382 0 0 0 0 0 0 0 20 0 20 0 164353063 19566772224 645030 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
[pid=837502/tid=837524] ppid=837499 vsize=19108176 memory=2580120 CPUtime=0 cores=4,6
/proc/837502/task/837524/stat : 837524 (Timer-0) S 837499 837502 835276 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164353134 19566772224 645030 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
Current children cumulated CPU time: 3348.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2580120 KiB

[startup+3342.3 s]
/proc/loadavg: 4.22 4.24 4.24 5/319 839391
/proc/meminfo: memFree=110275896/131655788 swapFree=131071996/131071996
[pid=837502] ppid=837499 vsize=19108176 memory=2580120 CPUtime=3412.24 cores=4,6
/proc/837502/stat : 837502 (java) S 837499 837502 835276 0 -1 1077936128 278485 0 0 0 340909 315 0 0 20 0 20 0 164353057 19566772224 645030 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
/proc/837502/statm: 4777044 645030 5955 1 0 654784 0
[pid=837502/tid=837504] ppid=837499 vsize=19108176 memory=41676 CPUtime=3285.98 cores=4,6
/proc/837502/task/837504/stat : 837504 (java) R 837499 837502 835276 0 -1 4194368 107647 0 0 0 328531 67 0 0 20 0 20 0 164353057 19566772224 645030 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 24 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
[pid=837502/tid=837513] ppid=837499 vsize=19108176 memory=11464 CPUtime=0 cores=4,6
/proc/837502/task/837513/stat : 837513 (Finalizer) S 837499 837502 835276 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164353062 19566772224 645030 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
[pid=837502/tid=837520] ppid=837499 vsize=19108176 memory=2580120 CPUtime=0 cores=4,6
/proc/837502/task/837520/stat : 837520 (Common-Cleaner) S 837499 837502 835276 0 -1 1077936192 2426 0 0 0 0 0 0 0 20 0 20 0 164353063 19566772224 645030 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
[pid=837502/tid=837524] ppid=837499 vsize=19108176 memory=2580120 CPUtime=0 cores=4,6
/proc/837502/task/837524/stat : 837524 (Timer-0) S 837499 837502 835276 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164353134 19566772224 645030 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
Current children cumulated CPU time: 3412.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2580120 KiB

[startup+3402.3 s]
/proc/loadavg: 4.27 4.25 4.25 5/319 839403
/proc/meminfo: memFree=110275420/131655788 swapFree=131071996/131071996
[pid=837502] ppid=837499 vsize=19108176 memory=2580152 CPUtime=3474.85 cores=4,6
/proc/837502/stat : 837502 (java) S 837499 837502 835276 0 -1 1077936128 279226 0 0 0 347165 320 0 0 20 0 20 0 164353057 19566772224 645038 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
/proc/837502/statm: 4777044 645038 5955 1 0 654784 0
[pid=837502/tid=837504] ppid=837499 vsize=19108176 memory=12776 CPUtime=3344.75 cores=4,6
/proc/837502/task/837504/stat : 837504 (java) R 837499 837502 835276 0 -1 4194368 108173 0 0 0 334408 67 0 0 20 0 20 0 164353057 19566772224 645038 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 24 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
[pid=837502/tid=837513] ppid=837499 vsize=19108176 memory=11464 CPUtime=0 cores=4,6
/proc/837502/task/837513/stat : 837513 (Finalizer) S 837499 837502 835276 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164353062 19566772224 645038 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
[pid=837502/tid=837520] ppid=837499 vsize=19108176 memory=2580152 CPUtime=0 cores=4,6
/proc/837502/task/837520/stat : 837520 (Common-Cleaner) S 837499 837502 835276 0 -1 1077936192 2426 0 0 0 0 0 0 0 20 0 20 0 164353063 19566772224 645038 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
[pid=837502/tid=837524] ppid=837499 vsize=19108176 memory=5544 CPUtime=0 cores=4,6
/proc/837502/task/837524/stat : 837524 (Timer-0) S 837499 837502 835276 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164353134 19566772224 645038 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
Current children cumulated CPU time: 3474.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2580152 KiB

[startup+3462.3 s]
/proc/loadavg: 4.29 4.25 4.25 5/319 839414
/proc/meminfo: memFree=109781136/131655788 swapFree=131071996/131071996
[pid=837502] ppid=837499 vsize=19108176 memory=3072860 CPUtime=3536.21 cores=4,6
/proc/837502/stat : 837502 (java) S 837499 837502 835276 0 -1 1077936128 282482 0 0 0 353286 335 0 0 20 0 20 0 164353057 19566772224 768215 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
/proc/837502/statm: 4777044 768215 5955 1 0 780278 0
[pid=837502/tid=837504] ppid=837499 vsize=19108176 memory=12776 CPUtime=3403.22 cores=4,6
/proc/837502/task/837504/stat : 837504 (java) R 837499 837502 835276 0 -1 4194368 110067 0 0 0 340245 77 0 0 20 0 20 0 164353057 19566772224 768215 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 24 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
[pid=837502/tid=837513] ppid=837499 vsize=19108176 memory=11464 CPUtime=0 cores=4,6
/proc/837502/task/837513/stat : 837513 (Finalizer) S 837499 837502 835276 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164353062 19566772224 768215 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
[pid=837502/tid=837520] ppid=837499 vsize=19108176 memory=3072860 CPUtime=0 cores=4,6
/proc/837502/task/837520/stat : 837520 (Common-Cleaner) S 837499 837502 835276 0 -1 1077936192 2426 0 0 0 0 0 0 0 20 0 20 0 164353063 19566772224 768215 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
[pid=837502/tid=837524] ppid=837499 vsize=19108176 memory=3072860 CPUtime=0 cores=4,6
/proc/837502/task/837524/stat : 837524 (Timer-0) S 837499 837502 835276 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164353134 19566772224 768215 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
Current children cumulated CPU time: 3536.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3072860 KiB

[startup+3522.3 s]
/proc/loadavg: 4.23 4.24 4.24 5/319 839425
/proc/meminfo: memFree=110331636/131655788 swapFree=131071996/131071996
[pid=837502] ppid=837499 vsize=19108176 memory=2522304 CPUtime=3599.63 cores=4,6
/proc/837502/stat : 837502 (java) S 837499 837502 835276 0 -1 1077936128 286268 0 0 0 359623 340 0 0 20 0 20 0 164353057 19566772224 630576 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
/proc/837502/statm: 4777044 630576 5970 1 0 640382 0
[pid=837502/tid=837504] ppid=837499 vsize=19108176 memory=3072860 CPUtime=3461.67 cores=4,6
/proc/837502/task/837504/stat : 837504 (java) R 837499 837502 835276 0 -1 4194368 110451 0 0 0 346090 77 0 0 20 0 20 0 164353057 19566772224 630576 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 24 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
[pid=837502/tid=837513] ppid=837499 vsize=19108176 memory=3072860 CPUtime=0 cores=4,6
/proc/837502/task/837513/stat : 837513 (Finalizer) S 837499 837502 835276 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164353062 19566772224 630576 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
[pid=837502/tid=837520] ppid=837499 vsize=19108176 memory=19508 CPUtime=0 cores=4,6
/proc/837502/task/837520/stat : 837520 (Common-Cleaner) S 837499 837502 835276 0 -1 1077936192 2502 0 0 0 0 0 0 0 20 0 20 0 164353063 19566772224 630576 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
[pid=837502/tid=837524] ppid=837499 vsize=19108176 memory=-8526552580297695932 CPUtime=0 cores=4,6
/proc/837502/task/837524/stat : 837524 (Timer-0) S 837499 837502 835276 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164353134 19566772224 630576 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
Current children cumulated CPU time: 3599.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2522304 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3522.7 s]
/proc/loadavg: 4.23 4.24 4.24 5/319 839425
/proc/meminfo: memFree=110331636/131655788 swapFree=131071996/131071996
[pid=837502] ppid=837499 vsize=19108176 memory=2522304 CPUtime=3600.03 cores=4,6
/proc/837502/stat : 837502 (java) S 837499 837502 835276 0 -1 1077936128 286268 0 0 0 359663 340 0 0 20 0 20 0 164353057 19566772224 630576 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
/proc/837502/statm: 4777044 630576 5970 1 0 640382 0
[pid=837502/tid=837504] ppid=837499 vsize=19108176 memory=3072860 CPUtime=3462.07 cores=4,6
/proc/837502/task/837504/stat : 837504 (java) R 837499 837502 835276 0 -1 4194368 110451 0 0 0 346130 77 0 0 20 0 20 0 164353057 19566772224 630576 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 24 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
[pid=837502/tid=837513] ppid=837499 vsize=19108176 memory=3072860 CPUtime=0 cores=4,6
/proc/837502/task/837513/stat : 837513 (Finalizer) S 837499 837502 835276 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164353062 19566772224 630576 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
[pid=837502/tid=837520] ppid=837499 vsize=19108176 memory=19508 CPUtime=0 cores=4,6
/proc/837502/task/837520/stat : 837520 (Common-Cleaner) S 837499 837502 835276 0 -1 1077936192 2502 0 0 0 0 0 0 0 20 0 20 0 164353063 19566772224 630576 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
[pid=837502/tid=837524] ppid=837499 vsize=19108176 memory=-8526552580297695932 CPUtime=0 cores=4,6
/proc/837502/task/837524/stat : 837524 (Timer-0) S 837499 837502 835276 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164353134 19566772224 630576 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2522304 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.74 s, system=3.41521 s

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

[startup+3522.7 s]
/proc/loadavg: 4.23 4.24 4.24 5/319 839425
/proc/meminfo: memFree=110331636/131655788 swapFree=131071996/131071996
[pid=837502] ppid=837499 vsize=19108176 memory=2522304 CPUtime=3600.03 cores=4,6
/proc/837502/stat : 837502 (java) S 837499 837502 835276 0 -1 1077936128 286268 0 0 0 359663 340 0 0 20 0 20 0 164353057 19566772224 630576 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
/proc/837502/statm: 4777044 630576 5970 1 0 640382 0
[pid=837502/tid=837504] ppid=837499 vsize=19108176 memory=3072860 CPUtime=3462.07 cores=4,6
/proc/837502/task/837504/stat : 837504 (java) R 837499 837502 835276 0 -1 4194368 110451 0 0 0 346130 77 0 0 20 0 20 0 164353057 19566772224 630576 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 24 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
[pid=837502/tid=837513] ppid=837499 vsize=19108176 memory=3072860 CPUtime=0 cores=4,6
/proc/837502/task/837513/stat : 837513 (Finalizer) S 837499 837502 835276 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164353062 19566772224 630576 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
[pid=837502/tid=837520] ppid=837499 vsize=19108176 memory=19508 CPUtime=0 cores=4,6
/proc/837502/task/837520/stat : 837520 (Common-Cleaner) S 837499 837502 835276 0 -1 1077936192 2502 0 0 0 0 0 0 0 20 0 20 0 164353063 19566772224 630576 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
[pid=837502/tid=837524] ppid=837499 vsize=19108176 memory=-8526552580297695932 CPUtime=0 cores=4,6
/proc/837502/task/837524/stat : 837524 (Timer-0) S 837499 837502 835276 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164353134 19566772224 630576 134679101440 93947996434432 93947996438128 140729956128656 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93947996445944 93947996446736 93948015005696 140729956135925 140729956136033 140729956136033 140729956143048 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2522304 KiB

Child status: 143

Real time (s): 3522.79
CPU time (s): 3600.15
CPU user time (s): 3596.74
CPU system time (s): 3.41521
CPU usage (%): 102.196
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 3595688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.74
system time used= 3.41521
maximum resident set size= 3595744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 287736
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= 122284
involuntary context switches= 10585


# summary of solver processes directly reported to runsolver:
#   pid: 837502
#   total CPU time (s): 3600.15
#   total CPU user time (s): 3596.74
#   total CPU system time (s): 3.41521

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.4689 second user time and 33.0404 second system time

The end

Launcher Data

Begin job on nodeC009 at 2024-07-16 11:25:47
IDJOB=4429960
IDBENCH=148775
IDSOLVER=3052
FILE ID=nodeC009/4429960-1721121935
RUNJOBID= nodeC009-1721118384-835287
SLURM_JOB_ID= 7505665
Free space on /tmp= 723500 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB09/OPT-LIN/flexray/normalized-fx75.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4429960-1721121935/watcher-4429960-1721121935 -o /tmp/evaluation-result-4429960-1721121935/solver-4429960-1721121935 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1721118384-835287 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4429960-1721121935.opb

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

MD5SUM BENCH= a11c5c9a015f48f3bddc22713bc48593
RANDOM SEED=1221391519

nodeC009.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3676.977
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6984.34
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3677.357
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.27
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.470
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6984.34
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.404
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.27
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3492.199
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6984.34
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3677.375
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.27
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.326
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6984.34
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.414
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.27
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        99603560 kB
MemAvailable:   101430320 kB
Buffers:          409304 kB
Cached:          2241108 kB
SwapCached:            0 kB
Active:           988520 kB
Inactive:       30441040 kB
Active(anon):       1476 kB
Inactive(anon): 28815048 kB
Active(file):     987044 kB
Inactive(file):  1625992 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1156 kB
Writeback:             0 kB
AnonPages:      28778676 kB
Mapped:           124616 kB
Shmem:             37700 kB
KReclaimable:     107512 kB
Slab:             206424 kB
SReclaimable:     107512 kB
SUnreclaim:        98912 kB
KernelStack:        4896 kB
PageTables:        65984 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   33827900 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            52672 kB
HardwareCorrupted:     0 kB
AnonHugePages:  28540928 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:      187208 kB
DirectMap2M:    19640320 kB
DirectMap1G:    116391936 kB

Free space on /tmp at the end= 723756 MiB
End job on nodeC009 at 2024-07-16 12:24:29