Trace number 4442795

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-12UNSAT 147.891 143.522

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-15-10.opb
MD5SUM853d52da79183b98646756a8c7ea759c
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.019745
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables150
Total number of constraints1065
Number of constraints which are clauses1065
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint10
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 11
Number of bits of the biggest sum of numbers4
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.13	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.13	c See www.sat4j.org for details.
0.12/0.15	c version CUSTOM.v20240707
0.12/0.17	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.17	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.17	c java.vm.version	22.0.1+8-16
0.12/0.17	c java.vm.vendor	Oracle Corporation
0.12/0.17	c sun.arch.data.model	64
0.12/0.17	c java.version		22.0.1
0.12/0.17	c os.name		Linux
0.12/0.17	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.17	c os.arch		amd64
0.12/0.18	c Free memory 		2113181440
0.12/0.18	c Max memory 		16282288128
0.12/0.18	c Total memory 		2122317824
0.12/0.19	c Number of processors 	2
0.45/0.37	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.45/0.37	 - never skip resolution steps
0.45/0.37	 - Auto-division on coefficients is disabled
0.45/0.37	 - No postprocessing
0.45/0.37	 - Conflict is considered as is when resolving
0.45/0.37	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.45/0.37	 - Weaken first using unassigned literals
0.45/0.37	 - Bump strategy: ALWAYS_ONE
0.45/0.37	 - Bumper: ASSIGNED
0.45/0.37	--- Begin Solver configuration ---
0.45/0.37	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.45/0.37	Learn all clauses as in MiniSAT
0.45/0.37	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.45/0.37	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.45/0.37	No reason simplification
0.45/0.37	Armin Biere (Picosat) restarts strategy
0.45/0.37	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.45/0.37	timeout=2147483s
0.45/0.37	DB Simplification allowed=false
0.45/0.37	Listener: none
0.45/0.37	--- End Solver configuration ---
0.45/0.38	c Pseudo Boolean Optimization by upper bound
0.45/0.38	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.45/0.38	c  - never skip resolution steps
0.45/0.38	c  - Auto-division on coefficients is disabled
0.45/0.38	c  - No postprocessing
0.45/0.38	c  - Conflict is considered as is when resolving
0.45/0.38	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.45/0.38	c  - Weaken first using unassigned literals
0.45/0.38	c  - Bump strategy: ALWAYS_ONE
0.45/0.38	c  - Bumper: ASSIGNED
0.45/0.38	c --- Begin Solver configuration ---
0.45/0.38	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.45/0.38	c Learn all clauses as in MiniSAT
0.45/0.38	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.45/0.38	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.45/0.38	c No reason simplification
0.45/0.38	c Armin Biere (Picosat) restarts strategy
0.45/0.38	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.45/0.38	c timeout=2147483s
0.45/0.38	c DB Simplification allowed=false
0.45/0.38	c Listener: none
0.45/0.38	c --- End Solver configuration ---
0.45/0.38	c solving HOME/instance-4442795-1721308311.opb
0.45/0.38	c reading problem ... 
0.45/0.38	c  no objective function found
0.63/0.51	c ... done. Wall clock time 0.129s.
0.63/0.51	c declared #vars     150
0.63/0.51	c #constraints  1065
0.63/0.51	c constraints type 
0.63/0.51	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1050
0.63/0.51	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15
0.63/0.51	c 1065 constraints processed.
2.34/1.38	c cleaning 0 clauses out of 5001 with flag 0/5001
3.61/2.04	c cleaning 0 clauses out of 11002 with flag 0/11002
4.60/2.95	c cleaning 0 clauses out of 18001 with flag 0/18001
6.52/4.66	c cleaning 0 clauses out of 26001 with flag 0/26001
8.76/6.86	c cleaning 0 clauses out of 35000 with flag 0/35000
11.66/9.75	c cleaning 0 clauses out of 45001 with flag 0/45001
16.75/13.93	c cleaning 0 clauses out of 56000 with flag 0/56000
22.53/19.57	c cleaning 0 clauses out of 68000 with flag 0/68000
31.04/27.49	c cleaning 0 clauses out of 81000 with flag 0/81000
41.65/37.68	c cleaning 0 clauses out of 95000 with flag 0/95000
55.25/51.14	c cleaning 0 clauses out of 110001 with flag 0/110001
74.86/70.59	c cleaning 0 clauses out of 126002 with flag 0/126003
108.65/104.32	c cleaning 0 clauses out of 143001 with flag 0/143002
147.70/143.44	c starts		: 103
147.70/143.44	c conflicts		: 158372
147.70/143.44	c decisions		: 174058
147.70/143.44	c propagations		: 2228055
147.70/143.44	c inspects		: 1340870449
147.70/143.44	c shortcuts		: 0
147.70/143.44	c learnt literals	: 1
147.70/143.44	c learnt binary clauses	: 5
147.70/143.44	c learnt ternary clauses	: 7
147.70/143.44	c learnt constraints	: 158370
147.70/143.44	c ignored constraints	: 0
147.70/143.44	c root simplifications	: 0
147.70/143.44	c removed literals (reason simplification)	: 0
147.70/143.44	c reason swapping (by a shorter reason)	: 0
147.70/143.44	c Calls to reduceDB	: 13
147.70/143.44	c Number of update (reduction) of LBD	: 0
147.70/143.44	c Imported unit clauses	: 0
147.70/143.44	c No decision after first conflict	: false
147.70/143.44	c number of reductions to clauses (during analyze)	: 0
147.70/143.44	c number of learned constraints concerned by reduction	: 0
147.70/143.44	c number of learning phase by resolution	: 0
147.70/143.44	c number of learning phase by cutting planes	: 0
147.70/143.44	c number of rounding to 1 operations	: 0
147.70/143.44	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
147.70/143.44	c number of reductions of the coefficients by power 2 	: 0
147.70/143.44	c number of right shift for reduction by power 2 	: 0
147.70/143.44	c number of reductions of the coefficients by GCD over coefficients 	: 0
147.70/143.44	c number of ending skipping 	: 0
147.70/143.44	c number of internal skipping 	: 0
147.70/143.44	c number of derivation steps 	: 1174833
147.70/143.44	c number of skipped derivation steps 	: 0
147.70/143.44	c number of remaining unassigned 	: 0
147.70/143.44	c number of remaining assigned 	: 0
147.70/143.44	c number of falsified literals weakened from reason	: 0
147.70/143.44	c number of falsified literals weakened from conflict	: 0
147.70/143.44	c time for arithmetic operations	: 0
147.70/143.45	c minimum degree of deleted constraints	: null
147.70/143.45	c maximum degree of deleted constraints	: null
147.70/143.45	c number of deleted constraints	: 0
147.70/143.45	c speed (assignments/second)	: 15590.39828705777
147.70/143.45	c non guided choices	: 46
147.70/143.49	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 158365
147.87/143.50	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 5
147.87/143.50	s UNSATISFIABLE
147.87/143.50	c Total wall clock time (in seconds): 143.126

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442795-1721308311/watcher-4442795-1721308311 -o /tmp/evaluation-result-4442795-1721308311/solver-4442795-1721308311 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1721304926-953891 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4442795-1721308311.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
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=956603, runsolver pid=956600

