Trace number 4449245

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.27 3600.84

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/
hw512/normalized-hw512-vm90p-dec.opb.negationfix.opb
MD5SUMf94999381e02cae36541ecafb635807a
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 benchmark6.53012
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2429952
Total number of constraints10516
Number of constraints which are clauses4745
Number of constraints which are cardinality constraints (but not clauses)4745
Number of constraints which are nor clauses,nor cardinality constraints1026
Minimum length of a constraint512
Maximum length of a constraint4745
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 1782678
Number of bits of the biggest number in a constraint 21
Biggest sum of numbers in a constraint 4250098
Number of bits of the biggest sum of numbers23
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.15	c See www.sat4j.org for details.
0.11/0.17	c version CUSTOM.v20240707
0.11/0.19	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.19	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.19	c java.vm.version	22.0.1+8-16
0.11/0.19	c java.vm.vendor	Oracle Corporation
0.11/0.19	c sun.arch.data.model	64
0.11/0.19	c java.version		22.0.1
0.11/0.19	c os.name		Linux
0.11/0.19	c os.version		4.18.0-301.1.el8.x86_64
0.11/0.19	c os.arch		amd64
0.25/0.21	c Free memory 		2113181440
0.25/0.21	c Max memory 		16282288128
0.25/0.21	c Total memory 		2122317824
0.25/0.21	c Number of processors 	2
0.38/0.37	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.38/0.37	 - never skip resolution steps
0.38/0.37	 - Auto-division on coefficients is disabled
0.38/0.37	 - No postprocessing
0.38/0.37	 - Conflict is considered as is when resolving
0.38/0.37	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.38/0.37	 - Weaken first using unassigned literals
0.38/0.37	 - Bump strategy: ALWAYS_ONE
0.38/0.37	 - Bumper: ASSIGNED
0.38/0.37	--- Begin Solver configuration ---
0.38/0.37	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.38/0.37	Learn all clauses as in MiniSAT
0.38/0.37	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.37	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.38/0.37	No reason simplification
0.38/0.37	Armin Biere (Picosat) restarts strategy
0.38/0.37	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.38/0.37	timeout=2147483s
0.38/0.37	DB Simplification allowed=false
0.38/0.37	Listener: none
0.38/0.37	--- End Solver configuration ---
0.38/0.37	c Pseudo Boolean Optimization by upper bound
0.38/0.37	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.38/0.37	c  - never skip resolution steps
0.38/0.37	c  - Auto-division on coefficients is disabled
0.38/0.37	c  - No postprocessing
0.38/0.37	c  - Conflict is considered as is when resolving
0.38/0.37	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.38/0.37	c  - Weaken first using unassigned literals
0.38/0.37	c  - Bump strategy: ALWAYS_ONE
0.38/0.37	c  - Bumper: ASSIGNED
0.38/0.37	c --- Begin Solver configuration ---
0.38/0.37	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.38/0.37	c Learn all clauses as in MiniSAT
0.38/0.37	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.37	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.38/0.37	c No reason simplification
0.38/0.37	c Armin Biere (Picosat) restarts strategy
0.38/0.37	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.38/0.37	c timeout=2147483s
0.38/0.37	c DB Simplification allowed=false
0.38/0.37	c Listener: none
0.38/0.37	c --- End Solver configuration ---
0.38/0.37	c solving HOME/instance-4449245-1721373018.opb
0.38/0.37	c reading problem ... 
0.52/0.41	c  no objective function found
93.97/86.59	c ... done. Wall clock time 86.21s.
93.97/86.59	c declared #vars     2429952
93.97/86.59	c #constraints  10516
93.97/86.59	c constraints type 
93.97/86.59	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 4745
93.97/86.59	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1026
93.97/86.59	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4745
93.97/86.59	c 10516 constraints processed.
3600.03/3600.75	c starts		: 1
3600.03/3600.75	c conflicts		: 4
3600.03/3600.75	c decisions		: 2411361
3600.03/3600.75	c propagations		: 2422923
3600.03/3600.75	c inspects		: 2419229
3600.03/3600.75	c shortcuts		: 0
3600.03/3600.75	c learnt literals	: 0
3600.03/3600.75	c learnt binary clauses	: 0
3600.03/3600.78	c learnt ternary clauses	: 0
3600.03/3600.78	c learnt constraints	: 3
3600.03/3600.78	c ignored constraints	: 0
3600.03/3600.78	c root simplifications	: 0
3600.03/3600.78	c removed literals (reason simplification)	: 0
3600.03/3600.78	c reason swapping (by a shorter reason)	: 0
3600.03/3600.78	c Calls to reduceDB	: 0
3600.03/3600.78	c Number of update (reduction) of LBD	: 0
3600.03/3600.78	c Imported unit clauses	: 0
3600.03/3600.78	c No decision after first conflict	: false
3600.03/3600.78	c number of reductions to clauses (during analyze)	: 0
3600.03/3600.78	c number of learned constraints concerned by reduction	: 0
3600.03/3600.78	c number of learning phase by resolution	: 0
3600.03/3600.78	c number of learning phase by cutting planes	: 0
3600.03/3600.78	c number of rounding to 1 operations	: 34
3600.03/3600.78	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3600.78	c number of reductions of the coefficients by power 2 	: 0
3600.03/3600.78	c number of right shift for reduction by power 2 	: 0
3600.03/3600.78	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3600.78	c number of ending skipping 	: 0
3600.03/3600.78	c number of internal skipping 	: 0
3600.03/3600.78	c number of derivation steps 	: 969
3600.03/3600.78	c number of skipped derivation steps 	: 0
3600.03/3600.78	c number of remaining unassigned 	: 46
3600.03/3600.78	c number of remaining assigned 	: 370529
3600.03/3600.78	c number of falsified literals weakened from reason	: 0
3600.03/3600.78	c number of falsified literals weakened from conflict	: 0
3600.03/3600.78	c time for arithmetic operations	: 198347409
3600.03/3600.80	c minimum degree of deleted constraints	: null
3600.03/3600.80	c maximum degree of deleted constraints	: null
3600.03/3600.80	c number of deleted constraints	: 0
3600.03/3600.80	c speed (assignments/second)	: 689.4894059132923
3600.03/3600.80	c non guided choices	: 2407548
3600.03/3600.80	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 3
3600.23/3600.80	s UNKNOWN
3600.23/3600.80	c Total wall clock time (in seconds): 3600.428

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449245-1721373018/watcher-4449245-1721373018 -o /tmp/evaluation-result-4449245-1721373018/solver-4449245-1721373018 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1721365670-997484 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4449245-1721373018.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=1002510, runsolver pid=1002507
Current StackSize limit: 8192 KiB


