Trace number 4424387

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.14 3593.69

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/graphs/
normalized-graph05_wcsp.wbo
MD5SUM6dcf243f3bd81c615377274654cfc335
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark6744
Best CPU time to get the best result obtained on this benchmark3601.05
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables3708
Total number of constraints521269
Number of soft constraints521169
Number of constraints which are clauses521169
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint44
Top cost 229599
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 117319947
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.13/0.11	c version CUSTOM.v20240707
0.13/0.14	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.14	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.14	c java.vm.version	22.0.1+8-16
0.13/0.14	c java.vm.vendor	Oracle Corporation
0.13/0.14	c sun.arch.data.model	64
0.13/0.14	c java.version		22.0.1
0.13/0.14	c os.name		Linux
0.13/0.14	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.14	c os.arch		amd64
0.13/0.14	c Free memory 		2115194816
0.13/0.14	c Max memory 		16282288128
0.13/0.14	c Total memory 		2122317824
0.13/0.14	c Number of processors 	2
0.32/0.24	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.32/0.24	 - never skip resolution steps
0.32/0.24	 - Auto-division on coefficients is disabled
0.32/0.24	 - No postprocessing
0.32/0.24	 - Conflict is considered as is when resolving
0.32/0.24	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.32/0.24	 - Weaken first using unassigned literals
0.32/0.24	 - Bump strategy: ALWAYS_ONE
0.32/0.24	 - Bumper: ASSIGNED
0.32/0.24	--- Begin Solver configuration ---
0.32/0.24	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.32/0.24	Learn all clauses as in MiniSAT
0.32/0.24	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.32/0.24	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.32/0.24	No reason simplification
0.32/0.24	Armin Biere (Picosat) restarts strategy
0.32/0.24	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.32/0.24	timeout=2147483s
0.32/0.24	DB Simplification allowed=false
0.32/0.24	Listener: none
0.32/0.24	--- End Solver configuration ---
0.32/0.24	c Pseudo Boolean Optimization by upper bound
0.32/0.24	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.32/0.24	c  - never skip resolution steps
0.32/0.24	c  - Auto-division on coefficients is disabled
0.32/0.24	c  - No postprocessing
0.32/0.24	c  - Conflict is considered as is when resolving
0.32/0.24	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.32/0.24	c  - Weaken first using unassigned literals
0.32/0.24	c  - Bump strategy: ALWAYS_ONE
0.32/0.24	c  - Bumper: ASSIGNED
0.32/0.24	c --- Begin Solver configuration ---
0.32/0.24	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.32/0.24	c Learn all clauses as in MiniSAT
0.32/0.24	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.32/0.24	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.32/0.24	c No reason simplification
0.32/0.24	c Armin Biere (Picosat) restarts strategy
0.32/0.24	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.32/0.24	c timeout=2147483s
0.32/0.24	c DB Simplification allowed=false
0.32/0.24	c Listener: none
0.32/0.24	c --- End Solver configuration ---
0.32/0.24	c solving HOME/instance-4424387-1720875775.wbo
0.32/0.24	c reading problem ... 
227.61/223.85	c ... done. Wall clock time 223.609s.
227.61/223.85	c declared #vars     3708
227.61/223.85	c internal #vars     524877
227.61/223.85	c #constraints  521370
227.61/223.85	c constraints type 
227.61/223.85	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 100
227.61/223.85	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1
227.61/223.85	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 521269
227.61/223.85	c 521370 constraints processed.
227.61/223.86	c objective function length is 521169 literals
3600.00/3593.64	c timeout
3600.00/3593.65	c starts		: 1
3600.00/3593.65	c conflicts		: 100
3600.00/3593.65	c decisions		: 2508036
3600.00/3593.65	c propagations		: 3056424
3600.00/3593.65	c inspects		: 583826
3600.00/3593.65	c shortcuts		: 0
3600.00/3593.65	c learnt literals	: 0
3600.00/3593.65	c learnt binary clauses	: 0
3600.00/3593.65	c learnt ternary clauses	: 0
3600.00/3593.65	c learnt constraints	: 99
3600.00/3593.65	c ignored constraints	: 0
3600.00/3593.65	c root simplifications	: 0
3600.00/3593.65	c removed literals (reason simplification)	: 0
3600.00/3593.65	c reason swapping (by a shorter reason)	: 0
3600.00/3593.65	c Calls to reduceDB	: 0
3600.00/3593.65	c Number of update (reduction) of LBD	: 0
3600.00/3593.65	c Imported unit clauses	: 0
3600.00/3593.65	c No decision after first conflict	: false
3600.00/3593.65	c number of reductions to clauses (during analyze)	: 0
3600.00/3593.65	c number of learned constraints concerned by reduction	: 0
3600.00/3593.65	c number of learning phase by resolution	: 0
3600.00/3593.65	c number of learning phase by cutting planes	: 0
3600.00/3593.65	c number of rounding to 1 operations	: 4
3600.00/3593.65	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3593.65	c number of reductions of the coefficients by power 2 	: 0
3600.00/3593.65	c number of right shift for reduction by power 2 	: 0
3600.00/3593.65	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3593.65	c number of ending skipping 	: 0
3600.00/3593.65	c number of internal skipping 	: 0
3600.00/3593.65	c number of derivation steps 	: 1316
3600.00/3593.65	c number of skipped derivation steps 	: 0
3600.00/3593.65	c number of remaining unassigned 	: 0
3600.00/3593.65	c number of remaining assigned 	: 202250
3600.00/3593.65	c number of falsified literals weakened from reason	: 0
3600.00/3593.65	c number of falsified literals weakened from conflict	: 0
3600.00/3593.65	c time for arithmetic operations	: 116155
3600.00/3593.65	c minimum degree of deleted constraints	: null
3600.00/3593.65	c maximum degree of deleted constraints	: null
3600.00/3593.65	c number of deleted constraints	: 0
3600.00/3593.65	c speed (assignments/second)	: 907.0500597839942
3600.00/3593.65	c non guided choices	: 2348
3600.00/3593.65	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 88
3600.00/3593.65	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 11
3600.00/3593.65	s UNKNOWN
3600.00/3593.65	c Total wall clock time (in seconds): 3593.418

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4424387-1720875775/watcher-4424387-1720875775 -o /tmp/evaluation-result-4424387-1720875775/solver-4424387-1720875775 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1720874164-697220 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4424387-1720875775.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=698541, runsolver pid=698538

