Trace number 4442285

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.11 3542.87

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB05/
aloul/FPGA_SAT05/normalized-fpga45_43_sat_pb.cnf.cr.opb
MD5SUM1a942aa89960caff3d5a982fca10c5c5
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.023486
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2903
Total number of constraints2066
Number of constraints which are clauses1978
Number of constraints which are cardinality constraints (but not clauses)88
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint22
Maximum length of a constraint45
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 46
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: ASSIGNED
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Armin Biere (Picosat) restarts strategy
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: ASSIGNED
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Armin Biere (Picosat) restarts strategy
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4442285-1721300362.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  no objective function found
0.53/0.31	c ... done. Wall clock time 0.161s.
0.53/0.32	c declared #vars     2903
0.53/0.32	c #constraints  2066
0.53/0.32	c constraints type 
0.53/0.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 88
0.53/0.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1978
0.53/0.32	c 2066 constraints processed.
32.40/28.51	c cleaning 2499 clauses out of 5000 with flag 0/5000
87.37/83.01	c cleaning 4250 clauses out of 8501 with flag 0/11000
179.84/175.46	c cleaning 5624 clauses out of 11255 with flag 0/18004
231.42/226.44	c cleaning 6812 clauses out of 13628 with flag 0/26001
289.67/284.09	c cleaning 7902 clauses out of 15815 with flag 0/35000
353.84/347.29	c cleaning 8935 clauses out of 17913 with flag 0/45000
461.29/453.77	c cleaning 9938 clauses out of 19978 with flag 0/56000
583.85/574.80	c cleaning 11017 clauses out of 22040 with flag 0/68000
755.15/744.45	c cleaning 12006 clauses out of 24026 with flag 0/81003
979.05/967.63	c cleaning 12970 clauses out of 26017 with flag 0/95000
1096.31/1084.11	c cleaning 14009 clauses out of 28047 with flag 0/110000
1240.62/1226.33	c cleaning 15004 clauses out of 30038 with flag 0/126000
1369.48/1352.83	c cleaning 16015 clauses out of 32034 with flag 0/143000
1509.65/1490.95	c cleaning 17003 clauses out of 34020 with flag 0/161001
1685.60/1664.35	c cleaning 17997 clauses out of 36016 with flag 0/180000
1849.74/1826.51	c cleaning 18988 clauses out of 38020 with flag 0/200001
2039.11/2013.95	c cleaning 20003 clauses out of 40031 with flag 0/221000
2200.19/2172.60	c cleaning 21010 clauses out of 42028 with flag 0/243000
2441.69/2411.41	c cleaning 21982 clauses out of 44018 with flag 0/266000
2657.03/2624.02	c cleaning 23012 clauses out of 46037 with flag 0/290001
2846.20/2810.23	c cleaning 24006 clauses out of 48024 with flag 0/315000
3012.73/2971.91	c cleaning 24953 clauses out of 50018 with flag 0/341000
3230.58/3183.32	c cleaning 26021 clauses out of 52065 with flag 0/368000
3539.82/3484.11	c cleaning 27016 clauses out of 54044 with flag 0/396000
3600.00/3542.81	c starts		: 147
3600.00/3542.81	c timeout
3600.00/3542.81	c conflicts		: 405932
3600.00/3542.81	c decisions		: 3224082
3600.00/3542.81	c propagations		: 19921442
3600.00/3542.81	c inspects		: 2310127781
3600.00/3542.81	c shortcuts		: 0
3600.00/3542.81	c learnt literals	: 0
3600.00/3542.81	c learnt binary clauses	: 0
3600.00/3542.81	c learnt ternary clauses	: 0
3600.00/3542.81	c learnt constraints	: 405932
3600.00/3542.81	c ignored constraints	: 0
3600.00/3542.81	c root simplifications	: 0
3600.00/3542.81	c removed literals (reason simplification)	: 0
3600.00/3542.81	c reason swapping (by a shorter reason)	: 0
3600.00/3542.81	c Calls to reduceDB	: 24
3600.00/3542.81	c Number of update (reduction) of LBD	: 338
3600.00/3542.81	c Imported unit clauses	: 0
3600.00/3542.81	c No decision after first conflict	: false
3600.00/3542.81	c number of reductions to clauses (during analyze)	: 0
3600.00/3542.81	c number of learned constraints concerned by reduction	: 0
3600.00/3542.81	c number of learning phase by resolution	: 0
3600.00/3542.81	c number of learning phase by cutting planes	: 0
3600.00/3542.81	c number of rounding to 1 operations	: 1083904
3600.00/3542.81	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3542.81	c number of reductions of the coefficients by power 2 	: 0
3600.00/3542.81	c number of right shift for reduction by power 2 	: 0
3600.00/3542.81	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3542.81	c number of ending skipping 	: 0
3600.00/3542.81	c number of internal skipping 	: 0
3600.00/3542.81	c number of derivation steps 	: 3274094
3600.00/3542.81	c number of skipped derivation steps 	: 0
3600.00/3542.81	c number of remaining unassigned 	: 138420
3600.00/3542.81	c number of remaining assigned 	: 198587911
3600.00/3542.81	c number of falsified literals weakened from reason	: 0
3600.00/3542.81	c number of falsified literals weakened from conflict	: 0
3600.00/3542.81	c time for arithmetic operations	: 8981007131
3600.00/3542.82	c minimum degree of deleted constraints	: 16
3600.00/3542.82	c maximum degree of deleted constraints	: 30650211498452864307165378712415
3600.00/3542.82	c number of deleted constraints	: 368972
3600.00/3542.83	c speed (assignments/second)	: 5623.545027164386
3600.00/3542.83	c non guided choices	: 3327
3600.00/3542.85	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 7198
3600.00/3542.85	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 4148
3600.00/3542.85	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 25614
3600.00/3542.85	s UNKNOWN
3600.00/3542.85	c Total wall clock time (in seconds): 3542.699

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442285-1721300362/watcher-4442285-1721300362 -o /tmp/evaluation-result-4442285-1721300362/solver-4442285-1721300362 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721292927-920400 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4442285-1721300362.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=926203, runsolver pid=926200

