Trace number 4427526

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 Partial RoundingSAT 2024 2024-07-12? (TO) 3600.31 3580.14

General information on the benchmark

NamePB24/normalized-PB09/
OPT-LIN/flexray/normalized-fx63.opb
MD5SUM7c2ff02722ff3a09887b085a032d3a00
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/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 benchmark71553.6
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3216
Total number of constraints3658
Number of constraints which are clauses3210
Number of constraints which are cardinality constraints (but not clauses)64
Number of constraints which are nor clauses,nor cardinality constraints384
Minimum length of a constraint2
Maximum length of a constraint384
Number of terms in the objective function 6
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 6
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 786
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.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.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 		2115194816
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2122317824
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	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.16	 - Weaken first using unassigned literals
0.13/0.16	 - Bump strategy: ALWAYS_ONE
0.13/0.16	 - Bumper: ASSIGNED
0.13/0.16	--- Begin Solver configuration ---
0.13/0.16	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.16	Learn all clauses as in MiniSAT
0.13/0.16	LOGGER=java.util.logging.Logger@59690aa4 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	Armin Biere (Picosat) restarts strategy
0.13/0.16	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
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  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
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: ASSIGNED
0.13/0.16	c --- Begin Solver configuration ---
0.13/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.16	c Learn all clauses as in MiniSAT
0.13/0.16	c LOGGER=java.util.logging.Logger@59690aa4 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 Armin Biere (Picosat) restarts strategy
0.13/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
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-4427526-1720998032.opb
0.13/0.16	c reading problem ... 
0.13/0.16	c  objective function found
0.49/0.34	c ... done. Wall clock time 0.182s.
0.49/0.34	c declared #vars     3216
0.49/0.34	c #constraints  3721
0.49/0.34	c constraints type 
0.49/0.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3210
0.49/0.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 63
0.49/0.34	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 384
0.49/0.34	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1
0.49/0.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 63
0.49/0.34	c 3721 constraints processed.
0.49/0.37	c objective function length is 6 literals
12.78/9.58	c cleaning 2487 clauses out of 5000 with flag 0/5000
39.41/35.16	c cleaning 4250 clauses out of 8515 with flag 0/11002
67.35/61.90	c cleaning 5623 clauses out of 11264 with flag 0/18001
101.95/94.38	c cleaning 6780 clauses out of 13641 with flag 0/26001
185.40/176.98	c cleaning 7909 clauses out of 15860 with flag 0/35000
265.76/256.28	c cleaning 8949 clauses out of 17952 with flag 0/45001
328.82/318.49	c cleaning 9991 clauses out of 20003 with flag 0/56001
377.77/366.67	c cleaning 10998 clauses out of 22011 with flag 0/68000
997.30/985.35	c cleaning 11980 clauses out of 24014 with flag 0/81001
1121.53/1108.59	c cleaning 13006 clauses out of 26034 with flag 0/95001
1388.35/1374.29	c cleaning 13997 clauses out of 28028 with flag 0/110001
1552.29/1536.23	c cleaning 14965 clauses out of 30030 with flag 0/126000
1855.87/1838.17	c cleaning 16029 clauses out of 32065 with flag 0/143000
2004.82/1985.12	c cleaning 16996 clauses out of 34036 with flag 0/161000
3600.08/3580.03	c starts		: 105
3600.08/3580.05	c conflicts		: 169279
3600.08/3580.05	c decisions		: 438436
3600.08/3580.05	c propagations		: 22013550
3600.08/3580.05	c inspects		: 687237355
3600.08/3580.05	c shortcuts		: 0
3600.08/3580.05	c learnt literals	: 0
3600.08/3580.05	c learnt binary clauses	: 0
3600.08/3580.05	c learnt ternary clauses	: 0
3600.08/3580.05	c learnt constraints	: 169279
3600.08/3580.05	c ignored constraints	: 0
3600.08/3580.05	c root simplifications	: 0
3600.08/3580.05	c removed literals (reason simplification)	: 0
3600.08/3580.05	c reason swapping (by a shorter reason)	: 0
3600.08/3580.05	c Calls to reduceDB	: 14
3600.08/3580.05	c Number of update (reduction) of LBD	: 8255
3600.08/3580.05	c Imported unit clauses	: 0
3600.08/3580.06	c No decision after first conflict	: false
3600.08/3580.06	c number of reductions to clauses (during analyze)	: 0
3600.08/3580.06	c number of learned constraints concerned by reduction	: 0
3600.08/3580.06	c number of learning phase by resolution	: 0
3600.08/3580.06	c number of learning phase by cutting planes	: 0
3600.08/3580.06	c number of rounding to 1 operations	: 943094
3600.08/3580.06	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3580.06	c number of reductions of the coefficients by power 2 	: 0
3600.08/3580.06	c number of right shift for reduction by power 2 	: 0
3600.08/3580.06	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3580.06	c number of ending skipping 	: 0
3600.08/3580.06	c number of internal skipping 	: 0
3600.08/3580.06	c number of derivation steps 	: 1065230
3600.08/3580.06	c number of skipped derivation steps 	: 0
3600.08/3580.06	c number of remaining unassigned 	: 454223
3600.08/3580.06	c number of remaining assigned 	: 89791706
3600.08/3580.06	c number of falsified literals weakened from reason	: 0
3600.08/3580.06	c number of falsified literals weakened from conflict	: 0
3600.08/3580.06	c time for arithmetic operations	: 9487949956
3600.08/3580.07	c minimum degree of deleted constraints	: 8
3600.08/3580.07	c maximum degree of deleted constraints	: 152662944
3600.08/3580.07	c number of deleted constraints	: 143960
3600.08/3580.07	c speed (assignments/second)	: 6149.536177382017
3600.08/3580.07	c non guided choices	: 2747
3600.08/3580.11	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 8019
3600.08/3580.11	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1721
3600.08/3580.11	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 15579
3600.08/3580.11	s UNKNOWN
3600.08/3580.11	c Total wall clock time (in seconds): 3579.951

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427526-1720998032/watcher-4427526-1720998032 -o /tmp/evaluation-result-4427526-1720998032/solver-4427526-1720998032 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1720994549-765396 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427526-1720998032.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.10072 s]*
/proc/loadavg: 4.82 4.58 4.39 6/323 768588
/proc/meminfo: memFree=108911428/131655788 swapFree=131071996/131071996
[pid=768570] ppid=768567 vsize=18975048 memory=63520 CPUtime=0.13 cores=1,3
/proc/768570/stat : 768570 (java) S 768567 768570 765384 0 -1 1077936128 7205 0 0 0 11 2 0 0 20 0 18 0 151960426 19430449152 15880 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
/proc/768570/statm: 4743762 15880 5745 1 0 551407 0
[pid=768570/tid=768572] ppid=768567 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/768570/task/768572/stat : 768572 (java) R 768567 768570 765384 0 -1 1077936192 5742 0 0 0 7 1 0 0 20 0 18 0 151960427 19430449152 15880 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
[pid=768570/tid=768581] ppid=768567 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/768570/task/768581/stat : 768581 (Finalizer) S 768567 768570 765384 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151960429 19430449152 15880 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
[pid=768570/tid=768588] ppid=768567 vsize=18975048 memory=14698495668050282 CPUtime=0 cores=1,3
/proc/768570/task/768588/stat : 768588 (Common-Cleaner) S 768567 768570 765384 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151960430 19430449152 15880 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63520 KiB