[startup+0.100474 s]*
/proc/loadavg: 4.39 4.38 3.64 5/320 698559
/proc/meminfo: memFree=111500260/131655788 swapFree=131071996/131071996
[pid=698541] ppid=698538 vsize=18975048 memory=56292 CPUtime=0.13 cores=0,2
/proc/698541/stat : 698541 (java) S 698538 698541 697210 0 -1 1077936128 6697 0 0 0 11 2 0 0 20 0 18 0 139733969 19430449152 14073 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
/proc/698541/statm: 4743762 14073 5550 1 0 550997 0
[pid=698541/tid=698543] ppid=698538 vsize=18975048 memory=4026561586 CPUtime=0.07 cores=0,2
/proc/698541/task/698543/stat : 698543 (java) R 698538 698541 697210 0 -1 4194368 5613 0 0 0 6 1 0 0 20 0 18 0 139733969 19430449152 14073 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
[pid=698541/tid=698552] ppid=698538 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/698541/task/698552/stat : 698552 (Finalizer) S 698538 698541 697210 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 139733972 19430449152 14073 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
[pid=698541/tid=698559] ppid=698538 vsize=18975048 memory=14699599474503254 CPUtime=0 cores=0,2
/proc/698541/task/698559/stat : 698559 (Common-Cleaner) S 698538 698541 697210 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 139733973 19430449152 14073 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56292 KiB

[startup+0.218487 s]*
/proc/loadavg: 4.39 4.38 3.64 7/320 698559
/proc/meminfo: memFree=111491156/131655788 swapFree=131071996/131071996
[pid=698541] ppid=698538 vsize=18975048 memory=68384 CPUtime=0.32 cores=0,2
/proc/698541/stat : 698541 (java) S 698538 698541 697210 0 -1 1077936128 7501 0 0 0 30 2 0 0 20 0 18 0 139733969 19430449152 17096 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
/proc/698541/statm: 4743762 17096 5707 1 0 551646 0
[pid=698541/tid=698543] ppid=698538 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=0,2
/proc/698541/task/698543/stat : 698543 (java) R 698538 698541 697210 0 -1 4194368 5977 0 0 0 17 2 0 0 20 0 18 0 139733969 19430449152 17112 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
[pid=698541/tid=698552] ppid=698538 vsize=18975048 memory=5697 CPUtime=0 cores=0,2
/proc/698541/task/698552/stat : 698552 (Finalizer) S 698538 698541 697210 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 139733972 19430449152 17112 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
[pid=698541/tid=698559] ppid=698538 vsize=18975048 memory=15820001823168244 CPUtime=0 cores=0,2
/proc/698541/task/698559/stat : 698559 (Common-Cleaner) S 698538 698541 697210 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 139733973 19430449152 17112 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 68384 KiB

