Trace number 4449155

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Partial RoundingSAT 2024 2024-07-12? (TO) 3600.25 3595.32

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/
hw256/normalized-hw256-vm98p-dec.opb.negationfix.opb
MD5SUM0ade693002e69cf4f48fe48722d4f7a3
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.80037
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables670720
Total number of constraints5752
Number of constraints which are clauses2619
Number of constraints which are cardinality constraints (but not clauses)2619
Number of constraints which are nor clauses,nor cardinality constraints514
Minimum length of a constraint256
Maximum length of a constraint2620
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 947734
Number of bits of the biggest number in a constraint 20
Biggest sum of numbers in a constraint 2162769
Number of bits of the biggest sum of numbers22
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.12	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.12	c See www.sat4j.org for details.
0.13/0.14	c version CUSTOM.v20240707
0.13/0.16	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.16	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.16	c java.vm.version	22.0.1+8-16
0.13/0.16	c java.vm.vendor	Oracle Corporation
0.13/0.16	c sun.arch.data.model	64
0.13/0.16	c java.version		22.0.1
0.13/0.16	c os.name		Linux
0.13/0.16	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.16	c os.arch		amd64
0.13/0.17	c Free memory 		2115194816
0.13/0.17	c Max memory 		16282288128
0.13/0.17	c Total memory 		2122317824
0.13/0.18	c Number of processors 	2
0.43/0.35	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.43/0.35	 - never skip resolution steps
0.43/0.35	 - Auto-division on coefficients is disabled
0.43/0.35	 - No postprocessing
0.43/0.35	 - Conflict is considered as is when resolving
0.43/0.35	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.43/0.35	 - Weaken first using unassigned literals
0.43/0.35	 - Bump strategy: ALWAYS_ONE
0.43/0.35	 - Bumper: ASSIGNED
0.43/0.35	--- Begin Solver configuration ---
0.43/0.35	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.43/0.35	Learn all clauses as in MiniSAT
0.43/0.35	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.43/0.35	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.43/0.35	No reason simplification
0.43/0.35	Armin Biere (Picosat) restarts strategy
0.43/0.35	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.43/0.35	timeout=2147483s
0.43/0.35	DB Simplification allowed=false
0.43/0.35	Listener: none
0.43/0.35	--- End Solver configuration ---
0.43/0.35	c Pseudo Boolean Optimization by upper bound
0.43/0.35	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.43/0.35	c  - never skip resolution steps
0.43/0.35	c  - Auto-division on coefficients is disabled
0.43/0.35	c  - No postprocessing
0.43/0.35	c  - Conflict is considered as is when resolving
0.43/0.35	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.43/0.35	c  - Weaken first using unassigned literals
0.43/0.35	c  - Bump strategy: ALWAYS_ONE
0.43/0.35	c  - Bumper: ASSIGNED
0.43/0.35	c --- Begin Solver configuration ---
0.43/0.35	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.43/0.35	c Learn all clauses as in MiniSAT
0.43/0.35	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.43/0.35	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.43/0.35	c No reason simplification
0.43/0.35	c Armin Biere (Picosat) restarts strategy
0.43/0.35	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.43/0.35	c timeout=2147483s
0.43/0.35	c DB Simplification allowed=false
0.43/0.35	c Listener: none
0.43/0.35	c --- End Solver configuration ---
0.43/0.35	c solving HOME/instance-4449155-1721371309.opb
0.43/0.35	c reading problem ... 
0.43/0.36	c  no objective function found
17.34/13.82	c ... done. Wall clock time 13.459s.
17.34/13.82	c declared #vars     670720
17.34/13.82	c #constraints  5752
17.34/13.82	c constraints type 
17.34/13.82	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2619
17.34/13.82	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 514
17.34/13.82	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2619
17.34/13.82	c 5752 constraints processed.
3600.05/3595.22	c starts		: 10
3600.05/3595.25	c conflicts		: 1388
3600.05/3595.25	c decisions		: 4056642
3600.05/3595.25	c propagations		: 6924310
3600.05/3595.26	c inspects		: 1043079
3600.05/3595.26	c shortcuts		: 0
3600.05/3595.26	c learnt literals	: 0
3600.05/3595.26	c learnt binary clauses	: 0
3600.05/3595.26	c learnt ternary clauses	: 0
3600.05/3595.26	c learnt constraints	: 1388
3600.05/3595.26	c ignored constraints	: 0
3600.05/3595.26	c root simplifications	: 0
3600.05/3595.26	c removed literals (reason simplification)	: 0
3600.05/3595.26	c reason swapping (by a shorter reason)	: 0
3600.05/3595.26	c Calls to reduceDB	: 0
3600.05/3595.26	c Number of update (reduction) of LBD	: 4
3600.05/3595.26	c Imported unit clauses	: 0
3600.05/3595.26	c No decision after first conflict	: false
3600.05/3595.26	c number of reductions to clauses (during analyze)	: 0
3600.05/3595.27	c number of learned constraints concerned by reduction	: 0
3600.05/3595.27	c number of learning phase by resolution	: 0
3600.05/3595.27	c number of learning phase by cutting planes	: 0
3600.05/3595.27	c number of rounding to 1 operations	: 6288
3600.05/3595.27	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3595.27	c number of reductions of the coefficients by power 2 	: 0
3600.05/3595.27	c number of right shift for reduction by power 2 	: 0
3600.05/3595.27	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3595.27	c number of ending skipping 	: 0
3600.05/3595.27	c number of internal skipping 	: 0
3600.05/3595.27	c number of derivation steps 	: 10626
3600.05/3595.27	c number of skipped derivation steps 	: 0
3600.05/3595.27	c number of remaining unassigned 	: 28273
3600.05/3595.27	c number of remaining assigned 	: 9285064
3600.05/3595.27	c number of falsified literals weakened from reason	: 0
3600.05/3595.28	c number of falsified literals weakened from conflict	: 0
3600.05/3595.28	c time for arithmetic operations	: 1604284423
3600.05/3595.28	c minimum degree of deleted constraints	: null
3600.05/3595.28	c maximum degree of deleted constraints	: null
3600.05/3595.28	c number of deleted constraints	: 0
3600.05/3595.28	c timeout
3600.05/3595.28	c speed (assignments/second)	: 1933.4119619343753
3600.05/3595.28	c non guided choices	: 2243870
3600.05/3595.28	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1
3600.05/3595.28	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 11
3600.05/3595.28	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 1376
3600.05/3595.28	s UNKNOWN
3600.05/3595.28	c Total wall clock time (in seconds): 3594.93

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449155-1721371309/watcher-4449155-1721371309 -o /tmp/evaluation-result-4449155-1721371309/solver-4449155-1721371309 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1721365670-997482 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4449155-1721371309.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=1001429, runsolver pid=1001426