[startup+0.100076 s]*
/proc/loadavg: 4.25 4.34 4.26 8/315 1002528
/proc/meminfo: memFree=104858080/131655788 swapFree=131071996/131071996
[pid=1002510] ppid=1002507 vsize=18975048 memory=55992 CPUtime=0.11 cores=1,3
/proc/1002510/stat : 1002510 (java) S 1002507 1002510 997472 0 -1 1077936128 6419 0 0 0 8 3 0 0 20 0 18 0 189460692 19430449152 13998 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
/proc/1002510/statm: 4743762 13998 5686 1 0 550777 0
[pid=1002510/tid=1002512] ppid=1002507 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/1002510/task/1002512/stat : 1002512 (java) R 1002507 1002510 997472 0 -1 4194368 5353 0 0 0 6 2 0 0 20 0 18 0 189460692 19430449152 13998 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
[pid=1002510/tid=1002521] ppid=1002507 vsize=18975048 memory=237146210664 CPUtime=0 cores=1,3
/proc/1002510/task/1002521/stat : 1002521 (Finalizer) S 1002507 1002510 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 189460698 19430449152 13998 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
[pid=1002510/tid=1002528] ppid=1002507 vsize=18975048 memory=4050198648221597728 CPUtime=0 cores=1,3
/proc/1002510/task/1002528/stat : 1002528 (Common-Cleaner) S 1002507 1002510 997472 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 189460699 19430449152 13998 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 55992 KiB

[startup+0.206069 s]*
/proc/loadavg: 4.25 4.34 4.26 6/315 1002528
/proc/meminfo: memFree=104852868/131655788 swapFree=131071996/131071996
[pid=1002510] ppid=1002507 vsize=18975048 memory=60876 CPUtime=0.25 cores=1,3
/proc/1002510/stat : 1002510 (java) S 1002507 1002510 997472 0 -1 1077936128 7120 0 0 0 21 4 0 0 20 0 18 0 189460692 19430449152 15219 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
/proc/1002510/statm: 4743762 15219 5695 1 0 551348 0
[pid=1002510/tid=1002512] ppid=1002507 vsize=18975048 memory=6007641856751698051 CPUtime=0.18 cores=1,3
/proc/1002510/task/1002512/stat : 1002512 (java) R 1002507 1002510 997472 0 -1 4194368 5664 0 0 0 15 3 0 0 20 0 18 0 189460692 19430449152 15219 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
[pid=1002510/tid=1002521] ppid=1002507 vsize=18975048 memory=19020 CPUtime=0 cores=1,3
/proc/1002510/task/1002521/stat : 1002521 (Finalizer) S 1002507 1002510 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 189460698 19430449152 15219 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
[pid=1002510/tid=1002528] ppid=1002507 vsize=18975048 memory=15544037289509020 CPUtime=0 cores=1,3
/proc/1002510/task/1002528/stat : 1002528 (Common-Cleaner) S 1002507 1002510 997472 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 189460699 19430449152 15219 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 60876 KiB

