Trace number 4443005

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 3486.84

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
prestwich/robin/normalized-robin14.opb
MD5SUM946fa793c8e40fdbe884453e390b9fbe
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 benchmark2.99868
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8281
Total number of constraints826
Number of constraints which are clauses364
Number of constraints which are cardinality constraints (but not clauses)462
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint91
Maximum length of a constraint169
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 171
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version CUSTOM.v20240707
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2113181440
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2122317824
0.00/0.10	c Number of processors 	2
0.15/0.17	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.15/0.17	 - never skip resolution steps
0.15/0.17	 - Auto-division on coefficients is disabled
0.15/0.17	 - No postprocessing
0.15/0.17	 - Conflict is considered as is when resolving
0.15/0.17	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.15/0.17	 - Weaken first using unassigned literals
0.15/0.17	 - Bump strategy: ALWAYS_ONE
0.15/0.17	 - Bumper: ASSIGNED
0.15/0.17	--- Begin Solver configuration ---
0.15/0.17	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.15/0.17	Learn all clauses as in MiniSAT
0.15/0.17	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.15/0.17	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.15/0.17	No reason simplification
0.15/0.17	Armin Biere (Picosat) restarts strategy
0.15/0.17	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.15/0.17	timeout=2147483s
0.15/0.17	DB Simplification allowed=false
0.15/0.17	Listener: none
0.15/0.17	--- End Solver configuration ---
0.15/0.17	c Pseudo Boolean Optimization by upper bound
0.15/0.17	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.15/0.17	c  - never skip resolution steps
0.15/0.17	c  - Auto-division on coefficients is disabled
0.15/0.17	c  - No postprocessing
0.15/0.17	c  - Conflict is considered as is when resolving
0.15/0.17	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.15/0.17	c  - Weaken first using unassigned literals
0.15/0.17	c  - Bump strategy: ALWAYS_ONE
0.15/0.17	c  - Bumper: ASSIGNED
0.15/0.17	c --- Begin Solver configuration ---
0.15/0.17	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.15/0.17	c Learn all clauses as in MiniSAT
0.15/0.17	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.15/0.17	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.15/0.17	c No reason simplification
0.15/0.17	c Armin Biere (Picosat) restarts strategy
0.15/0.17	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.15/0.17	c timeout=2147483s
0.15/0.17	c DB Simplification allowed=false
0.15/0.17	c Listener: none
0.15/0.17	c --- End Solver configuration ---
0.15/0.17	c solving HOME/instance-4443005-1721311776.opb
0.15/0.17	c reading problem ... 
0.15/0.17	c  no objective function found
0.90/0.52	c ... done. Wall clock time 0.346s.
0.90/0.52	c declared #vars     8281
0.90/0.52	c #constraints  826
0.90/0.52	c constraints type 
0.90/0.52	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 462
0.90/0.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 364
0.90/0.52	c 826 constraints processed.
75.37/71.35	c cleaning 2499 clauses out of 5003 with flag 0/5003
234.82/228.81	c cleaning 4232 clauses out of 8501 with flag 0/11000
501.87/493.12	c cleaning 5620 clauses out of 11269 with flag 0/18000
873.05/859.47	c cleaning 6810 clauses out of 13650 with flag 0/26001
1432.61/1412.94	c cleaning 7906 clauses out of 15839 with flag 0/35000
1985.16/1947.67	c cleaning 8955 clauses out of 17933 with flag 0/45000
2687.35/2623.21	c cleaning 9962 clauses out of 19980 with flag 0/56002
3523.64/3413.97	c cleaning 10973 clauses out of 22016 with flag 0/68000
3600.06/3486.73	c starts		: 78
3600.06/3486.76	c conflicts		: 70425
3600.06/3486.76	c decisions		: 254495
3600.06/3486.76	c propagations		: 8699196
3600.06/3486.76	c inspects		: 476275710
3600.06/3486.76	c shortcuts		: 0
3600.06/3486.76	c learnt literals	: 0
3600.06/3486.76	c learnt binary clauses	: 0
3600.06/3486.76	c learnt ternary clauses	: 0
3600.06/3486.76	c learnt constraints	: 70425
3600.06/3486.76	c ignored constraints	: 0
3600.06/3486.76	c root simplifications	: 0
3600.06/3486.76	c removed literals (reason simplification)	: 0
3600.06/3486.76	c reason swapping (by a shorter reason)	: 0
3600.06/3486.76	c Calls to reduceDB	: 8
3600.06/3486.76	c Number of update (reduction) of LBD	: 1
3600.06/3486.76	c Imported unit clauses	: 0
3600.06/3486.76	c No decision after first conflict	: false
3600.06/3486.76	c number of reductions to clauses (during analyze)	: 0
3600.06/3486.76	c number of learned constraints concerned by reduction	: 0
3600.06/3486.76	c number of learning phase by resolution	: 0
3600.06/3486.76	c number of learning phase by cutting planes	: 0
3600.06/3486.76	c number of rounding to 1 operations	: 178462
3600.06/3486.76	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3486.76	c number of reductions of the coefficients by power 2 	: 0
3600.06/3486.76	c number of right shift for reduction by power 2 	: 0
3600.06/3486.76	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3486.76	c number of ending skipping 	: 0
3600.06/3486.76	c number of internal skipping 	: 0
3600.06/3486.76	c number of derivation steps 	: 738468
3600.06/3486.77	c number of skipped derivation steps 	: 0
3600.06/3486.77	c number of remaining unassigned 	: 47494
3600.06/3486.77	c number of remaining assigned 	: 102322180
3600.06/3486.77	c number of falsified literals weakened from reason	: 0
3600.06/3486.77	c number of falsified literals weakened from conflict	: 0
3600.06/3486.77	c time for arithmetic operations	: 14908085873
3600.06/3486.77	c timeout
3600.06/3486.77	c minimum degree of deleted constraints	: 128
3600.06/3486.78	c maximum degree of deleted constraints	: 35804054
3600.06/3486.78	c number of deleted constraints	: 56957
3600.06/3486.78	c speed (assignments/second)	: 2495.2896338096525
3600.06/3486.78	c non guided choices	: 1131
3600.06/3486.80	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1154
3600.06/3486.80	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 2612
3600.06/3486.80	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 9702
3600.22/3486.80	s UNKNOWN
3600.22/3486.80	c Total wall clock time (in seconds): 3486.633

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

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


