Trace number 4445045

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.26 3575.63

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-prob4.opb
MD5SUM51f776679cf4368d72b5455aa221d9d6
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 benchmark0.045108
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables82
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint82
Maximum length of a constraint82
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 60575666
Number of bits of the biggest number in a constraint 26
Biggest sum of numbers in a constraint 801239175
Number of bits of the biggest sum of numbers30
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.13/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.17	c See www.sat4j.org for details.
0.13/0.18	c version CUSTOM.v20240707
0.13/0.20	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.20	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.20	c java.vm.version	22.0.1+8-16
0.13/0.20	c java.vm.vendor	Oracle Corporation
0.13/0.20	c sun.arch.data.model	64
0.13/0.20	c java.version		22.0.1
0.13/0.20	c os.name		Linux
0.13/0.20	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.20	c os.arch		amd64
0.13/0.21	c Free memory 		2115194816
0.13/0.22	c Max memory 		16282288128
0.13/0.22	c Total memory 		2122317824
0.13/0.23	c Number of processors 	2
0.45/0.39	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.45/0.39	 - never skip resolution steps
0.45/0.39	 - Auto-division on coefficients is disabled
0.45/0.39	 - No postprocessing
0.45/0.39	 - Conflict is considered as is when resolving
0.45/0.39	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.45/0.39	 - Weaken first using unassigned literals
0.45/0.39	 - Bump strategy: ALWAYS_ONE
0.45/0.39	 - Bumper: ASSIGNED
0.45/0.39	--- Begin Solver configuration ---
0.45/0.39	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.45/0.39	Learn all clauses as in MiniSAT
0.45/0.39	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.45/0.39	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.45/0.39	No reason simplification
0.45/0.39	Armin Biere (Picosat) restarts strategy
0.45/0.39	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.45/0.39	timeout=2147483s
0.45/0.39	DB Simplification allowed=false
0.45/0.39	Listener: none
0.45/0.39	--- End Solver configuration ---
0.45/0.40	c Pseudo Boolean Optimization by upper bound
0.45/0.40	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.45/0.40	c  - never skip resolution steps
0.45/0.40	c  - Auto-division on coefficients is disabled
0.45/0.40	c  - No postprocessing
0.45/0.40	c  - Conflict is considered as is when resolving
0.45/0.40	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.45/0.40	c  - Weaken first using unassigned literals
0.45/0.40	c  - Bump strategy: ALWAYS_ONE
0.45/0.40	c  - Bumper: ASSIGNED
0.45/0.40	c --- Begin Solver configuration ---
0.45/0.40	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.45/0.40	c Learn all clauses as in MiniSAT
0.45/0.40	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.45/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.45/0.40	c No reason simplification
0.45/0.40	c Armin Biere (Picosat) restarts strategy
0.45/0.40	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.45/0.40	c timeout=2147483s
0.45/0.40	c DB Simplification allowed=false
0.45/0.40	c Listener: none
0.45/0.40	c --- End Solver configuration ---
0.45/0.40	c solving HOME/instance-4445045-1721320107.opb
0.45/0.41	c reading problem ... 
0.45/0.41	c  no objective function found
0.63/0.45	c ... done. Wall clock time 0.038s.
0.63/0.45	c declared #vars     82
0.63/0.45	c #constraints  2
0.63/0.45	c constraints type 
0.63/0.45	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 2
0.63/0.45	c 2 constraints processed.
36.55/31.91	c cleaning 2495 clauses out of 5000 with flag 0/5000
110.43/104.76	c cleaning 4248 clauses out of 8505 with flag 0/11000
227.55/221.46	c cleaning 5621 clauses out of 11258 with flag 0/18001
383.95/377.93	c cleaning 6806 clauses out of 13636 with flag 0/26000
562.24/555.62	c cleaning 7900 clauses out of 15830 with flag 0/35000
769.64/763.14	c cleaning 8956 clauses out of 17931 with flag 0/45001
1033.51/1026.15	c cleaning 9983 clauses out of 19975 with flag 0/56001
1310.60/1302.34	c cleaning 10977 clauses out of 21991 with flag 0/68000
1644.77/1634.88	c cleaning 11999 clauses out of 24014 with flag 0/81000
2025.33/2013.63	c cleaning 13003 clauses out of 26015 with flag 0/95000
2432.53/2417.68	c cleaning 14000 clauses out of 28012 with flag 0/110000
2956.71/2935.92	c cleaning 14997 clauses out of 30012 with flag 0/126000
3448.43/3424.31	c cleaning 16003 clauses out of 32015 with flag 0/143000
3600.05/3575.52	c starts		: 105
3600.05/3575.53	c conflicts		: 152559
3600.05/3575.53	c decisions		: 183180
3600.05/3575.53	c propagations		: 626543
3600.05/3575.53	c inspects		: 1697122434
3600.05/3575.53	c shortcuts		: 0
3600.05/3575.53	c learnt literals	: 0
3600.05/3575.53	c learnt binary clauses	: 0
3600.05/3575.53	c learnt ternary clauses	: 0
3600.05/3575.53	c learnt constraints	: 152559
3600.05/3575.53	c ignored constraints	: 0
3600.05/3575.53	c root simplifications	: 0
3600.05/3575.53	c removed literals (reason simplification)	: 0
3600.05/3575.53	c reason swapping (by a shorter reason)	: 0
3600.05/3575.53	c Calls to reduceDB	: 13
3600.05/3575.53	c Number of update (reduction) of LBD	: 0
3600.05/3575.53	c Imported unit clauses	: 0
3600.05/3575.53	c No decision after first conflict	: false
3600.05/3575.53	c number of reductions to clauses (during analyze)	: 0
3600.05/3575.53	c number of learned constraints concerned by reduction	: 0
3600.05/3575.53	c number of learning phase by resolution	: 0
3600.05/3575.53	c number of learning phase by cutting planes	: 0
3600.05/3575.53	c number of rounding to 1 operations	: 562476
3600.05/3575.53	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3575.53	c number of reductions of the coefficients by power 2 	: 0
3600.05/3575.53	c number of right shift for reduction by power 2 	: 0
3600.05/3575.53	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3575.53	c number of ending skipping 	: 0
3600.05/3575.53	c number of internal skipping 	: 0
3600.05/3575.53	c number of derivation steps 	: 475015
3600.05/3575.53	c number of skipped derivation steps 	: 0
3600.05/3575.53	c number of remaining unassigned 	: 35514
3600.05/3575.53	c number of remaining assigned 	: 21772610
3600.05/3575.54	c number of falsified literals weakened from reason	: 0
3600.05/3575.54	c number of falsified literals weakened from conflict	: 0
3600.05/3575.54	c time for arithmetic operations	: 1403225241
3600.05/3575.55	c minimum degree of deleted constraints	: 518
3600.05/3575.55	c maximum degree of deleted constraints	: 27333895859
3600.05/3575.55	c number of deleted constraints	: 126988
3600.05/3575.55	c speed (assignments/second)	: 175.25232224858053
3600.05/3575.55	c non guided choices	: 70
3600.05/3575.59	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 386
3600.05/3575.59	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 25185
3600.05/3575.59	s UNKNOWN
3600.05/3575.59	c Total wall clock time (in seconds): 3575.191

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445045-1721320107/watcher-4445045-1721320107 -o /tmp/evaluation-result-4445045-1721320107/solver-4445045-1721320107 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1721316605-957068 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4445045-1721320107.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100069 s]*
/proc/loadavg: 4.75 4.40 4.31 7/319 960253
/proc/meminfo: memFree=111999828/131655788 swapFree=131071996/131071996
[pid=960235] ppid=960232 vsize=18975048 memory=55192 CPUtime=0.13 cores=0,2
/proc/960235/stat : 960235 (java) S 960232 960235 957012 0 -1 1077936128 6394 0 0 0 10 3 0 0 20 0 18 0 184170292 19430449152 13798 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
/proc/960235/statm: 4743762 13798 5569 1 0 550755 0
[pid=960235/tid=960237] ppid=960232 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/960235/task/960237/stat : 960237 (java) S 960232 960235 957012 0 -1 1077936192 5332 0 0 0 6 2 0 0 20 0 18 0 184170293 19430449152 13798 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
[pid=960235/tid=960246] ppid=960232 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/960235/task/960246/stat : 960246 (Finalizer) S 960232 960235 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 184170298 19430449152 13798 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
[pid=960235/tid=960253] ppid=960232 vsize=18975048 memory=15817789915191721 CPUtime=0 cores=0,2
/proc/960235/task/960253/stat : 960253 (Common-Cleaner) S 960232 960235 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 184170299 19430449152 13798 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 55192 KiB