[startup+0.305958 s]*
/proc/loadavg: 4.25 4.34 4.26 5/315 1002528
/proc/meminfo: memFree=104847456/131655788 swapFree=131071996/131071996
[pid=1002510] ppid=1002507 vsize=18975048 memory=65956 CPUtime=0.38 cores=1,3
/proc/1002510/stat : 1002510 (java) S 1002507 1002510 997472 0 -1 1077936128 7440 0 0 0 33 5 0 0 20 0 18 0 189460692 19430449152 16489 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
/proc/1002510/statm: 4743762 16489 5704 1 0 551568 0
[pid=1002510/tid=1002512] ppid=1002507 vsize=18975048 memory=-7669169997994683234 CPUtime=0.27 cores=1,3
/proc/1002510/task/1002512/stat : 1002512 (java) R 1002507 1002510 997472 0 -1 4194368 5861 0 0 0 24 3 0 0 20 0 18 0 189460692 19430449152 16489 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
[pid=1002510/tid=1002521] ppid=1002507 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/1002510/task/1002521/stat : 1002521 (Finalizer) S 1002507 1002510 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 189460698 19430449152 16489 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
[pid=1002510/tid=1002528] ppid=1002507 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/1002510/task/1002528/stat : 1002528 (Common-Cleaner) S 1002507 1002510 997472 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 189460699 19430449152 16489 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65956 KiB

[startup+0.700511 s]
/proc/loadavg: 4.25 4.34 4.26 6/315 1002528
/proc/meminfo: memFree=104720232/131655788 swapFree=131071996/131071996
[pid=1002510] ppid=1002507 vsize=18975048 memory=312884 CPUtime=1.08 cores=1,3
/proc/1002510/stat : 1002510 (java) S 1002507 1002510 997472 0 -1 1077936128 12319 0 0 0 96 12 0 0 20 0 18 0 189460692 19430449152 78221 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
/proc/1002510/statm: 4743762 78221 5853 1 0 554510 0
[pid=1002510/tid=1002512] ppid=1002507 vsize=18975048 memory=5468 CPUtime=0.65 cores=1,3
/proc/1002510/task/1002512/stat : 1002512 (java) R 1002507 1002510 997472 0 -1 4194368 6268 0 0 0 56 9 0 0 20 0 18 0 189460692 19430449152 78221 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
[pid=1002510/tid=1002521] ppid=1002507 vsize=18975048 memory=12020 CPUtime=0 cores=1,3
/proc/1002510/task/1002521/stat : 1002521 (Finalizer) S 1002507 1002510 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 189460698 19430449152 78221 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
[pid=1002510/tid=1002528] ppid=1002507 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/1002510/task/1002528/stat : 1002528 (Common-Cleaner) S 1002507 1002510 997472 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 189460699 19430449152 78221 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
Current children cumulated CPU time: 1.08 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 312884 KiB

[startup+1.50076 s]
/proc/loadavg: 4.25 4.34 4.26 5/316 1002529
/proc/meminfo: memFree=104278568/131655788 swapFree=131071996/131071996
[pid=1002510] ppid=1002507 vsize=19041612 memory=657068 CPUtime=2.49 cores=1,3
/proc/1002510/stat : 1002510 (java) S 1002507 1002510 997472 0 -1 1077936128 13619 0 0 0 229 20 0 0 20 0 19 0 189460692 19498610688 164267 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
/proc/1002510/statm: 4760403 164267 5885 1 0 555432 0
[pid=1002510/tid=1002512] ppid=1002507 vsize=19041612 memory=12020 CPUtime=1.36 cores=1,3
/proc/1002510/task/1002512/stat : 1002512 (java) S 1002507 1002510 997472 0 -1 1077936192 6622 0 0 0 120 16 0 0 20 0 19 0 189460692 19498610688 164267 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
[pid=1002510/tid=1002521] ppid=1002507 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1002510/task/1002521/stat : 1002521 (Finalizer) S 1002507 1002510 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 189460698 19498610688 164267 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
[pid=1002510/tid=1002528] ppid=1002507 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1002510/task/1002528/stat : 1002528 (Common-Cleaner) S 1002507 1002510 997472 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 189460699 19498610688 164267 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
Current children cumulated CPU time: 2.49 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 657068 KiB

[startup+3.11332 s]
/proc/loadavg: 4.23 4.33 4.26 5/316 1002529
/proc/meminfo: memFree=103455572/131655788 swapFree=131071996/131071996
[pid=1002510] ppid=1002507 vsize=19041612 memory=1455584 CPUtime=4.28 cores=1,3
/proc/1002510/stat : 1002510 (java) S 1002507 1002510 997472 0 -1 1077936128 15106 0 0 0 392 36 0 0 20 0 19 0 189460692 19498610688 363896 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
/proc/1002510/statm: 4760403 363896 5885 1 0 1092283 0
[pid=1002510/tid=1002512] ppid=1002507 vsize=19041612 memory=0 CPUtime=2.69 cores=1,3
/proc/1002510/task/1002512/stat : 1002512 (java) R 1002507 1002510 997472 0 -1 4194368 7190 0 0 0 241 28 0 0 20 0 19 0 189460692 19498610688 363896 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
[pid=1002510/tid=1002521] ppid=1002507 vsize=19041612 memory=12020 CPUtime=0 cores=1,3
/proc/1002510/task/1002521/stat : 1002521 (Finalizer) S 1002507 1002510 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 189460698 19498610688 363896 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
[pid=1002510/tid=1002528] ppid=1002507 vsize=19041612 memory=685740 CPUtime=0 cores=1,3
/proc/1002510/task/1002528/stat : 1002528 (Common-Cleaner) S 1002507 1002510 997472 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 189460699 19498610688 363896 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
Current children cumulated CPU time: 4.28 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1455584 KiB