[startup+0.100074 s]*
/proc/loadavg: 4.65 4.57 4.45 7/318 956621
/proc/meminfo: memFree=93170056/131655788 swapFree=131071996/131071996
[pid=956603] ppid=956600 vsize=18975048 memory=58404 CPUtime=0.12 cores=1,3
/proc/956603/stat : 956603 (java) S 956600 956603 953879 0 -1 1077936128 6531 0 0 0 9 3 0 0 20 0 18 0 182989847 19430449152 14601 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
/proc/956603/statm: 4743762 14601 5743 1 0 550979 0
[pid=956603/tid=956605] ppid=956600 vsize=18975048 memory=4026561586 CPUtime=0.07 cores=1,3
/proc/956603/task/956605/stat : 956605 (java) R 956600 956603 953879 0 -1 4194368 5450 0 0 0 5 2 0 0 20 0 18 0 182989847 19430449152 14601 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
[pid=956603/tid=956614] ppid=956600 vsize=18975048 memory=237146210664 CPUtime=0 cores=1,3
/proc/956603/task/956614/stat : 956614 (Finalizer) S 956600 956603 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182989852 19430449152 14601 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
[pid=956603/tid=956621] ppid=956600 vsize=18975048 memory=4050198648221597728 CPUtime=0 cores=1,3
/proc/956603/task/956621/stat : 956621 (Common-Cleaner) S 956600 956603 953879 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 182989853 19430449152 14601 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 58404 KiB

[startup+0.217494 s]*
/proc/loadavg: 4.65 4.57 4.45 8/318 956621
/proc/meminfo: memFree=93161364/131655788 swapFree=131071996/131071996
[pid=956603] ppid=956600 vsize=18975048 memory=66820 CPUtime=0.29 cores=1,3
/proc/956603/stat : 956603 (java) S 956600 956603 953879 0 -1 1077936128 7054 0 0 0 25 4 0 0 20 0 18 0 182989847 19430449152 16705 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
/proc/956603/statm: 4743762 16705 5748 1 0 551400 0
[pid=956603/tid=956605] ppid=956600 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=1,3
/proc/956603/task/956605/stat : 956605 (java) R 956600 956603 953879 0 -1 1077936192 5679 0 0 0 15 3 0 0 20 0 18 0 182989847 19430449152 16705 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
[pid=956603/tid=956614] ppid=956600 vsize=18975048 memory=19020 CPUtime=0 cores=1,3
/proc/956603/task/956614/stat : 956614 (Finalizer) S 956600 956603 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182989852 19430449152 16705 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
[pid=956603/tid=956621] ppid=956600 vsize=18975048 memory=15544037289509020 CPUtime=0 cores=1,3
/proc/956603/task/956621/stat : 956621 (Common-Cleaner) S 956600 956603 953879 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 182989853 19430449152 16705 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66820 KiB