[startup+0.321487 s]*
/proc/loadavg: 4.39 4.38 3.64 7/320 698559
/proc/meminfo: memFree=111475756/131655788 swapFree=131071996/131071996
[pid=698541] ppid=698538 vsize=18975048 memory=85404 CPUtime=0.51 cores=0,2
/proc/698541/stat : 698541 (java) S 698538 698541 697210 0 -1 1077936128 7666 0 0 0 48 3 0 0 20 0 18 0 139733969 19430449152 21351 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
/proc/698541/statm: 4743762 21351 5715 1 0 551747 0
[pid=698541/tid=698543] ppid=698538 vsize=18975048 memory=-8600297920288760508 CPUtime=0.28 cores=0,2
/proc/698541/task/698543/stat : 698543 (java) R 698538 698541 697210 0 -1 4194368 6058 0 0 0 26 2 0 0 20 0 18 0 139733969 19430449152 21351 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
[pid=698541/tid=698552] ppid=698538 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/698541/task/698552/stat : 698552 (Finalizer) S 698538 698541 697210 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 139733972 19430449152 21351 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
[pid=698541/tid=698559] ppid=698538 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/698541/task/698559/stat : 698559 (Common-Cleaner) S 698538 698541 697210 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 139733973 19430449152 21351 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 85404 KiB

[startup+0.710472 s]
/proc/loadavg: 4.39 4.38 3.64 7/320 698559
/proc/meminfo: memFree=111427560/131655788 swapFree=131071996/131071996
[pid=698541] ppid=698538 vsize=19041612 memory=164660 CPUtime=1.23 cores=0,2
/proc/698541/stat : 698541 (java) S 698538 698541 697210 0 -1 1077936128 8944 0 0 0 117 6 0 0 20 0 19 0 139733969 19498610688 41165 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
/proc/698541/statm: 4760403 41165 5848 1 0 552597 0
[pid=698541/tid=698543] ppid=698538 vsize=19041612 memory=5512 CPUtime=0.63 cores=0,2
/proc/698541/task/698543/stat : 698543 (java) R 698538 698541 697210 0 -1 4194368 6098 0 0 0 59 4 0 0 20 0 19 0 139733969 19498610688 41165 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
[pid=698541/tid=698552] ppid=698538 vsize=19041612 memory=11992 CPUtime=0 cores=0,2
/proc/698541/task/698552/stat : 698552 (Finalizer) S 698538 698541 697210 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139733972 19498610688 41165 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
[pid=698541/tid=698559] ppid=698538 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/698541/task/698559/stat : 698559 (Common-Cleaner) S 698538 698541 697210 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139733973 19498610688 41165 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 164660 KiB

[startup+1.51047 s]
/proc/loadavg: 4.39 4.38 3.64 6/321 698560
/proc/meminfo: memFree=111246632/131655788 swapFree=131071996/131071996
[pid=698541] ppid=698538 vsize=19041612 memory=1520272 CPUtime=2.75 cores=0,2
/proc/698541/stat : 698541 (java) S 698538 698541 697210 0 -1 1077936128 21983 0 0 0 239 36 0 0 20 0 19 0 139733969 19498610688 380068 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
/proc/698541/statm: 4760403 380068 5864 1 0 1087272 0
[pid=698541/tid=698543] ppid=698538 vsize=19041612 memory=11992 CPUtime=1.37 cores=0,2
/proc/698541/task/698543/stat : 698543 (java) R 698538 698541 697210 0 -1 4194368 6770 0 0 0 107 30 0 0 20 0 19 0 139733969 19498610688 380068 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
[pid=698541/tid=698552] ppid=698538 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/698541/task/698552/stat : 698552 (Finalizer) S 698538 698541 697210 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139733972 19498610688 380068 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
[pid=698541/tid=698559] ppid=698538 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/698541/task/698559/stat : 698559 (Common-Cleaner) S 698538 698541 697210 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139733973 19498610688 380068 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
Current children cumulated CPU time: 2.75 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1520272 KiB

[startup+3.11351 s]
/proc/loadavg: 4.39 4.38 3.64 5/321 698560
/proc/meminfo: memFree=108616680/131655788 swapFree=131071996/131071996
[pid=698541] ppid=698538 vsize=19041612 memory=2932932 CPUtime=4.7 cores=0,2
/proc/698541/stat : 698541 (java) S 698538 698541 697210 0 -1 1077936128 23160 0 0 0 405 65 0 0 20 0 19 0 139733969 19498610688 733233 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
/proc/698541/statm: 4760403 733233 5864 1 0 1087291 0
[pid=698541/tid=698543] ppid=698538 vsize=19041612 memory=0 CPUtime=2.91 cores=0,2
/proc/698541/task/698543/stat : 698543 (java) R 698538 698541 697210 0 -1 4194368 7559 0 0 0 233 58 0 0 20 0 19 0 139733969 19498610688 733233 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
[pid=698541/tid=698552] ppid=698538 vsize=19041612 memory=11992 CPUtime=0 cores=0,2
/proc/698541/task/698552/stat : 698552 (Finalizer) S 698538 698541 697210 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139733972 19498610688 733233 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
[pid=698541/tid=698559] ppid=698538 vsize=19041612 memory=2484156 CPUtime=0 cores=0,2
/proc/698541/task/698559/stat : 698559 (Common-Cleaner) S 698538 698541 697210 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139733973 19498610688 733233 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
Current children cumulated CPU time: 4.7 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2932932 KiB