[startup+0.1031 s]*
/proc/loadavg: 4.87 4.59 4.55 7/316 958907
/proc/meminfo: memFree=99740196/131655788 swapFree=131071996/131071996
[pid=958889] ppid=958886 vsize=18975048 memory=65212 CPUtime=0.15 cores=1,3
/proc/958889/stat : 958889 (java) S 958886 958889 953879 0 -1 1077936128 7169 0 0 0 13 2 0 0 20 0 18 0 183336296 19430449152 16303 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
/proc/958889/statm: 4743762 16303 5740 1 0 551398 0
[pid=958889/tid=958891] ppid=958886 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=1,3
/proc/958889/task/958891/stat : 958891 (java) R 958886 958889 953879 0 -1 4194368 5739 0 0 0 8 1 0 0 20 0 18 0 183336297 19430449152 16303 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
[pid=958889/tid=958900] ppid=958886 vsize=18975048 memory=237146210664 CPUtime=0 cores=1,3
/proc/958889/task/958900/stat : 958900 (Finalizer) S 958886 958889 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183336300 19430449152 16303 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
[pid=958889/tid=958907] ppid=958886 vsize=18975048 memory=4050198648221597728 CPUtime=0 cores=1,3
/proc/958889/task/958907/stat : 958907 (Common-Cleaner) S 958886 958889 953879 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 183336301 19430449152 16303 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65212 KiB

[startup+0.208479 s]*
/proc/loadavg: 4.87 4.59 4.55 7/316 958907
/proc/meminfo: memFree=99694920/131655788 swapFree=131071996/131071996
[pid=958889] ppid=958886 vsize=18975048 memory=77656 CPUtime=0.34 cores=1,3
/proc/958889/stat : 958889 (java) S 958886 958889 953879 0 -1 1077936128 7599 0 0 0 32 2 0 0 20 0 18 0 183336296 19430449152 19414 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
/proc/958889/statm: 4743762 19414 5872 1 0 551723 0
[pid=958889/tid=958891] ppid=958886 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=1,3
/proc/958889/task/958891/stat : 958891 (java) R 958886 958889 953879 0 -1 4194368 6051 0 0 0 17 1 0 0 20 0 18 0 183336297 19430449152 19414 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
[pid=958889/tid=958900] ppid=958886 vsize=18975048 memory=19020 CPUtime=0 cores=1,3
/proc/958889/task/958900/stat : 958900 (Finalizer) S 958886 958889 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183336300 19430449152 19414 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
[pid=958889/tid=958907] ppid=958886 vsize=18975048 memory=15544037289509020 CPUtime=0 cores=1,3
/proc/958889/task/958907/stat : 958907 (Common-Cleaner) S 958886 958889 953879 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 183336301 19430449152 19414 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 77656 KiB