[startup+0.101063 s]*
/proc/loadavg: 4.19 4.19 4.18 7/317 1001447
/proc/meminfo: memFree=98824732/131655788 swapFree=131071996/131071996
[pid=1001429] ppid=1001426 vsize=18975048 memory=58300 CPUtime=0.13 cores=0,2
/proc/1001429/stat : 1001429 (java) S 1001426 1001429 997472 0 -1 1077936128 6990 0 0 0 11 2 0 0 20 0 18 0 189289701 19430449152 14575 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
/proc/1001429/statm: 4743762 14575 5661 1 0 550908 0
[pid=1001429/tid=1001431] ppid=1001426 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/1001429/task/1001431/stat : 1001431 (java) R 1001426 1001429 997472 0 -1 4194368 5947 0 0 0 7 1 0 0 20 0 18 0 189289701 19430449152 14575 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
[pid=1001429/tid=1001440] ppid=1001426 vsize=18975048 memory=237146210664 CPUtime=0 cores=0,2
/proc/1001429/task/1001440/stat : 1001440 (Finalizer) S 1001426 1001429 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 189289705 19430449152 14575 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
[pid=1001429/tid=1001447] ppid=1001426 vsize=18975048 memory=4050198648221597728 CPUtime=0 cores=0,2
/proc/1001429/task/1001447/stat : 1001447 (Common-Cleaner) S 1001426 1001429 997472 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 189289706 19430449152 14575 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 58300 KiB

[startup+0.219554 s]*
/proc/loadavg: 4.19 4.19 4.18 6/317 1001447
/proc/meminfo: memFree=98815396/131655788 swapFree=131071996/131071996
[pid=1001429] ppid=1001426 vsize=18975048 memory=67044 CPUtime=0.3 cores=0,2
/proc/1001429/stat : 1001429 (java) S 1001426 1001429 997472 0 -1 1077936128 7643 0 0 0 27 3 0 0 20 0 18 0 189289701 19430449152 16761 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
/proc/1001429/statm: 4743762 16761 5665 1 0 551461 0
[pid=1001429/tid=1001431] ppid=1001426 vsize=18975048 memory=6007641856751698051 CPUtime=0.19 cores=0,2
/proc/1001429/task/1001431/stat : 1001431 (java) R 1001426 1001429 997472 0 -1 1077936192 6198 0 0 0 17 2 0 0 20 0 18 0 189289701 19430449152 16761 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
[pid=1001429/tid=1001440] ppid=1001426 vsize=18975048 memory=19020 CPUtime=0 cores=0,2
/proc/1001429/task/1001440/stat : 1001440 (Finalizer) S 1001426 1001429 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 189289705 19430449152 16761 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
[pid=1001429/tid=1001447] ppid=1001426 vsize=18975048 memory=15544037289509020 CPUtime=0 cores=0,2
/proc/1001429/task/1001447/stat : 1001447 (Common-Cleaner) S 1001426 1001429 997472 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 189289706 19430449152 16761 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 67044 KiB