[startup+0.220749 s]*
/proc/loadavg: 4.75 4.40 4.31 6/319 960253
/proc/meminfo: memFree=111996628/131655788 swapFree=131071996/131071996
[pid=960235] ppid=960232 vsize=18975048 memory=60268 CPUtime=0.3 cores=0,2
/proc/960235/stat : 960235 (java) S 960232 960235 957012 0 -1 1077936128 7148 0 0 0 27 3 0 0 20 0 18 0 184170292 19430449152 15067 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
/proc/960235/statm: 4743762 15067 5593 1 0 551374 0
[pid=960235/tid=960237] ppid=960232 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=0,2
/proc/960235/task/960237/stat : 960237 (java) S 960232 960235 957012 0 -1 1077936192 5709 0 0 0 17 2 0 0 20 0 18 0 184170293 19430449152 15067 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
[pid=960235/tid=960246] ppid=960232 vsize=18975048 memory=671 CPUtime=0 cores=0,2
/proc/960235/task/960246/stat : 960246 (Finalizer) S 960232 960235 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 184170298 19430449152 15067 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
[pid=960235/tid=960253] ppid=960232 vsize=18975048 memory=14697383271339398 CPUtime=0 cores=0,2
/proc/960235/task/960253/stat : 960253 (Common-Cleaner) S 960232 960235 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 184170299 19430449152 15067 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 60268 KiB