[startup+0.313332 s]*
/proc/loadavg: 4.65 4.57 4.45 8/318 956621
/proc/meminfo: memFree=93160320/131655788 swapFree=131071996/131071996
[pid=956603] ppid=956600 vsize=18975048 memory=67944 CPUtime=0.45 cores=1,3
/proc/956603/stat : 956603 (java) S 956600 956603 953879 0 -1 1077936128 7335 0 0 0 41 4 0 0 20 0 18 0 182989847 19430449152 16986 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
/proc/956603/statm: 4743762 16986 5759 1 0 551592 0
[pid=956603/tid=956605] ppid=956600 vsize=18975048 memory=-9177602006667535036 CPUtime=0.26 cores=1,3
/proc/956603/task/956605/stat : 956605 (java) R 956600 956603 953879 0 -1 4194368 5834 0 0 0 23 3 0 0 20 0 18 0 182989847 19430449152 16986 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
[pid=956603/tid=956614] ppid=956600 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/956603/task/956614/stat : 956614 (Finalizer) S 956600 956603 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182989852 19430449152 16986 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
[pid=956603/tid=956621] ppid=956600 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/956603/task/956621/stat : 956621 (Common-Cleaner) S 956600 956603 953879 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 182989853 19430449152 16986 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 67944 KiB

[startup+0.700538 s]
/proc/loadavg: 4.65 4.57 4.45 7/318 956621
/proc/meminfo: memFree=93154928/131655788 swapFree=131071996/131071996
[pid=956603] ppid=956600 vsize=19041612 memory=88936 CPUtime=1.15 cores=1,3
/proc/956603/stat : 956603 (java) S 956600 956603 953879 0 -1 1077936128 9160 0 0 0 110 5 0 0 20 0 19 0 182989847 19498610688 22234 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
/proc/956603/statm: 4760403 22234 5849 1 0 552780 0
[pid=956603/tid=956605] ppid=956600 vsize=19041612 memory=5468 CPUtime=0.58 cores=1,3
/proc/956603/task/956605/stat : 956605 (java) R 956600 956603 953879 0 -1 4194368 6037 0 0 0 55 3 0 0 20 0 19 0 182989847 19498610688 22234 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
[pid=956603/tid=956614] ppid=956600 vsize=19041612 memory=12020 CPUtime=0 cores=1,3
/proc/956603/task/956614/stat : 956614 (Finalizer) S 956600 956603 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 182989852 19498610688 22234 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
[pid=956603/tid=956621] ppid=956600 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/956603/task/956621/stat : 956621 (Common-Cleaner) S 956600 956603 953879 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 182989853 19498610688 22234 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 88936 KiB

[startup+1.50027 s]
/proc/loadavg: 4.65 4.57 4.45 6/319 956622
/proc/meminfo: memFree=93080424/131655788 swapFree=131071996/131071996
[pid=956603] ppid=956600 vsize=19108176 memory=173692 CPUtime=2.73 cores=1,3
/proc/956603/stat : 956603 (java) S 956600 956603 953879 0 -1 1077936128 16573 0 0 0 264 9 0 0 20 0 20 0 182989847 19566772224 43423 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
/proc/956603/statm: 4777044 43423 5849 1 0 555496 0
[pid=956603/tid=956605] ppid=956600 vsize=19108176 memory=12020 CPUtime=1.34 cores=1,3
/proc/956603/task/956605/stat : 956605 (java) R 956600 956603 953879 0 -1 4194368 6942 0 0 0 129 5 0 0 20 0 20 0 182989847 19566772224 43423 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
[pid=956603/tid=956614] ppid=956600 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/956603/task/956614/stat : 956614 (Finalizer) S 956600 956603 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182989852 19566772224 43423 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
[pid=956603/tid=956621] ppid=956600 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/956603/task/956621/stat : 956621 (Common-Cleaner) S 956600 956603 953879 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 182989853 19566772224 43423 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
[pid=956603/tid=956622] ppid=956600 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/956603/task/956622/stat : 956622 (Timer-0) S 956600 956603 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182989900 19566772224 43423 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
Current children cumulated CPU time: 2.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 173692 KiB

[startup+3.10554 s]
/proc/loadavg: 4.60 4.56 4.45 6/320 956623
/proc/meminfo: memFree=92902424/131655788 swapFree=131071996/131071996
[pid=956603] ppid=956600 vsize=19108176 memory=349960 CPUtime=4.95 cores=1,3
/proc/956603/stat : 956603 (java) S 956600 956603 953879 0 -1 1077936128 19261 0 0 0 483 12 0 0 20 0 20 0 182989847 19566772224 87490 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
/proc/956603/statm: 4777044 87490 5849 1 0 555975 0
[pid=956603/tid=956605] ppid=956600 vsize=19108176 memory=0 CPUtime=2.92 cores=1,3
/proc/956603/task/956605/stat : 956605 (java) R 956600 956603 953879 0 -1 4194368 7472 0 0 0 284 8 0 0 20 0 20 0 182989847 19566772224 87490 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
[pid=956603/tid=956614] ppid=956600 vsize=19108176 memory=11516 CPUtime=0 cores=1,3
/proc/956603/task/956614/stat : 956614 (Finalizer) S 956600 956603 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182989852 19566772224 87490 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
[pid=956603/tid=956621] ppid=956600 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/956603/task/956621/stat : 956621 (Common-Cleaner) S 956600 956603 953879 0 -1 1077936192 29 0 0 0 0 0 0 0 20 0 20 0 182989853 19566772224 87490 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
[pid=956603/tid=956622] ppid=956600 vsize=19108176 memory=12020 CPUtime=0 cores=1,3
/proc/956603/task/956622/stat : 956622 (Timer-0) S 956600 956603 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182989900 19566772224 87490 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
Current children cumulated CPU time: 4.95 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 349960 KiB

