Trace number 4445345

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.37 3572.68

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-prob1.opb
MD5SUM471fd854f2c30bf1b2104c39e43ffd70
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.198066
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables77
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 constraint77
Maximum length of a constraint77
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 33367336
Number of bits of the biggest number in a constraint 25
Biggest sum of numbers in a constraint 458257453
Number of bits of the biggest sum of numbers29
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.11	c See www.sat4j.org for details.
0.12/0.12	c version CUSTOM.v20240707
0.12/0.14	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.14	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.14	c java.vm.version	22.0.1+8-16
0.12/0.14	c java.vm.vendor	Oracle Corporation
0.12/0.14	c sun.arch.data.model	64
0.12/0.14	c java.version		22.0.1
0.12/0.14	c os.name		Linux
0.12/0.14	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.14	c os.arch		amd64
0.12/0.15	c Free memory 		2113181440
0.12/0.15	c Max memory 		16282288128
0.12/0.15	c Total memory 		2122317824
0.12/0.16	c Number of processors 	2
0.41/0.33	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.41/0.33	 - never skip resolution steps
0.41/0.33	 - Auto-division on coefficients is disabled
0.41/0.33	 - No postprocessing
0.41/0.33	 - Conflict is considered as is when resolving
0.41/0.33	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.41/0.33	 - Weaken first using unassigned literals
0.41/0.33	 - Bump strategy: ALWAYS_ONE
0.41/0.33	 - Bumper: ASSIGNED
0.41/0.33	--- Begin Solver configuration ---
0.41/0.33	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.41/0.33	Learn all clauses as in MiniSAT
0.41/0.33	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.41/0.33	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.41/0.33	No reason simplification
0.41/0.33	Armin Biere (Picosat) restarts strategy
0.41/0.33	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.41/0.33	timeout=2147483s
0.41/0.33	DB Simplification allowed=false
0.41/0.33	Listener: none
0.41/0.33	--- End Solver configuration ---
0.41/0.33	c Pseudo Boolean Optimization by upper bound
0.41/0.33	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.41/0.33	c  - never skip resolution steps
0.41/0.33	c  - Auto-division on coefficients is disabled
0.41/0.33	c  - No postprocessing
0.41/0.33	c  - Conflict is considered as is when resolving
0.41/0.33	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.41/0.33	c  - Weaken first using unassigned literals
0.41/0.33	c  - Bump strategy: ALWAYS_ONE
0.41/0.33	c  - Bumper: ASSIGNED
0.41/0.33	c --- Begin Solver configuration ---
0.41/0.33	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.41/0.33	c Learn all clauses as in MiniSAT
0.41/0.33	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.41/0.33	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.41/0.33	c No reason simplification
0.41/0.33	c Armin Biere (Picosat) restarts strategy
0.41/0.33	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.41/0.33	c timeout=2147483s
0.41/0.33	c DB Simplification allowed=false
0.41/0.33	c Listener: none
0.41/0.33	c --- End Solver configuration ---
0.41/0.33	c solving HOME/instance-4445345-1721323694.opb
0.41/0.33	c reading problem ... 
0.41/0.33	c  no objective function found
0.41/0.36	c ... done. Wall clock time 0.023s.
0.41/0.36	c declared #vars     77
0.41/0.36	c #constraints  2
0.41/0.36	c constraints type 
0.41/0.36	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 2
0.41/0.36	c 2 constraints processed.
38.71/34.90	c cleaning 2501 clauses out of 5002 with flag 0/5002
116.39/110.21	c cleaning 4244 clauses out of 8499 with flag 0/11000
222.78/215.10	c cleaning 5624 clauses out of 11255 with flag 0/18000
369.03/360.47	c cleaning 6813 clauses out of 13631 with flag 0/26000
535.82/526.71	c cleaning 7908 clauses out of 15818 with flag 0/35000
732.68/722.98	c cleaning 8949 clauses out of 17912 with flag 0/45002
991.63/981.28	c cleaning 9978 clauses out of 19961 with flag 0/56000
1230.23/1219.42	c cleaning 10986 clauses out of 21984 with flag 0/68001
1518.43/1506.09	c cleaning 11993 clauses out of 23997 with flag 0/81000
1854.20/1840.22	c cleaning 12997 clauses out of 26005 with flag 0/95001
2199.06/2183.53	c cleaning 13998 clauses out of 28007 with flag 0/110000
2667.34/2647.01	c cleaning 14997 clauses out of 30009 with flag 0/126000
3166.40/3141.51	c cleaning 16000 clauses out of 32012 with flag 0/143000
3600.02/3572.52	c starts		: 105
3600.02/3572.56	c conflicts		: 159493
3600.02/3572.56	c decisions		: 183409
3600.02/3572.56	c propagations		: 660568
3600.02/3572.56	c inspects		: 1792400669
3600.02/3572.56	c shortcuts		: 0
3600.02/3572.56	c learnt literals	: 0
3600.02/3572.56	c learnt binary clauses	: 0
3600.02/3572.56	c learnt ternary clauses	: 0
3600.02/3572.56	c learnt constraints	: 159493
3600.02/3572.56	c ignored constraints	: 0
3600.02/3572.56	c root simplifications	: 0
3600.02/3572.56	c removed literals (reason simplification)	: 0
3600.02/3572.56	c reason swapping (by a shorter reason)	: 0
3600.02/3572.56	c Calls to reduceDB	: 13
3600.02/3572.56	c Number of update (reduction) of LBD	: 0
3600.02/3572.56	c Imported unit clauses	: 0
3600.02/3572.56	c No decision after first conflict	: false
3600.02/3572.56	c number of reductions to clauses (during analyze)	: 0
3600.02/3572.56	c number of learned constraints concerned by reduction	: 0
3600.02/3572.56	c number of learning phase by resolution	: 0
3600.02/3572.56	c number of learning phase by cutting planes	: 0
3600.02/3572.56	c number of rounding to 1 operations	: 581666
3600.02/3572.56	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3572.56	c number of reductions of the coefficients by power 2 	: 0
3600.02/3572.56	c number of right shift for reduction by power 2 	: 0
3600.02/3572.56	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3572.56	c number of ending skipping 	: 0
3600.02/3572.56	c number of internal skipping 	: 0
3600.02/3572.56	c number of derivation steps 	: 498004
3600.02/3572.56	c number of skipped derivation steps 	: 0
3600.02/3572.56	c number of remaining unassigned 	: 34491
3600.02/3572.56	c number of remaining assigned 	: 21101740
3600.02/3572.56	c number of falsified literals weakened from reason	: 0
3600.02/3572.56	c number of falsified literals weakened from conflict	: 0
3600.02/3572.56	c time for arithmetic operations	: 1183980647
3600.02/3572.57	c minimum degree of deleted constraints	: 512
3600.02/3572.58	c maximum degree of deleted constraints	: 16604930117
3600.02/3572.58	c number of deleted constraints	: 126988
3600.02/3572.58	c speed (assignments/second)	: 184.91868334654646
3600.02/3572.58	c non guided choices	: 66
3600.23/3572.65	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 740
3600.23/3572.65	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 31765
3600.23/3572.65	s UNKNOWN
3600.23/3572.65	c Total wall clock time (in seconds): 3572.322

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445345-1721323694/watcher-4445345-1721323694 -o /tmp/evaluation-result-4445345-1721323694/solver-4445345-1721323694 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1721316605-957070 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4445345-1721323694.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
Current StackSize limit: 8192 KiB