[startup+0.309135 s]*
/proc/loadavg: 4.87 4.59 4.55 6/316 958907
/proc/meminfo: memFree=99666368/131655788 swapFree=131071996/131071996
[pid=958889] ppid=958886 vsize=18975048 memory=96104 CPUtime=0.53 cores=1,3
/proc/958889/stat : 958889 (java) S 958886 958889 953879 0 -1 1077936128 9110 0 0 0 50 3 0 0 20 0 18 0 183336296 19430449152 24026 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
/proc/958889/statm: 4743762 24026 5872 1 0 552794 0
[pid=958889/tid=958891] ppid=958886 vsize=18975048 memory=-8743002435013092028 CPUtime=0.26 cores=1,3
/proc/958889/task/958891/stat : 958891 (java) R 958886 958889 953879 0 -1 4194368 6058 0 0 0 24 2 0 0 20 0 18 0 183336297 19430449152 24026 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
[pid=958889/tid=958900] ppid=958886 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/958889/task/958900/stat : 958900 (Finalizer) S 958886 958889 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183336300 19430449152 24026 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
[pid=958889/tid=958907] ppid=958886 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/958889/task/958907/stat : 958907 (Common-Cleaner) S 958886 958889 953879 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 183336301 19430449152 24026 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 96104 KiB

[startup+0.700467 s]
/proc/loadavg: 4.87 4.59 4.55 7/317 958908
/proc/meminfo: memFree=99519084/131655788 swapFree=131071996/131071996
[pid=958889] ppid=958886 vsize=19108176 memory=167620 CPUtime=1.25 cores=1,3
/proc/958889/stat : 958889 (java) S 958886 958889 953879 0 -1 1077936128 9775 0 0 0 120 5 0 0 20 0 20 0 183336296 19566772224 41905 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
/proc/958889/statm: 4777044 41905 5888 1 0 553578 0
[pid=958889/tid=958891] ppid=958886 vsize=19108176 memory=5468 CPUtime=0.56 cores=1,3
/proc/958889/task/958891/stat : 958891 (java) R 958886 958889 953879 0 -1 4194368 6165 0 0 0 53 3 0 0 20 0 20 0 183336297 19566772224 41905 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
[pid=958889/tid=958900] ppid=958886 vsize=19108176 memory=12020 CPUtime=0 cores=1,3
/proc/958889/task/958900/stat : 958900 (Finalizer) S 958886 958889 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183336300 19566772224 41905 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
[pid=958889/tid=958907] ppid=958886 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/958889/task/958907/stat : 958907 (Common-Cleaner) S 958886 958889 953879 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183336301 19566772224 41905 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 167620 KiB

[startup+1.50046 s]
/proc/loadavg: 4.87 4.59 4.55 6/318 958909
/proc/meminfo: memFree=99508900/131655788 swapFree=131071996/131071996
[pid=958889] ppid=958886 vsize=19108176 memory=186672 CPUtime=2.84 cores=1,3
/proc/958889/stat : 958889 (java) S 958886 958889 953879 0 -1 1077936128 18770 0 0 0 277 7 0 0 20 0 20 0 183336296 19566772224 46668 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
/proc/958889/statm: 4777044 46668 5904 1 0 556215 0
[pid=958889/tid=958891] ppid=958886 vsize=19108176 memory=12020 CPUtime=1.29 cores=1,3
/proc/958889/task/958891/stat : 958891 (java) R 958886 958889 953879 0 -1 4194368 6770 0 0 0 126 3 0 0 20 0 20 0 183336297 19566772224 46668 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
[pid=958889/tid=958900] ppid=958886 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/958889/task/958900/stat : 958900 (Finalizer) S 958886 958889 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183336300 19566772224 46668 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
[pid=958889/tid=958907] ppid=958886 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/958889/task/958907/stat : 958907 (Common-Cleaner) S 958886 958889 953879 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183336301 19566772224 46668 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
[pid=958889/tid=958909] ppid=958886 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/958889/task/958909/stat : 958909 (Timer-0) S 958886 958889 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183336349 19566772224 46668 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 186672 KiB

[startup+3.10572 s]
/proc/loadavg: 4.87 4.59 4.55 5/318 958911
/proc/meminfo: memFree=99347228/131655788 swapFree=131071996/131071996
[pid=958889] ppid=958886 vsize=19108176 memory=334072 CPUtime=5.5 cores=1,3
/proc/958889/stat : 958889 (java) S 958886 958889 953879 0 -1 1077936128 21455 0 0 0 540 10 0 0 20 0 20 0 183336296 19566772224 83518 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
/proc/958889/statm: 4777044 83518 5919 1 0 700771 0
[pid=958889/tid=958891] ppid=958886 vsize=19108176 memory=0 CPUtime=2.81 cores=1,3
/proc/958889/task/958891/stat : 958891 (java) R 958886 958889 953879 0 -1 4194368 7222 0 0 0 276 5 0 0 20 0 20 0 183336297 19566772224 83518 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
[pid=958889/tid=958900] ppid=958886 vsize=19108176 memory=11516 CPUtime=0 cores=1,3
/proc/958889/task/958900/stat : 958900 (Finalizer) S 958886 958889 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183336300 19566772224 83518 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
[pid=958889/tid=958907] ppid=958886 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/958889/task/958907/stat : 958907 (Common-Cleaner) S 958886 958889 953879 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183336301 19566772224 83518 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
[pid=958889/tid=958909] ppid=958886 vsize=19108176 memory=12020 CPUtime=0 cores=1,3
/proc/958889/task/958909/stat : 958909 (Timer-0) S 958886 958889 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183336349 19566772224 83518 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
Current children cumulated CPU time: 5.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 334072 KiB