[startup+6.30047 s]
/proc/loadavg: 4.60 4.56 4.45 5/320 956623
/proc/meminfo: memFree=92752516/131655788 swapFree=131071996/131071996
[pid=956603] ppid=956600 vsize=19108176 memory=505768 CPUtime=8.25 cores=1,3
/proc/956603/stat : 956603 (java) S 956600 956603 953879 0 -1 1077936128 20311 0 0 0 809 16 0 0 20 0 20 0 182989847 19566772224 126442 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
/proc/956603/statm: 4777044 126442 5849 1 0 555975 0
[pid=956603/tid=956605] ppid=956600 vsize=19108176 memory=0 CPUtime=6.06 cores=1,3
/proc/956603/task/956605/stat : 956605 (java) R 956600 956603 953879 0 -1 4194368 7724 0 0 0 595 11 0 0 20 0 20 0 182989847 19566772224 126442 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
[pid=956603/tid=956614] ppid=956600 vsize=19108176 memory=12020 CPUtime=0 cores=1,3
/proc/956603/task/956614/stat : 956614 (Finalizer) S 956600 956603 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182989852 19566772224 126442 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
[pid=956603/tid=956621] ppid=956600 vsize=19108176 memory=11516 CPUtime=0 cores=1,3
/proc/956603/task/956621/stat : 956621 (Common-Cleaner) S 956600 956603 953879 0 -1 1077936192 29 0 0 0 0 0 0 0 20 0 20 0 182989853 19566772224 126442 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
[pid=956603/tid=956622] ppid=956600 vsize=19108176 memory=43948 CPUtime=0 cores=1,3
/proc/956603/task/956622/stat : 956622 (Timer-0) S 956600 956603 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182989900 19566772224 126442 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
Current children cumulated CPU time: 8.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 505768 KiB

[startup+12.7005 s]
/proc/loadavg: 4.63 4.57 4.45 5/320 956625
/proc/meminfo: memFree=92615348/131655788 swapFree=131071996/131071996
[pid=956603] ppid=956600 vsize=19108176 memory=611984 CPUtime=15.1 cores=1,3
/proc/956603/stat : 956603 (java) S 956600 956603 953879 0 -1 1077936128 26599 0 0 0 1491 19 0 0 20 0 20 0 182989847 19566772224 152996 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
/proc/956603/statm: 4777044 152996 5857 1 0 555975 0
[pid=956603/tid=956605] ppid=956600 vsize=19108176 memory=105848 CPUtime=12.28 cores=1,3
/proc/956603/task/956605/stat : 956605 (java) R 956600 956603 953879 0 -1 4194368 9048 0 0 0 1216 12 0 0 20 0 20 0 182989847 19566772224 152996 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
[pid=956603/tid=956614] ppid=956600 vsize=19108176 memory=610924 CPUtime=0 cores=1,3
/proc/956603/task/956614/stat : 956614 (Finalizer) S 956600 956603 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182989852 19566772224 152996 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
[pid=956603/tid=956621] ppid=956600 vsize=19108176 memory=374544 CPUtime=0 cores=1,3
/proc/956603/task/956621/stat : 956621 (Common-Cleaner) S 956600 956603 953879 0 -1 1077936192 29 0 0 0 0 0 0 0 20 0 20 0 182989853 19566772224 152996 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
[pid=956603/tid=956622] ppid=956600 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/956603/task/956622/stat : 956622 (Timer-0) S 956600 956603 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182989900 19566772224 152996 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
Current children cumulated CPU time: 15.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 611984 KiB

[startup+25.5005 s]
/proc/loadavg: 4.49 4.54 4.44 5/320 956626
/proc/meminfo: memFree=91964160/131655788 swapFree=131071996/131071996
[pid=956603] ppid=956600 vsize=19108176 memory=1261644 CPUtime=29.15 cores=1,3
/proc/956603/stat : 956603 (java) S 956600 956603 953879 0 -1 1077936128 36996 0 0 0 2879 36 0 0 20 0 20 0 182989847 19566772224 315411 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
/proc/956603/statm: 4777044 315411 5857 1 0 664750 0
[pid=956603/tid=956605] ppid=956600 vsize=19108176 memory=610924 CPUtime=24.95 cores=1,3
/proc/956603/task/956605/stat : 956605 (java) R 956600 956603 953879 0 -1 4194368 10642 0 0 0 2470 25 0 0 20 0 20 0 182989847 19566772224 315411 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
[pid=956603/tid=956614] ppid=956600 vsize=19108176 memory=931228 CPUtime=0 cores=1,3
/proc/956603/task/956614/stat : 956614 (Finalizer) S 956600 956603 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182989852 19566772224 315411 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
[pid=956603/tid=956621] ppid=956600 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/956603/task/956621/stat : 956621 (Common-Cleaner) S 956600 956603 953879 0 -1 1077936192 29 0 0 0 0 0 0 0 20 0 20 0 182989853 19566772224 315411 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
[pid=956603/tid=956622] ppid=956600 vsize=19108176 memory=6944656592455097440 CPUtime=0 cores=1,3
/proc/956603/task/956622/stat : 956622 (Timer-0) S 956600 956603 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182989900 19566772224 315411 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
Current children cumulated CPU time: 29.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1261644 KiB

