Trace number 4424388

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 3593.42

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/graphs/
normalized-graph06_wcsp.wbo
MD5SUM38287b4f81b650595c9c747bdd7f38d4
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark22554
Best CPU time to get the best result obtained on this benchmark3601.41
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables7542
Total number of constraints1065451
Number of soft constraints1065251
Number of constraints which are clauses1065251
Number of constraints which are cardinality constraints (but not clauses)200
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint44
Top cost 476244
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 266649860
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.12/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.16	c See www.sat4j.org for details.
0.12/0.18	c version CUSTOM.v20240707
0.12/0.20	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.20	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.20	c java.vm.version	22.0.1+8-16
0.12/0.20	c java.vm.vendor	Oracle Corporation
0.12/0.20	c sun.arch.data.model	64
0.12/0.20	c java.version		22.0.1
0.12/0.20	c os.name		Linux
0.12/0.20	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.20	c os.arch		amd64
0.12/0.20	c Free memory 		2113181440
0.12/0.20	c Max memory 		16282288128
0.12/0.20	c Total memory 		2122317824
0.12/0.21	c Number of processors 	2
0.44/0.34	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.44/0.34	 - never skip resolution steps
0.44/0.34	 - Auto-division on coefficients is disabled
0.44/0.34	 - No postprocessing
0.44/0.34	 - Conflict is considered as is when resolving
0.44/0.34	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.44/0.34	 - Weaken first using unassigned literals
0.44/0.34	 - Bump strategy: ALWAYS_ONE
0.44/0.34	 - Bumper: ASSIGNED
0.44/0.34	--- Begin Solver configuration ---
0.44/0.34	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.44/0.34	Learn all clauses as in MiniSAT
0.44/0.34	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.44/0.34	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.44/0.34	No reason simplification
0.44/0.34	Armin Biere (Picosat) restarts strategy
0.44/0.34	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.44/0.34	timeout=2147483s
0.44/0.34	DB Simplification allowed=false
0.44/0.34	Listener: none
0.44/0.34	--- End Solver configuration ---
0.44/0.34	c Pseudo Boolean Optimization by upper bound
0.44/0.34	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.44/0.34	c  - never skip resolution steps
0.44/0.34	c  - Auto-division on coefficients is disabled
0.44/0.34	c  - No postprocessing
0.44/0.34	c  - Conflict is considered as is when resolving
0.44/0.34	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.44/0.34	c  - Weaken first using unassigned literals
0.44/0.34	c  - Bump strategy: ALWAYS_ONE
0.44/0.34	c  - Bumper: ASSIGNED
0.44/0.34	c --- Begin Solver configuration ---
0.44/0.34	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.44/0.34	c Learn all clauses as in MiniSAT
0.44/0.34	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.44/0.34	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.44/0.34	c No reason simplification
0.44/0.34	c Armin Biere (Picosat) restarts strategy
0.44/0.34	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.44/0.34	c timeout=2147483s
0.44/0.34	c DB Simplification allowed=false
0.44/0.34	c Listener: none
0.44/0.34	c --- End Solver configuration ---
0.44/0.34	c solving HOME/instance-4424388-1720875766.wbo
0.44/0.34	c reading problem ... 
929.29/923.34	c ... done. Wall clock time 923.005s.
929.29/923.34	c declared #vars     7542
929.29/923.34	c internal #vars     1072793
929.29/923.34	c #constraints  1065652
929.29/923.34	c constraints type 
929.29/923.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 200
929.29/923.34	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1
929.29/923.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1065451
929.29/923.34	c 1065652 constraints processed.
929.29/923.36	c objective function length is 1065251 literals
3600.05/3593.37	c starts		: 2
3600.05/3593.37	c conflicts		: 105
3600.05/3593.37	c decisions		: 1990827
3600.05/3593.37	c propagations		: 3467061
3600.05/3593.37	c inspects		: 1147655
3600.05/3593.37	c shortcuts		: 0
3600.05/3593.37	c learnt literals	: 0
3600.05/3593.37	c learnt binary clauses	: 0
3600.05/3593.37	c learnt ternary clauses	: 0
3600.05/3593.37	c learnt constraints	: 104
3600.05/3593.37	c ignored constraints	: 0
3600.05/3593.37	c root simplifications	: 0
3600.05/3593.37	c removed literals (reason simplification)	: 0
3600.05/3593.37	c reason swapping (by a shorter reason)	: 0
3600.05/3593.37	c Calls to reduceDB	: 0
3600.05/3593.37	c Number of update (reduction) of LBD	: 0
3600.05/3593.37	c Imported unit clauses	: 0
3600.05/3593.37	c No decision after first conflict	: false
3600.05/3593.37	c number of reductions to clauses (during analyze)	: 0
3600.05/3593.37	c number of learned constraints concerned by reduction	: 0
3600.05/3593.37	c number of learning phase by resolution	: 0
3600.05/3593.37	c number of learning phase by cutting planes	: 0
3600.05/3593.37	c number of rounding to 1 operations	: 0
3600.05/3593.37	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3593.37	c number of reductions of the coefficients by power 2 	: 0
3600.05/3593.37	c number of right shift for reduction by power 2 	: 0
3600.05/3593.37	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3593.37	c number of ending skipping 	: 0
3600.05/3593.37	c number of internal skipping 	: 0
3600.05/3593.37	c number of derivation steps 	: 1657
3600.05/3593.37	c number of skipped derivation steps 	: 0
3600.05/3593.37	c number of remaining unassigned 	: 0
3600.05/3593.37	c number of remaining assigned 	: 0
3600.05/3593.37	c number of falsified literals weakened from reason	: 0
3600.05/3593.37	c number of falsified literals weakened from conflict	: 0
3600.05/3593.37	c time for arithmetic operations	: 244150
3600.05/3593.37	c minimum degree of deleted constraints	: null
3600.05/3593.37	c maximum degree of deleted constraints	: null
3600.05/3593.37	c number of deleted constraints	: 0
3600.05/3593.38	c speed (assignments/second)	: 1298.5932964999276
3600.05/3593.38	c non guided choices	: 3268
3600.05/3593.38	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 100
3600.05/3593.38	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 4
3600.05/3593.38	s UNKNOWN
3600.05/3593.38	c Total wall clock time (in seconds): 3593.042

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4424388-1720875766/watcher-4424388-1720875766 -o /tmp/evaluation-result-4424388-1720875766/solver-4424388-1720875766 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1720874163-696897 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4424388-1720875766.wbo 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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
solver pid=699340, runsolver pid=699337
Current StackSize limit: 8192 KiB