[startup+0.31607 s]*
/proc/loadavg: 4.19 4.19 4.18 6/317 1001447
/proc/meminfo: memFree=98814136/131655788 swapFree=131071996/131071996
[pid=1001429] ppid=1001426 vsize=18975048 memory=67964 CPUtime=0.43 cores=0,2
/proc/1001429/stat : 1001429 (java) S 1001426 1001429 997472 0 -1 1077936128 7924 0 0 0 40 3 0 0 20 0 18 0 189289701 19430449152 16991 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
/proc/1001429/statm: 4743762 16991 5682 1 0 551644 0
[pid=1001429/tid=1001431] ppid=1001426 vsize=18975048 memory=-7741227592032676195 CPUtime=0.27 cores=0,2
/proc/1001429/task/1001431/stat : 1001431 (java) R 1001426 1001429 997472 0 -1 4194368 6349 0 0 0 25 2 0 0 20 0 18 0 189289701 19430449152 16991 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
[pid=1001429/tid=1001440] ppid=1001426 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/1001429/task/1001440/stat : 1001440 (Finalizer) S 1001426 1001429 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 189289705 19430449152 16991 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
[pid=1001429/tid=1001447] ppid=1001426 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/1001429/task/1001447/stat : 1001447 (Common-Cleaner) S 1001426 1001429 997472 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 189289706 19430449152 16991 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 67964 KiB

[startup+0.701058 s]
/proc/loadavg: 4.19 4.19 4.18 6/317 1001447
/proc/meminfo: memFree=98757384/131655788 swapFree=131071996/131071996
[pid=1001429] ppid=1001426 vsize=18975048 memory=215268 CPUtime=1.11 cores=0,2
/proc/1001429/stat : 1001429 (java) S 1001426 1001429 997472 0 -1 1077936128 12136 0 0 0 103 8 0 0 20 0 18 0 189289701 19430449152 53817 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
/proc/1001429/statm: 4743762 53817 5830 1 0 554467 0
[pid=1001429/tid=1001431] ppid=1001426 vsize=18975048 memory=5468 CPUtime=0.61 cores=0,2
/proc/1001429/task/1001431/stat : 1001431 (java) R 1001426 1001429 997472 0 -1 4194368 6575 0 0 0 56 5 0 0 20 0 18 0 189289701 19430449152 53817 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
[pid=1001429/tid=1001440] ppid=1001426 vsize=18975048 memory=12020 CPUtime=0 cores=0,2
/proc/1001429/task/1001440/stat : 1001440 (Finalizer) S 1001426 1001429 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 189289705 19430449152 53817 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
[pid=1001429/tid=1001447] ppid=1001426 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/1001429/task/1001447/stat : 1001447 (Common-Cleaner) S 1001426 1001429 997472 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 189289706 19430449152 53817 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 215268 KiB

[startup+1.50105 s]
/proc/loadavg: 4.19 4.19 4.18 7/318 1001448
/proc/meminfo: memFree=98494332/131655788 swapFree=131071996/131071996
[pid=1001429] ppid=1001426 vsize=19041612 memory=437056 CPUtime=2.53 cores=0,2
/proc/1001429/stat : 1001429 (java) S 1001426 1001429 997472 0 -1 1077936128 13520 0 0 0 240 13 0 0 20 0 19 0 189289701 19498610688 109264 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
/proc/1001429/statm: 4760403 109264 5862 1 0 555415 0
[pid=1001429/tid=1001431] ppid=1001426 vsize=19041612 memory=12020 CPUtime=1.25 cores=0,2
/proc/1001429/task/1001431/stat : 1001431 (java) R 1001426 1001429 997472 0 -1 4194368 6807 0 0 0 116 9 0 0 20 0 19 0 189289701 19498610688 109264 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
[pid=1001429/tid=1001440] ppid=1001426 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1001429/task/1001440/stat : 1001440 (Finalizer) S 1001426 1001429 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 189289705 19498610688 109264 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
[pid=1001429/tid=1001447] ppid=1001426 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1001429/task/1001447/stat : 1001447 (Common-Cleaner) S 1001426 1001429 997472 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 189289706 19498610688 109264 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
Current children cumulated CPU time: 2.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 437056 KiB

[startup+3.10579 s]
/proc/loadavg: 4.17 4.18 4.18 5/318 1001448
/proc/meminfo: memFree=97722144/131655788 swapFree=131071996/131071996
[pid=1001429] ppid=1001426 vsize=19041612 memory=1158040 CPUtime=4.3 cores=0,2
/proc/1001429/stat : 1001429 (java) S 1001426 1001429 997472 0 -1 1077936128 15048 0 0 0 402 28 0 0 20 0 19 0 189289701 19498610688 289510 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
/proc/1001429/statm: 4760403 289510 5862 1 0 1251106 0
[pid=1001429/tid=1001431] ppid=1001426 vsize=19041612 memory=0 CPUtime=2.6 cores=0,2
/proc/1001429/task/1001431/stat : 1001431 (java) R 1001426 1001429 997472 0 -1 4194368 7431 0 0 0 240 20 0 0 20 0 19 0 189289701 19498610688 289510 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
[pid=1001429/tid=1001440] ppid=1001426 vsize=19041612 memory=12020 CPUtime=0 cores=0,2
/proc/1001429/task/1001440/stat : 1001440 (Finalizer) S 1001426 1001429 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 189289705 19498610688 289510 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
[pid=1001429/tid=1001447] ppid=1001426 vsize=19041612 memory=531900 CPUtime=0 cores=0,2
/proc/1001429/task/1001447/stat : 1001447 (Common-Cleaner) S 1001426 1001429 997472 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 189289706 19498610688 289510 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
Current children cumulated CPU time: 4.3 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1158040 KiB

