Trace number 4424395

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.25 3596.53

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/
graphs/normalized-graph13reduc_wcsp.wbo
MD5SUM997078d0f46188c46d8061e8f06b5aa8
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark3334
Best CPU time to get the best result obtained on this benchmark3601.4
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables13155
Total number of constraints970906
Number of soft constraints970450
Number of constraints which are clauses970450
Number of constraints which are cardinality constraints (but not clauses)456
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint44
Top cost 10110
Min constraint cost 1
Max constraint cost 3670
Sum of constraints costs 307075871
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.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.10	c See www.sat4j.org for details.
0.00/0.11	c version CUSTOM.v20240707
0.15/0.12	c java.runtime.name	OpenJDK Runtime Environment
0.15/0.12	c java.vm.name		OpenJDK 64-Bit Server VM
0.15/0.12	c java.vm.version	22.0.1+8-16
0.15/0.12	c java.vm.vendor	Oracle Corporation
0.15/0.12	c sun.arch.data.model	64
0.15/0.12	c java.version		22.0.1
0.15/0.12	c os.name		Linux
0.15/0.12	c os.version		4.18.0-301.1.el8.x86_64
0.15/0.12	c os.arch		amd64
0.15/0.12	c Free memory 		2115194816
0.15/0.12	c Max memory 		16282288128
0.15/0.12	c Total memory 		2122317824
0.15/0.13	c Number of processors 	2
0.15/0.22	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.15/0.22	 - never skip resolution steps
0.15/0.22	 - Auto-division on coefficients is disabled
0.15/0.22	 - No postprocessing
0.15/0.22	 - Conflict is considered as is when resolving
0.15/0.22	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.15/0.22	 - Weaken first using unassigned literals
0.15/0.22	 - Bump strategy: ALWAYS_ONE
0.15/0.22	 - Bumper: ASSIGNED
0.15/0.22	--- Begin Solver configuration ---
0.15/0.22	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.15/0.22	Learn all clauses as in MiniSAT
0.15/0.22	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.15/0.22	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.15/0.22	No reason simplification
0.15/0.22	Armin Biere (Picosat) restarts strategy
0.15/0.22	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.15/0.22	timeout=2147483s
0.15/0.22	DB Simplification allowed=false
0.15/0.22	Listener: none
0.15/0.22	--- End Solver configuration ---
0.15/0.22	c Pseudo Boolean Optimization by upper bound
0.15/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.15/0.22	c  - never skip resolution steps
0.15/0.22	c  - Auto-division on coefficients is disabled
0.15/0.22	c  - No postprocessing
0.15/0.22	c  - Conflict is considered as is when resolving
0.15/0.22	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.15/0.22	c  - Weaken first using unassigned literals
0.15/0.22	c  - Bump strategy: ALWAYS_ONE
0.15/0.22	c  - Bumper: ASSIGNED
0.15/0.22	c --- Begin Solver configuration ---
0.15/0.22	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.15/0.22	c Learn all clauses as in MiniSAT
0.15/0.22	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.15/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.15/0.22	c No reason simplification
0.15/0.22	c Armin Biere (Picosat) restarts strategy
0.15/0.22	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.15/0.22	c timeout=2147483s
0.15/0.22	c DB Simplification allowed=false
0.15/0.22	c Listener: none
0.15/0.22	c --- End Solver configuration ---
0.15/0.22	c solving HOME/instance-4424395-1720875505.wbo
0.15/0.22	c reading problem ... 
774.24/768.79	c ... done. Wall clock time 768.57s.
774.24/768.79	c declared #vars     13155
774.24/768.79	c internal #vars     983605
774.24/768.79	c #constraints  971363
774.24/768.79	c constraints type 
774.24/768.79	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 5302
774.24/768.79	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 446
774.24/768.79	c org.sat4j.specs.Constr$1 => 2
774.24/768.79	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1
774.24/768.79	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 965610
774.24/768.79	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
774.24/768.79	c 971363 constraints processed.
774.41/768.80	c objective function length is 970450 literals
3600.01/3596.44	c starts		: 2
3600.01/3596.46	c conflicts		: 159
3600.01/3596.47	c decisions		: 3708854
3600.01/3596.47	c propagations		: 4646445
3600.01/3596.47	c inspects		: 1045098
3600.01/3596.47	c shortcuts		: 0
3600.01/3596.47	c learnt literals	: 0
3600.01/3596.47	c learnt binary clauses	: 0
3600.01/3596.47	c learnt ternary clauses	: 0
3600.01/3596.47	c learnt constraints	: 158
3600.01/3596.47	c ignored constraints	: 0
3600.01/3596.47	c root simplifications	: 0
3600.01/3596.47	c removed literals (reason simplification)	: 0
3600.01/3596.47	c reason swapping (by a shorter reason)	: 0
3600.01/3596.47	c Calls to reduceDB	: 0
3600.01/3596.47	c Number of update (reduction) of LBD	: 0
3600.01/3596.47	c Imported unit clauses	: 0
3600.01/3596.47	c No decision after first conflict	: false
3600.01/3596.47	c number of reductions to clauses (during analyze)	: 0
3600.01/3596.47	c number of learned constraints concerned by reduction	: 0
3600.01/3596.47	c number of learning phase by resolution	: 0
3600.01/3596.47	c number of learning phase by cutting planes	: 0
3600.01/3596.47	c number of rounding to 1 operations	: 0
3600.01/3596.48	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3596.48	c number of reductions of the coefficients by power 2 	: 0
3600.01/3596.48	c number of right shift for reduction by power 2 	: 0
3600.01/3596.48	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3596.48	c number of ending skipping 	: 0
3600.01/3596.48	c number of internal skipping 	: 0
3600.01/3596.48	c number of derivation steps 	: 1828
3600.01/3596.48	c number of skipped derivation steps 	: 0
3600.01/3596.48	c number of remaining unassigned 	: 0
3600.01/3596.48	c number of remaining assigned 	: 0
3600.01/3596.48	c number of falsified literals weakened from reason	: 0
3600.01/3596.48	c number of falsified literals weakened from conflict	: 0
3600.01/3596.48	c time for arithmetic operations	: 129516
3600.01/3596.49	c minimum degree of deleted constraints	: null
3600.01/3596.49	c maximum degree of deleted constraints	: null
3600.01/3596.49	c number of deleted constraints	: 0
3600.22/3596.50	c speed (assignments/second)	: 1643.2684258493975
3600.22/3596.50	c non guided choices	: 0
3600.22/3596.50	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 156
3600.22/3596.50	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 2
3600.22/3596.50	s UNKNOWN
3600.22/3596.50	c Total wall clock time (in seconds): 3596.285

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 64059 MiB (59050 MiB free)
  memory of node 1: 64510 MiB (57782 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4424395-1720875505/watcher-4424395-1720875505 -o /tmp/evaluation-result-4424395-1720875505/solver-4424395-1720875505 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1720874164-706098 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4424395-1720875505.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=707402, runsolver pid=707399

[startup+0.100084 s]*
/proc/loadavg: 4.09 4.23 3.37 5/317 707420
/proc/meminfo: memFree=119599708/131655788 swapFree=131071996/131071996
[pid=707402] ppid=707399 vsize=18975048 memory=58036 CPUtime=0.15 cores=0,2
/proc/707402/stat : 707402 (java) S 707399 707402 706088 0 -1 1077936128 6622 0 0 0 12 3 0 0 20 0 18 0 139708608 19430449152 14509 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
/proc/707402/statm: 4743762 14509 5542 1 0 551011 0
[pid=707402/tid=707404] ppid=707399 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=0,2
/proc/707402/task/707404/stat : 707404 (java) S 707399 707402 706088 0 -1 1077936192 5578 0 0 0 7 2 0 0 20 0 18 0 139708609 19430449152 14509 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
[pid=707402/tid=707413] ppid=707399 vsize=18975048 memory=228556276070 CPUtime=0 cores=0,2
/proc/707402/task/707413/stat : 707413 (Finalizer) S 707399 707402 706088 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 139708613 19430449152 14509 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
[pid=707402/tid=707420] ppid=707399 vsize=18975048 memory=14135562894496790 CPUtime=0 cores=0,2
/proc/707402/task/707420/stat : 707420 (Common-Cleaner) S 707399 707402 706088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 139708614 19430449152 14509 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 58036 KiB

[startup+0.216098 s]*
/proc/loadavg: 4.09 4.23 3.37 8/317 707420
/proc/meminfo: memFree=119590120/131655788 swapFree=131071996/131071996
[pid=707402] ppid=707399 vsize=18975048 memory=74464 CPUtime=0.35 cores=0,2
/proc/707402/stat : 707402 (java) S 707399 707402 706088 0 -1 1077936128 7465 0 0 0 32 3 0 0 20 0 18 0 139708608 19430449152 18616 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
/proc/707402/statm: 4743762 18616 5777 1 0 551733 0
[pid=707402/tid=707404] ppid=707399 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=0,2
/proc/707402/task/707404/stat : 707404 (java) R 707399 707402 706088 0 -1 4194368 5992 0 0 0 17 2 0 0 20 0 18 0 139708609 19430449152 18616 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
[pid=707402/tid=707413] ppid=707399 vsize=18975048 memory=694 CPUtime=0 cores=0,2
/proc/707402/task/707413/stat : 707413 (Finalizer) S 707399 707402 706088 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 139708613 19430449152 18616 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
[pid=707402/tid=707420] ppid=707399 vsize=18975048 memory=15536340708104212 CPUtime=0 cores=0,2
/proc/707402/task/707420/stat : 707420 (Common-Cleaner) S 707399 707402 706088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 139708614 19430449152 18616 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 74464 KiB

[startup+0.324279 s]*
/proc/loadavg: 4.09 4.23 3.37 7/317 707420
/proc/meminfo: memFree=119535920/131655788 swapFree=131071996/131071996
[pid=707402] ppid=707399 vsize=18975048 memory=130684 CPUtime=0.55 cores=0,2
/proc/707402/stat : 707402 (java) S 707399 707402 706088 0 -1 1077936128 7566 0 0 0 50 5 0 0 20 0 18 0 139708608 19430449152 32671 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
/proc/707402/statm: 4743762 32671 5856 1 0 551751 0
[pid=707402/tid=707404] ppid=707399 vsize=18975048 memory=-8526553679859720892 CPUtime=0.29 cores=0,2
/proc/707402/task/707404/stat : 707404 (java) R 707399 707402 706088 0 -1 4194368 6044 0 0 0 26 3 0 0 20 0 18 0 139708609 19430449152 32671 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
[pid=707402/tid=707413] ppid=707399 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/707402/task/707413/stat : 707413 (Finalizer) S 707399 707402 706088 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 139708613 19430449152 32671 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
[pid=707402/tid=707420] ppid=707399 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/707402/task/707420/stat : 707420 (Common-Cleaner) S 707399 707402 706088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 139708614 19430449152 32671 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 130684 KiB

[startup+0.701268 s]
/proc/loadavg: 4.09 4.23 3.37 7/318 707421
/proc/meminfo: memFree=119488208/131655788 swapFree=131071996/131071996
[pid=707402] ppid=707399 vsize=19041612 memory=301960 CPUtime=1.21 cores=0,2
/proc/707402/stat : 707402 (java) S 707399 707402 706088 0 -1 1077936128 10544 0 0 0 113 8 0 0 20 0 19 0 139708608 19498610688 75490 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
/proc/707402/statm: 4760403 75490 5872 1 0 1081534 0
[pid=707402/tid=707404] ppid=707399 vsize=19041612 memory=5576 CPUtime=0.54 cores=0,2
/proc/707402/task/707404/stat : 707404 (java) R 707399 707402 706088 0 -1 4194368 6116 0 0 0 48 6 0 0 20 0 19 0 139708609 19498610688 75490 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
[pid=707402/tid=707413] ppid=707399 vsize=19041612 memory=12676 CPUtime=0 cores=0,2
/proc/707402/task/707413/stat : 707413 (Finalizer) S 707399 707402 706088 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139708613 19498610688 75490 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
[pid=707402/tid=707420] ppid=707399 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/707402/task/707420/stat : 707420 (Common-Cleaner) S 707399 707402 706088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139708614 19498610688 75490 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 301960 KiB

[startup+1.50027 s]
/proc/loadavg: 4.09 4.23 3.37 5/318 707421
/proc/meminfo: memFree=118528864/131655788 swapFree=131071996/131071996
[pid=707402] ppid=707399 vsize=19041612 memory=1922908 CPUtime=2.76 cores=0,2
/proc/707402/stat : 707402 (java) S 707399 707402 706088 0 -1 1077936128 22094 0 0 0 234 42 0 0 20 0 19 0 139708608 19498610688 480727 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
/proc/707402/statm: 4760403 480727 5872 1 0 1087638 0
[pid=707402/tid=707404] ppid=707399 vsize=19041612 memory=12676 CPUtime=1.31 cores=0,2
/proc/707402/task/707404/stat : 707404 (java) R 707399 707402 706088 0 -1 4194368 6898 0 0 0 94 37 0 0 20 0 19 0 139708609 19498610688 480727 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
[pid=707402/tid=707413] ppid=707399 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/707402/task/707413/stat : 707413 (Finalizer) S 707399 707402 706088 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139708613 19498610688 480727 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
[pid=707402/tid=707420] ppid=707399 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/707402/task/707420/stat : 707420 (Common-Cleaner) S 707399 707402 706088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139708614 19498610688 480727 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
Current children cumulated CPU time: 2.76 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1922908 KiB

[startup+3.11313 s]
/proc/loadavg: 4.09 4.23 3.37 5/318 707421
/proc/meminfo: memFree=117053408/131655788 swapFree=131071996/131071996
[pid=707402] ppid=707399 vsize=19041612 memory=2599796 CPUtime=4.55 cores=0,2
/proc/707402/stat : 707402 (java) S 707399 707402 706088 0 -1 1077936128 22714 0 0 0 399 56 0 0 20 0 19 0 139708608 19498610688 649949 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
/proc/707402/statm: 4760403 649949 5888 1 0 1087642 0
[pid=707402/tid=707404] ppid=707399 vsize=19041612 memory=0 CPUtime=2.87 cores=0,2
/proc/707402/task/707404/stat : 707404 (java) R 707399 707402 706088 0 -1 4194368 7215 0 0 0 237 50 0 0 20 0 19 0 139708609 19498610688 649949 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
[pid=707402/tid=707413] ppid=707399 vsize=19041612 memory=12676 CPUtime=0 cores=0,2
/proc/707402/task/707413/stat : 707413 (Finalizer) S 707399 707402 706088 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139708613 19498610688 649949 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
[pid=707402/tid=707420] ppid=707399 vsize=19041612 memory=2325120 CPUtime=0 cores=0,2
/proc/707402/task/707420/stat : 707420 (Common-Cleaner) S 707399 707402 706088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139708614 19498610688 649949 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
Current children cumulated CPU time: 4.55 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2599796 KiB

[startup+6.30042 s]
/proc/loadavg: 4.08 4.23 3.38 5/321 707592
/proc/meminfo: memFree=114696280/131655788 swapFree=131071996/131071996
[pid=707402] ppid=707399 vsize=19041612 memory=4951288 CPUtime=7.88 cores=0,2
/proc/707402/stat : 707402 (java) S 707399 707402 706088 0 -1 1077936128 24916 0 0 0 684 104 0 0 20 0 19 0 139708608 19498610688 1237822 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
/proc/707402/statm: 4760403 1237822 5888 1 0 1687169 0
[pid=707402/tid=707404] ppid=707399 vsize=19041612 memory=0 CPUtime=5.92 cores=0,2
/proc/707402/task/707404/stat : 707404 (java) R 707399 707402 706088 0 -1 4194368 8448 0 0 0 495 97 0 0 20 0 19 0 139708609 19498610688 1237822 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
[pid=707402/tid=707413] ppid=707399 vsize=19041612 memory=1976432 CPUtime=0 cores=0,2
/proc/707402/task/707413/stat : 707413 (Finalizer) S 707399 707402 706088 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139708613 19498610688 1237822 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
[pid=707402/tid=707420] ppid=707399 vsize=19041612 memory=224194199869 CPUtime=0 cores=0,2
/proc/707402/task/707420/stat : 707420 (Common-Cleaner) S 707399 707402 706088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139708614 19498610688 1237822 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
Current children cumulated CPU time: 7.88 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4951288 KiB

[startup+12.7004 s]
/proc/loadavg: 4.07 4.22 3.38 6/321 707594
/proc/meminfo: memFree=114687968/131655788 swapFree=131071996/131071996
[pid=707402] ppid=707399 vsize=19041612 memory=4959480 CPUtime=14.54 cores=0,2
/proc/707402/stat : 707402 (java) S 707399 707402 706088 0 -1 1077936128 25612 0 0 0 1348 106 0 0 20 0 19 0 139708608 19498610688 1239870 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
/proc/707402/statm: 4760403 1239870 5888 1 0 1687169 0
[pid=707402/tid=707404] ppid=707399 vsize=19041612 memory=4957432 CPUtime=11.99 cores=0,2
/proc/707402/task/707404/stat : 707404 (java) S 707399 707402 706088 0 -1 1077936192 9085 0 0 0 1102 97 0 0 20 0 19 0 139708609 19498610688 1239870 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
[pid=707402/tid=707413] ppid=707399 vsize=19041612 memory=4953336 CPUtime=0 cores=0,2
/proc/707402/task/707413/stat : 707413 (Finalizer) S 707399 707402 706088 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139708613 19498610688 1239870 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
[pid=707402/tid=707420] ppid=707399 vsize=19041612 memory=16102571949426382 CPUtime=0 cores=0,2
/proc/707402/task/707420/stat : 707420 (Common-Cleaner) S 707399 707402 706088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139708614 19498610688 1239870 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
Current children cumulated CPU time: 14.54 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4959480 KiB

[startup+25.5005 s]
/proc/loadavg: 4.06 4.21 3.39 6/321 707597
/proc/meminfo: memFree=114253996/131655788 swapFree=131071996/131071996
[pid=707402] ppid=707399 vsize=19041612 memory=5382700 CPUtime=27.67 cores=0,2
/proc/707402/stat : 707402 (java) S 707399 707402 706088 0 -1 1077936128 28423 0 0 0 2651 116 0 0 20 0 19 0 139708608 19498610688 1345675 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
/proc/707402/statm: 4760403 1345675 5888 1 0 1783260 0
[pid=707402/tid=707404] ppid=707399 vsize=19041612 memory=5366008 CPUtime=23.99 cores=0,2
/proc/707402/task/707404/stat : 707404 (java) R 707399 707402 706088 0 -1 4194368 10890 0 0 0 2293 106 0 0 20 0 19 0 139708609 19498610688 1345675 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
[pid=707402/tid=707413] ppid=707399 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/707402/task/707413/stat : 707413 (Finalizer) S 707399 707402 706088 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139708613 19498610688 1345675 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
[pid=707402/tid=707420] ppid=707399 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/707402/task/707420/stat : 707420 (Common-Cleaner) S 707399 707402 706088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139708614 19498610688 1345675 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
Current children cumulated CPU time: 27.67 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5382700 KiB

[startup+51.1135 s]
/proc/loadavg: 4.10 4.21 3.41 5/321 707602
/proc/meminfo: memFree=113635784/131655788 swapFree=131071996/131071996
[pid=707402] ppid=707399 vsize=19041612 memory=5964316 CPUtime=53.71 cores=0,2
/proc/707402/stat : 707402 (java) S 707399 707402 706088 0 -1 1077936128 32921 0 0 0 5238 133 0 0 20 0 19 0 139708608 19498610688 1491079 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
/proc/707402/statm: 4760403 1491079 5888 1 0 1916952 0
[pid=707402/tid=707404] ppid=707399 vsize=19041612 memory=0 CPUtime=48.37 cores=0,2
/proc/707402/task/707404/stat : 707404 (java) R 707399 707402 706088 0 -1 4194368 13254 0 0 0 4720 117 0 0 20 0 19 0 139708609 19498610688 1491079 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
[pid=707402/tid=707413] ppid=707399 vsize=19041612 memory=4963576 CPUtime=0 cores=0,2
/proc/707402/task/707413/stat : 707413 (Finalizer) S 707399 707402 706088 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139708613 19498610688 1491079 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
[pid=707402/tid=707420] ppid=707399 vsize=19041612 memory=2601844 CPUtime=0 cores=0,2
/proc/707402/task/707420/stat : 707420 (Common-Cleaner) S 707399 707402 706088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139708614 19498610688 1491079 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
Current children cumulated CPU time: 53.71 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5964316 KiB

[startup+102.3 s]
/proc/loadavg: 4.17 4.21 3.46 5/321 707611
/proc/meminfo: memFree=112891484/131655788 swapFree=131071996/131071996
[pid=707402] ppid=707399 vsize=19041612 memory=6014592 CPUtime=105.33 cores=0,2
/proc/707402/stat : 707402 (java) S 707399 707402 706088 0 -1 1077936128 42241 0 0 0 10392 141 0 0 20 0 19 0 139708608 19498610688 1503648 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
/proc/707402/statm: 4760403 1503648 5888 1 0 1916952 0
[pid=707402/tid=707404] ppid=707399 vsize=19041612 memory=6008448 CPUtime=97.85 cores=0,2

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

[startup+3282.3 s]
/proc/loadavg: 1.06 1.41 2.38 2/243 709066
/proc/meminfo: memFree=122415772/131655788 swapFree=131071996/131071996
[pid=707402] ppid=707399 vsize=19174740 memory=7538988 CPUtime=3286.72 cores=0,2
/proc/707402/stat : 707402 (java) S 707399 707402 706088 0 -1 1077936128 169151 0 0 0 328259 413 0 0 20 0 21 0 139708608 19634933760 1884747 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
/proc/707402/statm: 4793685 1884747 5927 1 0 1918491 0
[pid=707402/tid=707404] ppid=707399 vsize=19174740 memory=7538988 CPUtime=3252.76 cores=0,2
/proc/707402/task/707404/stat : 707404 (java) R 707399 707402 706088 0 -1 4194368 68063 0 0 0 325120 156 0 0 20 0 21 0 139708609 19634933760 1884747 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 5 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
[pid=707402/tid=707413] ppid=707399 vsize=19174740 memory=7538988 CPUtime=0 cores=0,2
/proc/707402/task/707413/stat : 707413 (Finalizer) S 707399 707402 706088 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 139708613 19634933760 1884747 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
[pid=707402/tid=707420] ppid=707399 vsize=19174740 memory=7538988 CPUtime=0.01 cores=0,2
/proc/707402/task/707420/stat : 707420 (Common-Cleaner) S 707399 707402 706088 0 -1 1077936192 5995 0 0 0 0 1 0 0 20 0 21 0 139708614 19634933760 1884747 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
[pid=707402/tid=707750] ppid=707399 vsize=19174740 memory=7538988 CPUtime=0 cores=0,2
/proc/707402/task/707750/stat : 707750 (Timer-0) S 707399 707402 706088 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 139785501 19634933760 1884747 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
Current children cumulated CPU time: 3286.72 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 7538988 KiB

[startup+3342.3 s]
/proc/loadavg: 1.13 1.37 2.30 2/243 709076
/proc/meminfo: memFree=122415088/131655788 swapFree=131071996/131071996
[pid=707402] ppid=707399 vsize=19174740 memory=7538988 CPUtime=3346.57 cores=0,2
/proc/707402/stat : 707402 (java) S 707399 707402 706088 0 -1 1077936128 169474 0 0 0 334240 417 0 0 20 0 21 0 139708608 19634933760 1884747 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
/proc/707402/statm: 4793685 1884747 5927 1 0 1918491 0
[pid=707402/tid=707404] ppid=707399 vsize=19174740 memory=5576 CPUtime=3312.53 cores=0,2
/proc/707402/task/707404/stat : 707404 (java) R 707399 707402 706088 0 -1 4194368 68110 0 0 0 331097 156 0 0 20 0 21 0 139708609 19634933760 1884747 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 5 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
[pid=707402/tid=707413] ppid=707399 vsize=19174740 memory=37036 CPUtime=0 cores=0,2
/proc/707402/task/707413/stat : 707413 (Finalizer) S 707399 707402 706088 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 139708613 19634933760 1884747 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
[pid=707402/tid=707420] ppid=707399 vsize=19174740 memory=6816 CPUtime=0.01 cores=0,2
/proc/707402/task/707420/stat : 707420 (Common-Cleaner) S 707399 707402 706088 0 -1 1077936192 6141 0 0 0 0 1 0 0 20 0 21 0 139708614 19634933760 1884747 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
[pid=707402/tid=707750] ppid=707399 vsize=19174740 memory=7538988 CPUtime=0 cores=0,2
/proc/707402/task/707750/stat : 707750 (Timer-0) S 707399 707402 706088 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 139785501 19634933760 1884747 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
Current children cumulated CPU time: 3346.57 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 7538988 KiB

[startup+3402.3 s]
/proc/loadavg: 1.16 1.33 2.23 2/243 709087
/proc/meminfo: memFree=122414496/131655788 swapFree=131071996/131071996
[pid=707402] ppid=707399 vsize=19174740 memory=7538988 CPUtime=3406.42 cores=0,2
/proc/707402/stat : 707402 (java) S 707399 707402 706088 0 -1 1077936128 169655 0 0 0 340221 421 0 0 20 0 21 0 139708608 19634933760 1884747 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
/proc/707402/statm: 4793685 1884747 5927 1 0 1918491 0
[pid=707402/tid=707404] ppid=707399 vsize=19174740 memory=37036 CPUtime=3372.3 cores=0,2
/proc/707402/task/707404/stat : 707404 (java) R 707399 707402 706088 0 -1 4194368 68166 0 0 0 337074 156 0 0 20 0 21 0 139708609 19634933760 1884747 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 5 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
[pid=707402/tid=707413] ppid=707399 vsize=19174740 memory=6816 CPUtime=0 cores=0,2
/proc/707402/task/707413/stat : 707413 (Finalizer) S 707399 707402 706088 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 139708613 19634933760 1884747 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
[pid=707402/tid=707420] ppid=707399 vsize=19174740 memory=7538988 CPUtime=0.01 cores=0,2
/proc/707402/task/707420/stat : 707420 (Common-Cleaner) S 707399 707402 706088 0 -1 1077936192 6142 0 0 0 0 1 0 0 20 0 21 0 139708614 19634933760 1884747 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
[pid=707402/tid=707750] ppid=707399 vsize=19174740 memory=7538988 CPUtime=0 cores=0,2
/proc/707402/task/707750/stat : 707750 (Timer-0) S 707399 707402 706088 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 139785501 19634933760 1884747 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
Current children cumulated CPU time: 3406.42 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 7538988 KiB

[startup+3462.3 s]
/proc/loadavg: 1.12 1.28 2.15 2/242 709487
/proc/meminfo: memFree=122515416/131655788 swapFree=131071996/131071996
[pid=707402] ppid=707399 vsize=19174740 memory=7538988 CPUtime=3466.26 cores=0,2
/proc/707402/stat : 707402 (java) S 707399 707402 706088 0 -1 1077936128 169843 0 0 0 346201 425 0 0 20 0 21 0 139708608 19634933760 1884747 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
/proc/707402/statm: 4793685 1884747 5927 1 0 1918491 0
[pid=707402/tid=707404] ppid=707399 vsize=19174740 memory=37036 CPUtime=3432.06 cores=0,2
/proc/707402/task/707404/stat : 707404 (java) R 707399 707402 706088 0 -1 4194368 68199 0 0 0 343050 156 0 0 20 0 21 0 139708609 19634933760 1884747 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 5 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
[pid=707402/tid=707413] ppid=707399 vsize=19174740 memory=6816 CPUtime=0 cores=0,2
/proc/707402/task/707413/stat : 707413 (Finalizer) S 707399 707402 706088 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 139708613 19634933760 1884747 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
[pid=707402/tid=707420] ppid=707399 vsize=19174740 memory=7538988 CPUtime=0.01 cores=0,2
/proc/707402/task/707420/stat : 707420 (Common-Cleaner) S 707399 707402 706088 0 -1 1077936192 6287 0 0 0 0 1 0 0 20 0 21 0 139708614 19634933760 1884747 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
[pid=707402/tid=707750] ppid=707399 vsize=19174740 memory=7538988 CPUtime=0 cores=0,2
/proc/707402/task/707750/stat : 707750 (Timer-0) S 707399 707402 706088 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 139785501 19634933760 1884747 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
Current children cumulated CPU time: 3466.26 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 7538988 KiB

[startup+3522.3 s]
/proc/loadavg: 1.04 1.23 2.08 2/242 709497
/proc/meminfo: memFree=122515216/131655788 swapFree=131071996/131071996
[pid=707402] ppid=707399 vsize=19174740 memory=7538988 CPUtime=3526.1 cores=0,2
/proc/707402/stat : 707402 (java) S 707399 707402 706088 0 -1 1077936128 170166 0 0 0 352182 428 0 0 20 0 21 0 139708608 19634933760 1884747 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
/proc/707402/statm: 4793685 1884747 5927 1 0 1918491 0
[pid=707402/tid=707404] ppid=707399 vsize=19174740 memory=7538988 CPUtime=3491.83 cores=0,2
/proc/707402/task/707404/stat : 707404 (java) R 707399 707402 706088 0 -1 4194368 68246 0 0 0 349027 156 0 0 20 0 21 0 139708609 19634933760 1884747 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 5 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
[pid=707402/tid=707413] ppid=707399 vsize=19174740 memory=7538988 CPUtime=0 cores=0,2
/proc/707402/task/707413/stat : 707413 (Finalizer) S 707399 707402 706088 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 139708613 19634933760 1884747 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
[pid=707402/tid=707420] ppid=707399 vsize=19174740 memory=37036 CPUtime=0.01 cores=0,2
/proc/707402/task/707420/stat : 707420 (Common-Cleaner) S 707399 707402 706088 0 -1 1077936192 6434 0 0 0 0 1 0 0 20 0 21 0 139708614 19634933760 1884747 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
[pid=707402/tid=707750] ppid=707399 vsize=19174740 memory=7538988 CPUtime=0 cores=0,2
/proc/707402/task/707750/stat : 707750 (Timer-0) S 707399 707402 706088 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 139785501 19634933760 1884747 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
Current children cumulated CPU time: 3526.1 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 7538988 KiB

[startup+3582.3 s]
/proc/loadavg: 1.11 1.22 2.02 2/242 709508
/proc/meminfo: memFree=122514516/131655788 swapFree=131071996/131071996
[pid=707402] ppid=707399 vsize=19174740 memory=7538988 CPUtime=3585.95 cores=0,2
/proc/707402/stat : 707402 (java) S 707399 707402 706088 0 -1 1077936128 170348 0 0 0 358163 432 0 0 20 0 21 0 139708608 19634933760 1884747 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
/proc/707402/statm: 4793685 1884747 5927 1 0 1918491 0
[pid=707402/tid=707404] ppid=707399 vsize=19174740 memory=5576 CPUtime=3551.6 cores=0,2
/proc/707402/task/707404/stat : 707404 (java) R 707399 707402 706088 0 -1 4194368 68303 0 0 0 355004 156 0 0 20 0 21 0 139708609 19634933760 1884747 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 5 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
[pid=707402/tid=707413] ppid=707399 vsize=19174740 memory=7538988 CPUtime=0 cores=0,2
/proc/707402/task/707413/stat : 707413 (Finalizer) S 707399 707402 706088 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 139708613 19634933760 1884747 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
[pid=707402/tid=707420] ppid=707399 vsize=19174740 memory=7538988 CPUtime=0.01 cores=0,2
/proc/707402/task/707420/stat : 707420 (Common-Cleaner) S 707399 707402 706088 0 -1 1077936192 6435 0 0 0 0 1 0 0 20 0 21 0 139708614 19634933760 1884747 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
[pid=707402/tid=707750] ppid=707399 vsize=19174740 memory=12440 CPUtime=0 cores=0,2
/proc/707402/task/707750/stat : 707750 (Timer-0) S 707399 707402 706088 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 139785501 19634933760 1884747 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
Current children cumulated CPU time: 3585.95 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 7538988 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3596.4 s]
/proc/loadavg: 1.09 1.20 2.00 2/242 709510
/proc/meminfo: memFree=122514516/131655788 swapFree=131071996/131071996
[pid=707402] ppid=707399 vsize=19174740 memory=7538988 CPUtime=3600.01 cores=0,2
/proc/707402/stat : 707402 (java) S 707399 707402 706088 0 -1 1077936128 170505 0 0 0 359569 432 0 0 20 0 21 0 139708608 19634933760 1884747 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
/proc/707402/statm: 4793685 1884747 5927 1 0 1918491 0
[pid=707402/tid=707404] ppid=707399 vsize=19174740 memory=4880 CPUtime=3565.65 cores=0,2
/proc/707402/task/707404/stat : 707404 (java) R 707399 707402 706088 0 -1 4194368 68315 0 0 0 356409 156 0 0 20 0 21 0 139708609 19634933760 1884747 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 5 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
[pid=707402/tid=707413] ppid=707399 vsize=19174740 memory=7538988 CPUtime=0 cores=0,2
/proc/707402/task/707413/stat : 707413 (Finalizer) S 707399 707402 706088 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 139708613 19634933760 1884747 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
[pid=707402/tid=707420] ppid=707399 vsize=19174740 memory=-8526553679859720892 CPUtime=0.01 cores=0,2
/proc/707402/task/707420/stat : 707420 (Common-Cleaner) S 707399 707402 706088 0 -1 1077936192 6580 0 0 0 0 1 0 0 20 0 21 0 139708614 19634933760 1884747 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
[pid=707402/tid=707750] ppid=707399 vsize=19174740 memory=2692 CPUtime=0 cores=0,2
/proc/707402/task/707750/stat : 707750 (Timer-0) S 707399 707402 706088 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 139785501 19634933760 1884747 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 7538988 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.89 s, system=4.35885 s

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