[startup+0.100068 s]*
/proc/loadavg: 4.18 4.19 3.62 6/318 699358
/proc/meminfo: memFree=112474560/131655788 swapFree=131071996/131071996
[pid=699340] ppid=699337 vsize=18975048 memory=55820 CPUtime=0.12 cores=4,6
/proc/699340/stat : 699340 (java) S 699337 699340 696886 0 -1 1077936128 6470 0 0 0 10 2 0 0 20 0 18 0 139735924 19430449152 13955 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
/proc/699340/statm: 4743762 13955 5626 1 0 550833 0
[pid=699340/tid=699342] ppid=699337 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/699340/task/699342/stat : 699342 (java) R 699337 699340 696886 0 -1 1077936192 5357 0 0 0 6 2 0 0 20 0 18 0 139735925 19430449152 13955 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
[pid=699340/tid=699351] ppid=699337 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/699340/task/699351/stat : 699351 (Finalizer) S 699337 699340 696886 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 139735930 19430449152 13955 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
[pid=699340/tid=699358] ppid=699337 vsize=18975048 memory=15823283178223670 CPUtime=0 cores=4,6
/proc/699340/task/699358/stat : 699358 (Common-Cleaner) S 699337 699340 696886 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 139735931 19430449152 13955 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 55820 KiB

[startup+0.220824 s]*
/proc/loadavg: 4.17 4.19 3.62 7/318 699358
/proc/meminfo: memFree=112467552/131655788 swapFree=131071996/131071996
[pid=699340] ppid=699337 vsize=18975048 memory=62824 CPUtime=0.28 cores=4,6
/proc/699340/stat : 699340 (java) S 699337 699340 696886 0 -1 1077936128 7151 0 0 0 25 3 0 0 20 0 18 0 139735924 19430449152 15706 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
/proc/699340/statm: 4743762 15706 5634 1 0 551399 0
[pid=699340/tid=699342] ppid=699337 vsize=18975048 memory=4782652875487838339 CPUtime=0.17 cores=4,6
/proc/699340/task/699342/stat : 699342 (java) R 699337 699340 696886 0 -1 1077936192 5715 0 0 0 15 2 0 0 20 0 18 0 139735925 19430449152 15706 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
[pid=699340/tid=699351] ppid=699337 vsize=18975048 memory=1645 CPUtime=0 cores=4,6
/proc/699340/task/699351/stat : 699351 (Finalizer) S 699337 699340 696886 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 139735930 19430449152 15706 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
[pid=699340/tid=699358] ppid=699337 vsize=18975048 memory=13847460783068500 CPUtime=0 cores=4,6
/proc/699340/task/699358/stat : 699358 (Common-Cleaner) S 699337 699340 696886 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 139735931 19430449152 15706 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62824 KiB