[startup+0.31521 s]*
/proc/loadavg: 4.75 4.40 4.31 6/319 960253
/proc/meminfo: memFree=111991132/131655788 swapFree=131071996/131071996
[pid=960235] ppid=960232 vsize=18975048 memory=64128 CPUtime=0.45 cores=0,2
/proc/960235/stat : 960235 (java) S 960232 960235 957012 0 -1 1077936128 7387 0 0 0 41 4 0 0 20 0 18 0 184170292 19430449152 16032 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
/proc/960235/statm: 4743762 16032 5747 1 0 551545 0
[pid=960235/tid=960237] ppid=960232 vsize=18975048 memory=-9032646817461084860 CPUtime=0.26 cores=0,2
/proc/960235/task/960237/stat : 960237 (java) R 960232 960235 957012 0 -1 1077936192 5860 0 0 0 24 2 0 0 20 0 18 0 184170293 19430449152 16032 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
[pid=960235/tid=960246] ppid=960232 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/960235/task/960246/stat : 960246 (Finalizer) S 960232 960235 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 184170298 19430449152 16032 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
[pid=960235/tid=960253] ppid=960232 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/960235/task/960253/stat : 960253 (Common-Cleaner) S 960232 960235 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 184170299 19430449152 16032 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64128 KiB

[startup+0.704192 s]
/proc/loadavg: 4.85 4.42 4.32 8/320 960254
/proc/meminfo: memFree=111982964/131655788 swapFree=131071996/131071996
[pid=960235] ppid=960232 vsize=19041612 memory=103048 CPUtime=1.13 cores=0,2
/proc/960235/stat : 960235 (java) S 960232 960235 957012 0 -1 1077936128 8842 0 0 0 107 6 0 0 20 0 19 0 184170292 19498610688 25762 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
/proc/960235/statm: 4760403 25762 5861 1 0 552579 0
[pid=960235/tid=960237] ppid=960232 vsize=19041612 memory=5544 CPUtime=0.6 cores=0,2
/proc/960235/task/960237/stat : 960237 (java) R 960232 960235 957012 0 -1 4194368 6121 0 0 0 56 4 0 0 20 0 19 0 184170293 19498610688 25762 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
[pid=960235/tid=960246] ppid=960232 vsize=19041612 memory=12776 CPUtime=0 cores=0,2
/proc/960235/task/960246/stat : 960246 (Finalizer) S 960232 960235 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184170298 19498610688 25762 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
[pid=960235/tid=960253] ppid=960232 vsize=19041612 memory=281409076126376 CPUtime=0 cores=0,2
/proc/960235/task/960253/stat : 960253 (Common-Cleaner) S 960232 960235 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 184170299 19498610688 25762 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
[pid=960235/tid=960254] ppid=960232 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/960235/task/960254/stat : 960254 (Timer-0) S 960232 960235 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 184170338 19498610688 25762 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 103048 KiB

[startup+1.50119 s]
/proc/loadavg: 4.85 4.42 4.32 7/320 960254
/proc/meminfo: memFree=111887188/131655788 swapFree=131071996/131071996
[pid=960235] ppid=960232 vsize=19108176 memory=176480 CPUtime=2.68 cores=0,2
/proc/960235/stat : 960235 (java) S 960232 960235 957012 0 -1 1077936128 19098 0 0 0 258 10 0 0 20 0 20 0 184170292 19566772224 44120 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
/proc/960235/statm: 4777044 44120 5909 1 0 555968 0
[pid=960235/tid=960237] ppid=960232 vsize=19108176 memory=12776 CPUtime=1.35 cores=0,2
/proc/960235/task/960237/stat : 960237 (java) R 960232 960235 957012 0 -1 4194368 6585 0 0 0 130 5 0 0 20 0 20 0 184170293 19566772224 44120 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
[pid=960235/tid=960246] ppid=960232 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/960235/task/960246/stat : 960246 (Finalizer) S 960232 960235 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184170298 19566772224 44120 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
[pid=960235/tid=960253] ppid=960232 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/960235/task/960253/stat : 960253 (Common-Cleaner) S 960232 960235 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184170299 19566772224 44120 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
[pid=960235/tid=960254] ppid=960232 vsize=19108176 memory=281409075979536 CPUtime=0 cores=0,2
/proc/960235/task/960254/stat : 960254 (Timer-0) S 960232 960235 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184170338 19566772224 44120 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
Current children cumulated CPU time: 2.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 176480 KiB

