Trace number 4424347

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.23 3596.13

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/
celar/normalized-celar6-sub4_wcsp.wbo
MD5SUM951d8ca9c19f6c1f8975ac3bbc5eec26
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark4559
Best CPU time to get the best result obtained on this benchmark3600.38
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables928
Total number of constraints353054
Number of soft constraints353032
Number of constraints which are clauses353032
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint44
Top cost 69697
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 47779432
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
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.15/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.15/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.15/0.16	c See www.sat4j.org for details.
0.15/0.18	c version CUSTOM.v20240707
0.15/0.20	c java.runtime.name	OpenJDK Runtime Environment
0.15/0.20	c java.vm.name		OpenJDK 64-Bit Server VM
0.15/0.20	c java.vm.version	22.0.1+8-16
0.15/0.20	c java.vm.vendor	Oracle Corporation
0.15/0.20	c sun.arch.data.model	64
0.15/0.20	c java.version		22.0.1
0.15/0.20	c os.name		Linux
0.15/0.20	c os.version		4.18.0-301.1.el8.x86_64
0.15/0.20	c os.arch		amd64
0.15/0.21	c Free memory 		2115194816
0.15/0.21	c Max memory 		16282288128
0.15/0.21	c Total memory 		2122317824
0.15/0.23	c Number of processors 	2
0.48/0.38	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.48/0.38	 - never skip resolution steps
0.48/0.38	 - Auto-division on coefficients is disabled
0.48/0.38	 - No postprocessing
0.48/0.38	 - Conflict is considered as is when resolving
0.48/0.38	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.48/0.38	 - Weaken first using unassigned literals
0.48/0.38	 - Bump strategy: ALWAYS_ONE
0.48/0.38	 - Bumper: ASSIGNED
0.48/0.38	--- Begin Solver configuration ---
0.48/0.38	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.48/0.38	Learn all clauses as in MiniSAT
0.48/0.38	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.48/0.38	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.48/0.38	No reason simplification
0.48/0.38	Armin Biere (Picosat) restarts strategy
0.48/0.38	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.48/0.38	timeout=2147483s
0.48/0.38	DB Simplification allowed=false
0.48/0.38	Listener: none
0.48/0.38	--- End Solver configuration ---
0.48/0.39	c Pseudo Boolean Optimization by upper bound
0.48/0.39	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.48/0.39	c  - never skip resolution steps
0.48/0.39	c  - Auto-division on coefficients is disabled
0.48/0.39	c  - No postprocessing
0.48/0.39	c  - Conflict is considered as is when resolving
0.48/0.39	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.48/0.39	c  - Weaken first using unassigned literals
0.48/0.39	c  - Bump strategy: ALWAYS_ONE
0.48/0.39	c  - Bumper: ASSIGNED
0.48/0.39	c --- Begin Solver configuration ---
0.48/0.39	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.48/0.39	c Learn all clauses as in MiniSAT
0.48/0.39	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.48/0.39	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.48/0.39	c No reason simplification
0.48/0.39	c Armin Biere (Picosat) restarts strategy
0.48/0.39	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.48/0.39	c timeout=2147483s
0.48/0.39	c DB Simplification allowed=false
0.48/0.39	c Listener: none
0.48/0.39	c --- End Solver configuration ---
0.48/0.39	c solving HOME/instance-4424347-1720874154.wbo
0.48/0.39	c reading problem ... 
106.64/103.07	c ... done. Wall clock time 102.671s.
106.64/103.07	c declared #vars     928
106.64/103.07	c internal #vars     353960
106.64/103.07	c #constraints  353077
106.64/103.07	c constraints type 
106.64/103.07	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
106.64/103.07	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1
106.64/103.07	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 353054
106.64/103.07	c 353077 constraints processed.
106.64/103.08	c objective function length is 353032 literals
3600.02/3596.05	c starts		: 2
3600.02/3596.06	c conflicts		: 119
3600.02/3596.06	c decisions		: 390509
3600.02/3596.06	c propagations		: 649352
3600.02/3596.06	c inspects		: 488283
3600.02/3596.06	c shortcuts		: 0
3600.02/3596.06	c learnt literals	: 0
3600.02/3596.06	c learnt binary clauses	: 0
3600.02/3596.06	c learnt ternary clauses	: 0
3600.02/3596.06	c learnt constraints	: 118
3600.02/3596.06	c ignored constraints	: 0
3600.02/3596.06	c root simplifications	: 0
3600.02/3596.06	c removed literals (reason simplification)	: 0
3600.02/3596.06	c reason swapping (by a shorter reason)	: 0
3600.02/3596.06	c Calls to reduceDB	: 0
3600.02/3596.06	c Number of update (reduction) of LBD	: 0
3600.02/3596.06	c Imported unit clauses	: 0
3600.02/3596.06	c No decision after first conflict	: false
3600.02/3596.09	c number of reductions to clauses (during analyze)	: 0
3600.02/3596.09	c number of learned constraints concerned by reduction	: 0
3600.02/3596.09	c number of learning phase by resolution	: 0
3600.02/3596.09	c number of learning phase by cutting planes	: 0
3600.02/3596.09	c number of rounding to 1 operations	: 6
3600.02/3596.09	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3596.09	c number of reductions of the coefficients by power 2 	: 0
3600.02/3596.09	c number of right shift for reduction by power 2 	: 0
3600.02/3596.09	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3596.09	c number of ending skipping 	: 0
3600.02/3596.09	c number of internal skipping 	: 0
3600.02/3596.09	c number of derivation steps 	: 1520
3600.02/3596.09	c number of skipped derivation steps 	: 0
3600.02/3596.09	c number of remaining unassigned 	: 23650
3600.02/3596.09	c number of remaining assigned 	: 83784
3600.02/3596.09	c number of falsified literals weakened from reason	: 0
3600.02/3596.09	c number of falsified literals weakened from conflict	: 0
3600.02/3596.09	c time for arithmetic operations	: 227398
3600.02/3596.09	c minimum degree of deleted constraints	: null
3600.02/3596.09	c maximum degree of deleted constraints	: null
3600.02/3596.09	c number of deleted constraints	: 0
3600.02/3596.10	c speed (assignments/second)	: 185.90695891392994
3600.02/3596.10	c non guided choices	: 821
3600.02/3596.10	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 92
3600.02/3596.10	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 26
3600.02/3596.10	s UNKNOWN
3600.02/3596.10	c Total wall clock time (in seconds): 3595.706

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: 64096 MiB (63292 MiB free)
  memory of node 1: 64473 MiB (63435 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4424347-1720874154/watcher-4424347-1720874154 -o /tmp/evaluation-result-4424347-1720874154/solver-4424347-1720874154 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1720874164-697098 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4424347-1720874154.wbo 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=697355, runsolver pid=697352

[startup+0.107058 s]*
/proc/loadavg: 0.46 0.18 0.11 9/319 697373
/proc/meminfo: memFree=129730140/131655788 swapFree=131071996/131071996
[pid=697355] ppid=697352 vsize=18975048 memory=55648 CPUtime=0.15 cores=0,2
/proc/697355/stat : 697355 (java) S 697352 697355 697088 0 -1 1077936128 6436 0 0 0 11 4 0 0 20 0 18 0 139572630 19430449152 13912 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
/proc/697355/statm: 4743762 13912 5612 1 0 550795 0
[pid=697355/tid=697357] ppid=697352 vsize=18975048 memory=4026561586 CPUtime=0.1 cores=0,2
/proc/697355/task/697357/stat : 697357 (java) R 697352 697355 697088 0 -1 4194368 5381 0 0 0 7 3 0 0 20 0 18 0 139572630 19430449152 13912 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
[pid=697355/tid=697366] ppid=697352 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/697355/task/697366/stat : 697366 (Finalizer) S 697352 697355 697088 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 139572636 19430449152 13912 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
[pid=697355/tid=697373] ppid=697352 vsize=18975048 memory=13848573179637355 CPUtime=0 cores=0,2
/proc/697355/task/697373/stat : 697373 (Common-Cleaner) S 697352 697355 697088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 139572637 19430449152 13912 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 55648 KiB

[startup+0.21919 s]*
/proc/loadavg: 0.46 0.18 0.11 11/319 697373
/proc/meminfo: memFree=129721612/131655788 swapFree=131071996/131071996
[pid=697355] ppid=697352 vsize=18975048 memory=60360 CPUtime=0.31 cores=0,2
/proc/697355/stat : 697355 (java) S 697352 697355 697088 0 -1 1077936128 7132 0 0 0 27 4 0 0 20 0 18 0 139572630 19430449152 15090 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
/proc/697355/statm: 4743762 15090 5620 1 0 551373 0
[pid=697355/tid=697357] ppid=697352 vsize=18975048 memory=4782652875487838339 CPUtime=0.2 cores=0,2
/proc/697355/task/697357/stat : 697357 (java) R 697352 697355 697088 0 -1 4194368 5716 0 0 0 17 3 0 0 20 0 18 0 139572630 19430449152 15090 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
[pid=697355/tid=697366] ppid=697352 vsize=18975048 memory=4674 CPUtime=0 cores=0,2
/proc/697355/task/697366/stat : 697366 (Finalizer) S 697352 697355 697088 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 139572636 19430449152 15090 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
[pid=697355/tid=697373] ppid=697352 vsize=18975048 memory=15259259449382481 CPUtime=0 cores=0,2
/proc/697355/task/697373/stat : 697373 (Common-Cleaner) S 697352 697355 697088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 139572637 19430449152 15090 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 60360 KiB

[startup+0.320706 s]*
/proc/loadavg: 0.46 0.18 0.11 11/319 697373
/proc/meminfo: memFree=129705388/131655788 swapFree=131071996/131071996
[pid=697355] ppid=697352 vsize=18975048 memory=64164 CPUtime=0.48 cores=0,2
/proc/697355/stat : 697355 (java) S 697352 697355 697088 0 -1 1077936128 7423 0 0 0 44 4 0 0 20 0 18 0 139572630 19430449152 16041 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
/proc/697355/statm: 4743762 16041 5741 1 0 551583 0
[pid=697355/tid=697357] ppid=697352 vsize=18975048 memory=-9032082737881129660 CPUtime=0.29 cores=0,2
/proc/697355/task/697357/stat : 697357 (java) R 697352 697355 697088 0 -1 4194368 5904 0 0 0 26 3 0 0 20 0 18 0 139572630 19430449152 16041 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
[pid=697355/tid=697366] ppid=697352 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/697355/task/697366/stat : 697366 (Finalizer) S 697352 697355 697088 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 139572636 19430449152 16041 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
[pid=697355/tid=697373] ppid=697352 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/697355/task/697373/stat : 697373 (Common-Cleaner) S 697352 697355 697088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 139572637 19430449152 16041 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64164 KiB

[startup+0.70524 s]
/proc/loadavg: 0.46 0.18 0.11 12/320 697374
/proc/meminfo: memFree=129607172/131655788 swapFree=131071996/131071996
[pid=697355] ppid=697352 vsize=19041612 memory=162632 CPUtime=1.19 cores=0,2
/proc/697355/stat : 697355 (java) S 697352 697355 697088 0 -1 1077936128 8568 0 0 0 111 8 0 0 20 0 19 0 139572630 19498610688 40658 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
/proc/697355/statm: 4760403 40658 5830 1 0 552545 0
[pid=697355/tid=697357] ppid=697352 vsize=19041612 memory=5540 CPUtime=0.61 cores=0,2
/proc/697355/task/697357/stat : 697357 (java) R 697352 697355 697088 0 -1 4194368 6099 0 0 0 55 6 0 0 20 0 19 0 139572630 19498610688 40658 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
[pid=697355/tid=697366] ppid=697352 vsize=19041612 memory=12508 CPUtime=0 cores=0,2
/proc/697355/task/697366/stat : 697366 (Finalizer) S 697352 697355 697088 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139572636 19498610688 40658 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
[pid=697355/tid=697373] ppid=697352 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/697355/task/697373/stat : 697373 (Common-Cleaner) S 697352 697355 697088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139572637 19498610688 40658 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 162632 KiB

[startup+1.50124 s]
/proc/loadavg: 0.46 0.18 0.11 9/321 697375
/proc/meminfo: memFree=129064900/131655788 swapFree=131071996/131071996
[pid=697355] ppid=697352 vsize=19045728 memory=1245128 CPUtime=2.7 cores=0,2
/proc/697355/stat : 697355 (java) S 697352 697355 697088 0 -1 1077936128 20605 0 0 0 232 38 0 0 20 0 19 0 139572630 19502825472 311282 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
/proc/697355/statm: 4761432 311282 5830 1 0 1199725 0
[pid=697355/tid=697357] ppid=697352 vsize=19045728 memory=12508 CPUtime=1.33 cores=0,2
/proc/697355/task/697357/stat : 697357 (java) R 697352 697355 697088 0 -1 4194368 6614 0 0 0 100 33 0 0 20 0 19 0 139572630 19502825472 311282 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
[pid=697355/tid=697366] ppid=697352 vsize=19045728 memory=0 CPUtime=0 cores=0,2
/proc/697355/task/697366/stat : 697366 (Finalizer) S 697352 697355 697088 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139572636 19502825472 311282 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
[pid=697355/tid=697373] ppid=697352 vsize=19045728 memory=0 CPUtime=0 cores=0,2
/proc/697355/task/697373/stat : 697373 (Common-Cleaner) S 697352 697355 697088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139572637 19502825472 311282 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
Current children cumulated CPU time: 2.7 s
Current children cumulated vsize: 19045728 KiB
Current children cumulated memory: 1245128 KiB

[startup+3.10624 s]
/proc/loadavg: 0.74 0.24 0.14 7/321 697375
/proc/meminfo: memFree=123269144/131655788 swapFree=131071996/131071996
[pid=697355] ppid=697352 vsize=19041612 memory=3530108 CPUtime=4.8 cores=0,2
/proc/697355/stat : 697355 (java) S 697352 697355 697088 0 -1 1077936128 24126 0 0 0 392 88 0 0 20 0 19 0 139572630 19498610688 882527 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
/proc/697355/statm: 4760403 882527 5830 1 0 1200654 0
[pid=697355/tid=697357] ppid=697352 vsize=19041612 memory=0 CPUtime=2.86 cores=0,2
/proc/697355/task/697357/stat : 697357 (java) R 697352 697355 697088 0 -1 4194368 7723 0 0 0 204 82 0 0 20 0 19 0 139572630 19498610688 882527 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
[pid=697355/tid=697366] ppid=697352 vsize=19041612 memory=12508 CPUtime=0 cores=0,2
/proc/697355/task/697366/stat : 697366 (Finalizer) S 697352 697355 697088 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139572636 19498610688 882527 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
[pid=697355/tid=697373] ppid=697352 vsize=19041612 memory=2142556 CPUtime=0 cores=0,2
/proc/697355/task/697373/stat : 697373 (Common-Cleaner) S 697352 697355 697088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139572637 19498610688 882527 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
Current children cumulated CPU time: 4.8 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3530108 KiB

[startup+6.30024 s]
/proc/loadavg: 0.74 0.24 0.14 7/322 697376
/proc/meminfo: memFree=121899292/131655788 swapFree=131071996/131071996
[pid=697355] ppid=697352 vsize=19041612 memory=3973488 CPUtime=8.12 cores=0,2
/proc/697355/stat : 697355 (java) S 697352 697355 697088 0 -1 1077936128 25044 0 0 0 714 98 0 0 20 0 19 0 139572630 19498610688 993372 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
/proc/697355/statm: 4760403 993372 5830 1 0 1317639 0
[pid=697355/tid=697357] ppid=697352 vsize=19041612 memory=0 CPUtime=5.8 cores=0,2
/proc/697355/task/697357/stat : 697357 (java) R 697352 697355 697088 0 -1 4194368 8326 0 0 0 489 91 0 0 20 0 19 0 139572630 19498610688 993372 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
[pid=697355/tid=697366] ppid=697352 vsize=19041612 memory=1541436 CPUtime=0 cores=0,2
/proc/697355/task/697366/stat : 697366 (Finalizer) S 697352 697355 697088 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139572636 19498610688 993372 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
[pid=697355/tid=697373] ppid=697352 vsize=19041612 memory=224194199869 CPUtime=0 cores=0,2
/proc/697355/task/697373/stat : 697373 (Common-Cleaner) S 697352 697355 697088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139572637 19498610688 993372 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
Current children cumulated CPU time: 8.12 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3973488 KiB

[startup+12.7004 s]
/proc/loadavg: 1.08 0.32 0.16 5/322 697377
/proc/meminfo: memFree=120337108/131655788 swapFree=131071996/131071996
[pid=697355] ppid=697352 vsize=19041612 memory=4909924 CPUtime=14.8 cores=0,2
/proc/697355/stat : 697355 (java) S 697352 697355 697088 0 -1 1077936128 26914 0 0 0 1362 118 0 0 20 0 19 0 139572630 19498610688 1227481 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
/proc/697355/statm: 4760403 1227481 5830 1 0 1551598 0
[pid=697355/tid=697357] ppid=697352 vsize=19041612 memory=4903780 CPUtime=11.74 cores=0,2
/proc/697355/task/697357/stat : 697357 (java) R 697352 697355 697088 0 -1 4194368 9406 0 0 0 1065 109 0 0 20 0 19 0 139572630 19498610688 1227481 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
[pid=697355/tid=697366] ppid=697352 vsize=19041612 memory=4901640 CPUtime=0 cores=0,2
/proc/697355/task/697366/stat : 697366 (Finalizer) S 697352 697355 697088 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139572636 19498610688 1227481 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
[pid=697355/tid=697373] ppid=697352 vsize=19041612 memory=14691889957833741 CPUtime=0 cores=0,2
/proc/697355/task/697373/stat : 697373 (Common-Cleaner) S 697352 697355 697088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139572637 19498610688 1227481 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
Current children cumulated CPU time: 14.8 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4909924 KiB

[startup+25.5005 s]
/proc/loadavg: 1.94 0.55 0.24 5/322 697379
/proc/meminfo: memFree=119392228/131655788 swapFree=131071996/131071996
[pid=697355] ppid=697352 vsize=19041612 memory=4955300 CPUtime=27.95 cores=0,2
/proc/697355/stat : 697355 (java) S 697352 697355 697088 0 -1 1077936128 30527 0 0 0 2673 122 0 0 20 0 19 0 139572630 19498610688 1238825 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
/proc/697355/statm: 4760403 1238825 5830 1 0 1551599 0
[pid=697355/tid=697357] ppid=697352 vsize=19041612 memory=4936640 CPUtime=23.76 cores=0,2
/proc/697355/task/697357/stat : 697357 (java) R 697352 697355 697088 0 -1 4194368 11040 0 0 0 2266 110 0 0 20 0 19 0 139572630 19498610688 1238825 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
[pid=697355/tid=697366] ppid=697352 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/697355/task/697366/stat : 697366 (Finalizer) S 697352 697355 697088 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139572636 19498610688 1238825 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
[pid=697355/tid=697373] ppid=697352 vsize=19041612 memory=4899592 CPUtime=0 cores=0,2
/proc/697355/task/697373/stat : 697373 (Common-Cleaner) S 697352 697355 697088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139572637 19498610688 1238825 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
Current children cumulated CPU time: 27.95 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4955300 KiB

[startup+51.1142 s]
/proc/loadavg: 2.78 0.86 0.35 5/322 697384
/proc/meminfo: memFree=118577708/131655788 swapFree=131071996/131071996
[pid=697355] ppid=697352 vsize=19041612 memory=5745976 CPUtime=53.89 cores=0,2
/proc/697355/stat : 697355 (java) S 697352 697355 697088 0 -1 1077936128 33503 0 0 0 5248 141 0 0 20 0 19 0 139572630 19498610688 1436494 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
/proc/697355/statm: 4760403 1436494 5830 1 0 1741691 0
[pid=697355/tid=697357] ppid=697352 vsize=19041612 memory=36896 CPUtime=48.06 cores=0,2
/proc/697355/task/697357/stat : 697357 (java) R 697352 697355 697088 0 -1 4194368 13233 0 0 0 4681 125 0 0 20 0 19 0 139572630 19498610688 1436494 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
[pid=697355/tid=697366] ppid=697352 vsize=19041612 memory=4183 CPUtime=0 cores=0,2
/proc/697355/task/697366/stat : 697366 (Finalizer) S 697352 697355 697088 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139572636 19498610688 1436494 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
[pid=697355/tid=697373] ppid=697352 vsize=19041612 memory=5741880 CPUtime=0 cores=0,2
/proc/697355/task/697373/stat : 697373 (Common-Cleaner) S 697352 697355 697088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139572637 19498610688 1436494 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
Current children cumulated CPU time: 53.89 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5745976 KiB

[startup+102.3 s]
/proc/loadavg: 3.61 1.39 0.56 6/322 697392
/proc/meminfo: memFree=117623952/131655788 swapFree=131071996/131071996
[pid=697355] ppid=697352 vsize=19041612 memory=6180692 CPUtime=105.51 cores=0,2
/proc/697355/stat : 697355 (java) S 697352 697355 697088 0 -1 1077936128 43429 0 0 0 10394 157 0 0 20 0 19 0 139572630 19498610688 1545173 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
/proc/697355/statm: 4760403 1545173 5830 1 0 1835693 0
[pid=697355/tid=697357] ppid=697352 vsize=19041612 memory=-9032082737881129660 CPUtime=97.33 cores=0,2

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

/proc/697355/task/697366/stat : 697366 (Finalizer) S 697352 697355 697088 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 139572636 19634933760 1585347 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
[pid=697355/tid=697373] ppid=697352 vsize=19174740 memory=-9032082737881129660 CPUtime=0.01 cores=0,2
/proc/697355/task/697373/stat : 697373 (Common-Cleaner) S 697352 697355 697088 0 -1 1077936192 7461 0 0 0 0 1 0 0 20 0 21 0 139572637 19634933760 1585347 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
[pid=697355/tid=697393] ppid=697352 vsize=19174740 memory=6341388 CPUtime=0 cores=0,2
/proc/697355/task/697393/stat : 697393 (Timer-0) S 697352 697355 697088 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 139582949 19634933760 1585347 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
Current children cumulated CPU time: 3226.98 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 6341388 KiB

[startup+3282.3 s]
/proc/loadavg: 4.21 4.20 4.10 5/325 699284
/proc/meminfo: memFree=110157716/131655788 swapFree=131071996/131071996
[pid=697355] ppid=697352 vsize=19174740 memory=6341388 CPUtime=3286.86 cores=0,2
/proc/697355/stat : 697355 (java) S 697352 697355 697088 0 -1 1077936128 157546 0 0 0 328231 455 0 0 20 0 21 0 139572630 19634933760 1585347 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
/proc/697355/statm: 4793685 1585347 5899 1 0 1836750 0
[pid=697355/tid=697357] ppid=697352 vsize=19174740 memory=6341388 CPUtime=3265.2 cores=0,2
/proc/697355/task/697357/stat : 697357 (java) R 697352 697355 697088 0 -1 4194368 43972 0 0 0 326383 137 0 0 20 0 21 0 139572630 19634933760 1585347 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 3 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
[pid=697355/tid=697366] ppid=697352 vsize=19174740 memory=6341388 CPUtime=0 cores=0,2
/proc/697355/task/697366/stat : 697366 (Finalizer) S 697352 697355 697088 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 139572636 19634933760 1585347 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
[pid=697355/tid=697373] ppid=697352 vsize=19174740 memory=6341388 CPUtime=0.02 cores=0,2
/proc/697355/task/697373/stat : 697373 (Common-Cleaner) S 697352 697355 697088 0 -1 1077936192 7612 0 0 0 1 1 0 0 20 0 21 0 139572637 19634933760 1585347 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
[pid=697355/tid=697393] ppid=697352 vsize=19174740 memory=6341388 CPUtime=0 cores=0,2
/proc/697355/task/697393/stat : 697393 (Timer-0) S 697352 697355 697088 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 139582949 19634933760 1585347 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
Current children cumulated CPU time: 3286.86 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 6341388 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.17 4.09 5/323 699294
/proc/meminfo: memFree=110157700/131655788 swapFree=131071996/131071996
[pid=697355] ppid=697352 vsize=19174740 memory=6341388 CPUtime=3346.76 cores=0,2
/proc/697355/stat : 697355 (java) S 697352 697355 697088 0 -1 1077936128 158199 0 0 0 334216 460 0 0 20 0 21 0 139572630 19634933760 1585347 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
/proc/697355/statm: 4793685 1585347 5899 1 0 1836750 0
[pid=697355/tid=697357] ppid=697352 vsize=19174740 memory=6341388 CPUtime=3325.01 cores=0,2
/proc/697355/task/697357/stat : 697357 (java) R 697352 697355 697088 0 -1 4194368 44081 0 0 0 332364 137 0 0 20 0 21 0 139572630 19634933760 1585347 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 3 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
[pid=697355/tid=697366] ppid=697352 vsize=19174740 memory=6341388 CPUtime=0 cores=0,2
/proc/697355/task/697366/stat : 697366 (Finalizer) S 697352 697355 697088 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 139572636 19634933760 1585347 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
[pid=697355/tid=697373] ppid=697352 vsize=19174740 memory=6341388 CPUtime=0.02 cores=0,2
/proc/697355/task/697373/stat : 697373 (Common-Cleaner) S 697352 697355 697088 0 -1 1077936192 7762 0 0 0 1 1 0 0 20 0 21 0 139572637 19634933760 1585347 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
[pid=697355/tid=697393] ppid=697352 vsize=19174740 memory=6341388 CPUtime=0 cores=0,2
/proc/697355/task/697393/stat : 697393 (Timer-0) S 697352 697355 697088 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 139582949 19634933760 1585347 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
Current children cumulated CPU time: 3346.76 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 6341388 KiB

[startup+3402.3 s]
/proc/loadavg: 4.27 4.20 4.10 5/323 699305
/proc/meminfo: memFree=110157332/131655788 swapFree=131071996/131071996
[pid=697355] ppid=697352 vsize=19174740 memory=6341388 CPUtime=3406.66 cores=0,2
/proc/697355/stat : 697355 (java) S 697352 697355 697088 0 -1 1077936128 160010 0 0 0 340201 465 0 0 20 0 21 0 139572630 19634933760 1585347 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
/proc/697355/statm: 4793685 1585347 5899 1 0 1836750 0
[pid=697355/tid=697357] ppid=697352 vsize=19174740 memory=6341388 CPUtime=3384.81 cores=0,2
/proc/697355/task/697357/stat : 697357 (java) R 697352 697355 697088 0 -1 4194368 45170 0 0 0 338344 137 0 0 20 0 21 0 139572630 19634933760 1585347 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 3 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
[pid=697355/tid=697366] ppid=697352 vsize=19174740 memory=6341388 CPUtime=0 cores=0,2
/proc/697355/task/697366/stat : 697366 (Finalizer) S 697352 697355 697088 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 139572636 19634933760 1585347 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
[pid=697355/tid=697373] ppid=697352 vsize=19174740 memory=6341388 CPUtime=0.02 cores=0,2
/proc/697355/task/697373/stat : 697373 (Common-Cleaner) S 697352 697355 697088 0 -1 1077936192 7912 0 0 0 1 1 0 0 20 0 21 0 139572637 19634933760 1585347 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
[pid=697355/tid=697393] ppid=697352 vsize=19174740 memory=6341388 CPUtime=0 cores=0,2
/proc/697355/task/697393/stat : 697393 (Timer-0) S 697352 697355 697088 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 139582949 19634933760 1585347 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
Current children cumulated CPU time: 3406.66 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 6341388 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.18 4.10 5/322 699315
/proc/meminfo: memFree=110157000/131655788 swapFree=131071996/131071996
[pid=697355] ppid=697352 vsize=19174740 memory=6341388 CPUtime=3466.56 cores=0,2
/proc/697355/stat : 697355 (java) S 697352 697355 697088 0 -1 1077936128 160850 0 0 0 346186 470 0 0 20 0 21 0 139572630 19634933760 1585347 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
/proc/697355/statm: 4793685 1585347 5899 1 0 1836750 0
[pid=697355/tid=697357] ppid=697352 vsize=19174740 memory=6341388 CPUtime=3444.61 cores=0,2
/proc/697355/task/697357/stat : 697357 (java) R 697352 697355 697088 0 -1 4194368 45278 0 0 0 344324 137 0 0 20 0 21 0 139572630 19634933760 1585347 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 3 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
[pid=697355/tid=697366] ppid=697352 vsize=19174740 memory=6341388 CPUtime=0 cores=0,2
/proc/697355/task/697366/stat : 697366 (Finalizer) S 697352 697355 697088 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 139572636 19634933760 1585347 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
[pid=697355/tid=697373] ppid=697352 vsize=19174740 memory=6341388 CPUtime=0.02 cores=0,2
/proc/697355/task/697373/stat : 697373 (Common-Cleaner) S 697352 697355 697088 0 -1 1077936192 8062 0 0 0 1 1 0 0 20 0 21 0 139572637 19634933760 1585347 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
[pid=697355/tid=697393] ppid=697352 vsize=19174740 memory=6341388 CPUtime=0 cores=0,2
/proc/697355/task/697393/stat : 697393 (Timer-0) S 697352 697355 697088 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 139582949 19634933760 1585347 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
Current children cumulated CPU time: 3466.56 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 6341388 KiB

[startup+3522.3 s]
/proc/loadavg: 4.17 4.18 4.10 5/320 699326
/proc/meminfo: memFree=110156532/131655788 swapFree=131071996/131071996
[pid=697355] ppid=697352 vsize=19174740 memory=6341388 CPUtime=3526.43 cores=0,2
/proc/697355/stat : 697355 (java) S 697352 697355 697088 0 -1 1077936128 161707 0 0 0 352169 474 0 0 20 0 21 0 139572630 19634933760 1585347 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
/proc/697355/statm: 4793685 1585347 5899 1 0 1836750 0
[pid=697355/tid=697357] ppid=697352 vsize=19174740 memory=6341388 CPUtime=3504.39 cores=0,2
/proc/697355/task/697357/stat : 697357 (java) R 697352 697355 697088 0 -1 4194368 45402 0 0 0 350302 137 0 0 20 0 21 0 139572630 19634933760 1585347 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 3 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
[pid=697355/tid=697366] ppid=697352 vsize=19174740 memory=6341388 CPUtime=0 cores=0,2
/proc/697355/task/697366/stat : 697366 (Finalizer) S 697352 697355 697088 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 139572636 19634933760 1585347 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
[pid=697355/tid=697373] ppid=697352 vsize=19174740 memory=11412 CPUtime=0.02 cores=0,2
/proc/697355/task/697373/stat : 697373 (Common-Cleaner) S 697352 697355 697088 0 -1 1077936192 8213 0 0 0 1 1 0 0 20 0 21 0 139572637 19634933760 1585347 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
[pid=697355/tid=697393] ppid=697352 vsize=19174740 memory=6341388 CPUtime=0 cores=0,2
/proc/697355/task/697393/stat : 697393 (Timer-0) S 697352 697355 697088 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 139582949 19634933760 1585347 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
Current children cumulated CPU time: 3526.43 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 6341388 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.16 4.09 5/319 699337
/proc/meminfo: memFree=110156148/131655788 swapFree=131071996/131071996
[pid=697355] ppid=697352 vsize=19174740 memory=6341388 CPUtime=3586.34 cores=0,2
/proc/697355/stat : 697355 (java) S 697352 697355 697088 0 -1 1077936128 163134 0 0 0 358156 478 0 0 20 0 21 0 139572630 19634933760 1585347 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
/proc/697355/statm: 4793685 1585347 5899 1 0 1836750 0
[pid=697355/tid=697357] ppid=697352 vsize=19174740 memory=6341388 CPUtime=3564.21 cores=0,2
/proc/697355/task/697357/stat : 697357 (java) R 697352 697355 697088 0 -1 4194368 46224 0 0 0 356284 137 0 0 20 0 21 0 139572630 19634933760 1585347 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 3 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
[pid=697355/tid=697366] ppid=697352 vsize=19174740 memory=6341388 CPUtime=0 cores=0,2
/proc/697355/task/697366/stat : 697366 (Finalizer) S 697352 697355 697088 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 139572636 19634933760 1585347 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
[pid=697355/tid=697373] ppid=697352 vsize=19174740 memory=36988 CPUtime=0.02 cores=0,2
/proc/697355/task/697373/stat : 697373 (Common-Cleaner) S 697352 697355 697088 0 -1 1077936192 8364 0 0 0 1 1 0 0 20 0 21 0 139572637 19634933760 1585347 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
[pid=697355/tid=697393] ppid=697352 vsize=19174740 memory=6341388 CPUtime=0 cores=0,2
/proc/697355/task/697393/stat : 697393 (Timer-0) S 697352 697355 697088 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 139582949 19634933760 1585347 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
Current children cumulated CPU time: 3586.34 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 6341388 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3596 s]*
/proc/loadavg: 3.87 4.10 4.07 4/292 699372
/proc/meminfo: memFree=115695340/131655788 swapFree=131071996/131071996
[pid=697355] ppid=697352 vsize=19174740 memory=6341388 CPUtime=3600.02 cores=0,2
/proc/697355/stat : 697355 (java) S 697352 697355 697088 0 -1 1077936128 163700 0 0 0 359524 478 0 0 20 0 21 0 139572630 19634933760 1585347 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
/proc/697355/statm: 4793685 1585347 5899 1 0 1836750 0
[pid=697355/tid=697357] ppid=697352 vsize=19174740 memory=-9175914247662052028 CPUtime=3577.88 cores=0,2
/proc/697355/task/697357/stat : 697357 (java) R 697352 697355 697088 0 -1 4194368 46509 0 0 0 357651 137 0 0 20 0 21 0 139572630 19634933760 1585347 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 3 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
[pid=697355/tid=697366] ppid=697352 vsize=19174740 memory=-5155633680935826750 CPUtime=0 cores=0,2
/proc/697355/task/697366/stat : 697366 (Finalizer) S 697352 697355 697088 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 139572636 19634933760 1585347 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
[pid=697355/tid=697373] ppid=697352 vsize=19174740 memory=20216 CPUtime=0.02 cores=0,2
/proc/697355/task/697373/stat : 697373 (Common-Cleaner) S 697352 697355 697088 0 -1 1077936192 8486 0 0 0 1 1 0 0 20 0 21 0 139572637 19634933760 1585347 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
[pid=697355/tid=697393] ppid=697352 vsize=19174740 memory=6341388 CPUtime=0 cores=0,2
/proc/697355/task/697393/stat : 697393 (Timer-0) S 697352 697355 697088 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 139582949 19634933760 1585347 134679101440 94432832380928 94432832384624 140732167451088 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94432832392440 94432832393232 94432863232000 140732167459798 140732167459911 140732167459911 140732167466952 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 6341388 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.41 s, system=4.81341 s

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