[startup+6.30045 s]
/proc/loadavg: 4.80 4.58 4.54 5/318 958911
/proc/meminfo: memFree=99089908/131655788 swapFree=131071996/131071996
[pid=958889] ppid=958886 vsize=19108176 memory=547688 CPUtime=9.05 cores=1,3
/proc/958889/stat : 958889 (java) S 958886 958889 953879 0 -1 1077936128 21683 0 0 0 891 14 0 0 20 0 20 0 183336296 19566772224 136922 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
/proc/958889/statm: 4777044 136922 5919 1 0 700783 0
[pid=958889/tid=958891] ppid=958886 vsize=19108176 memory=0 CPUtime=5.71 cores=1,3
/proc/958889/task/958891/stat : 958891 (java) R 958886 958889 953879 0 -1 4194368 7320 0 0 0 564 7 0 0 20 0 20 0 183336297 19566772224 136922 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
[pid=958889/tid=958900] ppid=958886 vsize=19108176 memory=12020 CPUtime=0 cores=1,3
/proc/958889/task/958900/stat : 958900 (Finalizer) S 958886 958889 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183336300 19566772224 136922 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
[pid=958889/tid=958907] ppid=958886 vsize=19108176 memory=11516 CPUtime=0 cores=1,3
/proc/958889/task/958907/stat : 958907 (Common-Cleaner) S 958886 958889 953879 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183336301 19566772224 136922 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
[pid=958889/tid=958909] ppid=958886 vsize=19108176 memory=43948 CPUtime=0 cores=1,3
/proc/958889/task/958909/stat : 958909 (Timer-0) S 958886 958889 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183336349 19566772224 136922 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
Current children cumulated CPU time: 9.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 547688 KiB

[startup+12.7005 s]
/proc/loadavg: 4.74 4.57 4.54 6/318 958911
/proc/meminfo: memFree=98175676/131655788 swapFree=131071996/131071996
[pid=958889] ppid=958886 vsize=19108176 memory=1400368 CPUtime=15.64 cores=1,3
/proc/958889/stat : 958889 (java) S 958886 958889 953879 0 -1 1077936128 22958 0 0 0 1532 32 0 0 20 0 20 0 183336296 19566772224 350092 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
/proc/958889/statm: 4777044 350092 5919 1 0 1220920 0
[pid=958889/tid=958891] ppid=958886 vsize=19108176 memory=176104 CPUtime=11.86 cores=1,3
/proc/958889/task/958891/stat : 958891 (java) R 958886 958889 953879 0 -1 4194368 7736 0 0 0 1164 22 0 0 20 0 20 0 183336297 19566772224 350092 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
[pid=958889/tid=958900] ppid=958886 vsize=19108176 memory=1246768 CPUtime=0 cores=1,3
/proc/958889/task/958900/stat : 958900 (Finalizer) S 958886 958889 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183336300 19566772224 350092 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
[pid=958889/tid=958907] ppid=958886 vsize=19108176 memory=368888 CPUtime=0 cores=1,3
/proc/958889/task/958907/stat : 958907 (Common-Cleaner) S 958886 958889 953879 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183336301 19566772224 350092 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
[pid=958889/tid=958909] ppid=958886 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/958889/task/958909/stat : 958909 (Timer-0) S 958886 958889 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183336349 19566772224 350092 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
Current children cumulated CPU time: 15.64 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1400368 KiB

[startup+25.5005 s]
/proc/loadavg: 4.57 4.54 4.53 5/318 958914
/proc/meminfo: memFree=97029252/131655788 swapFree=131071996/131071996
[pid=958889] ppid=958886 vsize=19108176 memory=1636276 CPUtime=28.71 cores=1,3
/proc/958889/stat : 958889 (java) S 958886 958889 953879 0 -1 1077936128 25722 0 0 0 2832 39 0 0 20 0 20 0 183336296 19566772224 409069 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
/proc/958889/statm: 4777044 409069 5919 1 0 1220922 0
[pid=958889/tid=958891] ppid=958886 vsize=19108176 memory=1246768 CPUtime=24.29 cores=1,3
/proc/958889/task/958891/stat : 958891 (java) R 958886 958889 953879 0 -1 4194368 8879 0 0 0 2405 24 0 0 20 0 20 0 183336297 19566772224 409069 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
[pid=958889/tid=958900] ppid=958886 vsize=19108176 memory=1574832 CPUtime=0 cores=1,3
/proc/958889/task/958900/stat : 958900 (Finalizer) S 958886 958889 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183336300 19566772224 409069 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
[pid=958889/tid=958907] ppid=958886 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/958889/task/958907/stat : 958907 (Common-Cleaner) S 958886 958889 953879 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183336301 19566772224 409069 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
[pid=958889/tid=958909] ppid=958886 vsize=19108176 memory=6944656592455097440 CPUtime=0 cores=1,3
/proc/958889/task/958909/stat : 958909 (Timer-0) S 958886 958889 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183336349 19566772224 409069 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
Current children cumulated CPU time: 28.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1636276 KiB