[startup+3596.51 s]
/proc/loadavg: 1.09 1.20 2.00 2/242 709510
/proc/meminfo: memFree=122514516/131655788 swapFree=131071996/131071996
[pid=707402] ppid=707399 vsize=19374432 memory=7539752 CPUtime=3600.22 cores=0,2
/proc/707402/stat : 707402 (java) S 707399 707402 706088 0 -1 1077936128 173775 0 0 0 359589 433 0 0 20 0 20 0 139708608 19839418368 1884938 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
/proc/707402/statm: 4843608 1884938 5926 1 0 1919410 0
[pid=707402/tid=707404] ppid=707399 vsize=19374432 memory=7538988 CPUtime=3565.75 cores=0,2
/proc/707402/task/707404/stat : 707404 (java) R 707399 707402 706088 0 -1 4194368 68315 0 0 0 356419 156 0 0 20 0 20 0 139708609 19839418368 1884938 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 5 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
[pid=707402/tid=707413] ppid=707399 vsize=19374432 memory=7538988 CPUtime=0 cores=0,2
/proc/707402/task/707413/stat : 707413 (Finalizer) S 707399 707402 706088 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139708613 19839418368 1884938 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
[pid=707402/tid=707420] ppid=707399 vsize=19374432 memory=2692 CPUtime=0.01 cores=0,2
/proc/707402/task/707420/stat : 707420 (Common-Cleaner) S 707399 707402 706088 0 -1 1077936192 6580 0 0 0 0 1 0 0 20 0 20 0 139708614 19839418368 1884938 134679101440 93835442446336 93835442450032 140723312535872 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93835442457848 93835442458640 93835475079168 140723312538582 140723312538695 140723312538695 140723312545736 0
Current children cumulated CPU time: 3600.22 s
Current children cumulated vsize: 19374432 KiB
Current children cumulated memory: 7539752 KiB