[startup+6.30043 s]
/proc/loadavg: 4.23 4.33 4.26 5/316 1002529
/proc/meminfo: memFree=102394556/131655788 swapFree=131071996/131071996
[pid=1002510] ppid=1002507 vsize=19041612 memory=2514340 CPUtime=8 cores=1,3
/proc/1002510/stat : 1002510 (java) S 1002507 1002510 997472 0 -1 1077936128 16491 0 0 0 740 60 0 0 20 0 19 0 189460692 19498610688 628585 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
/proc/1002510/statm: 4760403 628585 5885 1 0 1729459 0
[pid=1002510/tid=1002512] ppid=1002507 vsize=19041612 memory=0 CPUtime=5.37 cores=1,3
/proc/1002510/task/1002512/stat : 1002512 (java) R 1002507 1002510 997472 0 -1 4194368 7807 0 0 0 492 45 0 0 20 0 19 0 189460692 19498610688 628585 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
[pid=1002510/tid=1002521] ppid=1002507 vsize=19041612 memory=663212 CPUtime=0 cores=1,3
/proc/1002510/task/1002521/stat : 1002521 (Finalizer) S 1002507 1002510 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 189460698 19498610688 628585 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
[pid=1002510/tid=1002528] ppid=1002507 vsize=19041612 memory=228489167166 CPUtime=0 cores=1,3
/proc/1002510/task/1002528/stat : 1002528 (Common-Cleaner) S 1002507 1002510 997472 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 189460699 19498610688 628585 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
Current children cumulated CPU time: 8 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2514340 KiB

[startup+12.7005 s]
/proc/loadavg: 4.42 4.37 4.28 5/318 1002535
/proc/meminfo: memFree=100233648/131655788 swapFree=131071996/131071996
[pid=1002510] ppid=1002507 vsize=19041612 memory=4670460 CPUtime=15.57 cores=1,3
/proc/1002510/stat : 1002510 (java) S 1002507 1002510 997472 0 -1 1077936128 19596 0 0 0 1450 107 0 0 20 0 19 0 189460692 19498610688 1167615 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
/proc/1002510/statm: 4760403 1167615 5885 1 0 2450368 0
[pid=1002510/tid=1002512] ppid=1002507 vsize=19041612 memory=4287464 CPUtime=11.04 cores=1,3
/proc/1002510/task/1002512/stat : 1002512 (java) R 1002507 1002510 997472 0 -1 4194368 9452 0 0 0 1021 83 0 0 20 0 19 0 189460692 19498610688 1167615 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
[pid=1002510/tid=1002521] ppid=1002507 vsize=19041612 memory=3867340 CPUtime=0 cores=1,3
/proc/1002510/task/1002521/stat : 1002521 (Finalizer) S 1002507 1002510 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 189460698 19498610688 1167615 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
[pid=1002510/tid=1002528] ppid=1002507 vsize=19041612 memory=15817819929447570 CPUtime=0 cores=1,3
/proc/1002510/task/1002528/stat : 1002528 (Common-Cleaner) S 1002507 1002510 997472 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 189460699 19498610688 1167615 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
Current children cumulated CPU time: 15.57 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4670460 KiB

[startup+25.5005 s]
/proc/loadavg: 4.44 4.38 4.28 5/318 1002536
/proc/meminfo: memFree=99512104/131655788 swapFree=131071996/131071996
[pid=1002510] ppid=1002507 vsize=19041612 memory=5390480 CPUtime=29.6 cores=1,3
/proc/1002510/stat : 1002510 (java) S 1002507 1002510 997472 0 -1 1077936128 20925 0 0 0 2833 127 0 0 20 0 19 0 189460692 19498610688 1347620 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
/proc/1002510/statm: 4760403 1347620 5885 1 0 2521432 0
[pid=1002510/tid=1002512] ppid=1002507 vsize=19041612 memory=5367952 CPUtime=22.87 cores=1,3
/proc/1002510/task/1002512/stat : 1002512 (java) R 1002507 1002510 997472 0 -1 4194368 10407 0 0 0 2190 97 0 0 20 0 19 0 189460692 19498610688 1347620 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
[pid=1002510/tid=1002521] ppid=1002507 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1002510/task/1002521/stat : 1002521 (Finalizer) S 1002507 1002510 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 189460698 19498610688 1347620 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
[pid=1002510/tid=1002528] ppid=1002507 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1002510/task/1002528/stat : 1002528 (Common-Cleaner) S 1002507 1002510 997472 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 189460699 19498610688 1347620 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
Current children cumulated CPU time: 29.6 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5390480 KiB