[startup+3.10619 s]
/proc/loadavg: 4.85 4.42 4.32 6/321 960255
/proc/meminfo: memFree=111565236/131655788 swapFree=131071996/131071996
[pid=960235] ppid=960232 vsize=19110900 memory=496868 CPUtime=5.86 cores=0,2
/proc/960235/stat : 960235 (java) S 960232 960235 957012 0 -1 1077936128 30896 0 0 0 569 17 0 0 20 0 20 0 184170292 19569561600 124217 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
/proc/960235/statm: 4777725 124217 5909 1 0 563282 0
[pid=960235/tid=960237] ppid=960232 vsize=19110900 memory=0 CPUtime=2.91 cores=0,2
/proc/960235/task/960237/stat : 960237 (java) R 960232 960235 957012 0 -1 4194368 7274 0 0 0 281 10 0 0 20 0 20 0 184170293 19569561600 124217 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
[pid=960235/tid=960246] ppid=960232 vsize=19110900 memory=12776 CPUtime=0 cores=0,2
/proc/960235/task/960246/stat : 960246 (Finalizer) S 960232 960235 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184170298 19569561600 124217 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
[pid=960235/tid=960253] ppid=960232 vsize=19110900 memory=0 CPUtime=0 cores=0,2
/proc/960235/task/960253/stat : 960253 (Common-Cleaner) S 960232 960235 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184170299 19569561600 124217 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
[pid=960235/tid=960254] ppid=960232 vsize=19110900 memory=11464 CPUtime=0 cores=0,2
/proc/960235/task/960254/stat : 960254 (Timer-0) S 960232 960235 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184170338 19569561600 124217 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
Current children cumulated CPU time: 5.86 s
Current children cumulated vsize: 19110900 KiB
Current children cumulated memory: 496868 KiB

[startup+6.30119 s]
/proc/loadavg: 4.94 4.45 4.33 5/321 960255
/proc/meminfo: memFree=111220312/131655788 swapFree=131071996/131071996
[pid=960235] ppid=960232 vsize=19108176 memory=840216 CPUtime=10.34 cores=0,2
/proc/960235/stat : 960235 (java) S 960232 960235 957012 0 -1 1077936128 31819 0 0 0 1008 26 0 0 20 0 20 0 184170292 19566772224 210054 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
/proc/960235/statm: 4777044 210054 5941 1 0 562940 0
[pid=960235/tid=960237] ppid=960232 vsize=19108176 memory=12776 CPUtime=6.03 cores=0,2
/proc/960235/task/960237/stat : 960237 (java) R 960232 960235 957012 0 -1 4194368 7631 0 0 0 586 17 0 0 20 0 20 0 184170293 19566772224 210054 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
[pid=960235/tid=960246] ppid=960232 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/960235/task/960246/stat : 960246 (Finalizer) S 960232 960235 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184170298 19566772224 210054 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
[pid=960235/tid=960253] ppid=960232 vsize=19108176 memory=-7163974055829550171 CPUtime=0 cores=0,2
/proc/960235/task/960253/stat : 960253 (Common-Cleaner) S 960232 960235 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184170299 19566772224 210054 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
[pid=960235/tid=960254] ppid=960232 vsize=19108176 memory=188076 CPUtime=0 cores=0,2
/proc/960235/task/960254/stat : 960254 (Timer-0) S 960232 960235 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184170338 19566772224 210054 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
Current children cumulated CPU time: 10.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 840216 KiB

[startup+12.7005 s]
/proc/loadavg: 4.86 4.44 4.33 5/321 960325
/proc/meminfo: memFree=114760864/131655788 swapFree=131071996/131071996
[pid=960235] ppid=960232 vsize=19108176 memory=1348252 CPUtime=16.8 cores=0,2
/proc/960235/stat : 960235 (java) S 960232 960235 957012 0 -1 1077936128 35958 0 0 0 1643 37 0 0 20 0 20 0 184170292 19566772224 337063 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
/proc/960235/statm: 4777044 337063 5941 1 0 562940 0
[pid=960235/tid=960237] ppid=960232 vsize=19108176 memory=0 CPUtime=12.27 cores=0,2
/proc/960235/task/960237/stat : 960237 (java) R 960232 960235 957012 0 -1 4194368 9192 0 0 0 1201 26 0 0 20 0 20 0 184170293 19566772224 337063 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
[pid=960235/tid=960246] ppid=960232 vsize=19108176 memory=12776 CPUtime=0 cores=0,2
/proc/960235/task/960246/stat : 960246 (Finalizer) S 960232 960235 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184170298 19566772224 337063 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
[pid=960235/tid=960253] ppid=960232 vsize=19108176 memory=1026584 CPUtime=0 cores=0,2
/proc/960235/task/960253/stat : 960253 (Common-Cleaner) S 960232 960235 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184170299 19566772224 337063 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
[pid=960235/tid=960254] ppid=960232 vsize=19108176 memory=2216 CPUtime=0 cores=0,2
/proc/960235/task/960254/stat : 960254 (Timer-0) S 960232 960235 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184170338 19566772224 337063 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
Current children cumulated CPU time: 16.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1348252 KiB