[startup+0.311127 s]*
/proc/loadavg: 4.17 4.19 3.62 8/318 699358
/proc/meminfo: memFree=112464424/131655788 swapFree=131071996/131071996
[pid=699340] ppid=699337 vsize=18975048 memory=66360 CPUtime=0.44 cores=4,6
/proc/699340/stat : 699340 (java) S 699337 699340 696886 0 -1 1077936128 7476 0 0 0 41 3 0 0 20 0 18 0 139735924 19430449152 16590 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
/proc/699340/statm: 4743762 16590 5697 1 0 551638 0
[pid=699340/tid=699342] ppid=699337 vsize=18975048 memory=-8672357709054976700 CPUtime=0.25 cores=4,6
/proc/699340/task/699342/stat : 699342 (java) R 699337 699340 696886 0 -1 4194368 5941 0 0 0 23 2 0 0 20 0 18 0 139735925 19430449152 16590 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
[pid=699340/tid=699351] ppid=699337 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/699340/task/699351/stat : 699351 (Finalizer) S 699337 699340 696886 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 139735930 19430449152 16590 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
[pid=699340/tid=699358] ppid=699337 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/699340/task/699358/stat : 699358 (Common-Cleaner) S 699337 699340 696886 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 139735931 19430449152 16590 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66360 KiB

[startup+0.707121 s]
/proc/loadavg: 4.17 4.19 3.62 7/318 699358
/proc/meminfo: memFree=112395188/131655788 swapFree=131071996/131071996
[pid=699340] ppid=699337 vsize=19041612 memory=171112 CPUtime=1.17 cores=4,6
/proc/699340/stat : 699340 (java) S 699337 699340 696886 0 -1 1077936128 9529 0 0 0 110 7 0 0 20 0 19 0 139735924 19498610688 42778 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
/proc/699340/statm: 4760403 42778 5838 1 0 553133 0
[pid=699340/tid=699342] ppid=699337 vsize=19041612 memory=5424 CPUtime=0.56 cores=4,6
/proc/699340/task/699342/stat : 699342 (java) R 699337 699340 696886 0 -1 4194368 6105 0 0 0 52 4 0 0 20 0 19 0 139735925 19498610688 42778 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
[pid=699340/tid=699351] ppid=699337 vsize=19041612 memory=11948 CPUtime=0 cores=4,6
/proc/699340/task/699351/stat : 699351 (Finalizer) S 699337 699340 696886 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139735930 19498610688 42778 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
[pid=699340/tid=699358] ppid=699337 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/699340/task/699358/stat : 699358 (Common-Cleaner) S 699337 699340 696886 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139735931 19498610688 42778 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 171112 KiB

[startup+1.50812 s]
/proc/loadavg: 4.17 4.19 3.62 6/319 699359
/proc/meminfo: memFree=111984904/131655788 swapFree=131071996/131071996
[pid=699340] ppid=699337 vsize=19041612 memory=1739324 CPUtime=2.67 cores=4,6
/proc/699340/stat : 699340 (java) S 699337 699340 696886 0 -1 1077936128 23490 0 0 0 226 41 0 0 20 0 19 0 139735924 19498610688 434831 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
/proc/699340/statm: 4760403 434831 5870 1 0 1087676 0
[pid=699340/tid=699342] ppid=699337 vsize=19041612 memory=0 CPUtime=1.29 cores=4,6
/proc/699340/task/699342/stat : 699342 (java) R 699337 699340 696886 0 -1 4194368 6850 0 0 0 93 36 0 0 20 0 19 0 139735925 19498610688 434831 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
[pid=699340/tid=699351] ppid=699337 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/699340/task/699351/stat : 699351 (Finalizer) S 699337 699340 696886 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139735930 19498610688 434831 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
[pid=699340/tid=699358] ppid=699337 vsize=19041612 memory=11948 CPUtime=0 cores=4,6
/proc/699340/task/699358/stat : 699358 (Common-Cleaner) S 699337 699340 696886 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139735931 19498610688 434831 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
Current children cumulated CPU time: 2.67 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1739324 KiB

[startup+3.11356 s]
/proc/loadavg: 4.17 4.19 3.62 6/319 699361
/proc/meminfo: memFree=109106236/131655788 swapFree=131071996/131071996
[pid=699340] ppid=699337 vsize=19041612 memory=3417668 CPUtime=4.64 cores=4,6
/proc/699340/stat : 699340 (java) S 699337 699340 696886 0 -1 1077936128 24566 0 0 0 390 74 0 0 20 0 19 0 139735924 19498610688 854417 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
/proc/699340/statm: 4760403 854417 5870 1 0 1087693 0
[pid=699340/tid=699342] ppid=699337 vsize=19041612 memory=11948 CPUtime=2.83 cores=4,6
/proc/699340/task/699342/stat : 699342 (java) R 699337 699340 696886 0 -1 4194368 7669 0 0 0 214 69 0 0 20 0 19 0 139735925 19498610688 854417 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
[pid=699340/tid=699351] ppid=699337 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/699340/task/699351/stat : 699351 (Finalizer) S 699337 699340 696886 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139735930 19498610688 854417 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
[pid=699340/tid=699358] ppid=699337 vsize=19041612 memory=3143881701632972 CPUtime=0 cores=4,6
/proc/699340/task/699358/stat : 699358 (Common-Cleaner) S 699337 699340 696886 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139735931 19498610688 854417 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
Current children cumulated CPU time: 4.64 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3417668 KiB