[startup+6.30044 s]
/proc/loadavg: 4.17 4.18 4.18 6/318 1001448
/proc/meminfo: memFree=95753516/131655788 swapFree=131071996/131071996
[pid=1001429] ppid=1001426 vsize=19041612 memory=3122480 CPUtime=8.32 cores=0,2
/proc/1001429/stat : 1001429 (java) S 1001426 1001429 997472 0 -1 1077936128 17451 0 0 0 765 67 0 0 20 0 19 0 189289701 19498610688 780620 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
/proc/1001429/statm: 4760403 780620 5862 1 0 1890362 0
[pid=1001429/tid=1001431] ppid=1001426 vsize=19041612 memory=0 CPUtime=5.42 cores=0,2
/proc/1001429/task/1001431/stat : 1001431 (java) R 1001426 1001429 997472 0 -1 4194368 8609 0 0 0 487 55 0 0 20 0 19 0 189289701 19498610688 780620 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
[pid=1001429/tid=1001440] ppid=1001426 vsize=19041612 memory=457720 CPUtime=0 cores=0,2
/proc/1001429/task/1001440/stat : 1001440 (Finalizer) S 1001426 1001429 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 189289705 19498610688 780620 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
[pid=1001429/tid=1001447] ppid=1001426 vsize=19041612 memory=228489167166 CPUtime=0 cores=0,2
/proc/1001429/task/1001447/stat : 1001447 (Common-Cleaner) S 1001426 1001429 997472 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 189289706 19498610688 780620 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
Current children cumulated CPU time: 8.32 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3122480 KiB

[startup+12.7004 s]
/proc/loadavg: 4.15 4.18 4.18 5/318 1001449
/proc/meminfo: memFree=95201244/131655788 swapFree=131071996/131071996
[pid=1001429] ppid=1001426 vsize=19041612 memory=3688328 CPUtime=16.15 cores=0,2
/proc/1001429/stat : 1001429 (java) S 1001426 1001429 997472 0 -1 1077936128 24310 0 0 0 1535 80 0 0 20 0 19 0 189289701 19498610688 922082 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
/proc/1001429/statm: 4760403 922082 5878 1 0 2207627 0
[pid=1001429/tid=1001431] ppid=1001426 vsize=19041612 memory=3329572 CPUtime=11.08 cores=0,2
/proc/1001429/task/1001431/stat : 1001431 (java) R 1001426 1001429 997472 0 -1 4194368 9322 0 0 0 1044 64 0 0 20 0 19 0 189289701 19498610688 922082 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
[pid=1001429/tid=1001440] ppid=1001426 vsize=19041612 memory=3303008 CPUtime=0 cores=0,2
/proc/1001429/task/1001440/stat : 1001440 (Finalizer) S 1001426 1001429 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 189289705 19498610688 922082 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
[pid=1001429/tid=1001447] ppid=1001426 vsize=19041612 memory=15817819929447570 CPUtime=0 cores=0,2
/proc/1001429/task/1001447/stat : 1001447 (Common-Cleaner) S 1001426 1001429 997472 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 189289706 19498610688 922082 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
Current children cumulated CPU time: 16.15 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3688328 KiB

[startup+25.5004 s]
/proc/loadavg: 4.12 4.17 4.18 5/319 1001452
/proc/meminfo: memFree=94964376/131655788 swapFree=131071996/131071996
[pid=1001429] ppid=1001426 vsize=19108176 memory=3864816 CPUtime=30.14 cores=0,2
/proc/1001429/stat : 1001429 (java) S 1001426 1001429 997472 0 -1 1077936128 25677 0 0 0 2928 86 0 0 20 0 20 0 189289701 19566772224 966204 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
/proc/1001429/statm: 4777044 966204 5878 1 0 2446425 0
[pid=1001429/tid=1001431] ppid=1001426 vsize=19108176 memory=3103976 CPUtime=23.7 cores=0,2
/proc/1001429/task/1001431/stat : 1001431 (java) R 1001426 1001429 997472 0 -1 4194368 9668 0 0 0 2302 68 0 0 20 0 20 0 189289701 19566772224 966204 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
[pid=1001429/tid=1001440] ppid=1001426 vsize=19108176 memory=3862736 CPUtime=0 cores=0,2
/proc/1001429/task/1001440/stat : 1001440 (Finalizer) S 1001426 1001429 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 189289705 19566772224 966204 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
[pid=1001429/tid=1001447] ppid=1001426 vsize=19108176 memory=11516 CPUtime=0 cores=0,2
/proc/1001429/task/1001447/stat : 1001447 (Common-Cleaner) S 1001426 1001429 997472 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 189289706 19566772224 966204 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
[pid=1001429/tid=1001450] ppid=1001426 vsize=19108176 memory=2350 CPUtime=0 cores=0,2
/proc/1001429/task/1001450/stat : 1001450 (Timer-0) S 1001426 1001429 997472 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 189291087 19566772224 966204 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
Current children cumulated CPU time: 30.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3864816 KiB