[startup+25.5005 s]
/proc/loadavg: 5.11 4.51 4.35 5/321 960395
/proc/meminfo: memFree=118354900/131655788 swapFree=131071996/131071996
[pid=960235] ppid=960232 vsize=19108176 memory=1356576 CPUtime=29.94 cores=0,2
/proc/960235/stat : 960235 (java) S 960232 960235 957012 0 -1 1077936128 41774 0 0 0 2955 39 0 0 20 0 20 0 184170292 19566772224 339144 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
/proc/960235/statm: 4777044 339144 5941 1 0 562940 0
[pid=960235/tid=960237] ppid=960232 vsize=19108176 memory=0 CPUtime=24.76 cores=0,2
/proc/960235/task/960237/stat : 960237 (java) R 960232 960235 957012 0 -1 4194368 11087 0 0 0 2450 26 0 0 20 0 20 0 184170293 19566772224 339144 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
[pid=960235/tid=960246] ppid=960232 vsize=19108176 memory=1356560 CPUtime=0 cores=0,2
/proc/960235/task/960246/stat : 960246 (Finalizer) S 960232 960235 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184170298 19566772224 339144 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
[pid=960235/tid=960253] ppid=960232 vsize=19108176 memory=43720 CPUtime=0 cores=0,2
/proc/960235/task/960253/stat : 960253 (Common-Cleaner) S 960232 960235 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184170299 19566772224 339144 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
[pid=960235/tid=960254] ppid=960232 vsize=19108176 memory=281407666588330 CPUtime=0 cores=0,2
/proc/960235/task/960254/stat : 960254 (Timer-0) S 960232 960235 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184170338 19566772224 339144 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
Current children cumulated CPU time: 29.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1356576 KiB

[startup+51.1147 s]
/proc/loadavg: 4.74 4.48 4.34 6/321 960400
/proc/meminfo: memFree=117119952/131655788 swapFree=131071996/131071996
[pid=960235] ppid=960232 vsize=19108176 memory=1789816 CPUtime=56.64 cores=0,2
/proc/960235/stat : 960235 (java) S 960232 960235 957012 0 -1 1077936128 54144 0 0 0 5615 49 0 0 20 0 20 0 184170292 19566772224 447454 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
/proc/960235/statm: 4777044 447454 5941 1 0 669500 0
[pid=960235/tid=960237] ppid=960232 vsize=19108176 memory=281407666588330 CPUtime=49.78 cores=0,2
/proc/960235/task/960237/stat : 960237 (java) R 960232 960235 957012 0 -1 4194368 15358 0 0 0 4944 34 0 0 20 0 20 0 184170293 19566772224 447454 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
[pid=960235/tid=960246] ppid=960232 vsize=19108176 memory=1360900 CPUtime=0 cores=0,2
/proc/960235/task/960246/stat : 960246 (Finalizer) S 960232 960235 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184170298 19566772224 447454 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0

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

/proc/960235/task/960246/stat : 960246 (Finalizer) S 960232 960235 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184170298 19566772224 771459 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
[pid=960235/tid=960253] ppid=960232 vsize=19108176 memory=11464 CPUtime=0.01 cores=0,2
/proc/960235/task/960253/stat : 960253 (Common-Cleaner) S 960232 960235 957012 0 -1 1077936192 3705 0 0 0 1 0 0 0 20 0 20 0 184170299 19566772224 771459 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
[pid=960235/tid=960254] ppid=960232 vsize=19108176 memory=3085836 CPUtime=0 cores=0,2
/proc/960235/task/960254/stat : 960254 (Timer-0) S 960232 960235 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184170338 19566772224 771459 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
Current children cumulated CPU time: 3185.57 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3085836 KiB