solver pid=962306, runsolver pid=962303

[startup+0.10022 s]*
/proc/loadavg: 4.45 4.38 4.32 5/318 962324
/proc/meminfo: memFree=123648720/131655788 swapFree=131071996/131071996
[pid=962306] ppid=962303 vsize=18975048 memory=58008 CPUtime=0.12 cores=1,3
/proc/962306/stat : 962306 (java) S 962303 962306 957012 0 -1 1077936128 6517 0 0 0 10 2 0 0 20 0 18 0 184528980 19430449152 14502 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
/proc/962306/statm: 4743762 14502 5592 1 0 550924 0
[pid=962306/tid=962308] ppid=962303 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=1,3
/proc/962306/task/962308/stat : 962308 (java) R 962303 962306 957012 0 -1 4194368 5460 0 0 0 7 2 0 0 20 0 18 0 184528980 19430449152 14502 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
[pid=962306/tid=962317] ppid=962303 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/962306/task/962317/stat : 962317 (Finalizer) S 962303 962306 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 184528983 19430449152 14502 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
[pid=962306/tid=962324] ppid=962303 vsize=18975048 memory=15817789915191721 CPUtime=0 cores=1,3
/proc/962306/task/962324/stat : 962324 (Common-Cleaner) S 962303 962306 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 184528984 19430449152 14502 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 58008 KiB

[startup+0.216672 s]*
/proc/loadavg: 4.45 4.38 4.32 5/318 962324
/proc/meminfo: memFree=123639644/131655788 swapFree=131071996/131071996
[pid=962306] ppid=962303 vsize=18975048 memory=66856 CPUtime=0.27 cores=1,3
/proc/962306/stat : 962306 (java) S 962303 962306 957012 0 -1 1077936128 7201 0 0 0 24 3 0 0 20 0 18 0 184528980 19430449152 16714 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
/proc/962306/statm: 4743762 16714 5594 1 0 551495 0
[pid=962306/tid=962308] ppid=962303 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=1,3
/proc/962306/task/962308/stat : 962308 (java) R 962303 962306 957012 0 -1 1077936192 5712 0 0 0 16 2 0 0 20 0 18 0 184528980 19430449152 16714 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
[pid=962306/tid=962317] ppid=962303 vsize=18975048 memory=671 CPUtime=0 cores=1,3
/proc/962306/task/962317/stat : 962317 (Finalizer) S 962303 962306 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 184528983 19430449152 16714 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
[pid=962306/tid=962324] ppid=962303 vsize=18975048 memory=14697383271339398 CPUtime=0 cores=1,3
/proc/962306/task/962324/stat : 962324 (Common-Cleaner) S 962303 962306 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 184528984 19430449152 16714 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66856 KiB