[startup+6.30045 s]
/proc/loadavg: 4.35 4.37 3.64 5/321 698560
/proc/meminfo: memFree=108146960/131655788 swapFree=131071996/131071996
[pid=698541] ppid=698538 vsize=19041612 memory=3861596 CPUtime=8.06 cores=0,2
/proc/698541/stat : 698541 (java) S 698538 698541 697210 0 -1 1077936128 24587 0 0 0 722 84 0 0 20 0 19 0 139733969 19498610688 965399 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
/proc/698541/statm: 4760403 965399 5864 1 0 1325422 0
[pid=698541/tid=698543] ppid=698538 vsize=19041612 memory=0 CPUtime=5.9 cores=0,2
/proc/698541/task/698543/stat : 698543 (java) R 698538 698541 697210 0 -1 4194368 8383 0 0 0 513 77 0 0 20 0 19 0 139733969 19498610688 965399 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
[pid=698541/tid=698552] ppid=698538 vsize=19041612 memory=1809040 CPUtime=0 cores=0,2
/proc/698541/task/698552/stat : 698552 (Finalizer) S 698538 698541 697210 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139733972 19498610688 965399 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
[pid=698541/tid=698559] ppid=698538 vsize=19041612 memory=224194199869 CPUtime=0 cores=0,2
/proc/698541/task/698559/stat : 698559 (Common-Cleaner) S 698538 698541 697210 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139733973 19498610688 965399 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
Current children cumulated CPU time: 8.06 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3861596 KiB

[startup+12.7004 s]
/proc/loadavg: 4.33 4.37 3.64 5/321 698561
/proc/meminfo: memFree=105902344/131655788 swapFree=131071996/131071996
[pid=698541] ppid=698538 vsize=19041612 memory=5645992 CPUtime=14.69 cores=0,2
/proc/698541/stat : 698541 (java) S 698538 698541 697210 0 -1 1077936128 27387 0 0 0 1348 121 0 0 20 0 19 0 139733969 19498610688 1411498 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
/proc/698541/statm: 4760403 1411498 5880 1 0 1774569 0
[pid=698541/tid=698543] ppid=698538 vsize=19041612 memory=5641892 CPUtime=11.78 cores=0,2
/proc/698541/task/698543/stat : 698543 (java) R 698538 698541 697210 0 -1 4194368 10011 0 0 0 1065 113 0 0 20 0 19 0 139733969 19498610688 1411498 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
[pid=698541/tid=698552] ppid=698538 vsize=19041612 memory=5635660 CPUtime=0 cores=0,2
/proc/698541/task/698552/stat : 698552 (Finalizer) S 698538 698541 697210 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139733972 19498610688 1411498 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
[pid=698541/tid=698559] ppid=698538 vsize=19041612 memory=15824395524377391 CPUtime=0 cores=0,2
/proc/698541/task/698559/stat : 698559 (Common-Cleaner) S 698538 698541 697210 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139733973 19498610688 1411498 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
Current children cumulated CPU time: 14.69 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5645992 KiB

[startup+25.5005 s]
/proc/loadavg: 4.33 4.37 3.65 5/321 698563
/proc/meminfo: memFree=105863144/131655788 swapFree=131071996/131071996
[pid=698541] ppid=698538 vsize=19041612 memory=5681072 CPUtime=27.83 cores=0,2
/proc/698541/stat : 698541 (java) S 698538 698541 697210 0 -1 1077936128 31654 0 0 0 2659 124 0 0 20 0 19 0 139733969 19498610688 1420268 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
/proc/698541/statm: 4760403 1420268 5880 1 0 1774569 0
[pid=698541/tid=698543] ppid=698538 vsize=19041612 memory=5670568 CPUtime=23.81 cores=0,2
/proc/698541/task/698543/stat : 698543 (java) R 698538 698541 697210 0 -1 4194368 12579 0 0 0 2268 113 0 0 20 0 19 0 139733969 19498610688 1420268 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
[pid=698541/tid=698552] ppid=698538 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/698541/task/698552/stat : 698552 (Finalizer) S 698538 698541 697210 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139733972 19498610688 1420268 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
[pid=698541/tid=698559] ppid=698538 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/698541/task/698559/stat : 698559 (Common-Cleaner) S 698538 698541 697210 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139733973 19498610688 1420268 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
Current children cumulated CPU time: 27.83 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5681072 KiB