[startup+3222.3 s]
/proc/loadavg: 4.38 4.28 4.27 6/319 961673
/proc/meminfo: memFree=116903348/131655788 swapFree=131071996/131071996
[pid=960235] ppid=960232 vsize=19108176 memory=3085836 CPUtime=3245.65 cores=0,2
/proc/960235/stat : 960235 (java) S 960232 960235 957012 0 -1 1077936128 247119 0 0 0 324285 280 0 0 20 0 20 0 184170292 19566772224 771459 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
/proc/960235/statm: 4777044 771459 5959 1 0 797444 0
[pid=960235/tid=960237] ppid=960232 vsize=19108176 memory=12776 CPUtime=3163.18 cores=0,2
/proc/960235/task/960237/stat : 960237 (java) R 960232 960235 957012 0 -1 4194368 117227 0 0 0 316253 65 0 0 20 0 20 0 184170293 19566772224 771459 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 13 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
[pid=960235/tid=960246] ppid=960232 vsize=19108176 memory=3085836 CPUtime=0 cores=0,2
/proc/960235/task/960246/stat : 960246 (Finalizer) S 960232 960235 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184170298 19566772224 771459 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
[pid=960235/tid=960253] ppid=960232 vsize=19108176 memory=3085836 CPUtime=0.01 cores=0,2
/proc/960235/task/960253/stat : 960253 (Common-Cleaner) S 960232 960235 957012 0 -1 1077936192 3788 0 0 0 1 0 0 0 20 0 20 0 184170299 19566772224 771459 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
[pid=960235/tid=960254] ppid=960232 vsize=19108176 memory=3085836 CPUtime=0 cores=0,2
/proc/960235/task/960254/stat : 960254 (Timer-0) S 960232 960235 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184170338 19566772224 771459 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
Current children cumulated CPU time: 3245.65 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3085836 KiB

[startup+3282.3 s]
/proc/loadavg: 4.25 4.26 4.26 6/320 961686
/proc/meminfo: memFree=116888428/131655788 swapFree=131071996/131071996
[pid=960235] ppid=960232 vsize=19108176 memory=3085836 CPUtime=3305.92 cores=0,2
/proc/960235/stat : 960235 (java) S 960232 960235 957012 0 -1 1077936128 248709 0 0 0 330309 283 0 0 20 0 20 0 184170292 19566772224 771459 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
/proc/960235/statm: 4777044 771459 5959 1 0 797444 0
[pid=960235/tid=960237] ppid=960232 vsize=19108176 memory=3085836 CPUtime=3222.13 cores=0,2
/proc/960235/task/960237/stat : 960237 (java) R 960232 960235 957012 0 -1 4194368 118636 0 0 0 322148 65 0 0 20 0 20 0 184170293 19566772224 771459 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 13 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
[pid=960235/tid=960246] ppid=960232 vsize=19108176 memory=3085836 CPUtime=0 cores=0,2
/proc/960235/task/960246/stat : 960246 (Finalizer) S 960232 960235 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184170298 19566772224 771459 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
[pid=960235/tid=960253] ppid=960232 vsize=19108176 memory=11464 CPUtime=0.01 cores=0,2
/proc/960235/task/960253/stat : 960253 (Common-Cleaner) S 960232 960235 957012 0 -1 1077936192 3859 0 0 0 1 0 0 0 20 0 20 0 184170299 19566772224 771459 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
[pid=960235/tid=960254] ppid=960232 vsize=19108176 memory=3085836 CPUtime=0 cores=0,2
/proc/960235/task/960254/stat : 960254 (Timer-0) S 960232 960235 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184170338 19566772224 771459 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
Current children cumulated CPU time: 3305.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3085836 KiB

[startup+3342.3 s]
/proc/loadavg: 4.70 4.37 4.30 6/320 961697
/proc/meminfo: memFree=116877964/131655788 swapFree=131071996/131071996
[pid=960235] ppid=960232 vsize=19108176 memory=3085836 CPUtime=3366.2 cores=0,2
/proc/960235/stat : 960235 (java) S 960232 960235 957012 0 -1 1077936128 251319 0 0 0 336333 287 0 0 20 0 20 0 184170292 19566772224 771459 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
/proc/960235/statm: 4777044 771459 5959 1 0 797444 0
[pid=960235/tid=960237] ppid=960232 vsize=19108176 memory=32144 CPUtime=3281.3 cores=0,2
/proc/960235/task/960237/stat : 960237 (java) R 960232 960235 957012 0 -1 4194368 120237 0 0 0 328065 65 0 0 20 0 20 0 184170293 19566772224 771459 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 14 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
[pid=960235/tid=960246] ppid=960232 vsize=19108176 memory=3085836 CPUtime=0 cores=0,2
/proc/960235/task/960246/stat : 960246 (Finalizer) S 960232 960235 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184170298 19566772224 771459 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
[pid=960235/tid=960253] ppid=960232 vsize=19108176 memory=2692 CPUtime=0.01 cores=0,2
/proc/960235/task/960253/stat : 960253 (Common-Cleaner) S 960232 960235 957012 0 -1 1077936192 3934 0 0 0 1 0 0 0 20 0 20 0 184170299 19566772224 771459 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
[pid=960235/tid=960254] ppid=960232 vsize=19108176 memory=43720 CPUtime=0 cores=0,2
/proc/960235/task/960254/stat : 960254 (Timer-0) S 960232 960235 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184170338 19566772224 771459 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
Current children cumulated CPU time: 3366.2 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3085836 KiB