[startup+6.30042 s]
/proc/loadavg: 4.16 4.18 3.62 5/319 699361
/proc/meminfo: memFree=107950500/131655788 swapFree=131071996/131071996
[pid=699340] ppid=699337 vsize=19041612 memory=4571068 CPUtime=7.97 cores=4,6
/proc/699340/stat : 699340 (java) S 699337 699340 696886 0 -1 1077936128 26036 0 0 0 699 98 0 0 20 0 19 0 139735924 19498610688 1142767 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
/proc/699340/statm: 4760403 1142767 5870 1 0 1382249 0
[pid=699340/tid=699342] ppid=699337 vsize=19041612 memory=11948 CPUtime=5.78 cores=4,6
/proc/699340/task/699342/stat : 699342 (java) R 699337 699340 696886 0 -1 4194368 8243 0 0 0 486 92 0 0 20 0 19 0 139735925 19498610688 1142767 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
[pid=699340/tid=699351] ppid=699337 vsize=19041612 memory=3417428 CPUtime=0 cores=4,6
/proc/699340/task/699351/stat : 699351 (Finalizer) S 699337 699340 696886 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139735930 19498610688 1142767 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
[pid=699340/tid=699358] ppid=699337 vsize=19041612 memory=11648 CPUtime=0 cores=4,6
/proc/699340/task/699358/stat : 699358 (Common-Cleaner) S 699337 699340 696886 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139735931 19498610688 1142767 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
Current children cumulated CPU time: 7.97 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4571068 KiB

[startup+12.7004 s]
/proc/loadavg: 4.14 4.18 3.63 6/319 699361
/proc/meminfo: memFree=107057368/131655788 swapFree=131071996/131071996
[pid=699340] ppid=699337 vsize=19041612 memory=5431664 CPUtime=14.67 cores=4,6
/proc/699340/stat : 699340 (java) S 699337 699340 696886 0 -1 1077936128 27724 0 0 0 1351 116 0 0 20 0 19 0 139735924 19498610688 1357916 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
/proc/699340/statm: 4760403 1357916 5870 1 0 1595320 0
[pid=699340/tid=699342] ppid=699337 vsize=19041612 memory=11648 CPUtime=11.69 cores=4,6
/proc/699340/task/699342/stat : 699342 (java) R 699337 699340 696886 0 -1 4194368 9263 0 0 0 1060 109 0 0 20 0 19 0 139735925 19498610688 1357916 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
[pid=699340/tid=699351] ppid=699337 vsize=19041612 memory=14130030926104870 CPUtime=0 cores=4,6
/proc/699340/task/699351/stat : 699351 (Finalizer) S 699337 699340 696886 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139735930 19498610688 1357916 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
[pid=699340/tid=699358] ppid=699337 vsize=19041612 memory=5014888 CPUtime=0 cores=4,6
/proc/699340/task/699358/stat : 699358 (Common-Cleaner) S 699337 699340 696886 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139735931 19498610688 1357916 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
Current children cumulated CPU time: 14.67 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5431664 KiB

[startup+25.5004 s]
/proc/loadavg: 4.12 4.17 3.63 5/319 699364
/proc/meminfo: memFree=106627372/131655788 swapFree=131071996/131071996
[pid=699340] ppid=699337 vsize=19041612 memory=5864796 CPUtime=27.79 cores=4,6
/proc/699340/stat : 699340 (java) S 699337 699340 696886 0 -1 1077936128 29747 0 0 0 2652 127 0 0 20 0 19 0 139735924 19498610688 1466199 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
/proc/699340/statm: 4760403 1466199 5870 1 0 1695589 0
[pid=699340/tid=699342] ppid=699337 vsize=19041612 memory=35256 CPUtime=23.73 cores=4,6
/proc/699340/task/699342/stat : 699342 (java) R 699337 699340 696886 0 -1 4194368 10925 0 0 0 2255 118 0 0 20 0 19 0 139735925 19498610688 1466199 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
[pid=699340/tid=699351] ppid=699337 vsize=19041612 memory=289 CPUtime=0 cores=4,6
/proc/699340/task/699351/stat : 699351 (Finalizer) S 699337 699340 696886 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139735930 19498610688 1466199 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
[pid=699340/tid=699358] ppid=699337 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/699340/task/699358/stat : 699358 (Common-Cleaner) S 699337 699340 696886 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139735931 19498610688 1466199 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
Current children cumulated CPU time: 27.79 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5864796 KiB