[startup+51.1137 s]
/proc/loadavg: 4.22 4.34 3.66 5/321 698567
/proc/meminfo: memFree=104798668/131655788 swapFree=131071996/131071996
[pid=698541] ppid=698538 vsize=19041612 memory=6740784 CPUtime=53.81 cores=0,2
/proc/698541/stat : 698541 (java) S 698538 698541 697210 0 -1 1077936128 34242 0 0 0 5231 150 0 0 20 0 19 0 139733969 19498610688 1685196 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
/proc/698541/statm: 4760403 1685196 5880 1 0 2031507 0
[pid=698541/tid=698543] ppid=698538 vsize=19041612 memory=0 CPUtime=48.22 cores=0,2
/proc/698541/task/698543/stat : 698543 (java) R 698538 698541 697210 0 -1 4194368 14276 0 0 0 4687 135 0 0 20 0 19 0 139733969 19498610688 1685196 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
[pid=698541/tid=698552] ppid=698538 vsize=19041612 memory=5645992 CPUtime=0 cores=0,2
/proc/698541/task/698552/stat : 698552 (Finalizer) S 698538 698541 697210 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139733972 19498610688 1685196 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
[pid=698541/tid=698559] ppid=698538 vsize=19041612 memory=2939076 CPUtime=0 cores=0,2
/proc/698541/task/698559/stat : 698559 (Common-Cleaner) S 698538 698541 697210 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139733973 19498610688 1685196 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
Current children cumulated CPU time: 53.81 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 6740784 KiB

[startup+102.3 s]
/proc/loadavg: 4.20 4.31 3.69 5/320 698576
/proc/meminfo: memFree=104726040/131655788 swapFree=131071996/131071996
[pid=698541] ppid=698538 vsize=19041612 memory=6805780 CPUtime=105.27 cores=0,2
/proc/698541/stat : 698541 (java) S 698538 698541 697210 0 -1 1077936128 45522 0 0 0 10368 159 0 0 20 0 19 0 139733969 19498610688 1701445 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
/proc/698541/statm: 4760403 1701445 5880 1 0 2031507 0
[pid=698541/tid=698543] ppid=698538 vsize=19041612 memory=-8600297920288760508 CPUtime=97.26 cores=0,2

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

/proc/meminfo: memFree=122300544/131655788 swapFree=131071996/131071996
[pid=698541] ppid=698538 vsize=19174740 memory=7810652 CPUtime=3229.37 cores=0,2
/proc/698541/stat : 698541 (java) S 698538 698541 697210 0 -1 1077936128 159044 0 0 0 322523 414 0 0 20 0 21 0 139733969 19634933760 1952663 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
/proc/698541/statm: 4793685 1952663 5918 1 0 2034590 0
[pid=698541/tid=698543] ppid=698538 vsize=19174740 memory=7810652 CPUtime=3201.39 cores=0,2
/proc/698541/task/698543/stat : 698543 (java) R 698538 698541 697210 0 -1 4194368 47936 0 0 0 319984 155 0 0 20 0 21 0 139733969 19634933760 1952663 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
[pid=698541/tid=698552] ppid=698538 vsize=19174740 memory=11600 CPUtime=0 cores=0,2
/proc/698541/task/698552/stat : 698552 (Finalizer) S 698538 698541 697210 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 139733972 19634933760 1952663 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
[pid=698541/tid=698559] ppid=698538 vsize=19174740 memory=7810652 CPUtime=0.01 cores=0,2
/proc/698541/task/698559/stat : 698559 (Common-Cleaner) S 698538 698541 697210 0 -1 1077936192 5880 0 0 0 0 1 0 0 20 0 21 0 139733973 19634933760 1952663 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
[pid=698541/tid=698599] ppid=698538 vsize=19174740 memory=7810652 CPUtime=0 cores=0,2
/proc/698541/task/698599/stat : 698599 (Timer-0) S 698538 698541 697210 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 139756371 19634933760 1952663 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
Current children cumulated CPU time: 3229.37 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 7810652 KiB

[startup+3282.3 s]
/proc/loadavg: 1.13 1.23 2.03 2/240 700247
/proc/meminfo: memFree=122300396/131655788 swapFree=131071996/131071996
[pid=698541] ppid=698538 vsize=19174740 memory=7810652 CPUtime=3289.26 cores=0,2
/proc/698541/stat : 698541 (java) S 698538 698541 697210 0 -1 1077936128 159275 0 0 0 328509 417 0 0 20 0 21 0 139733969 19634933760 1952663 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
/proc/698541/statm: 4793685 1952663 5918 1 0 2034590 0
[pid=698541/tid=698543] ppid=698538 vsize=19174740 memory=11600 CPUtime=3261.19 cores=0,2
/proc/698541/task/698543/stat : 698543 (java) R 698538 698541 697210 0 -1 4194368 47997 0 0 0 325964 155 0 0 20 0 21 0 139733969 19634933760 1952663 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
[pid=698541/tid=698552] ppid=698538 vsize=19174740 memory=7810652 CPUtime=0 cores=0,2
/proc/698541/task/698552/stat : 698552 (Finalizer) S 698538 698541 697210 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 139733972 19634933760 1952663 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
[pid=698541/tid=698559] ppid=698538 vsize=19174740 memory=25208 CPUtime=0.01 cores=0,2
/proc/698541/task/698559/stat : 698559 (Common-Cleaner) S 698538 698541 697210 0 -1 1077936192 6028 0 0 0 0 1 0 0 20 0 21 0 139733973 19634933760 1952663 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
[pid=698541/tid=698599] ppid=698538 vsize=19174740 memory=-8600297920288760508 CPUtime=0 cores=0,2
/proc/698541/task/698599/stat : 698599 (Timer-0) S 698538 698541 697210 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 139756371 19634933760 1952663 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
Current children cumulated CPU time: 3289.26 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 7810652 KiB