[startup+51.1136 s]
/proc/loadavg: 4.34 4.36 4.27 5/318 1002541
/proc/meminfo: memFree=99000768/131655788 swapFree=131071996/131071996
[pid=1002510] ppid=1002507 vsize=19041612 memory=5900988 CPUtime=57.36 cores=1,3
/proc/1002510/stat : 1002510 (java) S 1002507 1002510 997472 0 -1 1077936128 40314 0 0 0 5590 146 0 0 20 0 19 0 189460692 19498610688 1475247 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
/proc/1002510/statm: 4760403 1475247 5917 1 0 2811418 0
[pid=1002510/tid=1002512] ppid=1002507 vsize=19041612 memory=0 CPUtime=46.46 cores=1,3
/proc/1002510/task/1002512/stat : 1002512 (java) S 1002507 1002510 997472 0 -1 1077936192 12908 0 0 0 4536 110 0 0 20 0 19 0 189460692 19498610688 1475247 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 4 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
[pid=1002510/tid=1002521] ppid=1002507 vsize=19041612 memory=4670460 CPUtime=0 cores=1,3
/proc/1002510/task/1002521/stat : 1002521 (Finalizer) S 1002507 1002510 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 189460698 19498610688 1475247 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
[pid=1002510/tid=1002528] ppid=1002507 vsize=19041612 memory=1455584 CPUtime=0 cores=1,3
/proc/1002510/task/1002528/stat : 1002528 (Common-Cleaner) S 1002507 1002510 997472 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 189460699 19498610688 1475247 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
Current children cumulated CPU time: 57.36 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5900988 KiB

[startup+102.301 s]
/proc/loadavg: 4.28 4.33 4.27 5/319 1002551
/proc/meminfo: memFree=97722804/131655788 swapFree=131071996/131071996
[pid=1002510] ppid=1002507 vsize=19108176 memory=7113024 CPUtime=112.45 cores=1,3
/proc/1002510/stat : 1002510 (java) S 1002507 1002510 997472 0 -1 1077936128 53929 0 0 0 11066 179 0 0 20 0 20 0 189460692 19566772224 1778256 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
/proc/1002510/statm: 4777044 1778256 5917 1 0 2812658 0

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

[startup+3282.3 s]
/proc/loadavg: 2.19 2.16 2.44 3/266 1004368
/proc/meminfo: memFree=110266072/131655788 swapFree=131071996/131071996
[pid=1002510] ppid=1002507 vsize=19108176 memory=7336356 CPUtime=3282.95 cores=1,3
/proc/1002510/stat : 1002510 (java) S 1002507 1002510 997472 0 -1 1077936128 111931 0 0 0 327906 389 0 0 20 0 20 0 189460692 19566772224 1834089 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
/proc/1002510/statm: 4777044 1834089 5917 1 0 2812658 0
[pid=1002510/tid=1002512] ppid=1002507 vsize=19108176 memory=45044 CPUtime=3261.97 cores=1,3
/proc/1002510/task/1002512/stat : 1002512 (java) R 1002507 1002510 997472 0 -1 4194368 36074 0 0 0 326037 160 0 0 20 0 20 0 189460692 19566772224 1834089 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 7 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
[pid=1002510/tid=1002521] ppid=1002507 vsize=19108176 memory=7336356 CPUtime=0 cores=1,3
/proc/1002510/task/1002521/stat : 1002521 (Finalizer) S 1002507 1002510 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 189460698 19566772224 1834089 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
[pid=1002510/tid=1002528] ppid=1002507 vsize=19108176 memory=11516 CPUtime=0.01 cores=1,3
/proc/1002510/task/1002528/stat : 1002528 (Common-Cleaner) S 1002507 1002510 997472 0 -1 1077936192 8338 0 0 0 0 1 0 0 20 0 20 0 189460699 19566772224 1834089 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
[pid=1002510/tid=1002548] ppid=1002507 vsize=19108176 memory=7336356 CPUtime=0 cores=1,3
/proc/1002510/task/1002548/stat : 1002548 (Timer-0) S 1002507 1002510 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 189469361 19566772224 1834089 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
Current children cumulated CPU time: 3282.95 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7336356 KiB