[startup+51.1065 s]
/proc/loadavg: 4.50 4.53 4.53 5/320 958921
/proc/meminfo: memFree=95513320/131655788 swapFree=131071996/131071996
[pid=958889] ppid=958886 vsize=19108176 memory=2936868 CPUtime=54.57 cores=1,3
/proc/958889/stat : 958889 (java) S 958886 958889 953879 0 -1 1077936128 32858 0 0 0 5391 66 0 0 20 0 20 0 183336296 19566772224 734217 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
/proc/958889/statm: 4777044 734217 5919 1 0 1220933 0
[pid=958889/tid=958891] ppid=958886 vsize=19108176 memory=2672572 CPUtime=49.31 cores=1,3
/proc/958889/task/958891/stat : 958891 (java) R 958886 958889 953879 0 -1 4194368 12366 0 0 0 4883 48 0 0 20 0 20 0 183336297 19566772224 734217 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
[pid=958889/tid=958900] ppid=958886 vsize=19108176 memory=2815968 CPUtime=0 cores=1,3
/proc/958889/task/958900/stat : 958900 (Finalizer) S 958886 958889 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183336300 19566772224 734217 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
[pid=958889/tid=958907] ppid=958886 vsize=19108176 memory=11516 CPUtime=0 cores=1,3
/proc/958889/task/958907/stat : 958907 (Common-Cleaner) S 958886 958889 953879 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183336301 19566772224 734217 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0

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

[startup+3162.31 s]
/proc/loadavg: 4.19 4.26 4.29 5/322 961266
/proc/meminfo: memFree=101011672/131655788 swapFree=131071996/131071996
[pid=958889] ppid=958886 vsize=19108176 memory=4849308 CPUtime=3249.45 cores=1,3
/proc/958889/stat : 958889 (java) S 958886 958889 953879 0 -1 1077936128 377097 0 0 0 324573 372 0 0 20 0 20 0 183336296 19566772224 1212327 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
/proc/958889/statm: 4777044 1212327 5963 1 0 1223550 0
[pid=958889/tid=958891] ppid=958886 vsize=19108176 memory=11516 CPUtime=3111.9 cores=1,3
/proc/958889/task/958891/stat : 958891 (java) R 958886 958889 953879 0 -1 4194368 155514 0 0 0 311110 80 0 0 20 0 20 0 183336297 19566772224 1212327 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 87 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
[pid=958889/tid=958900] ppid=958886 vsize=19108176 memory=4849304 CPUtime=0 cores=1,3
/proc/958889/task/958900/stat : 958900 (Finalizer) S 958886 958889 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183336300 19566772224 1212327 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
[pid=958889/tid=958907] ppid=958886 vsize=19108176 memory=4849308 CPUtime=0.01 cores=1,3
/proc/958889/task/958907/stat : 958907 (Common-Cleaner) S 958886 958889 953879 0 -1 1077936192 2495 0 0 0 0 1 0 0 20 0 20 0 183336301 19566772224 1212327 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
[pid=958889/tid=958909] ppid=958886 vsize=19108176 memory=4849308 CPUtime=0 cores=1,3
/proc/958889/task/958909/stat : 958909 (Timer-0) S 958886 958889 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183336349 19566772224 1212327 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
Current children cumulated CPU time: 3249.45 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4849308 KiB

[startup+3222.31 s]
/proc/loadavg: 4.72 4.38 4.33 5/322 961277
/proc/meminfo: memFree=101010712/131655788 swapFree=131071996/131071996
[pid=958889] ppid=958886 vsize=19108176 memory=4849312 CPUtime=3313.82 cores=1,3
/proc/958889/stat : 958889 (java) S 958886 958889 953879 0 -1 1077936128 392647 0 0 0 331004 378 0 0 20 0 20 0 183336296 19566772224 1212328 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
/proc/958889/statm: 4777044 1212328 5963 1 0 1223550 0
[pid=958889/tid=958891] ppid=958886 vsize=19108176 memory=11516 CPUtime=3171.13 cores=1,3
/proc/958889/task/958891/stat : 958891 (java) R 958886 958889 953879 0 -1 4194368 161914 0 0 0 317033 80 0 0 20 0 20 0 183336297 19566772224 1212328 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 87 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
[pid=958889/tid=958900] ppid=958886 vsize=19108176 memory=4849304 CPUtime=0 cores=1,3
/proc/958889/task/958900/stat : 958900 (Finalizer) S 958886 958889 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183336300 19566772224 1212328 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
[pid=958889/tid=958907] ppid=958886 vsize=19108176 memory=11516 CPUtime=0.01 cores=1,3
/proc/958889/task/958907/stat : 958907 (Common-Cleaner) S 958886 958889 953879 0 -1 1077936192 2597 0 0 0 0 1 0 0 20 0 20 0 183336301 19566772224 1212328 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
[pid=958889/tid=958909] ppid=958886 vsize=19108176 memory=11516 CPUtime=0 cores=1,3
/proc/958889/task/958909/stat : 958909 (Timer-0) S 958886 958889 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183336349 19566772224 1212328 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
Current children cumulated CPU time: 3313.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4849312 KiB