[startup+51.1138 s]
/proc/loadavg: 4.42 4.24 3.67 5/318 699367
/proc/meminfo: memFree=106100356/131655788 swapFree=131071996/131071996
[pid=699340] ppid=699337 vsize=19041612 memory=6382440 CPUtime=53.83 cores=4,6
/proc/699340/stat : 699340 (java) S 699337 699340 696886 0 -1 1077936128 34915 0 0 0 5242 141 0 0 20 0 19 0 139735924 19498610688 1595610 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
/proc/699340/statm: 4760403 1595610 5870 1 0 1816747 0
[pid=699340/tid=699342] ppid=699337 vsize=19041612 memory=132 CPUtime=48.27 cores=4,6
/proc/699340/task/699342/stat : 699342 (java) R 699337 699340 696886 0 -1 4194368 14773 0 0 0 4699 128 0 0 20 0 19 0 139735925 19498610688 1595610 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
[pid=699340/tid=699351] ppid=699337 vsize=19041612 memory=5866844 CPUtime=0 cores=4,6
/proc/699340/task/699351/stat : 699351 (Finalizer) S 699337 699340 696886 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139735930 19498610688 1595610 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
[pid=699340/tid=699358] ppid=699337 vsize=19041612 memory=11648 CPUtime=0 cores=4,6
/proc/699340/task/699358/stat : 699358 (Common-Cleaner) S 699337 699340 696886 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139735931 19498610688 1595610 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
Current children cumulated CPU time: 53.83 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 6382440 KiB

[startup+102.3 s]
/proc/loadavg: 4.67 4.34 3.74 5/317 699377
/proc/meminfo: memFree=106036316/131655788 swapFree=131071996/131071996
[pid=699340] ppid=699337 vsize=19041612 memory=6446340 CPUtime=105.59 cores=4,6
/proc/699340/stat : 699340 (java) S 699337 699340 696886 0 -1 1077936128 45168 0 0 0 10408 151 0 0 20 0 19 0 139735924 19498610688 1611585 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
/proc/699340/statm: 4760403 1611585 5870 1 0 1816747 0
[pid=699340/tid=699342] ppid=699337 vsize=19041612 memory=-8672357709054976700 CPUtime=97.76 cores=4,6

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

/proc/699340/task/699351/stat : 699351 (Finalizer) S 699337 699340 696886 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 139735930 19634933760 1785986 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
[pid=699340/tid=699358] ppid=699337 vsize=19174740 memory=7143944 CPUtime=0.02 cores=4,6
/proc/699340/task/699358/stat : 699358 (Common-Cleaner) S 699337 699340 696886 0 -1 1077936192 6858 0 0 0 1 1 0 0 20 0 21 0 139735931 19634933760 1785986 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
[pid=699340/tid=699534] ppid=699337 vsize=19174740 memory=7143944 CPUtime=0 cores=4,6
/proc/699340/task/699534/stat : 699534 (Timer-0) S 699337 699340 696886 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 139828276 19634933760 1785986 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
Current children cumulated CPU time: 3229.62 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 7143944 KiB

[startup+3282.3 s]
/proc/loadavg: 1.10 1.20 1.98 2/243 701053
/proc/meminfo: memFree=122927496/131655788 swapFree=131071996/131071996
[pid=699340] ppid=699337 vsize=19174740 memory=7143944 CPUtime=3289.53 cores=4,6
/proc/699340/stat : 699340 (java) S 699337 699340 696886 0 -1 1077936128 173288 0 0 0 328533 420 0 0 20 0 21 0 139735924 19634933760 1785986 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
/proc/699340/statm: 4793685 1785986 5907 1 0 1818321 0
[pid=699340/tid=699342] ppid=699337 vsize=19174740 memory=11648 CPUtime=3253.13 cores=4,6
/proc/699340/task/699342/stat : 699342 (java) R 699337 699340 696886 0 -1 4194368 74195 0 0 0 325161 152 0 0 20 0 21 0 139735925 19634933760 1785986 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 86 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
[pid=699340/tid=699351] ppid=699337 vsize=19174740 memory=7143944 CPUtime=0 cores=4,6
/proc/699340/task/699351/stat : 699351 (Finalizer) S 699337 699340 696886 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 139735930 19634933760 1785986 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
[pid=699340/tid=699358] ppid=699337 vsize=19174740 memory=11648 CPUtime=0.02 cores=4,6
/proc/699340/task/699358/stat : 699358 (Common-Cleaner) S 699337 699340 696886 0 -1 1077936192 7005 0 0 0 1 1 0 0 20 0 21 0 139735931 19634933760 1785986 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
[pid=699340/tid=699534] ppid=699337 vsize=19174740 memory=7143944 CPUtime=0 cores=4,6
/proc/699340/task/699534/stat : 699534 (Timer-0) S 699337 699340 696886 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 139828276 19634933760 1785986 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
Current children cumulated CPU time: 3289.53 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 7143944 KiB