[startup+51.1146 s]
/proc/loadavg: 4.16 4.17 4.18 5/319 1001459
/proc/meminfo: memFree=94844884/131655788 swapFree=131071996/131071996
[pid=1001429] ppid=1001426 vsize=19108176 memory=3973952 CPUtime=56.1 cores=0,2
/proc/1001429/stat : 1001429 (java) S 1001426 1001429 997472 0 -1 1077936128 29273 0 0 0 5520 90 0 0 20 0 20 0 189289701 19566772224 993488 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
/proc/1001429/statm: 4777044 993488 5878 1 0 2446425 0
[pid=1001429/tid=1001431] ppid=1001426 vsize=19108176 memory=3973952 CPUtime=49.21 cores=0,2
/proc/1001429/task/1001431/stat : 1001431 (java) R 1001426 1001429 997472 0 -1 4194368 10324 0 0 0 4851 70 0 0 20 0 20 0 189289701 19566772224 993488 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
[pid=1001429/tid=1001440] ppid=1001426 vsize=19108176 memory=-7741227592032676195 CPUtime=0 cores=0,2
/proc/1001429/task/1001440/stat : 1001440 (Finalizer) S 1001426 1001429 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 189289705 19566772224 993488 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
[pid=1001429/tid=1001447] ppid=1001426 vsize=19108176 memory=11516 CPUtime=0 cores=0,2
/proc/1001429/task/1001447/stat : 1001447 (Common-Cleaner) S 1001426 1001429 997472 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 189289706 19566772224 993488 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
[pid=1001429/tid=1001450] ppid=1001426 vsize=19108176 memory=3688328 CPUtime=0 cores=0,2
/proc/1001429/task/1001450/stat : 1001450 (Timer-0) S 1001426 1001429 997472 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 189291087 19566772224 993488 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
Current children cumulated CPU time: 56.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3973952 KiB

[startup+102.3 s]
/proc/loadavg: 4.43 4.22 4.19 5/319 1001468

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

/proc/1001429/task/1001440/stat : 1001440 (Finalizer) S 1001426 1001429 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 189289705 19566772224 1484432 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
[pid=1001429/tid=1001447] ppid=1001426 vsize=19108176 memory=100 CPUtime=0.01 cores=0,2
/proc/1001429/task/1001447/stat : 1001447 (Common-Cleaner) S 1001426 1001429 997472 0 -1 1077936192 6640 0 0 0 0 1 0 0 20 0 20 0 189289706 19566772224 1484432 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
[pid=1001429/tid=1001450] ppid=1001426 vsize=19108176 memory=11516 CPUtime=0 cores=0,2
/proc/1001429/task/1001450/stat : 1001450 (Timer-0) S 1001426 1001429 997472 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 189291087 19566772224 1484432 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
Current children cumulated CPU time: 3226.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5937728 KiB

[startup+3282.3 s]
/proc/loadavg: 3.16 3.32 3.76 4/291 1003461
/proc/meminfo: memFree=104552192/131655788 swapFree=131071996/131071996
[pid=1001429] ppid=1001426 vsize=19108176 memory=5954172 CPUtime=3286.58 cores=0,2
/proc/1001429/stat : 1001429 (java) S 1001426 1001429 997472 0 -1 1077936128 198347 0 0 0 328358 300 0 0 20 0 20 0 189289701 19566772224 1488543 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
/proc/1001429/statm: 4777044 1488543 5894 1 0 2446693 0
[pid=1001429/tid=1001431] ppid=1001426 vsize=19108176 memory=5948028 CPUtime=3266.36 cores=0,2
/proc/1001429/task/1001431/stat : 1001431 (java) R 1001426 1001429 997472 0 -1 4194368 63280 0 0 0 326528 108 0 0 20 0 20 0 189289701 19566772224 1488543 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
[pid=1001429/tid=1001440] ppid=1001426 vsize=19108176 memory=16224 CPUtime=0 cores=0,2
/proc/1001429/task/1001440/stat : 1001440 (Finalizer) S 1001426 1001429 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 189289705 19566772224 1488543 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
[pid=1001429/tid=1001447] ppid=1001426 vsize=19108176 memory=5948028 CPUtime=0.01 cores=0,2
/proc/1001429/task/1001447/stat : 1001447 (Common-Cleaner) S 1001426 1001429 997472 0 -1 1077936192 6707 0 0 0 0 1 0 0 20 0 20 0 189289706 19566772224 1488543 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
[pid=1001429/tid=1001450] ppid=1001426 vsize=19108176 memory=5948028 CPUtime=0 cores=0,2
/proc/1001429/task/1001450/stat : 1001450 (Timer-0) S 1001426 1001429 997472 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 189291087 19566772224 1488543 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
Current children cumulated CPU time: 3286.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5954172 KiB