[startup+0.31422 s]*
/proc/loadavg: 4.45 4.38 4.32 7/318 962324
/proc/meminfo: memFree=123636336/131655788 swapFree=131071996/131071996
[pid=962306] ppid=962303 vsize=18975048 memory=70832 CPUtime=0.41 cores=1,3
/proc/962306/stat : 962306 (java) S 962303 962306 957012 0 -1 1077936128 7492 0 0 0 37 4 0 0 20 0 18 0 184528980 19430449152 17708 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
/proc/962306/statm: 4743762 17708 5797 1 0 551680 0
[pid=962306/tid=962308] ppid=962303 vsize=18975048 memory=-8961432540251726524 CPUtime=0.26 cores=1,3
/proc/962306/task/962308/stat : 962308 (java) R 962303 962306 957012 0 -1 4194368 5870 0 0 0 24 2 0 0 20 0 18 0 184528980 19430449152 17708 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
[pid=962306/tid=962317] ppid=962303 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/962306/task/962317/stat : 962317 (Finalizer) S 962303 962306 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 184528983 19430449152 17708 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
[pid=962306/tid=962324] ppid=962303 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/962306/task/962324/stat : 962324 (Common-Cleaner) S 962303 962306 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 184528984 19430449152 17708 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 70832 KiB

[startup+0.701446 s]
/proc/loadavg: 4.45 4.38 4.32 7/319 962325
/proc/meminfo: memFree=123613560/131655788 swapFree=131071996/131071996
[pid=962306] ppid=962303 vsize=19041612 memory=130960 CPUtime=1.1 cores=1,3
/proc/962306/stat : 962306 (java) S 962303 962306 957012 0 -1 1077936128 13144 0 0 0 103 7 0 0 20 0 19 0 184528980 19498610688 32740 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
/proc/962306/statm: 4760403 32740 5797 1 0 555195 0
[pid=962306/tid=962308] ppid=962303 vsize=19041612 memory=5544 CPUtime=0.59 cores=1,3
/proc/962306/task/962308/stat : 962308 (java) R 962303 962306 957012 0 -1 4194368 6020 0 0 0 55 4 0 0 20 0 19 0 184528980 19498610688 32740 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
[pid=962306/tid=962317] ppid=962303 vsize=19041612 memory=12776 CPUtime=0 cores=1,3
/proc/962306/task/962317/stat : 962317 (Finalizer) S 962303 962306 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184528983 19498610688 32740 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
[pid=962306/tid=962324] ppid=962303 vsize=19041612 memory=164 CPUtime=0 cores=1,3
/proc/962306/task/962324/stat : 962324 (Common-Cleaner) S 962303 962306 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 184528984 19498610688 32740 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
[pid=962306/tid=962325] ppid=962303 vsize=19041612 memory=117636 CPUtime=0 cores=1,3
/proc/962306/task/962325/stat : 962325 (Timer-0) S 962303 962306 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 184529017 19498610688 32740 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 130960 KiB

[startup+1.50122 s]
/proc/loadavg: 4.45 4.38 4.32 6/320 962326
/proc/meminfo: memFree=123521488/131655788 swapFree=131071996/131071996
[pid=962306] ppid=962303 vsize=19108176 memory=200472 CPUtime=2.67 cores=1,3
/proc/962306/stat : 962306 (java) S 962303 962306 957012 0 -1 1077936128 25202 0 0 0 257 10 0 0 20 0 20 0 184528980 19566772224 50118 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
/proc/962306/statm: 4777044 50118 5797 1 0 559368 0
[pid=962306/tid=962308] ppid=962303 vsize=19108176 memory=12776 CPUtime=1.31 cores=1,3
/proc/962306/task/962308/stat : 962308 (java) R 962303 962306 957012 0 -1 4194368 6337 0 0 0 126 5 0 0 20 0 20 0 184528980 19566772224 50118 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
[pid=962306/tid=962317] ppid=962303 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/962306/task/962317/stat : 962317 (Finalizer) S 962303 962306 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184528983 19566772224 50118 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
[pid=962306/tid=962324] ppid=962303 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/962306/task/962324/stat : 962324 (Common-Cleaner) S 962303 962306 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184528984 19566772224 50118 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
[pid=962306/tid=962325] ppid=962303 vsize=19108176 memory=281035950695696 CPUtime=0 cores=1,3
/proc/962306/task/962325/stat : 962325 (Timer-0) S 962303 962306 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184529017 19566772224 50118 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
Current children cumulated CPU time: 2.67 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 200472 KiB