[startup+51.1136 s]
/proc/loadavg: 4.32 4.49 4.43 5/320 956700
/proc/meminfo: memFree=101617164/131655788 swapFree=131071996/131071996
[pid=956603] ppid=956600 vsize=19108176 memory=1473968 CPUtime=55.25 cores=1,3
/proc/956603/stat : 956603 (java) S 956600 956603 953879 0 -1 1077936128 45204 0 0 0 5482 43 0 0 20 0 20 0 182989847 19566772224 368492 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
/proc/956603/statm: 4777044 368492 5857 1 0 664752 0
[pid=956603/tid=956605] ppid=956600 vsize=19108176 memory=-9177602006667535036 CPUtime=50.28 cores=1,3
/proc/956603/task/956605/stat : 956605 (java) R 956600 956603 953879 0 -1 4194368 12530 0 0 0 4999 29 0 0 20 0 20 0 182989847 19566772224 368492 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
[pid=956603/tid=956614] ppid=956600 vsize=19108176 memory=612080 CPUtime=0 cores=1,3
/proc/956603/task/956614/stat : 956614 (Finalizer) S 956600 956603 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182989852 19566772224 368492 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
[pid=956603/tid=956621] ppid=956600 vsize=19108176 memory=0 CPUtime=0 cores=1,3

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

/proc/loadavg: 4.34 4.47 4.42 5/320 956776
/proc/meminfo: memFree=105058600/131655788 swapFree=131071996/131071996
[pid=956603] ppid=956600 vsize=19108176 memory=1496704 CPUtime=106.75 cores=1,3
/proc/956603/stat : 956603 (java) S 956600 956603 953879 0 -1 1077936128 53337 0 0 0 10627 48 0 0 20 0 20 0 182989847 19566772224 374176 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
/proc/956603/statm: 4777044 374176 5857 1 0 664752 0
[pid=956603/tid=956605] ppid=956600 vsize=19108176 memory=0 CPUtime=101.17 cores=1,3
/proc/956603/task/956605/stat : 956605 (java) R 956600 956603 953879 0 -1 4194368 15660 0 0 0 10087 30 0 0 20 0 20 0 182989847 19566772224 374176 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
[pid=956603/tid=956614] ppid=956600 vsize=19108176 memory=5468 CPUtime=0 cores=1,3
/proc/956603/task/956614/stat : 956614 (Finalizer) S 956600 956603 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182989852 19566772224 374176 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
[pid=956603/tid=956621] ppid=956600 vsize=19108176 memory=16224 CPUtime=0 cores=1,3
/proc/956603/task/956621/stat : 956621 (Common-Cleaner) S 956600 956603 953879 0 -1 1077936192 127 0 0 0 0 0 0 0 20 0 20 0 182989853 19566772224 374176 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
[pid=956603/tid=956622] ppid=956600 vsize=19108176 memory=11516 CPUtime=0 cores=1,3
/proc/956603/task/956622/stat : 956622 (Timer-0) S 956600 956603 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182989900 19566772224 374176 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
Current children cumulated CPU time: 106.75 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1496704 KiB

[startup+128 s]*
/proc/loadavg: 4.50 4.49 4.43 6/320 956781
/proc/meminfo: memFree=102781188/131655788 swapFree=131071996/131071996
[pid=956603] ppid=956600 vsize=19108176 memory=1496836 CPUtime=132.34 cores=1,3
/proc/956603/stat : 956603 (java) S 956600 956603 953879 0 -1 1077936128 56774 0 0 0 13184 50 0 0 20 0 20 0 182989847 19566772224 374209 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
/proc/956603/statm: 4777044 374209 5857 1 0 664752 0
[pid=956603/tid=956605] ppid=956600 vsize=19108176 memory=0 CPUtime=126.59 cores=1,3
/proc/956603/task/956605/stat : 956605 (java) R 956600 956603 953879 0 -1 4194368 16874 0 0 0 12629 30 0 0 20 0 20 0 182989847 19566772224 374209 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
[pid=956603/tid=956614] ppid=956600 vsize=19108176 memory=-9032078344196498108 CPUtime=0 cores=1,3
/proc/956603/task/956614/stat : 956614 (Finalizer) S 956600 956603 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182989852 19566772224 374209 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
[pid=956603/tid=956621] ppid=956600 vsize=19108176 memory=4860 CPUtime=0 cores=1,3
/proc/956603/task/956621/stat : 956621 (Common-Cleaner) S 956600 956603 953879 0 -1 1077936192 158 0 0 0 0 0 0 0 20 0 20 0 182989853 19566772224 374209 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
[pid=956603/tid=956622] ppid=956600 vsize=19108176 memory=7095228 CPUtime=0 cores=1,3
/proc/956603/task/956622/stat : 956622 (Timer-0) S 956600 956603 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182989900 19566772224 374209 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
Current children cumulated CPU time: 132.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1496836 KiB