[startup+3342.3 s]
/proc/loadavg: 3.11 3.28 3.71 4/291 1003471
/proc/meminfo: memFree=104541536/131655788 swapFree=131071996/131071996
[pid=1001429] ppid=1001426 vsize=19108176 memory=5964440 CPUtime=3346.7 cores=0,2
/proc/1001429/stat : 1001429 (java) S 1001426 1001429 997472 0 -1 1077936128 204053 0 0 0 334368 302 0 0 20 0 20 0 189289701 19566772224 1491110 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
/proc/1001429/statm: 4777044 1491110 5894 1 0 2446693 0
[pid=1001429/tid=1001431] ppid=1001426 vsize=19108176 memory=5948028 CPUtime=3325.97 cores=0,2
/proc/1001429/task/1001431/stat : 1001431 (java) R 1001426 1001429 997472 0 -1 4194368 65293 0 0 0 332489 108 0 0 20 0 20 0 189289701 19566772224 1491110 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
[pid=1001429/tid=1001440] ppid=1001426 vsize=19108176 memory=1824 CPUtime=0 cores=0,2
/proc/1001429/task/1001440/stat : 1001440 (Finalizer) S 1001426 1001429 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 189289705 19566772224 1491110 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
[pid=1001429/tid=1001447] ppid=1001426 vsize=19108176 memory=-7741227592032676195 CPUtime=0.01 cores=0,2
/proc/1001429/task/1001447/stat : 1001447 (Common-Cleaner) S 1001426 1001429 997472 0 -1 1077936192 6824 0 0 0 0 1 0 0 20 0 20 0 189289706 19566772224 1491110 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
[pid=1001429/tid=1001450] ppid=1001426 vsize=19108176 memory=5958296 CPUtime=0 cores=0,2
/proc/1001429/task/1001450/stat : 1001450 (Timer-0) S 1001426 1001429 997472 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 189291087 19566772224 1491110 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
Current children cumulated CPU time: 3346.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5964440 KiB

[startup+3402.3 s]
/proc/loadavg: 3.13 3.25 3.68 4/291 1003482
/proc/meminfo: memFree=104541192/131655788 swapFree=131071996/131071996
[pid=1001429] ppid=1001426 vsize=19108176 memory=5964440 CPUtime=3406.72 cores=0,2
/proc/1001429/stat : 1001429 (java) S 1001426 1001429 997472 0 -1 1077936128 207818 0 0 0 340367 305 0 0 20 0 20 0 189289701 19566772224 1491110 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
/proc/1001429/statm: 4777044 1491110 5894 1 0 2446693 0
[pid=1001429/tid=1001431] ppid=1001426 vsize=19108176 memory=1824 CPUtime=3385.69 cores=0,2
/proc/1001429/task/1001431/stat : 1001431 (java) R 1001426 1001429 997472 0 -1 4194368 67382 0 0 0 338461 108 0 0 20 0 20 0 189289701 19566772224 1491110 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
[pid=1001429/tid=1001440] ppid=1001426 vsize=19108176 memory=5958296 CPUtime=0 cores=0,2
/proc/1001429/task/1001440/stat : 1001440 (Finalizer) S 1001426 1001429 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 189289705 19566772224 1491110 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
[pid=1001429/tid=1001447] ppid=1001426 vsize=19108176 memory=-7741227592032676195 CPUtime=0.01 cores=0,2
/proc/1001429/task/1001447/stat : 1001447 (Common-Cleaner) S 1001426 1001429 997472 0 -1 1077936192 6827 0 0 0 0 1 0 0 20 0 20 0 189289706 19566772224 1491110 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
[pid=1001429/tid=1001450] ppid=1001426 vsize=19108176 memory=5964440 CPUtime=0 cores=0,2
/proc/1001429/task/1001450/stat : 1001450 (Timer-0) S 1001426 1001429 997472 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 189291087 19566772224 1491110 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
Current children cumulated CPU time: 3406.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5964440 KiB