[startup+3.10721 s]
/proc/loadavg: 4.45 4.38 4.32 6/320 962327
/proc/meminfo: memFree=122885080/131655788 swapFree=131071996/131071996
[pid=962306] ppid=962303 vsize=19108176 memory=589088 CPUtime=5.6 cores=1,3
/proc/962306/stat : 962306 (java) S 962303 962306 957012 0 -1 1077936128 31131 0 0 0 543 17 0 0 20 0 20 0 184528980 19566772224 147272 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
/proc/962306/statm: 4777044 147272 5845 1 0 561350 0
[pid=962306/tid=962308] ppid=962303 vsize=19108176 memory=0 CPUtime=2.88 cores=1,3
/proc/962306/task/962308/stat : 962308 (java) R 962303 962306 957012 0 -1 4194368 7139 0 0 0 276 12 0 0 20 0 20 0 184528980 19566772224 147272 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
[pid=962306/tid=962317] ppid=962303 vsize=19108176 memory=12776 CPUtime=0 cores=1,3
/proc/962306/task/962317/stat : 962317 (Finalizer) S 962303 962306 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184528983 19566772224 147272 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
[pid=962306/tid=962324] ppid=962303 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/962306/task/962324/stat : 962324 (Common-Cleaner) S 962303 962306 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184528984 19566772224 147272 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
[pid=962306/tid=962325] ppid=962303 vsize=19108176 memory=11464 CPUtime=0 cores=1,3
/proc/962306/task/962325/stat : 962325 (Timer-0) S 962303 962306 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184529017 19566772224 147272 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
Current children cumulated CPU time: 5.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 589088 KiB

[startup+6.30045 s]
/proc/loadavg: 4.50 4.39 4.33 5/320 962327
/proc/meminfo: memFree=122554024/131655788 swapFree=131071996/131071996
[pid=962306] ppid=962303 vsize=19108176 memory=941688 CPUtime=9.05 cores=1,3
/proc/962306/stat : 962306 (java) S 962303 962306 957012 0 -1 1077936128 31538 0 0 0 880 25 0 0 20 0 20 0 184528980 19566772224 235422 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
/proc/962306/statm: 4777044 235422 5845 1 0 561350 0
[pid=962306/tid=962308] ppid=962303 vsize=19108176 memory=12776 CPUtime=6.04 cores=1,3
/proc/962306/task/962308/stat : 962308 (java) R 962303 962306 957012 0 -1 4194368 7500 0 0 0 585 19 0 0 20 0 20 0 184528980 19566772224 235422 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
[pid=962306/tid=962317] ppid=962303 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/962306/task/962317/stat : 962317 (Finalizer) S 962303 962306 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184528983 19566772224 235422 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
[pid=962306/tid=962324] ppid=962303 vsize=19108176 memory=205488 CPUtime=0 cores=1,3
/proc/962306/task/962324/stat : 962324 (Common-Cleaner) S 962303 962306 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184528984 19566772224 235422 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
[pid=962306/tid=962325] ppid=962303 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/962306/task/962325/stat : 962325 (Timer-0) S 962303 962306 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184529017 19566772224 235422 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
Current children cumulated CPU time: 9.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 941688 KiB

[startup+12.7005 s]
/proc/loadavg: 4.62 4.42 4.34 5/323 962500
/proc/meminfo: memFree=122417408/131655788 swapFree=131071996/131071996
[pid=962306] ppid=962303 vsize=19108176 memory=1143440 CPUtime=16.33 cores=1,3
/proc/962306/stat : 962306 (java) S 962303 962306 957012 0 -1 1077936128 39517 0 0 0 1603 30 0 0 20 0 20 0 184528980 19566772224 285860 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
/proc/962306/statm: 4777044 285860 5845 1 0 667864 0
[pid=962306/tid=962308] ppid=962303 vsize=19108176 memory=0 CPUtime=12.25 cores=1,3
/proc/962306/task/962308/stat : 962308 (java) R 962303 962306 957012 0 -1 4194368 8643 0 0 0 1203 22 0 0 20 0 20 0 184528980 19566772224 285860 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
[pid=962306/tid=962317] ppid=962303 vsize=19108176 memory=-8961432540251726524 CPUtime=0 cores=1,3
/proc/962306/task/962317/stat : 962317 (Finalizer) S 962303 962306 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184528983 19566772224 285860 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
[pid=962306/tid=962324] ppid=962303 vsize=19108176 memory=2216 CPUtime=0 cores=1,3
/proc/962306/task/962324/stat : 962324 (Common-Cleaner) S 962303 962306 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184528984 19566772224 285860 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
[pid=962306/tid=962325] ppid=962303 vsize=19108176 memory=11464 CPUtime=0 cores=1,3
/proc/962306/task/962325/stat : 962325 (Timer-0) S 962303 962306 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184529017 19566772224 285860 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
Current children cumulated CPU time: 16.33 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1143440 KiB