[startup+134.4 s]
/proc/loadavg: 4.54 4.49 4.44 6/319 956848
/proc/meminfo: memFree=110209128/131655788 swapFree=131071996/131071996
[pid=956603] ppid=956600 vsize=19108176 memory=1496836 CPUtime=138.71 cores=1,3
/proc/956603/stat : 956603 (java) S 956600 956603 953879 0 -1 1077936128 56966 0 0 0 13821 50 0 0 20 0 20 0 182989847 19566772224 374209 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
/proc/956603/statm: 4777044 374209 5857 1 0 664752 0
[pid=956603/tid=956605] ppid=956600 vsize=19108176 memory=1496836 CPUtime=132.96 cores=1,3
/proc/956603/task/956605/stat : 956605 (java) R 956600 956603 953879 0 -1 4194368 17056 0 0 0 13266 30 0 0 20 0 20 0 182989847 19566772224 374209 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
[pid=956603/tid=956614] ppid=956600 vsize=19108176 memory=16224 CPUtime=0 cores=1,3
/proc/956603/task/956614/stat : 956614 (Finalizer) S 956600 956603 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182989852 19566772224 374209 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
[pid=956603/tid=956621] ppid=956600 vsize=19108176 memory=1496836 CPUtime=0 cores=1,3
/proc/956603/task/956621/stat : 956621 (Common-Cleaner) S 956600 956603 953879 0 -1 1077936192 158 0 0 0 0 0 0 0 20 0 20 0 182989853 19566772224 374209 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
[pid=956603/tid=956622] ppid=956600 vsize=19108176 memory=28036 CPUtime=0 cores=1,3
/proc/956603/task/956622/stat : 956622 (Timer-0) S 956600 956603 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182989900 19566772224 374209 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
Current children cumulated CPU time: 138.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1496836 KiB

[startup+137.6 s]
/proc/loadavg: 4.54 4.49 4.44 5/320 956850
/proc/meminfo: memFree=108112824/131655788 swapFree=131071996/131071996
[pid=956603] ppid=956600 vsize=19108176 memory=1496836 CPUtime=141.91 cores=1,3
/proc/956603/stat : 956603 (java) S 956600 956603 953879 0 -1 1077936128 57029 0 0 0 14140 51 0 0 20 0 20 0 182989847 19566772224 374209 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
/proc/956603/statm: 4777044 374209 5857 1 0 664752 0
[pid=956603/tid=956605] ppid=956600 vsize=19108176 memory=1496836 CPUtime=136.15 cores=1,3
/proc/956603/task/956605/stat : 956605 (java) R 956600 956603 953879 0 -1 4194368 17119 0 0 0 13585 30 0 0 20 0 20 0 182989847 19566772224 374209 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
[pid=956603/tid=956614] ppid=956600 vsize=19108176 memory=1496836 CPUtime=0 cores=1,3
/proc/956603/task/956614/stat : 956614 (Finalizer) S 956600 956603 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182989852 19566772224 374209 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
[pid=956603/tid=956621] ppid=956600 vsize=19108176 memory=5468 CPUtime=0 cores=1,3
/proc/956603/task/956621/stat : 956621 (Common-Cleaner) S 956600 956603 953879 0 -1 1077936192 158 0 0 0 0 0 0 0 20 0 20 0 182989853 19566772224 374209 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
[pid=956603/tid=956622] ppid=956600 vsize=19108176 memory=1496836 CPUtime=0 cores=1,3
/proc/956603/task/956622/stat : 956622 (Timer-0) S 956600 956603 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182989900 19566772224 374209 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
Current children cumulated CPU time: 141.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1496836 KiB