[startup+0.2068 s]*
/proc/loadavg: 4.82 4.58 4.39 7/323 768588
/proc/meminfo: memFree=108890420/131655788 swapFree=131071996/131071996
[pid=768570] ppid=768567 vsize=18975048 memory=84640 CPUtime=0.32 cores=1,3
/proc/768570/stat : 768570 (java) S 768567 768570 765384 0 -1 1077936128 7815 0 0 0 29 3 0 0 20 0 18 0 151960426 19430449152 21160 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
/proc/768570/statm: 4743762 21160 5861 1 0 551806 0
[pid=768570/tid=768572] ppid=768567 vsize=18975048 memory=4782652875487838339 CPUtime=0.17 cores=1,3
/proc/768570/task/768572/stat : 768572 (java) R 768567 768570 765384 0 -1 4194368 6057 0 0 0 15 2 0 0 20 0 18 0 151960427 19430449152 21160 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
[pid=768570/tid=768581] ppid=768567 vsize=18975048 memory=4674 CPUtime=0 cores=1,3
/proc/768570/task/768581/stat : 768581 (Finalizer) S 768567 768570 765384 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151960429 19430449152 21160 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
[pid=768570/tid=768588] ppid=768567 vsize=18975048 memory=13848573179598470 CPUtime=0 cores=1,3
/proc/768570/task/768588/stat : 768588 (Common-Cleaner) S 768567 768570 765384 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151960430 19430449152 21160 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 84640 KiB