[startup+3342.3 s]
/proc/loadavg: 1.15 1.19 1.93 2/244 701233
/proc/meminfo: memFree=122926648/131655788 swapFree=131071996/131071996
[pid=699340] ppid=699337 vsize=19174740 memory=7143944 CPUtime=3349.43 cores=4,6
/proc/699340/stat : 699340 (java) S 699337 699340 696886 0 -1 1077936128 173890 0 0 0 334520 423 0 0 20 0 21 0 139735924 19634933760 1785986 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
/proc/699340/statm: 4793685 1785986 5907 1 0 1818321 0
[pid=699340/tid=699342] ppid=699337 vsize=19174740 memory=7143944 CPUtime=3312.96 cores=4,6
/proc/699340/task/699342/stat : 699342 (java) R 699337 699340 696886 0 -1 4194368 74407 0 0 0 331144 152 0 0 20 0 21 0 139735925 19634933760 1785986 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 86 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
[pid=699340/tid=699351] ppid=699337 vsize=19174740 memory=7143944 CPUtime=0 cores=4,6
/proc/699340/task/699351/stat : 699351 (Finalizer) S 699337 699340 696886 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 139735930 19634933760 1785986 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
[pid=699340/tid=699358] ppid=699337 vsize=19174740 memory=7143944 CPUtime=0.02 cores=4,6
/proc/699340/task/699358/stat : 699358 (Common-Cleaner) S 699337 699340 696886 0 -1 1077936192 7153 0 0 0 1 1 0 0 20 0 21 0 139735931 19634933760 1785986 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
[pid=699340/tid=699534] ppid=699337 vsize=19174740 memory=1732 CPUtime=0 cores=4,6
/proc/699340/task/699534/stat : 699534 (Timer-0) S 699337 699340 696886 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 139828276 19634933760 1785986 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
Current children cumulated CPU time: 3349.43 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 7143944 KiB

[startup+3402.3 s]
/proc/loadavg: 1.12 1.17 1.87 2/244 701244
/proc/meminfo: memFree=122926932/131655788 swapFree=131071996/131071996
[pid=699340] ppid=699337 vsize=19174740 memory=7143944 CPUtime=3409.35 cores=4,6
/proc/699340/stat : 699340 (java) S 699337 699340 696886 0 -1 1077936128 174682 0 0 0 340507 428 0 0 20 0 21 0 139735924 19634933760 1785986 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
/proc/699340/statm: 4793685 1785986 5907 1 0 1818321 0
[pid=699340/tid=699342] ppid=699337 vsize=19174740 memory=7143944 CPUtime=3372.78 cores=4,6
/proc/699340/task/699342/stat : 699342 (java) R 699337 699340 696886 0 -1 4194368 74693 0 0 0 337126 152 0 0 20 0 21 0 139735925 19634933760 1785986 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 86 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
[pid=699340/tid=699351] ppid=699337 vsize=19174740 memory=7143944 CPUtime=0 cores=4,6
/proc/699340/task/699351/stat : 699351 (Finalizer) S 699337 699340 696886 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 139735930 19634933760 1785986 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
[pid=699340/tid=699358] ppid=699337 vsize=19174740 memory=-8672357709054976700 CPUtime=0.02 cores=4,6
/proc/699340/task/699358/stat : 699358 (Common-Cleaner) S 699337 699340 696886 0 -1 1077936192 7300 0 0 0 1 1 0 0 20 0 21 0 139735931 19634933760 1785986 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
[pid=699340/tid=699534] ppid=699337 vsize=19174740 memory=7143944 CPUtime=0 cores=4,6
/proc/699340/task/699534/stat : 699534 (Timer-0) S 699337 699340 696886 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 139828276 19634933760 1785986 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
Current children cumulated CPU time: 3409.35 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 7143944 KiB