[startup+25.5005 s]
/proc/loadavg: 4.78 4.46 4.35 6/322 962501
/proc/meminfo: memFree=121391316/131655788 swapFree=131071996/131071996
[pid=962306] ppid=962303 vsize=19108176 memory=1604660 CPUtime=29.14 cores=1,3
/proc/962306/stat : 962306 (java) S 962303 962306 957012 0 -1 1077936128 43780 0 0 0 2873 41 0 0 20 0 20 0 184528980 19566772224 401165 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
/proc/962306/statm: 4777044 401165 5845 1 0 667878 0
[pid=962306/tid=962308] ppid=962303 vsize=19108176 memory=11464 CPUtime=24.84 cores=1,3
/proc/962306/task/962308/stat : 962308 (java) R 962303 962306 957012 0 -1 4194368 10733 0 0 0 2452 32 0 0 20 0 20 0 184528980 19566772224 401165 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
[pid=962306/tid=962317] ppid=962303 vsize=19108176 memory=11464 CPUtime=0 cores=1,3
/proc/962306/task/962317/stat : 962317 (Finalizer) S 962303 962306 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184528983 19566772224 401165 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
[pid=962306/tid=962324] ppid=962303 vsize=19108176 memory=962168 CPUtime=0 cores=1,3
/proc/962306/task/962324/stat : 962324 (Common-Cleaner) S 962303 962306 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184528984 19566772224 401165 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
[pid=962306/tid=962325] ppid=962303 vsize=19108176 memory=281035950642480 CPUtime=0 cores=1,3
/proc/962306/task/962325/stat : 962325 (Timer-0) S 962303 962306 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184529017 19566772224 401165 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
Current children cumulated CPU time: 29.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1604660 KiB

[startup+51.114 s]
/proc/loadavg: 4.72 4.47 4.36 5/322 962505
/proc/meminfo: memFree=120430448/131655788 swapFree=131071996/131071996
[pid=962306] ppid=962303 vsize=19108176 memory=1624108 CPUtime=55.72 cores=1,3
/proc/962306/stat : 962306 (java) S 962303 962306 957012 0 -1 1077936128 56720 0 0 0 5526 46 0 0 20 0 20 0 184528980 19566772224 406027 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
/proc/962306/statm: 4777044 406027 5845 1 0 667910 0
[pid=962306/tid=962308] ppid=962303 vsize=19108176 memory=1620012 CPUtime=49.85 cores=1,3
/proc/962306/task/962308/stat : 962308 (java) R 962303 962306 957012 0 -1 4194368 14341 0 0 0 4952 33 0 0 20 0 20 0 184528980 19566772224 406027 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
[pid=962306/tid=962317] ppid=962303 vsize=19108176 memory=281035951392128 CPUtime=0 cores=1,3
/proc/962306/task/962317/stat : 962317 (Finalizer) S 962303 962306 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184528983 19566772224 406027 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0

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

[startup+3222.3 s]
/proc/loadavg: 4.47 4.30 4.21 5/320 964639
/proc/meminfo: memFree=116180396/131655788 swapFree=131071996/131071996
[pid=962306] ppid=962303 vsize=19108176 memory=3076108 CPUtime=3247.46 cores=1,3
/proc/962306/stat : 962306 (java) S 962303 962306 957012 0 -1 1077936128 282438 0 0 0 324403 343 0 0 20 0 20 0 184528980 19566772224 769027 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
/proc/962306/statm: 4777044 769027 5866 1 0 795746 0
[pid=962306/tid=962308] ppid=962303 vsize=19108176 memory=3065832 CPUtime=3169.31 cores=1,3
/proc/962306/task/962308/stat : 962308 (java) R 962303 962306 957012 0 -1 4194368 121799 0 0 0 316840 91 0 0 20 0 20 0 184528980 19566772224 769027 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 32 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
[pid=962306/tid=962317] ppid=962303 vsize=19108176 memory=3076096 CPUtime=0 cores=1,3
/proc/962306/task/962317/stat : 962317 (Finalizer) S 962303 962306 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184528983 19566772224 769027 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
[pid=962306/tid=962324] ppid=962303 vsize=19108176 memory=3071976 CPUtime=0 cores=1,3
/proc/962306/task/962324/stat : 962324 (Common-Cleaner) S 962303 962306 957012 0 -1 1077936192 3536 0 0 0 0 0 0 0 20 0 20 0 184528984 19566772224 769027 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
[pid=962306/tid=962325] ppid=962303 vsize=19108176 memory=43720 CPUtime=0 cores=1,3
/proc/962306/task/962325/stat : 962325 (Timer-0) S 962303 962306 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184529017 19566772224 769027 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
Current children cumulated CPU time: 3247.46 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3076108 KiB