[startup+0.307465 s]*
/proc/loadavg: 4.82 4.58 4.39 6/324 768589
/proc/meminfo: memFree=108812912/131655788 swapFree=131071996/131071996
[pid=768570] ppid=768567 vsize=19041612 memory=162060 CPUtime=0.49 cores=1,3
/proc/768570/stat : 768570 (java) S 768567 768570 765384 0 -1 1077936128 9253 0 0 0 44 5 0 0 20 0 19 0 151960426 19498610688 40515 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
/proc/768570/statm: 4760403 40515 5893 1 0 552918 0
[pid=768570/tid=768572] ppid=768567 vsize=19041612 memory=-8671511089446822588 CPUtime=0.24 cores=1,3
/proc/768570/task/768572/stat : 768572 (java) R 768567 768570 765384 0 -1 4194368 6112 0 0 0 21 3 0 0 20 0 19 0 151960427 19498610688 40515 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
[pid=768570/tid=768581] ppid=768567 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/768570/task/768581/stat : 768581 (Finalizer) S 768567 768570 765384 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151960429 19498610688 40515 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
[pid=768570/tid=768588] ppid=768567 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/768570/task/768588/stat : 768588 (Common-Cleaner) S 768567 768570 765384 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 151960430 19498610688 40515 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 162060 KiB

[startup+0.701036 s]
/proc/loadavg: 4.82 4.58 4.39 7/325 768590
/proc/meminfo: memFree=108809576/131655788 swapFree=131071996/131071996
[pid=768570] ppid=768567 vsize=19108176 memory=177792 CPUtime=1.25 cores=1,3
/proc/768570/stat : 768570 (java) S 768567 768570 765384 0 -1 1077936128 15164 0 0 0 119 6 0 0 20 0 20 0 151960426 19566772224 44448 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
/proc/768570/statm: 4777044 44448 5931 1 0 556936 0
[pid=768570/tid=768572] ppid=768567 vsize=19108176 memory=5540 CPUtime=0.6 cores=1,3
/proc/768570/task/768572/stat : 768572 (java) R 768567 768570 765384 0 -1 4194368 6258 0 0 0 56 4 0 0 20 0 20 0 151960427 19566772224 44448 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
[pid=768570/tid=768581] ppid=768567 vsize=19108176 memory=12508 CPUtime=0 cores=1,3
/proc/768570/task/768581/stat : 768581 (Finalizer) S 768567 768570 765384 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151960429 19566772224 44448 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
[pid=768570/tid=768588] ppid=768567 vsize=19108176 memory=164 CPUtime=0 cores=1,3
/proc/768570/task/768588/stat : 768588 (Common-Cleaner) S 768567 768570 765384 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151960430 19566772224 44448 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
[pid=768570/tid=768590] ppid=768567 vsize=19108176 memory=117636 CPUtime=0 cores=1,3
/proc/768570/task/768590/stat : 768590 (Timer-0) S 768567 768570 765384 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151960462 19566772224 44448 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 177792 KiB

[startup+1.5008 s]
/proc/loadavg: 4.82 4.58 4.39 6/325 768590
/proc/meminfo: memFree=108788508/131655788 swapFree=131071996/131071996
[pid=768570] ppid=768567 vsize=19108176 memory=284944 CPUtime=2.83 cores=1,3
/proc/768570/stat : 768570 (java) S 768567 768570 765384 0 -1 1077936128 21475 0 0 0 274 9 0 0 20 0 20 0 151960426 19566772224 71236 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
/proc/768570/statm: 4777044 71236 5931 1 0 557281 0
[pid=768570/tid=768572] ppid=768567 vsize=19108176 memory=12508 CPUtime=1.35 cores=1,3
/proc/768570/task/768572/stat : 768572 (java) R 768567 768570 765384 0 -1 4194368 6556 0 0 0 130 5 0 0 20 0 20 0 151960427 19566772224 71236 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
[pid=768570/tid=768581] ppid=768567 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/768570/task/768581/stat : 768581 (Finalizer) S 768567 768570 765384 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151960429 19566772224 71236 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
[pid=768570/tid=768588] ppid=768567 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/768570/task/768588/stat : 768588 (Common-Cleaner) S 768567 768570 765384 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151960430 19566772224 71236 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
[pid=768570/tid=768590] ppid=768567 vsize=19108176 memory=280856904246544 CPUtime=0 cores=1,3
/proc/768570/task/768590/stat : 768590 (Timer-0) S 768567 768570 765384 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151960462 19566772224 71236 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 284944 KiB