[startup+3596.12 s]*
/proc/loadavg: 3.87 4.10 4.07 5/273 699375
/proc/meminfo: memFree=121961236/131655788 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3596.13
CPU time (s): 3600.23
CPU user time (s): 3595.41
CPU system time (s): 4.81341
CPU usage (%): 100.114
Max. virtual memory (cumulated for all children) (KiB): 19174740
Max. memory (cumulated for all children) (KiB): 6341388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.41
system time used= 4.81341
maximum resident set size= 6342812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 166890
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 163529
involuntary context switches= 26070


# summary of solver processes directly reported to runsolver:
#   pid: 697355
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3595.41
#   total CPU system time (s): 4.81341

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.2639 second user time and 38.7721 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-13 14:36:07
IDJOB=4424347
IDBENCH=143888
IDSOLVER=3035
FILE ID=nodeC011/4424347-1720874154
RUNJOBID= nodeC011-1720874164-697098
SLURM_JOB_ID= 7483759
Free space on /tmp= 723768 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/celar/normalized-celar6-sub4_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4424347-1720874154/watcher-4424347-1720874154 -o /tmp/evaluation-result-4424347-1720874154/solver-4424347-1720874154 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1720874164-697098 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4424347-1720874154.wbo

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

MD5SUM BENCH= 951d8ca9c19f6c1f8975ac3bbc5eec26
RANDOM SEED=1528393746

nodeC011.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		: 1197.145
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.20
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		: 2593.760
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.31
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		: 1695.921
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.20
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		: 2793.280
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.31
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		: 1596.159
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.20
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		: 3092.560
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.31
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		: 1895.441
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.20
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		: 2394.240
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.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        129775768 kB
MemAvailable:   129643032 kB
Buffers:          316092 kB
Cached:           401080 kB
SwapCached:            0 kB
Active:           466624 kB
Inactive:         916636 kB
Active(anon):       1428 kB
Inactive(anon):   702364 kB
Active(file):     465196 kB
Inactive(file):   214272 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             15672 kB
Writeback:            16 kB
AnonPages:        666132 kB
Mapped:           121512 kB
Shmem:             37704 kB
KReclaimable:      55992 kB
Slab:             144760 kB
SReclaimable:      55992 kB
SUnreclaim:        88768 kB
KernelStack:        4832 kB
PageTables:        11228 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    7306352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            45568 kB
HardwareCorrupted:     0 kB
AnonHugePages:    327680 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:      160584 kB
DirectMap2M:    10229760 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 723760 MiB
End job on nodeC011 at 2024-07-13 15:36:04