[startup+0.100082 s]*
/proc/loadavg: 4.16 4.27 4.32 7/332 926221
/proc/meminfo: memFree=115702152/131524600 swapFree=131071996/131071996
[pid=926203] ppid=926200 vsize=18975048 memory=64752 CPUtime=0.14 cores=0,2
/proc/926203/stat : 926203 (java) S 926200 926203 920389 0 -1 1077936128 7234 0 0 0 12 2 0 0 20 0 18 0 182196798 19430449152 16188 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
/proc/926203/statm: 4743762 16188 5584 1 0 549336 0
[pid=926203/tid=926205] ppid=926200 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=0,2
/proc/926203/task/926205/stat : 926205 (java) R 926200 926203 920389 0 -1 1077936192 5759 0 0 0 7 2 0 0 20 0 18 0 182196798 19430449152 16188 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
[pid=926203/tid=926214] ppid=926200 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/926203/task/926214/stat : 926214 (Finalizer) S 926200 926203 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182196801 19430449152 16188 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
[pid=926203/tid=926221] ppid=926200 vsize=18975048 memory=14699582227506071 CPUtime=0 cores=0,2
/proc/926203/task/926221/stat : 926221 (Common-Cleaner) S 926200 926203 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 182196801 19430449152 16188 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64752 KiB

[startup+0.206732 s]*
/proc/loadavg: 4.16 4.27 4.32 7/332 926221
/proc/meminfo: memFree=115689644/131524600 swapFree=131071996/131071996
[pid=926203] ppid=926200 vsize=18975048 memory=78228 CPUtime=0.33 cores=0,2
/proc/926203/stat : 926203 (java) S 926200 926203 920389 0 -1 1077936128 7795 0 0 0 31 2 0 0 20 0 18 0 182196798 19430449152 19557 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
/proc/926203/statm: 4743762 19557 5842 1 0 549707 0
[pid=926203/tid=926205] ppid=926200 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=0,2
/proc/926203/task/926205/stat : 926205 (java) R 926200 926203 920389 0 -1 4194368 6035 0 0 0 16 2 0 0 20 0 18 0 182196798 19430449152 19557 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
[pid=926203/tid=926214] ppid=926200 vsize=18975048 memory=14994 CPUtime=0 cores=0,2
/proc/926203/task/926214/stat : 926214 (Finalizer) S 926200 926203 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182196801 19430449152 19557 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
[pid=926203/tid=926221] ppid=926200 vsize=18975048 memory=15537410087847364 CPUtime=0 cores=0,2
/proc/926203/task/926221/stat : 926221 (Common-Cleaner) S 926200 926203 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 182196801 19430449152 19557 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 78228 KiB

[startup+0.306732 s]*
/proc/loadavg: 4.16 4.27 4.32 7/332 926221
/proc/meminfo: memFree=115617572/131524600 swapFree=131071996/131071996
[pid=926203] ppid=926200 vsize=18975048 memory=150108 CPUtime=0.53 cores=0,2
/proc/926203/stat : 926203 (java) S 926200 926203 920389 0 -1 1077936128 9401 0 0 0 49 4 0 0 20 0 18 0 182196798 19430449152 37527 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
/proc/926203/statm: 4743762 37527 5842 1 0 550713 0
[pid=926203/tid=926205] ppid=926200 vsize=18975048 memory=-9177606404764377788 CPUtime=0.27 cores=0,2
/proc/926203/task/926205/stat : 926205 (java) R 926200 926203 920389 0 -1 4194368 6093 0 0 0 24 3 0 0 20 0 18 0 182196798 19430449152 37527 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
[pid=926203/tid=926214] ppid=926200 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/926203/task/926214/stat : 926214 (Finalizer) S 926200 926203 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182196801 19430449152 37527 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
[pid=926203/tid=926221] ppid=926200 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/926203/task/926221/stat : 926221 (Common-Cleaner) S 926200 926203 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 182196801 19430449152 37527 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 150108 KiB