[startup+3.10881 s]
/proc/loadavg: 4.82 4.58 4.39 6/325 768592
/proc/meminfo: memFree=108188208/131655788 swapFree=131071996/131071996
[pid=768570] ppid=768567 vsize=19108176 memory=785428 CPUtime=5.99 cores=1,3
/proc/768570/stat : 768570 (java) S 768567 768570 765384 0 -1 1077936128 24541 0 0 0 580 19 0 0 20 0 20 0 151960426 19566772224 196357 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
/proc/768570/statm: 4777044 196357 5931 1 0 753641 0
[pid=768570/tid=768572] ppid=768567 vsize=19108176 memory=0 CPUtime=2.85 cores=1,3
/proc/768570/task/768572/stat : 768572 (java) R 768567 768570 765384 0 -1 4194368 7241 0 0 0 271 14 0 0 20 0 20 0 151960427 19566772224 196357 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
[pid=768570/tid=768581] ppid=768567 vsize=19108176 memory=12508 CPUtime=0 cores=1,3
/proc/768570/task/768581/stat : 768581 (Finalizer) S 768567 768570 765384 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151960429 19566772224 196357 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
[pid=768570/tid=768588] ppid=768567 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/768570/task/768588/stat : 768588 (Common-Cleaner) S 768567 768570 765384 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151960430 19566772224 196357 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
[pid=768570/tid=768590] ppid=768567 vsize=19108176 memory=11420 CPUtime=0 cores=1,3
/proc/768570/task/768590/stat : 768590 (Timer-0) S 768567 768570 765384 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151960462 19566772224 196357 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
Current children cumulated CPU time: 5.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 785428 KiB

[startup+6.30044 s]
/proc/loadavg: 4.83 4.59 4.39 4/300 768626
/proc/meminfo: memFree=110822660/131655788 swapFree=131071996/131071996
[pid=768570] ppid=768567 vsize=19108176 memory=1501936 CPUtime=9.36 cores=1,3
/proc/768570/stat : 768570 (java) S 768567 768570 765384 0 -1 1077936128 25302 0 0 0 903 33 0 0 20 0 20 0 151960426 19566772224 375484 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
/proc/768570/statm: 4777044 375484 5931 1 0 887327 0
[pid=768570/tid=768572] ppid=768567 vsize=19108176 memory=12508 CPUtime=5.89 cores=1,3
/proc/768570/task/768572/stat : 768572 (java) R 768567 768570 765384 0 -1 4194368 7550 0 0 0 564 25 0 0 20 0 20 0 151960427 19566772224 375484 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
[pid=768570/tid=768581] ppid=768567 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/768570/task/768581/stat : 768581 (Finalizer) S 768567 768570 765384 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151960429 19566772224 375484 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
[pid=768570/tid=768588] ppid=768567 vsize=19108176 memory=338252 CPUtime=0 cores=1,3
/proc/768570/task/768588/stat : 768588 (Common-Cleaner) S 768567 768570 765384 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151960430 19566772224 375484 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
[pid=768570/tid=768590] ppid=768567 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/768570/task/768590/stat : 768590 (Timer-0) S 768567 768570 765384 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151960462 19566772224 375484 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
Current children cumulated CPU time: 9.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1501936 KiB

[startup+12.7004 s]
/proc/loadavg: 4.85 4.59 4.40 5/325 768661
/proc/meminfo: memFree=109444180/131655788 swapFree=131071996/131071996
[pid=768570] ppid=768567 vsize=19108176 memory=2116896 CPUtime=16.11 cores=1,3
/proc/768570/stat : 768570 (java) S 768567 768570 765384 0 -1 1077936128 28148 0 0 0 1565 46 0 0 20 0 20 0 151960426 19566772224 529224 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
/proc/768570/statm: 4777044 529224 5931 1 0 1323928 0
[pid=768570/tid=768572] ppid=768567 vsize=19108176 memory=0 CPUtime=11.77 cores=1,3
/proc/768570/task/768572/stat : 768572 (java) R 768567 768570 765384 0 -1 4194368 9106 0 0 0 1141 36 0 0 20 0 20 0 151960427 19566772224 529224 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
[pid=768570/tid=768581] ppid=768567 vsize=19108176 memory=11420 CPUtime=0 cores=1,3
/proc/768570/task/768581/stat : 768581 (Finalizer) S 768567 768570 765384 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151960429 19566772224 529224 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
[pid=768570/tid=768588] ppid=768567 vsize=19108176 memory=2264 CPUtime=0 cores=1,3
/proc/768570/task/768588/stat : 768588 (Common-Cleaner) S 768567 768570 765384 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 20 0 151960430 19566772224 529224 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
[pid=768570/tid=768590] ppid=768567 vsize=19108176 memory=12508 CPUtime=0 cores=1,3
/proc/768570/task/768590/stat : 768590 (Timer-0) S 768567 768570 765384 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151960462 19566772224 529224 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
Current children cumulated CPU time: 16.11 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2116896 KiB