[startup+3282.3 s]
/proc/loadavg: 4.48 4.37 4.33 5/321 961287
/proc/meminfo: memFree=101010300/131655788 swapFree=131071996/131071996
[pid=958889] ppid=958886 vsize=19108176 memory=4849324 CPUtime=3378.33 cores=1,3
/proc/958889/stat : 958889 (java) S 958886 958889 953879 0 -1 1077936128 394006 0 0 0 337449 384 0 0 20 0 20 0 183336296 19566772224 1212331 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
/proc/958889/statm: 4777044 1212331 5963 1 0 1223550 0
[pid=958889/tid=958891] ppid=958886 vsize=19108176 memory=11516 CPUtime=3230.31 cores=1,3
/proc/958889/task/958891/stat : 958891 (java) R 958886 958889 953879 0 -1 4194368 162838 0 0 0 322950 81 0 0 20 0 20 0 183336297 19566772224 1212331 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 87 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
[pid=958889/tid=958900] ppid=958886 vsize=19108176 memory=4849324 CPUtime=0 cores=1,3
/proc/958889/task/958900/stat : 958900 (Finalizer) S 958886 958889 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183336300 19566772224 1212331 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
[pid=958889/tid=958907] ppid=958886 vsize=19108176 memory=4849324 CPUtime=0.01 cores=1,3
/proc/958889/task/958907/stat : 958907 (Common-Cleaner) S 958886 958889 953879 0 -1 1077936192 2597 0 0 0 0 1 0 0 20 0 20 0 183336301 19566772224 1212331 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
[pid=958889/tid=958909] ppid=958886 vsize=19108176 memory=11516 CPUtime=0 cores=1,3
/proc/958889/task/958909/stat : 958909 (Timer-0) S 958886 958889 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183336349 19566772224 1212331 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
Current children cumulated CPU time: 3378.33 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4849324 KiB

[startup+3342.31 s]
/proc/loadavg: 4.27 4.33 4.32 5/320 961298
/proc/meminfo: memFree=100943096/131655788 swapFree=131071996/131071996
[pid=958889] ppid=958886 vsize=19108176 memory=4915888 CPUtime=3442.9 cores=1,3
/proc/958889/stat : 958889 (java) S 958886 958889 953879 0 -1 1077936128 395523 0 0 0 343898 392 0 0 20 0 20 0 183336296 19566772224 1228972 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
/proc/958889/statm: 4777044 1228972 5963 1 0 1240258 0
[pid=958889/tid=958891] ppid=958886 vsize=19108176 memory=11516 CPUtime=3289.53 cores=1,3
/proc/958889/task/958891/stat : 958891 (java) R 958886 958889 953879 0 -1 4194368 163568 0 0 0 328871 82 0 0 20 0 20 0 183336297 19566772224 1228972 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 87 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
[pid=958889/tid=958900] ppid=958886 vsize=19108176 memory=4915888 CPUtime=0 cores=1,3
/proc/958889/task/958900/stat : 958900 (Finalizer) S 958886 958889 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183336300 19566772224 1228972 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
[pid=958889/tid=958907] ppid=958886 vsize=19108176 memory=4915888 CPUtime=0.01 cores=1,3
/proc/958889/task/958907/stat : 958907 (Common-Cleaner) S 958886 958889 953879 0 -1 1077936192 2598 0 0 0 0 1 0 0 20 0 20 0 183336301 19566772224 1228972 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
[pid=958889/tid=958909] ppid=958886 vsize=19108176 memory=4915888 CPUtime=0 cores=1,3
/proc/958889/task/958909/stat : 958909 (Timer-0) S 958886 958889 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183336349 19566772224 1228972 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
Current children cumulated CPU time: 3442.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4915888 KiB