[startup+3402.3 s]
/proc/loadavg: 4.78 4.48 4.34 7/320 961707
/proc/meminfo: memFree=116867332/131655788 swapFree=131071996/131071996
[pid=960235] ppid=960232 vsize=19108176 memory=3085836 CPUtime=3426.42 cores=0,2
/proc/960235/stat : 960235 (java) S 960232 960235 957012 0 -1 1077936128 254099 0 0 0 342351 291 0 0 20 0 20 0 184170292 19566772224 771459 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
/proc/960235/statm: 4777044 771459 5959 1 0 797444 0
[pid=960235/tid=960237] ppid=960232 vsize=19108176 memory=32144 CPUtime=3340.48 cores=0,2
/proc/960235/task/960237/stat : 960237 (java) R 960232 960235 957012 0 -1 4194368 121932 0 0 0 333982 66 0 0 20 0 20 0 184170293 19566772224 771459 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 14 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
[pid=960235/tid=960246] ppid=960232 vsize=19108176 memory=40332 CPUtime=0 cores=0,2
/proc/960235/task/960246/stat : 960246 (Finalizer) S 960232 960235 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184170298 19566772224 771459 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
[pid=960235/tid=960253] ppid=960232 vsize=19108176 memory=5544 CPUtime=0.01 cores=0,2
/proc/960235/task/960253/stat : 960253 (Common-Cleaner) S 960232 960235 957012 0 -1 1077936192 4010 0 0 0 1 0 0 0 20 0 20 0 184170299 19566772224 771459 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
[pid=960235/tid=960254] ppid=960232 vsize=19108176 memory=3085836 CPUtime=0 cores=0,2
/proc/960235/task/960254/stat : 960254 (Timer-0) S 960232 960235 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184170338 19566772224 771459 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
Current children cumulated CPU time: 3426.42 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3085836 KiB

[startup+3462.3 s]
/proc/loadavg: 4.39 4.42 4.33 6/320 962102
/proc/meminfo: memFree=116862740/131655788 swapFree=131071996/131071996
[pid=960235] ppid=960232 vsize=19108176 memory=3085836 CPUtime=3486.49 cores=0,2
/proc/960235/stat : 960235 (java) S 960232 960235 957012 0 -1 1077936128 256953 0 0 0 348354 295 0 0 20 0 20 0 184170292 19566772224 771459 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
/proc/960235/statm: 4777044 771459 5959 1 0 797444 0
[pid=960235/tid=960237] ppid=960232 vsize=19108176 memory=32144 CPUtime=3399.78 cores=0,2
/proc/960235/task/960237/stat : 960237 (java) R 960232 960235 957012 0 -1 4194368 123777 0 0 0 339912 66 0 0 20 0 20 0 184170293 19566772224 771459 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 14 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
[pid=960235/tid=960246] ppid=960232 vsize=19108176 memory=3085836 CPUtime=0 cores=0,2
/proc/960235/task/960246/stat : 960246 (Finalizer) S 960232 960235 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184170298 19566772224 771459 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
[pid=960235/tid=960253] ppid=960232 vsize=19108176 memory=3085836 CPUtime=0.01 cores=0,2
/proc/960235/task/960253/stat : 960253 (Common-Cleaner) S 960232 960235 957012 0 -1 1077936192 4056 0 0 0 1 0 0 0 20 0 20 0 184170299 19566772224 771459 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
[pid=960235/tid=960254] ppid=960232 vsize=19108176 memory=3085836 CPUtime=0 cores=0,2
/proc/960235/task/960254/stat : 960254 (Timer-0) S 960232 960235 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184170338 19566772224 771459 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
Current children cumulated CPU time: 3486.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3085836 KiB