[startup+25.5005 s]
/proc/loadavg: 4.81 4.60 4.40 5/323 768743
/proc/meminfo: memFree=107025764/131655788 swapFree=131071996/131071996
[pid=768570] ppid=768567 vsize=19108176 memory=3255876 CPUtime=29.33 cores=1,3
/proc/768570/stat : 768570 (java) S 768567 768570 765384 0 -1 1077936128 33312 0 0 0 2862 71 0 0 20 0 20 0 151960426 19566772224 813969 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
/proc/768570/statm: 4777044 813969 5931 1 0 1323939 0
[pid=768570/tid=768572] ppid=768567 vsize=19108176 memory=12508 CPUtime=23.96 cores=1,3
/proc/768570/task/768572/stat : 768572 (java) R 768567 768570 765384 0 -1 4194368 10820 0 0 0 2343 53 0 0 20 0 20 0 151960427 19566772224 813969 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
[pid=768570/tid=768581] ppid=768567 vsize=19108176 memory=11420 CPUtime=0 cores=1,3
/proc/768570/task/768581/stat : 768581 (Finalizer) S 768567 768570 765384 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151960429 19566772224 813969 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
[pid=768570/tid=768588] ppid=768567 vsize=19108176 memory=12508 CPUtime=0 cores=1,3
/proc/768570/task/768588/stat : 768588 (Common-Cleaner) S 768567 768570 765384 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 20 0 151960430 19566772224 813969 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
[pid=768570/tid=768590] ppid=768567 vsize=19108176 memory=-8671511089446822588 CPUtime=0 cores=1,3
/proc/768570/task/768590/stat : 768590 (Timer-0) S 768567 768570 765384 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151960462 19566772224 813969 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
Current children cumulated CPU time: 29.33 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3255876 KiB

[startup+51.1132 s]
/proc/loadavg: 4.74 4.60 4.41 5/323 768746
/proc/meminfo: memFree=104836072/131655788 swapFree=131071996/131071996
[pid=768570] ppid=768567 vsize=19108176 memory=4756200 CPUtime=56.26 cores=1,3
/proc/768570/stat : 768570 (java) S 768567 768570 765384 0 -1 1077936128 39863 0 0 0 5525 101 0 0 20 0 20 0 151960426 19566772224 1189050 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
/proc/768570/statm: 4777044 1189050 5931 1 0 1589233 0
[pid=768570/tid=768572] ppid=768567 vsize=19108176 memory=-8671511089446822588 CPUtime=48.56 cores=1,3
/proc/768570/task/768572/stat : 768572 (java) R 768567 768570 765384 0 -1 4194368 13538 0 0 0 4778 78 0 0 20 0 20 0 151960427 19566772224 1189050 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
[pid=768570/tid=768581] ppid=768567 vsize=19108176 memory=4756200 CPUtime=0 cores=1,3
/proc/768570/task/768581/stat : 768581 (Finalizer) S 768567 768570 765384 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151960429 19566772224 1189050 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0

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

/proc/768570/task/768581/stat : 768581 (Finalizer) S 768567 768570 765384 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151960429 19566772224 1575545 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
[pid=768570/tid=768588] ppid=768567 vsize=19108176 memory=11420 CPUtime=0.01 cores=1,3
/proc/768570/task/768588/stat : 768588 (Common-Cleaner) S 768567 768570 765384 0 -1 1077936192 5028 0 0 0 0 1 0 0 20 0 20 0 151960430 19566772224 1575545 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
[pid=768570/tid=768590] ppid=768567 vsize=19108176 memory=11420 CPUtime=0 cores=1,3
/proc/768570/task/768590/stat : 768590 (Timer-0) S 768567 768570 765384 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151960462 19566772224 1575545 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
Current children cumulated CPU time: 3182.52 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6302180 KiB

[startup+3222.3 s]
/proc/loadavg: 4.21 4.21 4.24 5/320 770143
/proc/meminfo: memFree=106174760/131655788 swapFree=131071996/131071996
[pid=768570] ppid=768567 vsize=19108176 memory=6302180 CPUtime=3242.63 cores=1,3
/proc/768570/stat : 768570 (java) S 768567 768570 765384 0 -1 1077936128 381505 0 0 0 323910 353 0 0 20 0 20 0 151960426 19566772224 1575545 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
/proc/768570/statm: 4777044 1575545 5995 1 0 1590320 0
[pid=768570/tid=768572] ppid=768567 vsize=19108176 memory=6302180 CPUtime=3187.8 cores=1,3
/proc/768570/task/768572/stat : 768572 (java) R 768567 768570 765384 0 -1 4194368 219492 0 0 0 318659 121 0 0 20 0 20 0 151960427 19566772224 1575545 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 83 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
[pid=768570/tid=768581] ppid=768567 vsize=19108176 memory=6302180 CPUtime=0 cores=1,3
/proc/768570/task/768581/stat : 768581 (Finalizer) S 768567 768570 765384 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151960429 19566772224 1575545 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
[pid=768570/tid=768588] ppid=768567 vsize=19108176 memory=6302180 CPUtime=0.01 cores=1,3
/proc/768570/task/768588/stat : 768588 (Common-Cleaner) S 768567 768570 765384 0 -1 1077936192 5172 0 0 0 0 1 0 0 20 0 20 0 151960430 19566772224 1575545 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
[pid=768570/tid=768590] ppid=768567 vsize=19108176 memory=6302180 CPUtime=0 cores=1,3
/proc/768570/task/768590/stat : 768590 (Timer-0) S 768567 768570 765384 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151960462 19566772224 1575545 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
Current children cumulated CPU time: 3242.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6302180 KiB