[startup+3462.3 s]
/proc/loadavg: 1.09 1.15 1.82 2/245 701257
/proc/meminfo: memFree=122926820/131655788 swapFree=131071996/131071996
[pid=699340] ppid=699337 vsize=19174740 memory=7143944 CPUtime=3469.25 cores=4,6
/proc/699340/stat : 699340 (java) S 699337 699340 696886 0 -1 1077936128 175481 0 0 0 346494 431 0 0 20 0 21 0 139735924 19634933760 1785986 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
/proc/699340/statm: 4793685 1785986 5907 1 0 1818321 0
[pid=699340/tid=699342] ppid=699337 vsize=19174740 memory=7143944 CPUtime=3432.6 cores=4,6
/proc/699340/task/699342/stat : 699342 (java) R 699337 699340 696886 0 -1 4194368 74992 0 0 0 343108 152 0 0 20 0 21 0 139735925 19634933760 1785986 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 86 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
[pid=699340/tid=699351] ppid=699337 vsize=19174740 memory=7143944 CPUtime=0 cores=4,6
/proc/699340/task/699351/stat : 699351 (Finalizer) S 699337 699340 696886 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 139735930 19634933760 1785986 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
[pid=699340/tid=699358] ppid=699337 vsize=19174740 memory=7143944 CPUtime=0.02 cores=4,6
/proc/699340/task/699358/stat : 699358 (Common-Cleaner) S 699337 699340 696886 0 -1 1077936192 7447 0 0 0 1 1 0 0 20 0 21 0 139735931 19634933760 1785986 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
[pid=699340/tid=699534] ppid=699337 vsize=19174740 memory=2208 CPUtime=0 cores=4,6
/proc/699340/task/699534/stat : 699534 (Timer-0) S 699337 699340 696886 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 139828276 19634933760 1785986 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
Current children cumulated CPU time: 3469.25 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 7143944 KiB

[startup+3522.3 s]
/proc/loadavg: 1.15 1.15 1.78 2/243 701278
/proc/meminfo: memFree=122926480/131655788 swapFree=131071996/131071996
[pid=699340] ppid=699337 vsize=19174740 memory=7143944 CPUtime=3529.16 cores=4,6
/proc/699340/stat : 699340 (java) S 699337 699340 696886 0 -1 1077936128 176102 0 0 0 352481 435 0 0 20 0 21 0 139735924 19634933760 1785986 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
/proc/699340/statm: 4793685 1785986 5907 1 0 1818321 0
[pid=699340/tid=699342] ppid=699337 vsize=19174740 memory=25332 CPUtime=3492.43 cores=4,6
/proc/699340/task/699342/stat : 699342 (java) R 699337 699340 696886 0 -1 4194368 75217 0 0 0 349091 152 0 0 20 0 21 0 139735925 19634933760 1785986 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 86 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
[pid=699340/tid=699351] ppid=699337 vsize=19174740 memory=7143944 CPUtime=0 cores=4,6
/proc/699340/task/699351/stat : 699351 (Finalizer) S 699337 699340 696886 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 139735930 19634933760 1785986 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
[pid=699340/tid=699358] ppid=699337 vsize=19174740 memory=7143944 CPUtime=0.02 cores=4,6
/proc/699340/task/699358/stat : 699358 (Common-Cleaner) S 699337 699340 696886 0 -1 1077936192 7595 0 0 0 1 1 0 0 20 0 21 0 139735931 19634933760 1785986 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
[pid=699340/tid=699534] ppid=699337 vsize=19174740 memory=7143944 CPUtime=0 cores=4,6
/proc/699340/task/699534/stat : 699534 (Timer-0) S 699337 699340 696886 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 139828276 19634933760 1785986 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
Current children cumulated CPU time: 3529.16 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 7143944 KiB