[startup+3282.3 s]
/proc/loadavg: 4.51 4.34 4.23 5/320 964650
/proc/meminfo: memFree=115262896/131655788 swapFree=131071996/131071996
[pid=962306] ppid=962303 vsize=19108176 memory=3076128 CPUtime=3307.68 cores=1,3
/proc/962306/stat : 962306 (java) S 962303 962306 957012 0 -1 1077936128 286082 0 0 0 330421 347 0 0 20 0 20 0 184528980 19566772224 769032 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
/proc/962306/statm: 4777044 769032 5866 1 0 795746 0
[pid=962306/tid=962308] ppid=962303 vsize=19108176 memory=3076128 CPUtime=3228.21 cores=1,3
/proc/962306/task/962308/stat : 962308 (java) R 962303 962306 957012 0 -1 4194368 123918 0 0 0 322729 92 0 0 20 0 20 0 184528980 19566772224 769032 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 32 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
[pid=962306/tid=962317] ppid=962303 vsize=19108176 memory=3076128 CPUtime=0 cores=1,3
/proc/962306/task/962317/stat : 962317 (Finalizer) S 962303 962306 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184528983 19566772224 769032 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
[pid=962306/tid=962324] ppid=962303 vsize=19108176 memory=3076128 CPUtime=0 cores=1,3
/proc/962306/task/962324/stat : 962324 (Common-Cleaner) S 962303 962306 957012 0 -1 1077936192 3617 0 0 0 0 0 0 0 20 0 20 0 184528984 19566772224 769032 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
[pid=962306/tid=962325] ppid=962303 vsize=19108176 memory=3076128 CPUtime=0 cores=1,3
/proc/962306/task/962325/stat : 962325 (Timer-0) S 962303 962306 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184529017 19566772224 769032 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
Current children cumulated CPU time: 3307.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3076128 KiB

[startup+3342.3 s]
/proc/loadavg: 4.47 4.36 4.25 5/320 964661
/proc/meminfo: memFree=115803724/131655788 swapFree=131071996/131071996
[pid=962306] ppid=962303 vsize=19108176 memory=3076136 CPUtime=3368.45 cores=1,3
/proc/962306/stat : 962306 (java) S 962303 962306 957012 0 -1 1077936128 290184 0 0 0 336493 352 0 0 20 0 20 0 184528980 19566772224 769034 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
/proc/962306/statm: 4777044 769034 5866 1 0 795746 0
[pid=962306/tid=962308] ppid=962303 vsize=19108176 memory=3076128 CPUtime=3287.09 cores=1,3
/proc/962306/task/962308/stat : 962308 (java) R 962303 962306 957012 0 -1 4194368 126397 0 0 0 328616 93 0 0 20 0 20 0 184528980 19566772224 769034 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 32 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
[pid=962306/tid=962317] ppid=962303 vsize=19108176 memory=-8961432540251726524 CPUtime=0 cores=1,3
/proc/962306/task/962317/stat : 962317 (Finalizer) S 962303 962306 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184528983 19566772224 769034 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
[pid=962306/tid=962324] ppid=962303 vsize=19108176 memory=3076136 CPUtime=0 cores=1,3
/proc/962306/task/962324/stat : 962324 (Common-Cleaner) S 962303 962306 957012 0 -1 1077936192 3698 0 0 0 0 0 0 0 20 0 20 0 184528984 19566772224 769034 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
[pid=962306/tid=962325] ppid=962303 vsize=19108176 memory=11464 CPUtime=0 cores=1,3
/proc/962306/task/962325/stat : 962325 (Timer-0) S 962303 962306 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184529017 19566772224 769034 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
Current children cumulated CPU time: 3368.45 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3076136 KiB

[startup+3402.3 s]
/proc/loadavg: 4.58 4.40 4.27 5/320 964672
/proc/meminfo: memFree=114939996/131655788 swapFree=131071996/131071996
[pid=962306] ppid=962303 vsize=19108176 memory=3076144 CPUtime=3429.26 cores=1,3
/proc/962306/stat : 962306 (java) S 962303 962306 957012 0 -1 1077936128 293905 0 0 0 342568 358 0 0 20 0 20 0 184528980 19566772224 769036 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
/proc/962306/statm: 4777044 769036 5866 1 0 795746 0
[pid=962306/tid=962308] ppid=962303 vsize=19108176 memory=3076136 CPUtime=3346.19 cores=1,3
/proc/962306/task/962308/stat : 962308 (java) R 962303 962306 957012 0 -1 4194368 128389 0 0 0 334525 94 0 0 20 0 20 0 184528980 19566772224 769036 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 35 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
[pid=962306/tid=962317] ppid=962303 vsize=19108176 memory=12776 CPUtime=0 cores=1,3
/proc/962306/task/962317/stat : 962317 (Finalizer) S 962303 962306 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184528983 19566772224 769036 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
[pid=962306/tid=962324] ppid=962303 vsize=19108176 memory=3076136 CPUtime=0 cores=1,3
/proc/962306/task/962324/stat : 962324 (Common-Cleaner) S 962303 962306 957012 0 -1 1077936192 3771 0 0 0 0 0 0 0 20 0 20 0 184528984 19566772224 769036 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
[pid=962306/tid=962325] ppid=962303 vsize=19108176 memory=3076144 CPUtime=0 cores=1,3
/proc/962306/task/962325/stat : 962325 (Timer-0) S 962303 962306 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184529017 19566772224 769036 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
Current children cumulated CPU time: 3429.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3076144 KiB