[startup+140.8 s]
/proc/loadavg: 4.66 4.52 4.44 5/320 956850
/proc/meminfo: memFree=106731068/131655788 swapFree=131071996/131071996
[pid=956603] ppid=956600 vsize=19108176 memory=1496836 CPUtime=145.11 cores=1,3
/proc/956603/stat : 956603 (java) S 956600 956603 953879 0 -1 1077936128 57081 0 0 0 14460 51 0 0 20 0 20 0 182989847 19566772224 374209 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
/proc/956603/statm: 4777044 374209 5857 1 0 664752 0
[pid=956603/tid=956605] ppid=956600 vsize=19108176 memory=1496836 CPUtime=139.34 cores=1,3
/proc/956603/task/956605/stat : 956605 (java) R 956600 956603 953879 0 -1 4194368 17170 0 0 0 13904 30 0 0 20 0 20 0 182989847 19566772224 374209 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
[pid=956603/tid=956614] ppid=956600 vsize=19108176 memory=11516 CPUtime=0 cores=1,3
/proc/956603/task/956614/stat : 956614 (Finalizer) S 956600 956603 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182989852 19566772224 374209 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
[pid=956603/tid=956621] ppid=956600 vsize=19108176 memory=279415943267728 CPUtime=0 cores=1,3
/proc/956603/task/956621/stat : 956621 (Common-Cleaner) S 956600 956603 953879 0 -1 1077936192 158 0 0 0 0 0 0 0 20 0 20 0 182989853 19566772224 374209 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
[pid=956603/tid=956622] ppid=956600 vsize=19108176 memory=1496836 CPUtime=0 cores=1,3
/proc/956603/task/956622/stat : 956622 (Timer-0) S 956600 956603 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182989900 19566772224 374209 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
Current children cumulated CPU time: 145.11 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1496836 KiB

[startup+142.4 s]
/proc/loadavg: 4.66 4.52 4.44 5/320 956850
/proc/meminfo: memFree=106456048/131655788 swapFree=131071996/131071996
[pid=956603] ppid=956600 vsize=19108176 memory=1496896 CPUtime=146.7 cores=1,3
/proc/956603/stat : 956603 (java) S 956600 956603 953879 0 -1 1077936128 57154 0 0 0 14619 51 0 0 20 0 20 0 182989847 19566772224 374224 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
/proc/956603/statm: 4777044 374224 5872 1 0 664752 0
[pid=956603/tid=956605] ppid=956600 vsize=19108176 memory=-9177602006667535036 CPUtime=140.94 cores=1,3
/proc/956603/task/956605/stat : 956605 (java) R 956600 956603 953879 0 -1 4194368 17208 0 0 0 14064 30 0 0 20 0 20 0 182989847 19566772224 374224 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
[pid=956603/tid=956614] ppid=956600 vsize=19108176 memory=1496836 CPUtime=0 cores=1,3
/proc/956603/task/956614/stat : 956614 (Finalizer) S 956600 956603 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182989852 19566772224 374224 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
[pid=956603/tid=956621] ppid=956600 vsize=19108176 memory=-8744691293463290556 CPUtime=0 cores=1,3
/proc/956603/task/956621/stat : 956621 (Common-Cleaner) S 956600 956603 953879 0 -1 1077936192 158 0 0 0 0 0 0 0 20 0 20 0 182989853 19566772224 374224 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
[pid=956603/tid=956622] ppid=956600 vsize=19108176 memory=7984 CPUtime=0 cores=1,3
/proc/956603/task/956622/stat : 956622 (Timer-0) S 956600 956603 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182989900 19566772224 374224 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
Current children cumulated CPU time: 146.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1496896 KiB

[startup+143.2 s]
/proc/loadavg: 4.69 4.53 4.45 5/320 956850
/proc/meminfo: memFree=106423140/131655788 swapFree=131071996/131071996
[pid=956603] ppid=956600 vsize=19108176 memory=1496896 CPUtime=147.5 cores=1,3
/proc/956603/stat : 956603 (java) S 956600 956603 953879 0 -1 1077936128 57159 0 0 0 14699 51 0 0 20 0 20 0 182989847 19566772224 374224 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
/proc/956603/statm: 4777044 374224 5872 1 0 664752 0
[pid=956603/tid=956605] ppid=956600 vsize=19108176 memory=2268 CPUtime=141.74 cores=1,3
/proc/956603/task/956605/stat : 956605 (java) R 956600 956603 953879 0 -1 4194368 17213 0 0 0 14144 30 0 0 20 0 20 0 182989847 19566772224 374224 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
[pid=956603/tid=956614] ppid=956600 vsize=19108176 memory=1824 CPUtime=0 cores=1,3
/proc/956603/task/956614/stat : 956614 (Finalizer) S 956600 956603 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182989852 19566772224 374224 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
[pid=956603/tid=956621] ppid=956600 vsize=19108176 memory=32736 CPUtime=0 cores=1,3
/proc/956603/task/956621/stat : 956621 (Common-Cleaner) S 956600 956603 953879 0 -1 1077936192 158 0 0 0 0 0 0 0 20 0 20 0 182989853 19566772224 374224 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
[pid=956603/tid=956622] ppid=956600 vsize=19108176 memory=25168 CPUtime=0 cores=1,3
/proc/956603/task/956622/stat : 956622 (Timer-0) S 956600 956603 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182989900 19566772224 374224 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
Current children cumulated CPU time: 147.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1496896 KiB