[startup+3342.3 s]
/proc/loadavg: 1.12 1.20 1.97 2/242 700427
/proc/meminfo: memFree=122298916/131655788 swapFree=131071996/131071996
[pid=698541] ppid=698538 vsize=19174740 memory=7810652 CPUtime=3349.12 cores=0,2
/proc/698541/stat : 698541 (java) S 698538 698541 697210 0 -1 1077936128 159834 0 0 0 334492 420 0 0 20 0 21 0 139733969 19634933760 1952663 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
/proc/698541/statm: 4793685 1952663 5918 1 0 2034590 0
[pid=698541/tid=698543] ppid=698538 vsize=19174740 memory=2312 CPUtime=3320.98 cores=0,2
/proc/698541/task/698543/stat : 698543 (java) R 698538 698541 697210 0 -1 4194368 48311 0 0 0 331943 155 0 0 20 0 21 0 139733969 19634933760 1952663 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
[pid=698541/tid=698552] ppid=698538 vsize=19174740 memory=7810652 CPUtime=0 cores=0,2
/proc/698541/task/698552/stat : 698552 (Finalizer) S 698538 698541 697210 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 139733972 19634933760 1952663 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
[pid=698541/tid=698559] ppid=698538 vsize=19174740 memory=7810652 CPUtime=0.01 cores=0,2
/proc/698541/task/698559/stat : 698559 (Common-Cleaner) S 698538 698541 697210 0 -1 1077936192 6147 0 0 0 0 1 0 0 20 0 21 0 139733973 19634933760 1952663 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
[pid=698541/tid=698599] ppid=698538 vsize=19174740 memory=11992 CPUtime=0 cores=0,2
/proc/698541/task/698599/stat : 698599 (Timer-0) S 698538 698541 697210 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 139756371 19634933760 1952663 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
Current children cumulated CPU time: 3349.12 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 7810652 KiB

[startup+3402.3 s]
/proc/loadavg: 1.14 1.19 1.92 2/242 700438
/proc/meminfo: memFree=122299624/131655788 swapFree=131071996/131071996
[pid=698541] ppid=698538 vsize=19174740 memory=7810652 CPUtime=3409.03 cores=0,2
/proc/698541/stat : 698541 (java) S 698538 698541 697210 0 -1 1077936128 160462 0 0 0 340477 426 0 0 20 0 21 0 139733969 19634933760 1952663 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
/proc/698541/statm: 4793685 1952663 5918 1 0 2034590 0
[pid=698541/tid=698543] ppid=698538 vsize=19174740 memory=7810652 CPUtime=3380.78 cores=0,2
/proc/698541/task/698543/stat : 698543 (java) R 698538 698541 697210 0 -1 4194368 48880 0 0 0 337923 155 0 0 20 0 21 0 139733969 19634933760 1952663 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
[pid=698541/tid=698552] ppid=698538 vsize=19174740 memory=11992 CPUtime=0 cores=0,2
/proc/698541/task/698552/stat : 698552 (Finalizer) S 698538 698541 697210 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 139733972 19634933760 1952663 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
[pid=698541/tid=698559] ppid=698538 vsize=19174740 memory=11600 CPUtime=0.01 cores=0,2
/proc/698541/task/698559/stat : 698559 (Common-Cleaner) S 698538 698541 697210 0 -1 1077936192 6147 0 0 0 0 1 0 0 20 0 21 0 139733973 19634933760 1952663 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
[pid=698541/tid=698599] ppid=698538 vsize=19174740 memory=11600 CPUtime=0 cores=0,2
/proc/698541/task/698599/stat : 698599 (Timer-0) S 698538 698541 697210 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 139756371 19634933760 1952663 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
Current children cumulated CPU time: 3409.03 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 7810652 KiB