[startup+3342.3 s]
/proc/loadavg: 2.17 2.16 2.43 3/265 1004379
/proc/meminfo: memFree=110265796/131655788 swapFree=131071996/131071996
[pid=1002510] ppid=1002507 vsize=19108176 memory=7336356 CPUtime=3342.73 cores=1,3
/proc/1002510/stat : 1002510 (java) S 1002507 1002510 997472 0 -1 1077936128 113393 0 0 0 333880 393 0 0 20 0 20 0 189460692 19566772224 1834089 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
/proc/1002510/statm: 4777044 1834089 5917 1 0 2812658 0
[pid=1002510/tid=1002512] ppid=1002507 vsize=19108176 memory=11516 CPUtime=3321.67 cores=1,3
/proc/1002510/task/1002512/stat : 1002512 (java) R 1002507 1002510 997472 0 -1 4194368 36295 0 0 0 332007 160 0 0 20 0 20 0 189460692 19566772224 1834089 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 7 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
[pid=1002510/tid=1002521] ppid=1002507 vsize=19108176 memory=7336356 CPUtime=0 cores=1,3
/proc/1002510/task/1002521/stat : 1002521 (Finalizer) S 1002507 1002510 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 189460698 19566772224 1834089 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
[pid=1002510/tid=1002528] ppid=1002507 vsize=19108176 memory=7336356 CPUtime=0.01 cores=1,3
/proc/1002510/task/1002528/stat : 1002528 (Common-Cleaner) S 1002507 1002510 997472 0 -1 1077936192 8504 0 0 0 0 1 0 0 20 0 20 0 189460699 19566772224 1834089 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
[pid=1002510/tid=1002548] ppid=1002507 vsize=19108176 memory=32736 CPUtime=0 cores=1,3
/proc/1002510/task/1002548/stat : 1002548 (Timer-0) S 1002507 1002510 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 189469361 19566772224 1834089 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
Current children cumulated CPU time: 3342.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7336356 KiB

[startup+3402.3 s]
/proc/loadavg: 1.90 2.10 2.39 2/239 1004422
/proc/meminfo: memFree=117417948/131655788 swapFree=131071996/131071996
[pid=1002510] ppid=1002507 vsize=19108176 memory=7336356 CPUtime=3402.49 cores=1,3
/proc/1002510/stat : 1002510 (java) S 1002507 1002510 997472 0 -1 1077936128 114444 0 0 0 339851 398 0 0 20 0 20 0 189460692 19566772224 1834089 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
/proc/1002510/statm: 4777044 1834089 5917 1 0 2812658 0
[pid=1002510/tid=1002512] ppid=1002507 vsize=19108176 memory=7336356 CPUtime=3381.37 cores=1,3
/proc/1002510/task/1002512/stat : 1002512 (java) R 1002507 1002510 997472 0 -1 4194368 36562 0 0 0 337976 161 0 0 20 0 20 0 189460692 19566772224 1834089 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 7 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
[pid=1002510/tid=1002521] ppid=1002507 vsize=19108176 memory=7336356 CPUtime=0 cores=1,3
/proc/1002510/task/1002521/stat : 1002521 (Finalizer) S 1002507 1002510 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 189460698 19566772224 1834089 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
[pid=1002510/tid=1002528] ppid=1002507 vsize=19108176 memory=7336356 CPUtime=0.01 cores=1,3
/proc/1002510/task/1002528/stat : 1002528 (Common-Cleaner) S 1002507 1002510 997472 0 -1 1077936192 8667 0 0 0 0 1 0 0 20 0 20 0 189460699 19566772224 1834089 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
[pid=1002510/tid=1002548] ppid=1002507 vsize=19108176 memory=7336356 CPUtime=0 cores=1,3
/proc/1002510/task/1002548/stat : 1002548 (Timer-0) S 1002507 1002510 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 189469361 19566772224 1834089 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
Current children cumulated CPU time: 3402.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7336356 KiB

[startup+3462.3 s]
/proc/loadavg: 1.37 1.91 2.30 2/239 1004432
/proc/meminfo: memFree=117417636/131655788 swapFree=131071996/131071996
[pid=1002510] ppid=1002507 vsize=19108176 memory=7336360 CPUtime=3462.23 cores=1,3
/proc/1002510/stat : 1002510 (java) S 1002507 1002510 997472 0 -1 1077936128 115740 0 0 0 345821 402 0 0 20 0 20 0 189460692 19566772224 1834090 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
/proc/1002510/statm: 4777044 1834090 5917 1 0 2812658 0
[pid=1002510/tid=1002512] ppid=1002507 vsize=19108176 memory=7336356 CPUtime=3441.03 cores=1,3
/proc/1002510/task/1002512/stat : 1002512 (java) R 1002507 1002510 997472 0 -1 4194368 36779 0 0 0 343942 161 0 0 20 0 20 0 189460692 19566772224 1834090 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 7 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
[pid=1002510/tid=1002521] ppid=1002507 vsize=19108176 memory=7336356 CPUtime=0 cores=1,3
/proc/1002510/task/1002521/stat : 1002521 (Finalizer) S 1002507 1002510 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 189460698 19566772224 1834090 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
[pid=1002510/tid=1002528] ppid=1002507 vsize=19108176 memory=7336356 CPUtime=0.02 cores=1,3
/proc/1002510/task/1002528/stat : 1002528 (Common-Cleaner) S 1002507 1002510 997472 0 -1 1077936192 8821 0 0 0 1 1 0 0 20 0 20 0 189460699 19566772224 1834090 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
[pid=1002510/tid=1002548] ppid=1002507 vsize=19108176 memory=7336360 CPUtime=0 cores=1,3
/proc/1002510/task/1002548/stat : 1002548 (Timer-0) S 1002507 1002510 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 189469361 19566772224 1834090 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
Current children cumulated CPU time: 3462.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7336360 KiB