[startup+143.4 s]
/proc/loadavg: 4.69 4.53 4.45 5/320 956850
/proc/meminfo: memFree=106423140/131655788 swapFree=131071996/131071996
[pid=956603] ppid=956600 vsize=19108176 memory=1496896 CPUtime=147.7 cores=1,3
/proc/956603/stat : 956603 (java) S 956600 956603 953879 0 -1 1077936128 57161 0 0 0 14719 51 0 0 20 0 20 0 182989847 19566772224 374224 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
/proc/956603/statm: 4777044 374224 5872 1 0 664752 0
[pid=956603/tid=956605] ppid=956600 vsize=19108176 memory=31952 CPUtime=141.93 cores=1,3
/proc/956603/task/956605/stat : 956605 (java) R 956600 956603 953879 0 -1 4194368 17215 0 0 0 14163 30 0 0 20 0 20 0 182989847 19566772224 374224 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
[pid=956603/tid=956614] ppid=956600 vsize=19108176 memory=7600 CPUtime=0 cores=1,3
/proc/956603/task/956614/stat : 956614 (Finalizer) S 956600 956603 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182989852 19566772224 374224 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
[pid=956603/tid=956621] ppid=956600 vsize=19108176 memory=30384 CPUtime=0 cores=1,3
/proc/956603/task/956621/stat : 956621 (Common-Cleaner) S 956600 956603 953879 0 -1 1077936192 158 0 0 0 0 0 0 0 20 0 20 0 182989853 19566772224 374224 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
[pid=956603/tid=956622] ppid=956600 vsize=19108176 memory=3664 CPUtime=0 cores=1,3
/proc/956603/task/956622/stat : 956622 (Timer-0) S 956600 956603 953879 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182989900 19566772224 374224 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
Current children cumulated CPU time: 147.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1496896 KiB

[startup+143.5 s]
/proc/loadavg: 4.69 4.53 4.45 5/320 956850
/proc/meminfo: memFree=106423140/131655788 swapFree=131071996/131071996
[pid=956603] ppid=956600 vsize=19241304 memory=1497480 CPUtime=147.87 cores=1,3
/proc/956603/stat : 956603 (java) S 956600 956603 953879 0 -1 1077936128 60002 0 0 0 14736 51 0 0 20 0 20 0 182989847 19703095296 374370 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
/proc/956603/statm: 4810326 374370 5870 1 0 665370 0
[pid=956603/tid=956605] ppid=956600 vsize=19241304 memory=0 CPUtime=141.97 cores=1,3
/proc/956603/task/956605/stat : 956605 (java) S 956600 956603 953879 0 -1 1077936192 18811 0 0 0 14166 31 0 0 20 0 20 0 182989847 19703095296 374370 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
[pid=956603/tid=956614] ppid=956600 vsize=19241304 memory=43948 CPUtime=0 cores=1,3
/proc/956603/task/956614/stat : 956614 (Finalizer) S 956600 956603 953879 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182989852 19703095296 374370 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
[pid=956603/tid=956621] ppid=956600 vsize=19241304 memory=1496836 CPUtime=0 cores=1,3
/proc/956603/task/956621/stat : 956621 (Common-Cleaner) S 956600 956603 953879 0 -1 1077936192 158 0 0 0 0 0 0 0 20 0 20 0 182989853 19703095296 374370 134679101440 94843992305664 94843992309360 140734406884080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94843992317176 94843992317968 94844015759360 140734406890479 140734406890592 140734406890592 140734406897608 0
Current children cumulated CPU time: 147.87 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 1497480 KiB

Child status: 20

Real time (s): 143.522
CPU time (s): 147.891
CPU user time (s): 147.367
CPU system time (s): 0.524505
CPU usage (%): 103.044
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 1497480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 147.367
system time used= 0.524505
maximum resident set size= 1498296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60139
page faults= 0
swaps= 0
block input operations= 0
block output operations= 224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5588
involuntary context switches= 494


# summary of solver processes directly reported to runsolver:
#   pid: 956603
#   total CPU time (s): 147.891
#   total CPU user time (s): 147.367
#   total CPU system time (s): 0.524505

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.808175 second user time and 1.55802 second system time

The end

Launcher Data

Begin job on nodeC006 at 2024-07-18 15:12:03
IDJOB=4442795
IDBENCH=147851
IDSOLVER=3046
FILE ID=nodeC006/4442795-1721308311
RUNJOBID= nodeC006-1721304926-953891
SLURM_JOB_ID= 7542629
Free space on /tmp= 723764 MiB

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

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

MD5SUM BENCH= 853d52da79183b98646756a8c7ea759c
RANDOM SEED=168265504

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        93207400 kB
MemAvailable:   99310324 kB
Buffers:          488296 kB
Cached:          6376796 kB
SwapCached:            0 kB
Active:           942780 kB
Inactive:       36724772 kB
Active(anon):       1476 kB
Inactive(anon): 30838400 kB
Active(file):     941304 kB
Inactive(file):  5886372 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               844 kB
Writeback:             8 kB
AnonPages:      30801848 kB
Mapped:           125712 kB
Shmem:             37704 kB
KReclaimable:     230556 kB
Slab:             349252 kB
SReclaimable:     230556 kB
SUnreclaim:       118696 kB
KernelStack:        4880 kB
PageTables:        70220 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   31219364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            58176 kB
HardwareCorrupted:     0 kB
AnonHugePages:  30218240 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      310088 kB
DirectMap2M:    40488960 kB
DirectMap1G:    95420416 kB

Free space on /tmp at the end= 723768 MiB
End job on nodeC006 at 2024-07-18 15:14:27