[startup+0.70073 s]
/proc/loadavg: 4.16 4.27 4.32 7/334 926223
/proc/meminfo: memFree=115598988/131524600 swapFree=131071996/131071996
[pid=926203] ppid=926200 vsize=19108176 memory=175940 CPUtime=1.29 cores=0,2
/proc/926203/stat : 926203 (java) S 926200 926203 920389 0 -1 1077936128 13143 0 0 0 124 5 0 0 20 0 20 0 182196798 19566772224 43985 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
/proc/926203/statm: 4777044 43985 5857 1 0 553857 0
[pid=926203/tid=926205] ppid=926200 vsize=19108176 memory=5560 CPUtime=0.65 cores=0,2
/proc/926203/task/926205/stat : 926205 (java) R 926200 926203 920389 0 -1 4194368 6194 0 0 0 61 4 0 0 20 0 20 0 182196798 19566772224 43985 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
[pid=926203/tid=926214] ppid=926200 vsize=19108176 memory=13012 CPUtime=0 cores=0,2
/proc/926203/task/926214/stat : 926214 (Finalizer) S 926200 926203 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182196801 19566772224 43985 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
[pid=926203/tid=926221] ppid=926200 vsize=19108176 memory=164 CPUtime=0 cores=0,2
/proc/926203/task/926221/stat : 926221 (Common-Cleaner) S 926200 926203 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 182196801 19566772224 43985 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
[pid=926203/tid=926222] ppid=926200 vsize=19108176 memory=117636 CPUtime=0 cores=0,2
/proc/926203/task/926222/stat : 926222 (Timer-0) S 926200 926203 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182196830 19566772224 43985 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 175940 KiB

[startup+1.50073 s]
/proc/loadavg: 4.16 4.27 4.32 7/334 926223
/proc/meminfo: memFree=115588820/131524600 swapFree=131071996/131071996
[pid=926203] ppid=926200 vsize=19108176 memory=183084 CPUtime=2.86 cores=0,2
/proc/926203/stat : 926203 (java) S 926200 926203 920389 0 -1 1077936128 16673 0 0 0 280 6 0 0 20 0 20 0 182196798 19566772224 45771 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
/proc/926203/statm: 4777044 45771 5873 1 0 553871 0
[pid=926203/tid=926205] ppid=926200 vsize=19108176 memory=13012 CPUtime=1.37 cores=0,2
/proc/926203/task/926205/stat : 926205 (java) R 926200 926203 920389 0 -1 4194368 6784 0 0 0 133 4 0 0 20 0 20 0 182196798 19566772224 45771 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
[pid=926203/tid=926214] ppid=926200 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/926203/task/926214/stat : 926214 (Finalizer) S 926200 926203 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182196801 19566772224 45771 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
[pid=926203/tid=926221] ppid=926200 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/926203/task/926221/stat : 926221 (Common-Cleaner) S 926200 926203 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 182196801 19566772224 45771 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
[pid=926203/tid=926222] ppid=926200 vsize=19108176 memory=280204874523920 CPUtime=0 cores=0,2
/proc/926203/task/926222/stat : 926222 (Timer-0) S 926200 926203 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182196830 19566772224 45771 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 183084 KiB

[startup+3.11514 s]
/proc/loadavg: 4.39 4.32 4.34 7/334 926223
/proc/meminfo: memFree=115256640/131524600 swapFree=131071996/131071996
[pid=926203] ppid=926200 vsize=19108176 memory=503620 CPUtime=6.05 cores=0,2
/proc/926203/stat : 926203 (java) S 926200 926203 920389 0 -1 1077936128 22734 0 0 0 591 14 0 0 20 0 20 0 182196798 19566772224 125905 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
/proc/926203/statm: 4777044 125905 5873 1 0 661771 0
[pid=926203/tid=926205] ppid=926200 vsize=19108176 memory=0 CPUtime=2.86 cores=0,2
/proc/926203/task/926205/stat : 926205 (java) R 926200 926203 920389 0 -1 4194368 7455 0 0 0 277 9 0 0 20 0 20 0 182196798 19566772224 125905 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
[pid=926203/tid=926214] ppid=926200 vsize=19108176 memory=13012 CPUtime=0 cores=0,2
/proc/926203/task/926214/stat : 926214 (Finalizer) S 926200 926203 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182196801 19566772224 125905 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
[pid=926203/tid=926221] ppid=926200 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/926203/task/926221/stat : 926221 (Common-Cleaner) S 926200 926203 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 182196801 19566772224 125905 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
[pid=926203/tid=926222] ppid=926200 vsize=19108176 memory=11488 CPUtime=0 cores=0,2
/proc/926203/task/926222/stat : 926222 (Timer-0) S 926200 926203 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182196830 19566772224 125905 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
Current children cumulated CPU time: 6.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 503620 KiB