Child status: 143

Real time (s): 3596.53
CPU time (s): 3600.25
CPU user time (s): 3595.89
CPU system time (s): 4.35885
CPU usage (%): 100.103
Max. virtual memory (cumulated for all children) (KiB): 19374432
Max. memory (cumulated for all children) (KiB): 7545936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.89
system time used= 4.35885
maximum resident set size= 7545936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 173860
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 178174
involuntary context switches= 26096


# summary of solver processes directly reported to runsolver:
#   pid: 707402
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3595.89
#   total CPU system time (s): 4.35885

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.8171 second user time and 37.2618 second system time

The end

Launcher Data

Begin job on nodeC002 at 2024-07-13 14:58:38
IDJOB=4424395
IDBENCH=144136
IDSOLVER=3035
FILE ID=nodeC002/4424395-1720875505
RUNJOBID= nodeC002-1720874164-706098
SLURM_JOB_ID= 7483750
Free space on /tmp= 723748 MiB

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

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

MD5SUM BENCH= 997078d0f46188c46d8061e8f06b5aa8
RANDOM SEED=1528393746

nodeC002.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		: 3467.529
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.38
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		: 3638.298
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		: 1197.189
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.38
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.232
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		: 3664.480
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.38
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		: 3665.471
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		: 1197.284
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.38
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.304
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:        119636928 kB
MemAvailable:   119614420 kB
Buffers:          321896 kB
Cached:           504448 kB
SwapCached:            0 kB
Active:           477616 kB
Inactive:       11019460 kB
Active(anon):       2700 kB
Inactive(anon): 10705768 kB
Active(file):     474916 kB
Inactive(file):   313692 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             31240 kB
Writeback:             0 kB
AnonPages:      10670496 kB
Mapped:           121804 kB
Shmem:             37704 kB
KReclaimable:      57832 kB
Slab:             148420 kB
SReclaimable:      57832 kB
SUnreclaim:        90588 kB
KernelStack:        4832 kB
PageTables:        30984 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   13338024 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            47168 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10379264 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:     7084032 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 723752 MiB
End job on nodeC002 at 2024-07-13 15:58:35