[startup+3582.3 s]
/proc/loadavg: 1.11 1.14 1.73 2/243 701290
/proc/meminfo: memFree=122926212/131655788 swapFree=131071996/131071996
[pid=699340] ppid=699337 vsize=19174740 memory=7143944 CPUtime=3589.07 cores=4,6
/proc/699340/stat : 699340 (java) S 699337 699340 696886 0 -1 1077936128 176900 0 0 0 358468 439 0 0 20 0 21 0 139735924 19634933760 1785986 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
/proc/699340/statm: 4793685 1785986 5907 1 0 1818321 0
[pid=699340/tid=699342] ppid=699337 vsize=19174740 memory=19044 CPUtime=3552.25 cores=4,6
/proc/699340/task/699342/stat : 699342 (java) R 699337 699340 696886 0 -1 4194368 75509 0 0 0 355073 152 0 0 20 0 21 0 139735925 19634933760 1785986 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 86 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
[pid=699340/tid=699351] ppid=699337 vsize=19174740 memory=35256 CPUtime=0 cores=4,6
/proc/699340/task/699351/stat : 699351 (Finalizer) S 699337 699340 696886 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 139735930 19634933760 1785986 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
[pid=699340/tid=699358] ppid=699337 vsize=19174740 memory=7143944 CPUtime=0.02 cores=4,6
/proc/699340/task/699358/stat : 699358 (Common-Cleaner) S 699337 699340 696886 0 -1 1077936192 7742 0 0 0 1 1 0 0 20 0 21 0 139735931 19634933760 1785986 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
[pid=699340/tid=699534] ppid=699337 vsize=19174740 memory=11948 CPUtime=0 cores=4,6
/proc/699340/task/699534/stat : 699534 (Timer-0) S 699337 699340 696886 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 139828276 19634933760 1785986 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
Current children cumulated CPU time: 3589.07 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 7143944 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3593.3 s]
/proc/loadavg: 1.09 1.13 1.72 2/243 701294
/proc/meminfo: memFree=122926080/131655788 swapFree=131071996/131071996
[pid=699340] ppid=699337 vsize=19174740 memory=7143944 CPUtime=3600.05 cores=4,6
/proc/699340/stat : 699340 (java) S 699337 699340 696886 0 -1 1077936128 177092 0 0 0 359566 439 0 0 20 0 21 0 139735924 19634933760 1785986 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
/proc/699340/statm: 4793685 1785986 5907 1 0 1818321 0
[pid=699340/tid=699342] ppid=699337 vsize=19174740 memory=7143944 CPUtime=3563.22 cores=4,6
/proc/699340/task/699342/stat : 699342 (java) R 699337 699340 696886 0 -1 4194368 75590 0 0 0 356170 152 0 0 20 0 21 0 139735925 19634933760 1785986 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 86 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
[pid=699340/tid=699351] ppid=699337 vsize=19174740 memory=32604 CPUtime=0 cores=4,6
/proc/699340/task/699351/stat : 699351 (Finalizer) S 699337 699340 696886 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 139735930 19634933760 1785986 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
[pid=699340/tid=699358] ppid=699337 vsize=19174740 memory=7143944 CPUtime=0.02 cores=4,6
/proc/699340/task/699358/stat : 699358 (Common-Cleaner) S 699337 699340 696886 0 -1 1077936192 7742 0 0 0 1 1 0 0 20 0 21 0 139735931 19634933760 1785986 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
[pid=699340/tid=699534] ppid=699337 vsize=19174740 memory=11648 CPUtime=0 cores=4,6
/proc/699340/task/699534/stat : 699534 (Timer-0) S 699337 699340 696886 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 139828276 19634933760 1785986 134679101440 94630399442944 94630399446640 140724993083536 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94630399454456 94630399455248 94630412328960 140724993090518 140724993090631 140724993090631 140724993097672 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 7143944 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.82 s, system=4.42942 s

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

[startup+3593.41 s]*
/proc/loadavg: 1.09 1.13 1.72 3/224 701297
/proc/meminfo: memFree=124222568/131655788 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3593.42
CPU time (s): 3600.25
CPU user time (s): 3595.82
CPU system time (s): 4.42942
CPU usage (%): 100.19
Max. virtual memory (cumulated for all children) (KiB): 19174740
Max. memory (cumulated for all children) (KiB): 7143944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.82
system time used= 4.42942
maximum resident set size= 7145680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 181555
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2800
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 199132
involuntary context switches= 3688


# summary of solver processes directly reported to runsolver:
#   pid: 699340
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3595.82
#   total CPU system time (s): 4.42942

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.4774 second user time and 38.1012 second system time

The end

Launcher Data

Begin job on nodeC010 at 2024-07-13 15:02:58
IDJOB=4424388
IDBENCH=144139
IDSOLVER=3035
FILE ID=nodeC010/4424388-1720875766
RUNJOBID= nodeC010-1720874163-696897
SLURM_JOB_ID= 7483758
Free space on /tmp= 723684 MiB

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

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

MD5SUM BENCH= 38287b4f81b650595c9c747bdd7f38d4
RANDOM SEED=302164648

nodeC010.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		: 3672.331
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.51
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		: 3657.050
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.315
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.51
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.226
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		: 2057.737
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.51
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		: 3491.754
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		: 1251.926
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.51
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.226
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:        112509664 kB
MemAvailable:   112474024 kB
Buffers:          315936 kB
Cached:           497392 kB
SwapCached:            0 kB
Active:           518980 kB
Inactive:       18092872 kB
Active(anon):       1440 kB
Inactive(anon): 17834800 kB
Active(file):     517540 kB
Inactive(file):   258072 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             33300 kB
Writeback:            28 kB
AnonPages:      17798540 kB
Mapped:           121852 kB
Shmem:             37704 kB
KReclaimable:      57560 kB
Slab:             147416 kB
SReclaimable:      57560 kB
SUnreclaim:        89856 kB
KernelStack:        4848 kB
PageTables:        45000 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   19041008 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            45632 kB
HardwareCorrupted:     0 kB
AnonHugePages:  17471488 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:      162632 kB
DirectMap2M:     9179136 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 723748 MiB
End job on nodeC010 at 2024-07-13 16:02:52