[startup+3462.3 s]
/proc/loadavg: 4.88 4.54 4.33 5/319 965068
/proc/meminfo: memFree=114939232/131655788 swapFree=131071996/131071996
[pid=962306] ppid=962303 vsize=19108176 memory=3076144 CPUtime=3489.61 cores=1,3
/proc/962306/stat : 962306 (java) S 962303 962306 957012 0 -1 1077936128 297669 0 0 0 348598 363 0 0 20 0 20 0 184528980 19566772224 769036 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
/proc/962306/statm: 4777044 769036 5866 1 0 795746 0
[pid=962306/tid=962308] ppid=962303 vsize=19108176 memory=3076136 CPUtime=3405.54 cores=1,3
/proc/962306/task/962308/stat : 962308 (java) R 962303 962306 957012 0 -1 4194368 130661 0 0 0 340458 96 0 0 20 0 20 0 184528980 19566772224 769036 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 35 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
[pid=962306/tid=962317] ppid=962303 vsize=19108176 memory=12776 CPUtime=0 cores=1,3
/proc/962306/task/962317/stat : 962317 (Finalizer) S 962303 962306 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184528983 19566772224 769036 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
[pid=962306/tid=962324] ppid=962303 vsize=19108176 memory=-8961432540251726524 CPUtime=0 cores=1,3
/proc/962306/task/962324/stat : 962324 (Common-Cleaner) S 962303 962306 957012 0 -1 1077936192 3864 0 0 0 0 0 0 0 20 0 20 0 184528984 19566772224 769036 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
[pid=962306/tid=962325] ppid=962303 vsize=19108176 memory=3076144 CPUtime=0 cores=1,3
/proc/962306/task/962325/stat : 962325 (Timer-0) S 962303 962306 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184529017 19566772224 769036 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
Current children cumulated CPU time: 3489.61 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3076144 KiB

[startup+3522.3 s]
/proc/loadavg: 4.53 4.50 4.33 5/322 965083
/proc/meminfo: memFree=114437404/131655788 swapFree=131071996/131071996
[pid=962306] ppid=962303 vsize=19108176 memory=3076144 CPUtime=3549.71 cores=1,3
/proc/962306/stat : 962306 (java) S 962303 962306 957012 0 -1 1077936128 301190 0 0 0 354603 368 0 0 20 0 20 0 184528980 19566772224 769036 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
/proc/962306/statm: 4777044 769036 5866 1 0 795746 0
[pid=962306/tid=962308] ppid=962303 vsize=19108176 memory=-8961432540251726524 CPUtime=3464.8 cores=1,3
/proc/962306/task/962308/stat : 962308 (java) R 962303 962306 957012 0 -1 4194368 132382 0 0 0 346383 97 0 0 20 0 20 0 184528980 19566772224 769036 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 35 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
[pid=962306/tid=962317] ppid=962303 vsize=19108176 memory=3076144 CPUtime=0 cores=1,3
/proc/962306/task/962317/stat : 962317 (Finalizer) S 962303 962306 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184528983 19566772224 769036 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
[pid=962306/tid=962324] ppid=962303 vsize=19108176 memory=11464 CPUtime=0 cores=1,3
/proc/962306/task/962324/stat : 962324 (Common-Cleaner) S 962303 962306 957012 0 -1 1077936192 3944 0 0 0 0 0 0 0 20 0 20 0 184528984 19566772224 769036 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
[pid=962306/tid=962325] ppid=962303 vsize=19108176 memory=11464 CPUtime=0 cores=1,3
/proc/962306/task/962325/stat : 962325 (Timer-0) S 962303 962306 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184529017 19566772224 769036 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
Current children cumulated CPU time: 3549.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3076144 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3572.5 s]
/proc/loadavg: 3.96 4.37 4.29 3/270 965158
/proc/meminfo: memFree=121989804/131655788 swapFree=131071996/131071996
[pid=962306] ppid=962303 vsize=19108176 memory=3076148 CPUtime=3600.02 cores=1,3
/proc/962306/stat : 962306 (java) S 962303 962306 957012 0 -1 1077936128 303895 0 0 0 359629 373 0 0 20 0 20 0 184528980 19566772224 769037 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
/proc/962306/statm: 4777044 769037 5866 1 0 795746 0
[pid=962306/tid=962308] ppid=962303 vsize=19108176 memory=3076144 CPUtime=3514.43 cores=1,3
/proc/962306/task/962308/stat : 962308 (java) R 962303 962306 957012 0 -1 4194368 134000 0 0 0 351346 97 0 0 20 0 20 0 184528980 19566772224 769037 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 35 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
[pid=962306/tid=962317] ppid=962303 vsize=19108176 memory=3076144 CPUtime=0 cores=1,3
/proc/962306/task/962317/stat : 962317 (Finalizer) S 962303 962306 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184528983 19566772224 769037 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
[pid=962306/tid=962324] ppid=962303 vsize=19108176 memory=3076144 CPUtime=0 cores=1,3
/proc/962306/task/962324/stat : 962324 (Common-Cleaner) S 962303 962306 957012 0 -1 1077936192 3944 0 0 0 0 0 0 0 20 0 20 0 184528984 19566772224 769037 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
[pid=962306/tid=962325] ppid=962303 vsize=19108176 memory=12776 CPUtime=0 cores=1,3
/proc/962306/task/962325/stat : 962325 (Timer-0) S 962303 962306 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184529017 19566772224 769037 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3076148 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.61 s, system=3.76035 s

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