[startup+3462.3 s]
/proc/loadavg: 1.18 1.20 1.88 2/242 700450
/proc/meminfo: memFree=122299560/131655788 swapFree=131071996/131071996
[pid=698541] ppid=698538 vsize=19174740 memory=7810652 CPUtime=3468.93 cores=0,2
/proc/698541/stat : 698541 (java) S 698538 698541 697210 0 -1 1077936128 160825 0 0 0 346463 430 0 0 20 0 21 0 139733969 19634933760 1952663 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
/proc/698541/statm: 4793685 1952663 5918 1 0 2034590 0
[pid=698541/tid=698543] ppid=698538 vsize=19174740 memory=7810652 CPUtime=3440.59 cores=0,2
/proc/698541/task/698543/stat : 698543 (java) R 698538 698541 697210 0 -1 4194368 48937 0 0 0 343904 155 0 0 20 0 21 0 139733969 19634933760 1952663 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
[pid=698541/tid=698552] ppid=698538 vsize=19174740 memory=11992 CPUtime=0 cores=0,2
/proc/698541/task/698552/stat : 698552 (Finalizer) S 698538 698541 697210 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 139733972 19634933760 1952663 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
[pid=698541/tid=698559] ppid=698538 vsize=19174740 memory=11600 CPUtime=0.01 cores=0,2
/proc/698541/task/698559/stat : 698559 (Common-Cleaner) S 698538 698541 697210 0 -1 1077936192 6294 0 0 0 0 1 0 0 20 0 21 0 139733973 19634933760 1952663 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
[pid=698541/tid=698599] ppid=698538 vsize=19174740 memory=7810652 CPUtime=0 cores=0,2
/proc/698541/task/698599/stat : 698599 (Timer-0) S 698538 698541 697210 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 139756371 19634933760 1952663 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
Current children cumulated CPU time: 3468.93 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 7810652 KiB

[startup+3522.3 s]
/proc/loadavg: 1.11 1.18 1.82 2/242 700471
/proc/meminfo: memFree=122299180/131655788 swapFree=131071996/131071996
[pid=698541] ppid=698538 vsize=19174740 memory=7810652 CPUtime=3528.83 cores=0,2
/proc/698541/stat : 698541 (java) S 698538 698541 697210 0 -1 1077936128 161182 0 0 0 352448 435 0 0 20 0 21 0 139733969 19634933760 1952663 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
/proc/698541/statm: 4793685 1952663 5918 1 0 2034590 0
[pid=698541/tid=698543] ppid=698538 vsize=19174740 memory=7810652 CPUtime=3500.39 cores=0,2
/proc/698541/task/698543/stat : 698543 (java) R 698538 698541 697210 0 -1 4194368 48991 0 0 0 349884 155 0 0 20 0 21 0 139733969 19634933760 1952663 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
[pid=698541/tid=698552] ppid=698538 vsize=19174740 memory=35220 CPUtime=0 cores=0,2
/proc/698541/task/698552/stat : 698552 (Finalizer) S 698538 698541 697210 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 139733972 19634933760 1952663 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
[pid=698541/tid=698559] ppid=698538 vsize=19174740 memory=7810652 CPUtime=0.01 cores=0,2
/proc/698541/task/698559/stat : 698559 (Common-Cleaner) S 698538 698541 697210 0 -1 1077936192 6443 0 0 0 0 1 0 0 20 0 21 0 139733973 19634933760 1952663 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
[pid=698541/tid=698599] ppid=698538 vsize=19174740 memory=-8600297920288760508 CPUtime=0 cores=0,2
/proc/698541/task/698599/stat : 698599 (Timer-0) S 698538 698541 697210 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 139756371 19634933760 1952663 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
Current children cumulated CPU time: 3528.83 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 7810652 KiB