[startup+3522.3 s]
/proc/loadavg: 1.23 1.77 2.23 2/239 1004443
/proc/meminfo: memFree=117417448/131655788 swapFree=131071996/131071996
[pid=1002510] ppid=1002507 vsize=19108176 memory=7336360 CPUtime=3521.97 cores=1,3
/proc/1002510/stat : 1002510 (java) S 1002507 1002510 997472 0 -1 1077936128 116712 0 0 0 351790 407 0 0 20 0 20 0 189460692 19566772224 1834090 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
/proc/1002510/statm: 4777044 1834090 5917 1 0 2812658 0
[pid=1002510/tid=1002512] ppid=1002507 vsize=19108176 memory=45044 CPUtime=3500.7 cores=1,3
/proc/1002510/task/1002512/stat : 1002512 (java) R 1002507 1002510 997472 0 -1 4194368 36977 0 0 0 349909 161 0 0 20 0 20 0 189460692 19566772224 1834090 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 7 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
[pid=1002510/tid=1002521] ppid=1002507 vsize=19108176 memory=7336360 CPUtime=0 cores=1,3
/proc/1002510/task/1002521/stat : 1002521 (Finalizer) S 1002507 1002510 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 189460698 19566772224 1834090 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
[pid=1002510/tid=1002528] ppid=1002507 vsize=19108176 memory=11516 CPUtime=0.02 cores=1,3
/proc/1002510/task/1002528/stat : 1002528 (Common-Cleaner) S 1002507 1002510 997472 0 -1 1077936192 8974 0 0 0 1 1 0 0 20 0 20 0 189460699 19566772224 1834090 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
[pid=1002510/tid=1002548] ppid=1002507 vsize=19108176 memory=7336360 CPUtime=0 cores=1,3
/proc/1002510/task/1002548/stat : 1002548 (Timer-0) S 1002507 1002510 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 189469361 19566772224 1834090 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
Current children cumulated CPU time: 3521.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7336360 KiB

[startup+3582.3 s]
/proc/loadavg: 1.08 1.63 2.15 2/239 1004453
/proc/meminfo: memFree=117415100/131655788 swapFree=131071996/131071996
[pid=1002510] ppid=1002507 vsize=19108176 memory=7338408 CPUtime=3581.71 cores=1,3
/proc/1002510/stat : 1002510 (java) S 1002507 1002510 997472 0 -1 1077936128 118064 0 0 0 357760 411 0 0 20 0 20 0 189460692 19566772224 1834602 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
/proc/1002510/statm: 4777044 1834602 5917 1 0 2812658 0
[pid=1002510/tid=1002512] ppid=1002507 vsize=19108176 memory=7338408 CPUtime=3560.36 cores=1,3
/proc/1002510/task/1002512/stat : 1002512 (java) R 1002507 1002510 997472 0 -1 4194368 37261 0 0 0 355874 162 0 0 20 0 20 0 189460692 19566772224 1834602 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 7 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
[pid=1002510/tid=1002521] ppid=1002507 vsize=19108176 memory=11516 CPUtime=0 cores=1,3
/proc/1002510/task/1002521/stat : 1002521 (Finalizer) S 1002507 1002510 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 189460698 19566772224 1834602 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
[pid=1002510/tid=1002528] ppid=1002507 vsize=19108176 memory=7338408 CPUtime=0.02 cores=1,3
/proc/1002510/task/1002528/stat : 1002528 (Common-Cleaner) S 1002507 1002510 997472 0 -1 1077936192 9130 0 0 0 1 1 0 0 20 0 20 0 189460699 19566772224 1834602 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
[pid=1002510/tid=1002548] ppid=1002507 vsize=19108176 memory=45044 CPUtime=0 cores=1,3
/proc/1002510/task/1002548/stat : 1002548 (Timer-0) S 1002507 1002510 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 189469361 19566772224 1834602 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
Current children cumulated CPU time: 3581.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7338408 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3600.7 s]
/proc/loadavg: 1.13 1.60 2.13 2/239 1004456
/proc/meminfo: memFree=117414988/131655788 swapFree=131071996/131071996
[pid=1002510] ppid=1002507 vsize=19108176 memory=7338408 CPUtime=3600.03 cores=1,3
/proc/1002510/stat : 1002510 (java) S 1002507 1002510 997472 0 -1 1077936128 118148 0 0 0 359590 413 0 0 20 0 20 0 189460692 19566772224 1834602 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
/proc/1002510/statm: 4777044 1834602 5917 1 0 2812658 0
[pid=1002510/tid=1002512] ppid=1002507 vsize=19108176 memory=7336360 CPUtime=3578.66 cores=1,3
/proc/1002510/task/1002512/stat : 1002512 (java) R 1002507 1002510 997472 0 -1 4194368 37334 0 0 0 357704 162 0 0 20 0 20 0 189460692 19566772224 1834602 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 7 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
[pid=1002510/tid=1002521] ppid=1002507 vsize=19108176 memory=7338408 CPUtime=0 cores=1,3
/proc/1002510/task/1002521/stat : 1002521 (Finalizer) S 1002507 1002510 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 189460698 19566772224 1834602 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
[pid=1002510/tid=1002528] ppid=1002507 vsize=19108176 memory=16224 CPUtime=0.02 cores=1,3
/proc/1002510/task/1002528/stat : 1002528 (Common-Cleaner) S 1002507 1002510 997472 0 -1 1077936192 9130 0 0 0 1 1 0 0 20 0 20 0 189460699 19566772224 1834602 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
[pid=1002510/tid=1002548] ppid=1002507 vsize=19108176 memory=-9187040399064333254 CPUtime=0 cores=1,3
/proc/1002510/task/1002548/stat : 1002548 (Timer-0) S 1002507 1002510 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 189469361 19566772224 1834602 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7338408 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.1 s, system=4.16785 s

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