[startup+3522.3 s]
/proc/loadavg: 4.19 4.36 4.31 6/320 962112
/proc/meminfo: memFree=116862352/131655788 swapFree=131071996/131071996
[pid=960235] ppid=960232 vsize=19108176 memory=3085844 CPUtime=3546.63 cores=0,2
/proc/960235/stat : 960235 (java) S 960232 960235 957012 0 -1 1077936128 259550 0 0 0 354364 299 0 0 20 0 20 0 184170292 19566772224 771461 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
/proc/960235/statm: 4777044 771461 5959 1 0 797444 0
[pid=960235/tid=960237] ppid=960232 vsize=19108176 memory=3085836 CPUtime=3458.79 cores=0,2
/proc/960235/task/960237/stat : 960237 (java) R 960232 960235 957012 0 -1 4194368 125280 0 0 0 345813 66 0 0 20 0 20 0 184170293 19566772224 771461 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 14 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
[pid=960235/tid=960246] ppid=960232 vsize=19108176 memory=3085836 CPUtime=0 cores=0,2
/proc/960235/task/960246/stat : 960246 (Finalizer) S 960232 960235 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184170298 19566772224 771461 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
[pid=960235/tid=960253] ppid=960232 vsize=19108176 memory=3085836 CPUtime=0.01 cores=0,2
/proc/960235/task/960253/stat : 960253 (Common-Cleaner) S 960232 960235 957012 0 -1 1077936192 4129 0 0 0 1 0 0 0 20 0 20 0 184170299 19566772224 771461 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
[pid=960235/tid=960254] ppid=960232 vsize=19108176 memory=16116 CPUtime=0 cores=0,2
/proc/960235/task/960254/stat : 960254 (Timer-0) S 960232 960235 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184170338 19566772224 771461 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
Current children cumulated CPU time: 3546.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3085844 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3575.5 s]
/proc/loadavg: 4.20 4.33 4.31 6/320 962120
/proc/meminfo: memFree=116861748/131655788 swapFree=131071996/131071996
[pid=960235] ppid=960232 vsize=19108176 memory=3085848 CPUtime=3600.05 cores=0,2
/proc/960235/stat : 960235 (java) S 960232 960235 957012 0 -1 1077936128 262176 0 0 0 359703 302 0 0 20 0 20 0 184170292 19566772224 771462 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
/proc/960235/statm: 4777044 771462 5959 1 0 797444 0
[pid=960235/tid=960237] ppid=960232 vsize=19108176 memory=0 CPUtime=3510.87 cores=0,2
/proc/960235/task/960237/stat : 960237 (java) R 960232 960235 957012 0 -1 4194368 127062 0 0 0 351021 66 0 0 20 0 20 0 184170293 19566772224 771462 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 16 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
[pid=960235/tid=960246] ppid=960232 vsize=19108176 memory=12776 CPUtime=0 cores=0,2
/proc/960235/task/960246/stat : 960246 (Finalizer) S 960232 960235 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184170298 19566772224 771462 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
[pid=960235/tid=960253] ppid=960232 vsize=19108176 memory=1970350607106052 CPUtime=0.01 cores=0,2
/proc/960235/task/960253/stat : 960253 (Common-Cleaner) S 960232 960235 957012 0 -1 1077936192 4200 0 0 0 1 0 0 0 20 0 20 0 184170299 19566772224 771462 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
[pid=960235/tid=960254] ppid=960232 vsize=19108176 memory=3085848 CPUtime=0 cores=0,2
/proc/960235/task/960254/stat : 960254 (Timer-0) S 960232 960235 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184170338 19566772224 771462 134679101440 93945525510144 93945525513840 140729900430160 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93945525521656 93945525522448 93945544568832 140729900438511 140729900438624 140729900438624 140729900445640 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3085848 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.21 s, system=3.04721 s

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

[startup+3575.61 s]*
/proc/loadavg: 4.20 4.33 4.31 8/305 962123
/proc/meminfo: memFree=119922328/131655788 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3575.63
CPU time (s): 3600.26
CPU user time (s): 3597.21
CPU system time (s): 3.04721
CPU usage (%): 100.689
Max. virtual memory (cumulated for all children) (KiB): 19110900
Max. memory (cumulated for all children) (KiB): 3085848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.21
system time used= 3.04721
maximum resident set size= 3086544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 264615
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 127966
involuntary context switches= 28925


# summary of solver processes directly reported to runsolver:
#   pid: 960235
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3597.21
#   total CPU system time (s): 3.04721

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 21.1107 second user time and 39.2442 second system time

The end

Launcher Data

Begin job on nodeC009 at 2024-07-18 18:28:39
IDJOB=4445045
IDBENCH=148098
IDSOLVER=3046
FILE ID=nodeC009/4445045-1721320107
RUNJOBID= nodeC009-1721316605-957068
SLURM_JOB_ID= 7542654
Free space on /tmp= 723764 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/manquiho/Aardal_1/normalized-prob4.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445045-1721320107/watcher-4445045-1721320107 -o /tmp/evaluation-result-4445045-1721320107/solver-4445045-1721320107 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1721316605-957068 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4445045-1721320107.opb

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

MD5SUM BENCH= 51f776679cf4368d72b5455aa221d9d6
RANDOM SEED=1626051093

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        112034280 kB
MemAvailable:   112793372 kB
Buffers:          515676 kB
Cached:          1081348 kB
SwapCached:            0 kB
Active:          1015768 kB
Inactive:       18026548 kB
Active(anon):       1460 kB
Inactive(anon): 17481204 kB
Active(file):    1014308 kB
Inactive(file):   545344 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               964 kB
Writeback:             0 kB
AnonPages:      17444648 kB
Mapped:           126388 kB
Shmem:             37700 kB
KReclaimable:      78940 kB
Slab:             178644 kB
SReclaimable:      78940 kB
SUnreclaim:        99704 kB
KernelStack:        4844 kB
PageTables:        44152 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   18083492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            58144 kB
HardwareCorrupted:     0 kB
AnonHugePages:  17039360 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      187208 kB
DirectMap2M:    19640320 kB
DirectMap1G:    116391936 kB

Free space on /tmp at the end= 723764 MiB
End job on nodeC009 at 2024-07-18 19:28:15