[startup+3282.3 s]
/proc/loadavg: 4.18 4.20 4.24 5/320 770154
/proc/meminfo: memFree=106162028/131655788 swapFree=131071996/131071996
[pid=768570] ppid=768567 vsize=19108176 memory=6302180 CPUtime=3302.52 cores=1,3
/proc/768570/stat : 768570 (java) S 768567 768570 765384 0 -1 1077936128 387282 0 0 0 329895 357 0 0 20 0 20 0 151960426 19566772224 1575545 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
/proc/768570/statm: 4777044 1575545 5995 1 0 1590320 0
[pid=768570/tid=768572] ppid=768567 vsize=19108176 memory=11420 CPUtime=3247.51 cores=1,3
/proc/768570/task/768572/stat : 768572 (java) R 768567 768570 765384 0 -1 4194368 223721 0 0 0 324628 123 0 0 20 0 20 0 151960427 19566772224 1575545 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 83 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
[pid=768570/tid=768581] ppid=768567 vsize=19108176 memory=6302180 CPUtime=0 cores=1,3
/proc/768570/task/768581/stat : 768581 (Finalizer) S 768567 768570 765384 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151960429 19566772224 1575545 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
[pid=768570/tid=768588] ppid=768567 vsize=19108176 memory=11420 CPUtime=0.01 cores=1,3
/proc/768570/task/768588/stat : 768588 (Common-Cleaner) S 768567 768570 765384 0 -1 1077936192 5317 0 0 0 0 1 0 0 20 0 20 0 151960430 19566772224 1575545 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
[pid=768570/tid=768590] ppid=768567 vsize=19108176 memory=6302180 CPUtime=0 cores=1,3
/proc/768570/task/768590/stat : 768590 (Timer-0) S 768567 768570 765384 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151960462 19566772224 1575545 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
Current children cumulated CPU time: 3302.52 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6302180 KiB

[startup+3342.3 s]
/proc/loadavg: 4.23 4.21 4.24 5/321 770551
/proc/meminfo: memFree=106097608/131655788 swapFree=131071996/131071996
[pid=768570] ppid=768567 vsize=19108176 memory=6302180 CPUtime=3362.46 cores=1,3
/proc/768570/stat : 768570 (java) S 768567 768570 765384 0 -1 1077936128 393048 0 0 0 335886 360 0 0 20 0 20 0 151960426 19566772224 1575545 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
/proc/768570/statm: 4777044 1575545 5995 1 0 1590320 0
[pid=768570/tid=768572] ppid=768567 vsize=19108176 memory=6302180 CPUtime=3307.31 cores=1,3
/proc/768570/task/768572/stat : 768572 (java) R 768567 768570 765384 0 -1 4194368 227802 0 0 0 330607 124 0 0 20 0 20 0 151960427 19566772224 1575545 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 85 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
[pid=768570/tid=768581] ppid=768567 vsize=19108176 memory=6302180 CPUtime=0 cores=1,3
/proc/768570/task/768581/stat : 768581 (Finalizer) S 768567 768570 765384 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151960429 19566772224 1575545 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
[pid=768570/tid=768588] ppid=768567 vsize=19108176 memory=6302180 CPUtime=0.01 cores=1,3
/proc/768570/task/768588/stat : 768588 (Common-Cleaner) S 768567 768570 765384 0 -1 1077936192 5461 0 0 0 0 1 0 0 20 0 20 0 151960430 19566772224 1575545 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
[pid=768570/tid=768590] ppid=768567 vsize=19108176 memory=12508 CPUtime=0 cores=1,3
/proc/768570/task/768590/stat : 768590 (Timer-0) S 768567 768570 765384 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151960462 19566772224 1575545 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
Current children cumulated CPU time: 3362.46 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6302180 KiB