[startup+3572.6 s]
/proc/loadavg: 3.96 4.37 4.29 3/270 965158
/proc/meminfo: memFree=121989804/131655788 swapFree=131071996/131071996
[pid=962306] ppid=962303 vsize=19307868 memory=3076856 CPUtime=3600.23 cores=1,3
/proc/962306/stat : 962306 (java) S 962303 962306 957012 0 -1 1077936128 306986 0 0 0 359649 374 0 0 20 0 21 0 184528980 19771256832 769214 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
/proc/962306/statm: 4826967 769214 5865 1 0 796633 0
[pid=962306/tid=962308] ppid=962303 vsize=19307868 memory=12776 CPUtime=3514.53 cores=1,3
/proc/962306/task/962308/stat : 962308 (java) R 962303 962306 957012 0 -1 4194368 134045 0 0 0 351356 97 0 0 20 0 21 0 184528980 19771256832 769214 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 35 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
[pid=962306/tid=962317] ppid=962303 vsize=19307868 memory=-8961432540251726524 CPUtime=0 cores=1,3
/proc/962306/task/962317/stat : 962317 (Finalizer) S 962303 962306 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 184528983 19771256832 769214 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
[pid=962306/tid=962324] ppid=962303 vsize=19307868 memory=19900 CPUtime=0 cores=1,3
/proc/962306/task/962324/stat : 962324 (Common-Cleaner) S 962303 962306 957012 0 -1 1077936192 3944 0 0 0 0 0 0 0 20 0 21 0 184528984 19771256832 769214 134679101440 94526479552512 94526479556208 140730037183376 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94526479564024 94526479564816 94526498430976 140730037191663 140730037191776 140730037191776 140730037198792 0
Current children cumulated CPU time: 3600.23 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 3076856 KiB

Child status: 143

Real time (s): 3572.68
CPU time (s): 3600.37
CPU user time (s): 3596.61
CPU system time (s): 3.76035
CPU usage (%): 100.775
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 3076856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.61
system time used= 3.76035
maximum resident set size= 3077684
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 307249
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 127998
involuntary context switches= 7663


# summary of solver processes directly reported to runsolver:
#   pid: 962306
#   total CPU time (s): 3600.37
#   total CPU user time (s): 3596.61
#   total CPU system time (s): 3.76035

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.343 second user time and 37.1004 second system time

The end

Launcher Data

Begin job on nodeC009 at 2024-07-18 19:28:26
IDJOB=4445345
IDBENCH=148108
IDSOLVER=3046
FILE ID=nodeC009/4445345-1721323694
RUNJOBID= nodeC009-1721316605-957070
SLURM_JOB_ID= 7542654
Free space on /tmp= 723768 MiB

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

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

MD5SUM BENCH= 471fd854f2c30bf1b2104c39e43ffd70
RANDOM SEED=1146243778

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		: 3561.823
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		: 3594.453
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.444
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.318
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		: 3526.139
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		: 2993.290
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.477
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.398
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:        123686264 kB
MemAvailable:   124464016 kB
Buffers:          519896 kB
Cached:          1096040 kB
SwapCached:            0 kB
Active:          1018248 kB
Inactive:        6394940 kB
Active(anon):       1460 kB
Inactive(anon):  5833492 kB
Active(file):    1016788 kB
Inactive(file):   561448 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              2980 kB
Writeback:             0 kB
AnonPages:       5796232 kB
Mapped:           126256 kB
Shmem:             37700 kB
KReclaimable:      79096 kB
Slab:             178952 kB
SReclaimable:      79096 kB
SUnreclaim:        99856 kB
KernelStack:        4848 kB
PageTables:        21472 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    8335844 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            58240 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5482496 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 20:27:59