[startup+6.30073 s]
/proc/loadavg: 4.39 4.32 4.34 5/334 926223
/proc/meminfo: memFree=115004696/131524600 swapFree=131071996/131071996
[pid=926203] ppid=926200 vsize=19108176 memory=755028 CPUtime=9.5 cores=0,2
/proc/926203/stat : 926203 (java) S 926200 926203 920389 0 -1 1077936128 22962 0 0 0 931 19 0 0 20 0 20 0 182196798 19566772224 188757 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
/proc/926203/statm: 4777044 188757 5873 1 0 661775 0
[pid=926203/tid=926205] ppid=926200 vsize=19108176 memory=13012 CPUtime=5.98 cores=0,2
/proc/926203/task/926205/stat : 926205 (java) R 926200 926203 920389 0 -1 4194368 7587 0 0 0 584 14 0 0 20 0 20 0 182196798 19566772224 188757 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
[pid=926203/tid=926214] ppid=926200 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/926203/task/926214/stat : 926214 (Finalizer) S 926200 926203 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182196801 19566772224 188757 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
[pid=926203/tid=926221] ppid=926200 vsize=19108176 memory=183280 CPUtime=0 cores=0,2
/proc/926203/task/926221/stat : 926221 (Common-Cleaner) S 926200 926203 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 182196801 19566772224 188757 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
[pid=926203/tid=926222] ppid=926200 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/926203/task/926222/stat : 926222 (Timer-0) S 926200 926203 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182196830 19566772224 188757 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
Current children cumulated CPU time: 9.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 755028 KiB

[startup+12.7003 s]
/proc/loadavg: 4.33 4.31 4.33 5/334 926225
/proc/meminfo: memFree=114768704/131524600 swapFree=131071996/131071996
[pid=926203] ppid=926200 vsize=19108176 memory=1156788 CPUtime=16.3 cores=0,2
/proc/926203/stat : 926203 (java) S 926200 926203 920389 0 -1 1077936128 25927 0 0 0 1603 27 0 0 20 0 20 0 182196798 19566772224 289197 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
/proc/926203/statm: 4777044 289197 5888 1 0 661778 0
[pid=926203/tid=926205] ppid=926200 vsize=19108176 memory=0 CPUtime=12.21 cores=0,2
/proc/926203/task/926205/stat : 926205 (java) R 926200 926203 920389 0 -1 4194368 8932 0 0 0 1202 19 0 0 20 0 20 0 182196798 19566772224 289197 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
[pid=926203/tid=926214] ppid=926200 vsize=19108176 memory=-9177606404764377788 CPUtime=0 cores=0,2
/proc/926203/task/926214/stat : 926214 (Finalizer) S 926200 926203 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182196801 19566772224 289197 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
[pid=926203/tid=926221] ppid=926200 vsize=19108176 memory=2312 CPUtime=0 cores=0,2
/proc/926203/task/926221/stat : 926221 (Common-Cleaner) S 926200 926203 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 182196801 19566772224 289197 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
[pid=926203/tid=926222] ppid=926200 vsize=19108176 memory=11488 CPUtime=0 cores=0,2
/proc/926203/task/926222/stat : 926222 (Timer-0) S 926200 926203 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182196830 19566772224 289197 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
Current children cumulated CPU time: 16.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1156788 KiB

[startup+25.5003 s]
/proc/loadavg: 4.35 4.31 4.33 5/334 926226
/proc/meminfo: memFree=114066756/131524600 swapFree=131071996/131071996
[pid=926203] ppid=926200 vsize=19108176 memory=1664856 CPUtime=29.24 cores=0,2
/proc/926203/stat : 926203 (java) S 926200 926203 920389 0 -1 1077936128 30675 0 0 0 2885 39 0 0 20 0 20 0 182196798 19566772224 416214 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
/proc/926203/statm: 4777044 416214 5888 1 0 661780 0
[pid=926203/tid=926205] ppid=926200 vsize=19108176 memory=11488 CPUtime=24.85 cores=0,2
/proc/926203/task/926205/stat : 926205 (java) R 926200 926203 920389 0 -1 4194368 10808 0 0 0 2459 26 0 0 20 0 20 0 182196798 19566772224 416214 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
[pid=926203/tid=926214] ppid=926200 vsize=19108176 memory=11488 CPUtime=0 cores=0,2
/proc/926203/task/926214/stat : 926214 (Finalizer) S 926200 926203 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182196801 19566772224 416214 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
[pid=926203/tid=926221] ppid=926200 vsize=19108176 memory=755028 CPUtime=0 cores=0,2
/proc/926203/task/926221/stat : 926221 (Common-Cleaner) S 926200 926203 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 182196801 19566772224 416214 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
[pid=926203/tid=926222] ppid=926200 vsize=19108176 memory=280204874470704 CPUtime=0 cores=0,2
/proc/926203/task/926222/stat : 926222 (Timer-0) S 926200 926203 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182196830 19566772224 416214 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
Current children cumulated CPU time: 29.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1664856 KiB