[startup+3402.3 s]
/proc/loadavg: 4.28 4.23 4.24 5/321 770561
/proc/meminfo: memFree=106090244/131655788 swapFree=131071996/131071996
[pid=768570] ppid=768567 vsize=19108176 memory=6302180 CPUtime=3422.42 cores=1,3
/proc/768570/stat : 768570 (java) S 768567 768570 765384 0 -1 1077936128 398859 0 0 0 341877 365 0 0 20 0 20 0 151960426 19566772224 1575545 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
/proc/768570/statm: 4777044 1575545 5995 1 0 1590320 0
[pid=768570/tid=768572] ppid=768567 vsize=19108176 memory=6302180 CPUtime=3367.08 cores=1,3
/proc/768570/task/768572/stat : 768572 (java) R 768567 768570 765384 0 -1 4194368 231778 0 0 0 336583 125 0 0 20 0 20 0 151960427 19566772224 1575545 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 88 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
[pid=768570/tid=768581] ppid=768567 vsize=19108176 memory=6302180 CPUtime=0 cores=1,3
/proc/768570/task/768581/stat : 768581 (Finalizer) S 768567 768570 765384 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151960429 19566772224 1575545 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
[pid=768570/tid=768588] ppid=768567 vsize=19108176 memory=6302180 CPUtime=0.01 cores=1,3
/proc/768570/task/768588/stat : 768588 (Common-Cleaner) S 768567 768570 765384 0 -1 1077936192 5605 0 0 0 0 1 0 0 20 0 20 0 151960430 19566772224 1575545 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
[pid=768570/tid=768590] ppid=768567 vsize=19108176 memory=6302180 CPUtime=0 cores=1,3
/proc/768570/task/768590/stat : 768590 (Timer-0) S 768567 768570 765384 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151960462 19566772224 1575545 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
Current children cumulated CPU time: 3422.42 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6302180 KiB

[startup+3462.3 s]
/proc/loadavg: 4.22 4.22 4.24 6/321 770571
/proc/meminfo: memFree=106087852/131655788 swapFree=131071996/131071996
[pid=768570] ppid=768567 vsize=19108176 memory=6302180 CPUtime=3482.38 cores=1,3
/proc/768570/stat : 768570 (java) S 768567 768570 765384 0 -1 1077936128 404747 0 0 0 347870 368 0 0 20 0 20 0 151960426 19566772224 1575545 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
/proc/768570/statm: 4777044 1575545 5995 1 0 1590320 0
[pid=768570/tid=768572] ppid=768567 vsize=19108176 memory=6302180 CPUtime=3426.81 cores=1,3
/proc/768570/task/768572/stat : 768572 (java) R 768567 768570 765384 0 -1 4194368 235986 0 0 0 342556 125 0 0 20 0 20 0 151960427 19566772224 1575545 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 91 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
[pid=768570/tid=768581] ppid=768567 vsize=19108176 memory=6302180 CPUtime=0 cores=1,3
/proc/768570/task/768581/stat : 768581 (Finalizer) S 768567 768570 765384 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151960429 19566772224 1575545 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
[pid=768570/tid=768588] ppid=768567 vsize=19108176 memory=6302180 CPUtime=0.01 cores=1,3
/proc/768570/task/768588/stat : 768588 (Common-Cleaner) S 768567 768570 765384 0 -1 1077936192 5749 0 0 0 0 1 0 0 20 0 20 0 151960430 19566772224 1575545 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
[pid=768570/tid=768590] ppid=768567 vsize=19108176 memory=6302180 CPUtime=0 cores=1,3
/proc/768570/task/768590/stat : 768590 (Timer-0) S 768567 768570 765384 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151960462 19566772224 1575545 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
Current children cumulated CPU time: 3482.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6302180 KiB