[startup+3402.3 s]
/proc/loadavg: 4.60 4.45 4.36 5/319 961309
/proc/meminfo: memFree=100792376/131655788 swapFree=131071996/131071996
[pid=958889] ppid=958886 vsize=19108176 memory=5065944 CPUtime=3507.59 cores=1,3
/proc/958889/stat : 958889 (java) S 958886 958889 953879 0 -1 1077936128 411836 0 0 0 350355 404 0 0 20 0 20 0 183336296 19566772224 1266486 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
/proc/958889/statm: 4777044 1266486 5963 1 0 1277856 0
[pid=958889/tid=958891] ppid=958886 vsize=19108176 memory=11516 CPUtime=3348.51 cores=1,3
/proc/958889/task/958891/stat : 958891 (java) R 958886 958889 953879 0 -1 4194368 170498 0 0 0 334764 87 0 0 20 0 20 0 183336297 19566772224 1266486 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 87 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
[pid=958889/tid=958900] ppid=958886 vsize=19108176 memory=11516 CPUtime=0 cores=1,3
/proc/958889/task/958900/stat : 958900 (Finalizer) S 958886 958889 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183336300 19566772224 1266486 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
[pid=958889/tid=958907] ppid=958886 vsize=19108176 memory=5065944 CPUtime=0.01 cores=1,3
/proc/958889/task/958907/stat : 958907 (Common-Cleaner) S 958886 958889 953879 0 -1 1077936192 2667 0 0 0 0 1 0 0 20 0 20 0 183336301 19566772224 1266486 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
[pid=958889/tid=958909] ppid=958886 vsize=19108176 memory=11516 CPUtime=0 cores=1,3
/proc/958889/task/958909/stat : 958909 (Timer-0) S 958886 958889 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183336349 19566772224 1266486 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
Current children cumulated CPU time: 3507.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5065944 KiB

[startup+3462.3 s]
/proc/loadavg: 4.53 4.47 4.37 5/320 961320
/proc/meminfo: memFree=100658876/131655788 swapFree=131071996/131071996
[pid=958889] ppid=958886 vsize=19174740 memory=5198560 CPUtime=3575.22 cores=1,3
/proc/958889/stat : 958889 (java) S 958886 958889 953879 0 -1 1077936128 426635 0 0 0 357106 416 0 0 20 0 21 0 183336296 19634933760 1299640 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
/proc/958889/statm: 4793685 1299640 5963 1 0 1311576 0
[pid=958889/tid=958891] ppid=958886 vsize=19174740 memory=11516 CPUtime=3407 cores=1,3
/proc/958889/task/958891/stat : 958891 (java) R 958886 958889 953879 0 -1 4194368 183406 0 0 0 340608 92 0 0 20 0 21 0 183336297 19634933760 1299640 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 88 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
[pid=958889/tid=958900] ppid=958886 vsize=19174740 memory=11516 CPUtime=0 cores=1,3
/proc/958889/task/958900/stat : 958900 (Finalizer) S 958886 958889 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 183336300 19634933760 1299640 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
[pid=958889/tid=958907] ppid=958886 vsize=19174740 memory=11516 CPUtime=0.01 cores=1,3
/proc/958889/task/958907/stat : 958907 (Common-Cleaner) S 958886 958889 953879 0 -1 1077936192 2667 0 0 0 0 1 0 0 20 0 21 0 183336301 19634933760 1299640 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
[pid=958889/tid=958909] ppid=958886 vsize=19174740 memory=5198560 CPUtime=0 cores=1,3
/proc/958889/task/958909/stat : 958909 (Timer-0) S 958886 958889 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 183336349 19634933760 1299640 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
Current children cumulated CPU time: 3575.22 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 5198560 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3486.7 s]
/proc/loadavg: 4.41 4.45 4.37 5/320 961325
/proc/meminfo: memFree=100658680/131655788 swapFree=131071996/131071996
[pid=958889] ppid=958886 vsize=19174740 memory=5198820 CPUtime=3600.06 cores=1,3
/proc/958889/stat : 958889 (java) S 958886 958889 953879 0 -1 1077936128 427176 0 0 0 359589 417 0 0 20 0 21 0 183336296 19634933760 1299705 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
/proc/958889/statm: 4793685 1299705 5963 1 0 1311600 0
[pid=958889/tid=958891] ppid=958886 vsize=19174740 memory=11516 CPUtime=3430.81 cores=1,3
/proc/958889/task/958891/stat : 958891 (java) R 958886 958889 953879 0 -1 4194368 183837 0 0 0 342989 92 0 0 20 0 21 0 183336297 19634933760 1299705 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 88 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
[pid=958889/tid=958900] ppid=958886 vsize=19174740 memory=5198560 CPUtime=0 cores=1,3
/proc/958889/task/958900/stat : 958900 (Finalizer) S 958886 958889 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 183336300 19634933760 1299705 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
[pid=958889/tid=958907] ppid=958886 vsize=19174740 memory=5198560 CPUtime=0.01 cores=1,3
/proc/958889/task/958907/stat : 958907 (Common-Cleaner) S 958886 958889 953879 0 -1 1077936192 2667 0 0 0 0 1 0 0 20 0 21 0 183336301 19634933760 1299705 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
[pid=958889/tid=958909] ppid=958886 vsize=19174740 memory=11516 CPUtime=0 cores=1,3
/proc/958889/task/958909/stat : 958909 (Timer-0) S 958886 958889 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 183336349 19634933760 1299705 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 5198820 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.06 s, system=4.21133 s

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