[startup+51.1067 s]
/proc/loadavg: 4.31 4.30 4.33 5/336 926235
/proc/meminfo: memFree=113876468/131524600 swapFree=131071996/131071996
[pid=926203] ppid=926200 vsize=19108176 memory=1800604 CPUtime=55.27 cores=0,2
/proc/926203/stat : 926203 (java) S 926200 926203 920389 0 -1 1077936128 41187 0 0 0 5484 43 0 0 20 0 20 0 182196798 19566772224 450151 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
/proc/926203/statm: 4777044 450151 5888 1 0 661829 0
[pid=926203/tid=926205] ppid=926200 vsize=19108176 memory=1765660 CPUtime=49.98 cores=0,2
/proc/926203/task/926205/stat : 926205 (java) R 926200 926203 920389 0 -1 4194368 13557 0 0 0 4972 26 0 0 20 0 20 0 182196798 19566772224 450151 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
[pid=926203/tid=926214] ppid=926200 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/926203/task/926214/stat : 926214 (Finalizer) S 926200 926203 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182196801 19566772224 450151 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0

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

/proc/meminfo: memFree=112468928/131524600 swapFree=131071996/131071996
[pid=926203] ppid=926200 vsize=19108176 memory=3648880 CPUtime=3208.17 cores=0,2
/proc/926203/stat : 926203 (java) S 926200 926203 920389 0 -1 1077936128 377086 0 0 0 320583 234 0 0 20 0 20 0 182196798 19566772224 912220 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
/proc/926203/statm: 4777044 912220 5941 1 0 923637 0
[pid=926203/tid=926205] ppid=926200 vsize=19108176 memory=11488 CPUtime=3090.99 cores=0,2
/proc/926203/task/926205/stat : 926205 (java) R 926200 926203 920389 0 -1 4194368 146107 0 0 0 309028 71 0 0 20 0 20 0 182196798 19566772224 912220 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 69 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
[pid=926203/tid=926214] ppid=926200 vsize=19108176 memory=3648876 CPUtime=0 cores=0,2
/proc/926203/task/926214/stat : 926214 (Finalizer) S 926200 926203 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182196801 19566772224 912220 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
[pid=926203/tid=926221] ppid=926200 vsize=19108176 memory=3648876 CPUtime=0 cores=0,2
/proc/926203/task/926221/stat : 926221 (Common-Cleaner) S 926200 926203 920389 0 -1 1077936192 2599 0 0 0 0 0 0 0 20 0 20 0 182196801 19566772224 912220 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
[pid=926203/tid=926222] ppid=926200 vsize=19108176 memory=5560 CPUtime=0 cores=0,2
/proc/926203/task/926222/stat : 926222 (Timer-0) S 926200 926203 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182196830 19566772224 912220 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
Current children cumulated CPU time: 3208.17 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3648880 KiB

[startup+3222.3 s]
/proc/loadavg: 2.83 3.24 3.67 3/280 927593
/proc/meminfo: memFree=117550012/131524600 swapFree=131071996/131071996
[pid=926203] ppid=926200 vsize=19108176 memory=3648880 CPUtime=3270.58 cores=0,2
/proc/926203/stat : 926203 (java) S 926200 926203 920389 0 -1 1077936128 378315 0 0 0 326820 238 0 0 20 0 20 0 182196798 19566772224 912220 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
/proc/926203/statm: 4777044 912220 5941 1 0 923637 0
[pid=926203/tid=926205] ppid=926200 vsize=19108176 memory=3648880 CPUtime=3149.78 cores=0,2
/proc/926203/task/926205/stat : 926205 (java) R 926200 926203 920389 0 -1 4194368 146973 0 0 0 314907 71 0 0 20 0 20 0 182196798 19566772224 912220 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 72 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
[pid=926203/tid=926214] ppid=926200 vsize=19108176 memory=43488 CPUtime=0 cores=0,2
/proc/926203/task/926214/stat : 926214 (Finalizer) S 926200 926203 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182196801 19566772224 912220 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
[pid=926203/tid=926221] ppid=926200 vsize=19108176 memory=3648880 CPUtime=0 cores=0,2
/proc/926203/task/926221/stat : 926221 (Common-Cleaner) S 926200 926203 920389 0 -1 1077936192 2599 0 0 0 0 0 0 0 20 0 20 0 182196801 19566772224 912220 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
[pid=926203/tid=926222] ppid=926200 vsize=19108176 memory=3648880 CPUtime=0 cores=0,2
/proc/926203/task/926222/stat : 926222 (Timer-0) S 926200 926203 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182196830 19566772224 912220 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
Current children cumulated CPU time: 3270.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3648880 KiB