[startup+3600.81 s]
/proc/loadavg: 1.13 1.60 2.13 2/239 1004456
/proc/meminfo: memFree=117414988/131655788 swapFree=131071996/131071996
[pid=1002510] ppid=1002507 vsize=19307868 memory=7347280 CPUtime=3600.23 cores=1,3
/proc/1002510/stat : 1002510 (java) S 1002507 1002510 997472 0 -1 1077936128 121931 0 0 0 359609 414 0 0 20 0 21 0 189460692 19771256832 1836820 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
/proc/1002510/statm: 4826967 1836820 5914 1 0 2813577 0
[pid=1002510/tid=1002512] ppid=1002507 vsize=19307868 memory=45044 CPUtime=3578.77 cores=1,3
/proc/1002510/task/1002512/stat : 1002512 (java) R 1002507 1002510 997472 0 -1 4194368 37334 0 0 0 357715 162 0 0 20 0 21 0 189460692 19771256832 1836820 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 7 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
[pid=1002510/tid=1002521] ppid=1002507 vsize=19307868 memory=-7669169997994683234 CPUtime=0 cores=1,3
/proc/1002510/task/1002521/stat : 1002521 (Finalizer) S 1002507 1002510 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 189460698 19771256832 1836820 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
[pid=1002510/tid=1002528] ppid=1002507 vsize=19307868 memory=18875 CPUtime=0.02 cores=1,3
/proc/1002510/task/1002528/stat : 1002528 (Common-Cleaner) S 1002507 1002510 997472 0 -1 1077936192 9130 0 0 0 1 1 0 0 20 0 21 0 189460699 19771256832 1836820 134679101440 94623610179584 94623610183280 140724702315520 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94623610191096 94623610191888 94623611912192 140724702319599 140724702319712 140724702319712 140724702326728 0
Current children cumulated CPU time: 3600.23 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 7347280 KiB

Child status: 143

Real time (s): 3600.84
CPU time (s): 3600.27
CPU user time (s): 3596.1
CPU system time (s): 4.16785
CPU usage (%): 99.984
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 7347280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.1
system time used= 4.16785
maximum resident set size= 7348164
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 122042
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2512
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 108302
involuntary context switches= 1795


# summary of solver processes directly reported to runsolver:
#   pid: 1002510
#   total CPU time (s): 3600.27
#   total CPU user time (s): 3596.1
#   total CPU system time (s): 4.16785

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 21.386 second user time and 35.7759 second system time

The end

Launcher Data

Begin job on nodeC006 at 2024-07-19 09:10:32
IDJOB=4449245
IDBENCH=160493
IDSOLVER=3046
FILE ID=nodeC006/4449245-1721373018
RUNJOBID= nodeC006-1721365670-997484
SLURM_JOB_ID= 7542802
Free space on /tmp= 723480 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/hw512/normalized-hw512-vm90p-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-4449245-1721373018/watcher-4449245-1721373018 -o /tmp/evaluation-result-4449245-1721373018/solver-4449245-1721373018 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1721365670-997484 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4449245-1721373018.opb

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

MD5SUM BENCH= f94999381e02cae36541ecafb635807a
RANDOM SEED=156864076

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		: 3491.972
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		: 1197.555
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.406
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		: 3492.179
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.967
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.971
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.731
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.447
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:        104892748 kB
MemAvailable:   110169612 kB
Buffers:          536348 kB
Cached:          5524624 kB
SwapCached:            0 kB
Active:          1202268 kB
Inactive:       24827516 kB
Active(anon):       1460 kB
Inactive(anon): 20013244 kB
Active(file):    1200808 kB
Inactive(file):  4814272 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            119236 kB
Writeback:             0 kB
AnonPages:      19968824 kB
Mapped:           126160 kB
Shmem:             45896 kB
KReclaimable:     203628 kB
Slab:             319448 kB
SReclaimable:     203628 kB
SUnreclaim:       115820 kB
KernelStack:        4800 kB
PageTables:        49220 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   32347808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            60000 kB
HardwareCorrupted:     0 kB
AnonHugePages:  19640320 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= 723660 MiB
End job on nodeC006 at 2024-07-19 10:10:33