[startup+3486.8 s]
/proc/loadavg: 4.41 4.45 4.37 5/320 961325
/proc/meminfo: memFree=100658680/131655788 swapFree=131071996/131071996
[pid=958889] ppid=958886 vsize=19374432 memory=5199456 CPUtime=3600.22 cores=1,3
/proc/958889/stat : 958889 (java) S 958886 958889 953879 0 -1 1077936128 429059 0 0 0 359605 417 0 0 20 0 22 0 183336296 19839418368 1299864 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
/proc/958889/statm: 4843608 1299864 5960 1 0 1312535 0
[pid=958889/tid=958891] ppid=958886 vsize=19374432 memory=2004 CPUtime=3430.87 cores=1,3
/proc/958889/task/958891/stat : 958891 (java) S 958886 958889 953879 0 -1 1077936192 183887 0 0 0 342995 92 0 0 20 0 22 0 183336297 19839418368 1299864 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 88 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
[pid=958889/tid=958900] ppid=958886 vsize=19374432 memory=2284 CPUtime=0 cores=1,3
/proc/958889/task/958900/stat : 958900 (Finalizer) S 958886 958889 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 22 0 183336300 19839418368 1299864 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
[pid=958889/tid=958907] ppid=958886 vsize=19374432 memory=31952 CPUtime=0.01 cores=1,3
/proc/958889/task/958907/stat : 958907 (Common-Cleaner) S 958886 958889 953879 0 -1 1077936192 2667 0 0 0 0 1 0 0 20 0 22 0 183336301 19839418368 1299864 134679101440 94330402856960 94330402860656 140726635360016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94330402868472 94330402869264 94330405531648 140726635361263 140726635361376 140726635361376 140726635368392 0
Current children cumulated CPU time: 3600.22 s
Current children cumulated vsize: 19374432 KiB
Current children cumulated memory: 5199456 KiB

Child status: 143

Real time (s): 3486.84
CPU time (s): 3600.27
CPU user time (s): 3596.06
CPU system time (s): 4.21133
CPU usage (%): 103.253
Max. virtual memory (cumulated for all children) (KiB): 19374432
Max. memory (cumulated for all children) (KiB): 5199456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.06
system time used= 4.21133
maximum resident set size= 5200856
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 429147
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 117091
involuntary context switches= 12993


# summary of solver processes directly reported to runsolver:
#   pid: 958889
#   total CPU time (s): 3600.27
#   total CPU user time (s): 3596.06
#   total CPU system time (s): 4.21133

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.714 second user time and 31.1361 second system time

The end

Launcher Data

Begin job on nodeC006 at 2024-07-18 16:09:48
IDJOB=4443005
IDBENCH=147860
IDSOLVER=3046
FILE ID=nodeC006/4443005-1721311776
RUNJOBID= nodeC006-1721304926-953891
SLURM_JOB_ID= 7542629
Free space on /tmp= 723768 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/prestwich/robin/normalized-robin14.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4443005-1721311776/watcher-4443005-1721311776 -o /tmp/evaluation-result-4443005-1721311776/solver-4443005-1721311776 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1721304926-953891 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4443005-1721311776.opb

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

MD5SUM BENCH= 946fa793c8e40fdbe884453e390b9fbe
RANDOM SEED=408986407

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.971
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		: 3630.625
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.474
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		: 3491.977
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		: 1197.247
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		: 3511.098
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		: 3587.822
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:        99825088 kB
MemAvailable:   105946484 kB
Buffers:          492760 kB
Cached:          6390952 kB
SwapCached:            0 kB
Active:           944256 kB
Inactive:       30118464 kB
Active(anon):       1468 kB
Inactive(anon): 24215236 kB
Active(file):     942788 kB
Inactive(file):  5903228 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              4812 kB
Writeback:            16 kB
AnonPages:      24179064 kB
Mapped:           125588 kB
Shmem:             37704 kB
KReclaimable:     230824 kB
Slab:             349328 kB
SReclaimable:     230824 kB
SUnreclaim:       118504 kB
KernelStack:        4800 kB
PageTables:        57300 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   27841548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            58272 kB
HardwareCorrupted:     0 kB
AnonHugePages:  23640064 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:      310088 kB
DirectMap2M:    40488960 kB
DirectMap1G:    95420416 kB

Free space on /tmp at the end= 723768 MiB
End job on nodeC006 at 2024-07-18 17:07:55