[startup+3522.3 s]
/proc/loadavg: 4.17 4.21 4.23 5/323 770752
/proc/meminfo: memFree=106085080/131655788 swapFree=131071996/131071996
[pid=768570] ppid=768567 vsize=19108176 memory=6302180 CPUtime=3542.35 cores=1,3
/proc/768570/stat : 768570 (java) S 768567 768570 765384 0 -1 1077936128 410633 0 0 0 353863 372 0 0 20 0 20 0 151960426 19566772224 1575545 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
/proc/768570/statm: 4777044 1575545 5995 1 0 1590320 0
[pid=768570/tid=768572] ppid=768567 vsize=19108176 memory=6302180 CPUtime=3486.49 cores=1,3
/proc/768570/task/768572/stat : 768572 (java) R 768567 768570 765384 0 -1 4194368 240407 0 0 0 348523 126 0 0 20 0 20 0 151960427 19566772224 1575545 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 91 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
[pid=768570/tid=768581] ppid=768567 vsize=19108176 memory=6302180 CPUtime=0 cores=1,3
/proc/768570/task/768581/stat : 768581 (Finalizer) S 768567 768570 765384 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151960429 19566772224 1575545 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
[pid=768570/tid=768588] ppid=768567 vsize=19108176 memory=6302180 CPUtime=0.01 cores=1,3
/proc/768570/task/768588/stat : 768588 (Common-Cleaner) S 768567 768570 765384 0 -1 1077936192 5884 0 0 0 0 1 0 0 20 0 20 0 151960430 19566772224 1575545 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
[pid=768570/tid=768590] ppid=768567 vsize=19108176 memory=6302180 CPUtime=0 cores=1,3
/proc/768570/task/768590/stat : 768590 (Timer-0) S 768567 768570 765384 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151960462 19566772224 1575545 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
Current children cumulated CPU time: 3542.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6302180 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3580 s]*
/proc/loadavg: 4.11 4.18 4.22 5/323 770760
/proc/meminfo: memFree=105787428/131655788 swapFree=131071996/131071996
[pid=768570] ppid=768567 vsize=19108176 memory=6302180 CPUtime=3600.08 cores=1,3
/proc/768570/stat : 768570 (java) S 768567 768570 765384 0 -1 1077936128 415341 0 0 0 359632 376 0 0 20 0 20 0 151960426 19566772224 1575545 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
/proc/768570/statm: 4777044 1575545 5995 1 0 1590320 0
[pid=768570/tid=768572] ppid=768567 vsize=19108176 memory=-8889096739707331260 CPUtime=3543.96 cores=1,3
/proc/768570/task/768572/stat : 768572 (java) R 768567 768570 765384 0 -1 4194368 243242 0 0 0 354269 127 0 0 20 0 20 0 151960427 19566772224 1575545 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 91 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
[pid=768570/tid=768581] ppid=768567 vsize=19108176 memory=-7737035342349886073 CPUtime=0 cores=1,3
/proc/768570/task/768581/stat : 768581 (Finalizer) S 768567 768570 765384 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151960429 19566772224 1575545 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
[pid=768570/tid=768588] ppid=768567 vsize=19108176 memory=3441398381263418 CPUtime=0.01 cores=1,3
/proc/768570/task/768588/stat : 768588 (Common-Cleaner) S 768567 768570 765384 0 -1 1077936192 5983 0 0 0 0 1 0 0 20 0 20 0 151960430 19566772224 1575545 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
[pid=768570/tid=768590] ppid=768567 vsize=19108176 memory=3427774744997325 CPUtime=0 cores=1,3
/proc/768570/task/768590/stat : 768590 (Timer-0) S 768567 768570 765384 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151960462 19566772224 1575545 134679101440 93936696963072 93936696966768 140720786672736 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93936696974584 93936696975376 93936701509632 140720786678768 140720786678881 140720786678881 140720786685896 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6302180 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.51 s, system=3.79482 s

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

[startup+3580.12 s]*
/proc/loadavg: 4.11 4.18 4.22 6/305 770763
/proc/meminfo: memFree=105789344/131655788 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3580.14
CPU time (s): 3600.31
CPU user time (s): 3596.51
CPU system time (s): 3.79482
CPU usage (%): 100.563
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 6302180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.51
system time used= 3.79481
maximum resident set size= 6303820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 418719
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 114291
involuntary context switches= 3359


# summary of solver processes directly reported to runsolver:
#   pid: 768570
#   total CPU time (s): 3600.31
#   total CPU user time (s): 3596.51
#   total CPU system time (s): 3.79482

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.4228 second user time and 39.1815 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-15 01:00:45
IDJOB=4427526
IDBENCH=148772
IDSOLVER=3046
FILE ID=nodeC011/4427526-1720998032
RUNJOBID= nodeC011-1720994549-765396
SLURM_JOB_ID= 7505312
Free space on /tmp= 723768 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB09/OPT-LIN/flexray/normalized-fx63.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427526-1720998032/watcher-4427526-1720998032 -o /tmp/evaluation-result-4427526-1720998032/solver-4427526-1720998032 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1720994549-765396 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427526-1720998032.opb

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

MD5SUM BENCH= 7c2ff02722ff3a09887b085a032d3a00
RANDOM SEED=895933221

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        108953596 kB
MemAvailable:   114001332 kB
Buffers:          355064 kB
Cached:          5469724 kB
SwapCached:            0 kB
Active:           554900 kB
Inactive:       21449024 kB
Active(anon):       1428 kB
Inactive(anon): 16215408 kB
Active(file):     553472 kB
Inactive(file):  5233616 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1104 kB
Writeback:             0 kB
AnonPages:      16177700 kB
Mapped:           123276 kB
Shmem:             37704 kB
KReclaimable:     201692 kB
Slab:             311372 kB
SReclaimable:     201692 kB
SUnreclaim:       109680 kB
KernelStack:        4928 kB
PageTables:        41788 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   16759944 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            49184 kB
HardwareCorrupted:     0 kB
AnonHugePages:  15734784 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:      228168 kB
DirectMap2M:    27987968 kB
DirectMap1G:    108003328 kB

Free space on /tmp at the end= 723652 MiB
End job on nodeC011 at 2024-07-15 02:00:26