[startup+3282.3 s]
/proc/loadavg: 2.45 3.06 3.58 3/280 927605
/proc/meminfo: memFree=117549368/131524600 swapFree=131071996/131071996
[pid=926203] ppid=926200 vsize=19108176 memory=3648880 CPUtime=3331.11 cores=0,2
/proc/926203/stat : 926203 (java) S 926200 926203 920389 0 -1 1077936128 382265 0 0 0 332871 240 0 0 20 0 20 0 182196798 19566772224 912220 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
/proc/926203/statm: 4777044 912220 5941 1 0 923637 0
[pid=926203/tid=926205] ppid=926200 vsize=19108176 memory=3648880 CPUtime=3208.78 cores=0,2
/proc/926203/task/926205/stat : 926205 (java) R 926200 926203 920389 0 -1 4194368 149503 0 0 0 320806 72 0 0 20 0 20 0 182196798 19566772224 912220 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 72 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
[pid=926203/tid=926214] ppid=926200 vsize=19108176 memory=11488 CPUtime=0 cores=0,2
/proc/926203/task/926214/stat : 926214 (Finalizer) S 926200 926203 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182196801 19566772224 912220 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
[pid=926203/tid=926221] ppid=926200 vsize=19108176 memory=1976 CPUtime=0 cores=0,2
/proc/926203/task/926221/stat : 926221 (Common-Cleaner) S 926200 926203 920389 0 -1 1077936192 2690 0 0 0 0 0 0 0 20 0 20 0 182196801 19566772224 912220 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
[pid=926203/tid=926222] ppid=926200 vsize=19108176 memory=3648880 CPUtime=0 cores=0,2
/proc/926203/task/926222/stat : 926222 (Timer-0) S 926200 926203 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182196830 19566772224 912220 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
Current children cumulated CPU time: 3331.11 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3648880 KiB

[startup+3342.3 s]
/proc/loadavg: 2.37 2.91 3.50 3/280 927615
/proc/meminfo: memFree=117548604/131524600 swapFree=131071996/131071996
[pid=926203] ppid=926200 vsize=19108176 memory=3648880 CPUtime=3391.64 cores=0,2
/proc/926203/stat : 926203 (java) S 926200 926203 920389 0 -1 1077936128 383144 0 0 0 338921 243 0 0 20 0 20 0 182196798 19566772224 912220 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
/proc/926203/statm: 4777044 912220 5941 1 0 923637 0
[pid=926203/tid=926205] ppid=926200 vsize=19108176 memory=3648880 CPUtime=3267.76 cores=0,2
/proc/926203/task/926205/stat : 926205 (java) R 926200 926203 920389 0 -1 4194368 150169 0 0 0 326704 72 0 0 20 0 20 0 182196798 19566772224 912220 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 72 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
[pid=926203/tid=926214] ppid=926200 vsize=19108176 memory=3648880 CPUtime=0 cores=0,2
/proc/926203/task/926214/stat : 926214 (Finalizer) S 926200 926203 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182196801 19566772224 912220 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
[pid=926203/tid=926221] ppid=926200 vsize=19108176 memory=43488 CPUtime=0 cores=0,2
/proc/926203/task/926221/stat : 926221 (Common-Cleaner) S 926200 926203 920389 0 -1 1077936192 2690 0 0 0 0 0 0 0 20 0 20 0 182196801 19566772224 912220 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
[pid=926203/tid=926222] ppid=926200 vsize=19108176 memory=3648880 CPUtime=0 cores=0,2
/proc/926203/task/926222/stat : 926222 (Timer-0) S 926200 926203 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182196830 19566772224 912220 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
Current children cumulated CPU time: 3391.64 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3648880 KiB