[startup+3462.3 s]
/proc/loadavg: 3.16 3.24 3.64 4/291 1003493
/proc/meminfo: memFree=104520260/131655788 swapFree=131071996/131071996
[pid=1001429] ppid=1001426 vsize=19108176 memory=5984920 CPUtime=3466.91 cores=0,2
/proc/1001429/stat : 1001429 (java) S 1001426 1001429 997472 0 -1 1077936128 210151 0 0 0 346383 308 0 0 20 0 20 0 189289701 19566772224 1496230 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
/proc/1001429/statm: 4777044 1496230 5894 1 0 2446694 0
[pid=1001429/tid=1001431] ppid=1001426 vsize=19108176 memory=1824 CPUtime=3445.22 cores=0,2
/proc/1001429/task/1001431/stat : 1001431 (java) R 1001426 1001429 997472 0 -1 4194368 68306 0 0 0 344413 109 0 0 20 0 20 0 189289701 19566772224 1496230 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
[pid=1001429/tid=1001440] ppid=1001426 vsize=19108176 memory=5958296 CPUtime=0 cores=0,2
/proc/1001429/task/1001440/stat : 1001440 (Finalizer) S 1001426 1001429 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 189289705 19566772224 1496230 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
[pid=1001429/tid=1001447] ppid=1001426 vsize=19108176 memory=5972632 CPUtime=0.01 cores=0,2
/proc/1001429/task/1001447/stat : 1001447 (Common-Cleaner) S 1001426 1001429 997472 0 -1 1077936192 6915 0 0 0 0 1 0 0 20 0 20 0 189289706 19566772224 1496230 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
[pid=1001429/tid=1001450] ppid=1001426 vsize=19108176 memory=5984920 CPUtime=0 cores=0,2
/proc/1001429/task/1001450/stat : 1001450 (Timer-0) S 1001426 1001429 997472 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 189291087 19566772224 1496230 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
Current children cumulated CPU time: 3466.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5984920 KiB

[startup+3522.3 s]
/proc/loadavg: 3.06 3.19 3.60 4/293 1003507
/proc/meminfo: memFree=104513804/131655788 swapFree=131071996/131071996
[pid=1001429] ppid=1001426 vsize=19108176 memory=5991072 CPUtime=3526.89 cores=0,2
/proc/1001429/stat : 1001429 (java) S 1001426 1001429 997472 0 -1 1077936128 216622 0 0 0 352378 311 0 0 20 0 20 0 189289701 19566772224 1497768 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
/proc/1001429/statm: 4777044 1497768 5894 1 0 2446694 0
[pid=1001429/tid=1001431] ppid=1001426 vsize=19108176 memory=5984920 CPUtime=3504.81 cores=0,2
/proc/1001429/task/1001431/stat : 1001431 (java) R 1001426 1001429 997472 0 -1 4194368 71226 0 0 0 350372 109 0 0 20 0 20 0 189289701 19566772224 1497768 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
[pid=1001429/tid=1001440] ppid=1001426 vsize=19108176 memory=5984924 CPUtime=0 cores=0,2
/proc/1001429/task/1001440/stat : 1001440 (Finalizer) S 1001426 1001429 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 189289705 19566772224 1497768 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
[pid=1001429/tid=1001447] ppid=1001426 vsize=19108176 memory=12020 CPUtime=0.01 cores=0,2
/proc/1001429/task/1001447/stat : 1001447 (Common-Cleaner) S 1001426 1001429 997472 0 -1 1077936192 7056 0 0 0 0 1 0 0 20 0 20 0 189289706 19566772224 1497768 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
[pid=1001429/tid=1001450] ppid=1001426 vsize=19108176 memory=5991072 CPUtime=0 cores=0,2
/proc/1001429/task/1001450/stat : 1001450 (Timer-0) S 1001426 1001429 997472 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 189291087 19566772224 1497768 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
Current children cumulated CPU time: 3526.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5991072 KiB