[startup+3582.3 s]
/proc/loadavg: 1.10 1.16 1.78 2/242 700483
/proc/meminfo: memFree=122298824/131655788 swapFree=131071996/131071996
[pid=698541] ppid=698538 vsize=19174740 memory=7810652 CPUtime=3588.72 cores=0,2
/proc/698541/stat : 698541 (java) S 698538 698541 697210 0 -1 1077936128 161555 0 0 0 358433 439 0 0 20 0 21 0 139733969 19634933760 1952663 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
/proc/698541/statm: 4793685 1952663 5918 1 0 2034590 0
[pid=698541/tid=698543] ppid=698538 vsize=19174740 memory=7810652 CPUtime=3560.19 cores=0,2
/proc/698541/task/698543/stat : 698543 (java) R 698538 698541 697210 0 -1 4194368 49058 0 0 0 355864 155 0 0 20 0 21 0 139733969 19634933760 1952663 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
[pid=698541/tid=698552] ppid=698538 vsize=19174740 memory=35220 CPUtime=0 cores=0,2
/proc/698541/task/698552/stat : 698552 (Finalizer) S 698538 698541 697210 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 139733972 19634933760 1952663 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
[pid=698541/tid=698559] ppid=698538 vsize=19174740 memory=11600 CPUtime=0.01 cores=0,2
/proc/698541/task/698559/stat : 698559 (Common-Cleaner) S 698538 698541 697210 0 -1 1077936192 6591 0 0 0 0 1 0 0 20 0 21 0 139733973 19634933760 1952663 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
[pid=698541/tid=698599] ppid=698538 vsize=19174740 memory=11600 CPUtime=0 cores=0,2
/proc/698541/task/698599/stat : 698599 (Timer-0) S 698538 698541 697210 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 139756371 19634933760 1952663 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
Current children cumulated CPU time: 3588.72 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 7810652 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3593.6 s]
/proc/loadavg: 1.08 1.15 1.77 2/242 700484
/proc/meminfo: memFree=122298768/131655788 swapFree=131071996/131071996
[pid=698541] ppid=698538 vsize=19174740 memory=7810652 CPUtime=3600 cores=0,2
/proc/698541/stat : 698541 (java) S 698538 698541 697210 0 -1 1077936128 161557 0 0 0 359560 440 0 0 20 0 21 0 139733969 19634933760 1952663 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
/proc/698541/statm: 4793685 1952663 5918 1 0 2034590 0
[pid=698541/tid=698543] ppid=698538 vsize=19174740 memory=35220 CPUtime=3571.45 cores=0,2
/proc/698541/task/698543/stat : 698543 (java) R 698538 698541 697210 0 -1 4194368 49060 0 0 0 356990 155 0 0 20 0 21 0 139733969 19634933760 1952663 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
[pid=698541/tid=698552] ppid=698538 vsize=19174740 memory=11992 CPUtime=0 cores=0,2
/proc/698541/task/698552/stat : 698552 (Finalizer) S 698538 698541 697210 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 139733972 19634933760 1952663 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
[pid=698541/tid=698559] ppid=698538 vsize=19174740 memory=7810652 CPUtime=0.01 cores=0,2
/proc/698541/task/698559/stat : 698559 (Common-Cleaner) S 698538 698541 697210 0 -1 1077936192 6591 0 0 0 0 1 0 0 20 0 21 0 139733973 19634933760 1952663 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
[pid=698541/tid=698599] ppid=698538 vsize=19174740 memory=11600 CPUtime=0 cores=0,2
/proc/698541/task/698599/stat : 698599 (Timer-0) S 698538 698541 697210 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 139756371 19634933760 1952663 134679101440 94924236140544 94924236144240 140736581684912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94924236152056 94924236152848 94924260249600 140736581690326 140736581690439 140736581690439 140736581697480 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 7810652 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.7 s, system=4.4475 s

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

Child status: 143

Real time (s): 3593.69
CPU time (s): 3600.14
CPU user time (s): 3595.7
CPU system time (s): 4.4475
CPU usage (%): 100.179
Max. virtual memory (cumulated for all children) (KiB): 19174740
Max. memory (cumulated for all children) (KiB): 7810652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.7
system time used= 4.4475
maximum resident set size= 7812468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 165140
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 160940
involuntary context switches= 26193


# summary of solver processes directly reported to runsolver:
#   pid: 698541
#   total CPU time (s): 3600.14
#   total CPU user time (s): 3595.7
#   total CPU system time (s): 4.4475

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.7898 second user time and 39.1785 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-13 15:03:08
IDJOB=4424387
IDBENCH=144140
IDSOLVER=3035
FILE ID=nodeC008/4424387-1720875775
RUNJOBID= nodeC008-1720874164-697220
SLURM_JOB_ID= 7483756
Free space on /tmp= 723716 MiB

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

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

MD5SUM BENCH= 6dcf243f3bd81c615377274654cfc335
RANDOM SEED=642242431

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.959
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.91
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		: 3620.418
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.264
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.91
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.264
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		: 3584.022
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.91
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		: 3564.703
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.253
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.91
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.323
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:        111535956 kB
MemAvailable:   111470856 kB
Buffers:          319344 kB
Cached:           464700 kB
SwapCached:            0 kB
Active:           522748 kB
Inactive:       19062776 kB
Active(anon):       1500 kB
Inactive(anon): 18837392 kB
Active(file):     521248 kB
Inactive(file):   225384 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             16432 kB
Writeback:            36 kB
AnonPages:      18799268 kB
Mapped:           121340 kB
Shmem:             37704 kB
KReclaimable:      56600 kB
Slab:             145972 kB
SReclaimable:      56600 kB
SUnreclaim:        89372 kB
KernelStack:        4892 kB
PageTables:        46756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   21276668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            45568 kB
HardwareCorrupted:     0 kB
AnonHugePages:  18497536 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:      146248 kB
DirectMap2M:     9195520 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 723764 MiB
End job on nodeC008 at 2024-07-13 16:03:01