[startup+3402.3 s]
/proc/loadavg: 2.44 2.85 3.44 3/280 928009
/proc/meminfo: memFree=117547848/131524600 swapFree=131071996/131071996
[pid=926203] ppid=926200 vsize=19108176 memory=3648884 CPUtime=3453.2 cores=0,2
/proc/926203/stat : 926203 (java) S 926200 926203 920389 0 -1 1077936128 395632 0 0 0 345073 247 0 0 20 0 20 0 182196798 19566772224 912221 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
/proc/926203/statm: 4777044 912221 5941 1 0 923637 0
[pid=926203/tid=926205] ppid=926200 vsize=19108176 memory=3648880 CPUtime=3326.93 cores=0,2
/proc/926203/task/926205/stat : 926205 (java) R 926200 926203 920389 0 -1 4194368 153434 0 0 0 332620 73 0 0 20 0 20 0 182196798 19566772224 912221 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 72 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
[pid=926203/tid=926214] ppid=926200 vsize=19108176 memory=5560 CPUtime=0 cores=0,2
/proc/926203/task/926214/stat : 926214 (Finalizer) S 926200 926203 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182196801 19566772224 912221 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
[pid=926203/tid=926221] ppid=926200 vsize=19108176 memory=3460 CPUtime=0 cores=0,2
/proc/926203/task/926221/stat : 926221 (Common-Cleaner) S 926200 926203 920389 0 -1 1077936192 2786 0 0 0 0 0 0 0 20 0 20 0 182196801 19566772224 912221 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
[pid=926203/tid=926222] ppid=926200 vsize=19108176 memory=-9177606404764377788 CPUtime=0 cores=0,2
/proc/926203/task/926222/stat : 926222 (Timer-0) S 926200 926203 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182196830 19566772224 912221 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
Current children cumulated CPU time: 3453.2 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3648884 KiB

[startup+3462.3 s]
/proc/loadavg: 2.35 2.74 3.36 3/280 928020
/proc/meminfo: memFree=117545104/131524600 swapFree=131071996/131071996
[pid=926203] ppid=926200 vsize=19108176 memory=3648948 CPUtime=3516.52 cores=0,2
/proc/926203/stat : 926203 (java) S 926200 926203 920389 0 -1 1077936128 396706 0 0 0 351402 250 0 0 20 0 20 0 182196798 19566772224 912237 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
/proc/926203/statm: 4777044 912237 5941 1 0 923657 0
[pid=926203/tid=926205] ppid=926200 vsize=19108176 memory=3648880 CPUtime=3385.71 cores=0,2
/proc/926203/task/926205/stat : 926205 (java) R 926200 926203 920389 0 -1 4194368 154248 0 0 0 338498 73 0 0 20 0 20 0 182196798 19566772224 912237 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 72 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
[pid=926203/tid=926214] ppid=926200 vsize=19108176 memory=3648928 CPUtime=0 cores=0,2
/proc/926203/task/926214/stat : 926214 (Finalizer) S 926200 926203 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182196801 19566772224 912237 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
[pid=926203/tid=926221] ppid=926200 vsize=19108176 memory=11488 CPUtime=0 cores=0,2
/proc/926203/task/926221/stat : 926221 (Common-Cleaner) S 926200 926203 920389 0 -1 1077936192 2786 0 0 0 0 0 0 0 20 0 20 0 182196801 19566772224 912237 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
[pid=926203/tid=926222] ppid=926200 vsize=19108176 memory=11488 CPUtime=0 cores=0,2
/proc/926203/task/926222/stat : 926222 (Timer-0) S 926200 926203 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182196830 19566772224 912237 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
Current children cumulated CPU time: 3516.52 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3648948 KiB