[startup+3582.3 s]
/proc/loadavg: 3.23 3.22 3.58 4/293 1003518
/proc/meminfo: memFree=104410828/131655788 swapFree=131071996/131071996
[pid=1001429] ppid=1001426 vsize=19108176 memory=6122152 CPUtime=3586.99 cores=0,2
/proc/1001429/stat : 1001429 (java) S 1001426 1001429 997472 0 -1 1077936128 220332 0 0 0 358382 317 0 0 20 0 20 0 189289701 19566772224 1530538 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
/proc/1001429/statm: 4777044 1530538 5894 1 0 2446694 0
[pid=1001429/tid=1001431] ppid=1001426 vsize=19108176 memory=12020 CPUtime=3564.11 cores=0,2
/proc/1001429/task/1001431/stat : 1001431 (java) R 1001426 1001429 997472 0 -1 4194368 73797 0 0 0 356299 112 0 0 20 0 20 0 189289701 19566772224 1530538 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
[pid=1001429/tid=1001440] ppid=1001426 vsize=19108176 memory=6017700 CPUtime=0 cores=0,2
/proc/1001429/task/1001440/stat : 1001440 (Finalizer) S 1001426 1001429 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 189289705 19566772224 1530538 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
[pid=1001429/tid=1001447] ppid=1001426 vsize=19108176 memory=164 CPUtime=0.01 cores=0,2
/proc/1001429/task/1001447/stat : 1001447 (Common-Cleaner) S 1001426 1001429 997472 0 -1 1077936192 7057 0 0 0 0 1 0 0 20 0 20 0 189289706 19566772224 1530538 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
[pid=1001429/tid=1001450] ppid=1001426 vsize=19108176 memory=11516 CPUtime=0 cores=0,2
/proc/1001429/task/1001450/stat : 1001450 (Timer-0) S 1001426 1001429 997472 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 189291087 19566772224 1530538 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
Current children cumulated CPU time: 3586.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6122152 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3595.2 s]
/proc/loadavg: 3.18 3.20 3.57 4/293 1003520
/proc/meminfo: memFree=103994244/131655788 swapFree=131071996/131071996
[pid=1001429] ppid=1001426 vsize=19108176 memory=6507184 CPUtime=3600.05 cores=0,2
/proc/1001429/stat : 1001429 (java) S 1001426 1001429 997472 0 -1 1077936128 223784 0 0 0 359678 327 0 0 20 0 20 0 189289701 19566772224 1626796 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
/proc/1001429/statm: 4777044 1626796 5894 1 0 2446695 0
[pid=1001429/tid=1001431] ppid=1001426 vsize=19108176 memory=6507184 CPUtime=3576.77 cores=0,2
/proc/1001429/task/1001431/stat : 1001431 (java) R 1001426 1001429 997472 0 -1 4194368 74153 0 0 0 357560 117 0 0 20 0 20 0 189289701 19566772224 1626796 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
[pid=1001429/tid=1001440] ppid=1001426 vsize=19108176 memory=6507184 CPUtime=0 cores=0,2
/proc/1001429/task/1001440/stat : 1001440 (Finalizer) S 1001426 1001429 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 189289705 19566772224 1626796 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
[pid=1001429/tid=1001447] ppid=1001426 vsize=19108176 memory=45044 CPUtime=0.01 cores=0,2
/proc/1001429/task/1001447/stat : 1001447 (Common-Cleaner) S 1001426 1001429 997472 0 -1 1077936192 7057 0 0 0 0 1 0 0 20 0 20 0 189289706 19566772224 1626796 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
[pid=1001429/tid=1001450] ppid=1001426 vsize=19108176 memory=-7741227592032676195 CPUtime=0 cores=0,2
/proc/1001429/task/1001450/stat : 1001450 (Timer-0) S 1001426 1001429 997472 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 189291087 19566772224 1626796 134679101440 94417485574144 94417485577840 140729910638400 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94417485585656 94417485586448 94417514209280 140729910645743 140729910645856 140729910645856 140729910652872 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6507184 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.95 s, system=3.30094 s

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

[startup+3595.3 s]*
/proc/loadavg: 3.18 3.20 3.57 5/275 1003523
/proc/meminfo: memFree=106275020/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): 3595.32
CPU time (s): 3600.25
CPU user time (s): 3596.95
CPU system time (s): 3.30094
CPU usage (%): 100.137
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 6507184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.95
system time used= 3.30094
maximum resident set size= 6508852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 226879
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3248
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 110733
involuntary context switches= 25674


# summary of solver processes directly reported to runsolver:
#   pid: 1001429
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3596.95
#   total CPU system time (s): 3.30094

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.7749 second user time and 38.3863 second system time

The end

Launcher Data

Begin job on nodeC006 at 2024-07-19 08:42:02
IDJOB=4449155
IDBENCH=160484
IDSOLVER=3046
FILE ID=nodeC006/4449155-1721371309
RUNJOBID= nodeC006-1721365670-997482
SLURM_JOB_ID= 7542802
Free space on /tmp= 723660 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/hw256/normalized-hw256-vm98p-dec.opb.negationfix.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449155-1721371309/watcher-4449155-1721371309 -o /tmp/evaluation-result-4449155-1721371309/solver-4449155-1721371309 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1721365670-997482 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4449155-1721371309.opb

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

MD5SUM BENCH= 0ade693002e69cf4f48fe48722d4f7a3
RANDOM SEED=1040647598

nodeC006.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		: 1453.160
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.94
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		: 3653.848
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.26
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.306
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.94
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.254
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.26
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		: 3675.005
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.94
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		: 3491.970
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.26
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.362
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.94
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.304
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.26
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        98861120 kB
MemAvailable:   103932676 kB
Buffers:          534476 kB
Cached:          5315340 kB
SwapCached:            0 kB
Active:          1104132 kB
Inactive:       30949564 kB
Active(anon):       1468 kB
Inactive(anon): 26240160 kB
Active(file):    1102664 kB
Inactive(file):  4709404 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             31592 kB
Writeback:             0 kB
AnonPages:      26203924 kB
Mapped:           126116 kB
Shmem:             37704 kB
KReclaimable:     199040 kB
Slab:             314780 kB
SReclaimable:     199040 kB
SUnreclaim:       115740 kB
KernelStack:        4832 kB
PageTables:        61320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   30726508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            59968 kB
HardwareCorrupted:     0 kB
AnonHugePages:  25890816 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:      316232 kB
DirectMap2M:    40482816 kB
DirectMap1G:    95420416 kB

Free space on /tmp at the end= 723496 MiB
End job on nodeC006 at 2024-07-19 09:41:57