[startup+3522.3 s]
/proc/loadavg: 2.27 2.65 3.29 3/280 928031
/proc/meminfo: memFree=117544500/131524600 swapFree=131071996/131071996
[pid=926203] ppid=926200 vsize=19108176 memory=3648948 CPUtime=3579.16 cores=0,2
/proc/926203/stat : 926203 (java) S 926200 926203 920389 0 -1 1077936128 400993 0 0 0 357663 253 0 0 20 0 20 0 182196798 19566772224 912237 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
/proc/926203/statm: 4777044 912237 5941 1 0 923657 0
[pid=926203/tid=926205] ppid=926200 vsize=19108176 memory=-9177606404764377788 CPUtime=3444.47 cores=0,2
/proc/926203/task/926205/stat : 926205 (java) R 926200 926203 920389 0 -1 4194368 157037 0 0 0 344374 73 0 0 20 0 20 0 182196798 19566772224 912237 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 72 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
[pid=926203/tid=926214] ppid=926200 vsize=19108176 memory=11488 CPUtime=0 cores=0,2
/proc/926203/task/926214/stat : 926214 (Finalizer) S 926200 926203 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182196801 19566772224 912237 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
[pid=926203/tid=926221] ppid=926200 vsize=19108176 memory=3648948 CPUtime=0 cores=0,2
/proc/926203/task/926221/stat : 926221 (Common-Cleaner) S 926200 926203 920389 0 -1 1077936192 2860 0 0 0 0 0 0 0 20 0 20 0 182196801 19566772224 912237 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
[pid=926203/tid=926222] ppid=926200 vsize=19108176 memory=11488 CPUtime=0 cores=0,2
/proc/926203/task/926222/stat : 926222 (Timer-0) S 926200 926203 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182196830 19566772224 912237 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
Current children cumulated CPU time: 3579.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3648948 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3542.8 s]
/proc/loadavg: 2.27 2.62 3.26 3/281 928203
/proc/meminfo: memFree=117543628/131524600 swapFree=131071996/131071996
[pid=926203] ppid=926200 vsize=19108176 memory=3648948 CPUtime=3600 cores=0,2
/proc/926203/stat : 926203 (java) S 926200 926203 920389 0 -1 1077936128 401546 0 0 0 359746 254 0 0 20 0 20 0 182196798 19566772224 912237 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
/proc/926203/statm: 4777044 912237 5941 1 0 923657 0
[pid=926203/tid=926205] ppid=926200 vsize=19108176 memory=-9177606404764377788 CPUtime=3464.41 cores=0,2
/proc/926203/task/926205/stat : 926205 (java) R 926200 926203 920389 0 -1 4194368 157298 0 0 0 346368 73 0 0 20 0 20 0 182196798 19566772224 912237 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 72 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
[pid=926203/tid=926214] ppid=926200 vsize=19108176 memory=2636 CPUtime=0 cores=0,2
/proc/926203/task/926214/stat : 926214 (Finalizer) S 926200 926203 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182196801 19566772224 912237 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
[pid=926203/tid=926221] ppid=926200 vsize=19108176 memory=2636 CPUtime=0 cores=0,2
/proc/926203/task/926221/stat : 926221 (Common-Cleaner) S 926200 926203 920389 0 -1 1077936192 2860 0 0 0 0 0 0 0 20 0 20 0 182196801 19566772224 912237 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
[pid=926203/tid=926222] ppid=926200 vsize=19108176 memory=2312 CPUtime=0 cores=0,2
/proc/926203/task/926222/stat : 926222 (Timer-0) S 926200 926203 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182196830 19566772224 912237 134679101440 94281969569792 94281969573488 140722297390336 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94281969581304 94281969582096 94281971449856 140722297398255 140722297398368 140722297398368 140722297405384 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3648948 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.54 s, system=2.56475 s

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

Child status: 143

Real time (s): 3542.87
CPU time (s): 3600.11
CPU user time (s): 3597.54
CPU system time (s): 2.56475
CPU usage (%): 101.616
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 3648948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.54
system time used= 2.56475
maximum resident set size= 3650484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 404501
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 137135
involuntary context switches= 34757


# summary of solver processes directly reported to runsolver:
#   pid: 926203
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3597.54
#   total CPU system time (s): 2.56475

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.12749 second user time and 17.4547 second system time

The end

Launcher Data

Begin job on nodeC016 at 2024-07-18 12:59:34
IDJOB=4442285
IDBENCH=147790
IDSOLVER=3046
FILE ID=nodeC016/4442285-1721300362
RUNJOBID= nodeC016-1721292927-920400
SLURM_JOB_ID= 7542586
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB05/aloul/FPGA_SAT05/normalized-fpga45_43_sat_pb.cnf.cr.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442285-1721300362/watcher-4442285-1721300362 -o /tmp/evaluation-result-4442285-1721300362/solver-4442285-1721300362 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721292927-920400 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4442285-1721300362.opb

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

MD5SUM BENCH= 1a942aa89960caff3d5a982fca10c5c5
RANDOM SEED=612962331

nodeC016.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	: 0xb00002a
cpu MHz		: 3644.267
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.70
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	: 0xb00002a
cpu MHz		: 3600.196
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.63
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	: 0xb00002a
cpu MHz		: 3654.839
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.70
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	: 0xb00002a
cpu MHz		: 3690.457
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.63
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	: 0xb00002a
cpu MHz		: 3676.434
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.70
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	: 0xb00002a
cpu MHz		: 3600.100
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.63
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	: 0xb00002a
cpu MHz		: 3654.089
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.70
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	: 0xb00002a
cpu MHz		: 3690.496
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        115746308 kB
MemAvailable:   119345884 kB
Buffers:          335648 kB
Cached:          4101544 kB
SwapCached:            0 kB
Active:           503100 kB
Inactive:       14650020 kB
Active(anon):       1544 kB
Inactive(anon): 10752116 kB
Active(file):     501556 kB
Inactive(file):  3897904 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1188 kB
Writeback:             8 kB
AnonPages:      10714428 kB
Mapped:           126464 kB
Shmem:             37720 kB
KReclaimable:      79528 kB
Slab:             187716 kB
SReclaimable:      79528 kB
SUnreclaim:       108188 kB
KernelStack:        5040 kB
PageTables:        31292 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   11636920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            68992 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10395648 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:      207572 kB
DirectMap2M:    13197312 kB
DirectMap1G:    122683392 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC016 at 2024-07-18 13:58:37