Trace number 4424444

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.21 3586.72

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/scens/
normalized-scen06-22reduc_wcsp.wbo
MD5SUM145fe6fe39a80fcaff25336bfbc8c080
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmark
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1430
Total number of constraints70954
Number of soft constraints70873
Number of constraints which are clauses70873
Number of constraints which are cardinality constraints (but not clauses)81
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint22
Top cost 3389
Min constraint cost 1
Max constraint cost 2435
Sum of constraints costs 23717414
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 23
Number of bits of the biggest sum of numbers5
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.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.17	c See www.sat4j.org for details.
0.12/0.19	c version CUSTOM.v20240707
0.12/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.23	c java.vm.version	22.0.1+8-16
0.12/0.23	c java.vm.vendor	Oracle Corporation
0.12/0.23	c sun.arch.data.model	64
0.12/0.23	c java.version		22.0.1
0.12/0.23	c os.name		Linux
0.12/0.23	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.23	c os.arch		amd64
0.12/0.23	c Free memory 		2113181440
0.12/0.23	c Max memory 		16282288128
0.12/0.23	c Total memory 		2122317824
0.12/0.23	c Number of processors 	2
0.44/0.41	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.44/0.41	 - never skip resolution steps
0.44/0.41	 - Auto-division on coefficients is disabled
0.44/0.41	 - No postprocessing
0.44/0.41	 - Conflict is considered as is when resolving
0.44/0.41	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.44/0.41	 - Weaken first using unassigned literals
0.44/0.41	 - Bump strategy: ALWAYS_ONE
0.44/0.41	 - Bumper: ASSIGNED
0.44/0.41	--- Begin Solver configuration ---
0.44/0.41	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.44/0.41	Learn all clauses as in MiniSAT
0.44/0.41	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.44/0.41	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.44/0.41	No reason simplification
0.44/0.41	Armin Biere (Picosat) restarts strategy
0.44/0.41	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.44/0.41	timeout=2147483s
0.44/0.41	DB Simplification allowed=false
0.44/0.41	Listener: none
0.44/0.41	--- End Solver configuration ---
0.44/0.42	c Pseudo Boolean Optimization by upper bound
0.44/0.42	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.44/0.42	c  - never skip resolution steps
0.44/0.42	c  - Auto-division on coefficients is disabled
0.44/0.42	c  - No postprocessing
0.44/0.42	c  - Conflict is considered as is when resolving
0.44/0.42	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.44/0.42	c  - Weaken first using unassigned literals
0.44/0.42	c  - Bump strategy: ALWAYS_ONE
0.44/0.42	c  - Bumper: ASSIGNED
0.44/0.42	c --- Begin Solver configuration ---
0.44/0.42	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.44/0.42	c Learn all clauses as in MiniSAT
0.44/0.42	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.44/0.42	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.44/0.42	c No reason simplification
0.44/0.42	c Armin Biere (Picosat) restarts strategy
0.44/0.42	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.44/0.42	c timeout=2147483s
0.44/0.42	c DB Simplification allowed=false
0.44/0.42	c Listener: none
0.44/0.42	c --- End Solver configuration ---
0.44/0.42	c solving HOME/instance-4424444-1720874154.wbo
0.44/0.42	c reading problem ... 
7.60/5.85	c ... done. Wall clock time 5.434s.
7.60/5.85	c declared #vars     1430
7.60/5.85	c internal #vars     72303
7.60/5.85	c #constraints  71036
7.60/5.85	c constraints type 
7.60/5.85	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 424
7.60/5.85	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 81
7.60/5.85	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1
7.60/5.85	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 70530
7.60/5.85	c 71036 constraints processed.
7.60/5.87	c objective function length is 70873 literals
3600.07/3586.63	c timeout
3600.07/3586.63	c starts		: 8
3600.07/3586.65	c conflicts		: 1013
3600.07/3586.65	c decisions		: 1213508
3600.07/3586.65	c propagations		: 5037352
3600.07/3586.65	c inspects		: 706179
3600.07/3586.65	c shortcuts		: 0
3600.07/3586.65	c learnt literals	: 0
3600.07/3586.65	c learnt binary clauses	: 0
3600.07/3586.65	c learnt ternary clauses	: 0
3600.07/3586.65	c learnt constraints	: 1012
3600.07/3586.65	c ignored constraints	: 0
3600.07/3586.65	c root simplifications	: 0
3600.07/3586.65	c removed literals (reason simplification)	: 0
3600.07/3586.65	c reason swapping (by a shorter reason)	: 0
3600.07/3586.65	c Calls to reduceDB	: 0
3600.07/3586.65	c Number of update (reduction) of LBD	: 2
3600.07/3586.65	c Imported unit clauses	: 0
3600.07/3586.65	c No decision after first conflict	: false
3600.07/3586.65	c number of reductions to clauses (during analyze)	: 0
3600.07/3586.65	c number of learned constraints concerned by reduction	: 0
3600.07/3586.65	c number of learning phase by resolution	: 0
3600.07/3586.65	c number of learning phase by cutting planes	: 0
3600.07/3586.65	c number of rounding to 1 operations	: 580
3600.07/3586.65	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3586.65	c number of reductions of the coefficients by power 2 	: 0
3600.07/3586.65	c number of right shift for reduction by power 2 	: 0
3600.07/3586.65	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3586.65	c number of ending skipping 	: 0
3600.07/3586.65	c number of internal skipping 	: 0
3600.07/3586.65	c number of derivation steps 	: 8881
3600.07/3586.65	c number of skipped derivation steps 	: 0
3600.07/3586.65	c number of remaining unassigned 	: 350472
3600.07/3586.65	c number of remaining assigned 	: 4034929
3600.07/3586.65	c number of falsified literals weakened from reason	: 0
3600.07/3586.65	c number of falsified literals weakened from conflict	: 0
3600.07/3586.65	c time for arithmetic operations	: 276184061
3600.07/3586.65	c minimum degree of deleted constraints	: null
3600.07/3586.65	c maximum degree of deleted constraints	: null
3600.07/3586.65	c number of deleted constraints	: 0
3600.07/3586.65	c speed (assignments/second)	: 1406.7895964608463
3600.07/3586.65	c non guided choices	: 1548
3600.07/3586.65	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 534
3600.07/3586.65	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1
3600.07/3586.65	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 477
3600.07/3586.65	s UNKNOWN
3600.07/3586.65	c Total wall clock time (in seconds): 3586.242

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.106324 s]*
/proc/loadavg: 0.14 0.13 0.09 9/301 698195
/proc/meminfo: memFree=129774288/131655788 swapFree=131071996/131071996
[pid=698171] ppid=698168 vsize=18975048 memory=57008 CPUtime=0.12 cores=0,2
/proc/698171/stat : 698171 (java) S 698168 698171 697934 0 -1 1077936128 6254 0 0 0 9 3 0 0 20 0 18 0 139574165 19430449152 14252 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
/proc/698171/statm: 4743762 14252 5625 1 0 550746 0
[pid=698171/tid=698173] ppid=698168 vsize=18975048 memory=4026531971 CPUtime=0.08 cores=0,2
/proc/698171/task/698173/stat : 698173 (java) R 698168 698171 697934 0 -1 4194368 5229 0 0 0 5 3 0 0 20 0 18 0 139574165 19430449152 14252 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
[pid=698171/tid=698183] ppid=698168 vsize=18975048 memory=19017 CPUtime=0 cores=0,2
/proc/698171/task/698183/stat : 698183 (Finalizer) S 698168 698171 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 139574171 19430449152 14252 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
[pid=698171/tid=698190] ppid=698168 vsize=18975048 memory=15535219704862701 CPUtime=0 cores=0,2
/proc/698171/task/698190/stat : 698190 (Common-Cleaner) S 698168 698171 697934 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 139574172 19430449152 14252 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 57008 KiB

[startup+0.223147 s]*
/proc/loadavg: 0.14 0.13 0.09 11/321 698218
/proc/meminfo: memFree=129732600/131655788 swapFree=131071996/131071996
[pid=698171] ppid=698168 vsize=18975048 memory=61960 CPUtime=0.29 cores=0,2
/proc/698171/stat : 698171 (java) S 698168 698171 697934 0 -1 1077936128 6938 0 0 0 25 4 0 0 20 0 18 0 139574165 19430449152 15490 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
/proc/698171/statm: 4743762 15490 5666 1 0 551325 0
[pid=698171/tid=698173] ppid=698168 vsize=18975048 memory=7301190626353741955 CPUtime=0.19 cores=0,2
/proc/698171/task/698173/stat : 698173 (java) R 698168 698171 697934 0 -1 4194368 5555 0 0 0 16 3 0 0 20 0 18 0 139574165 19430449152 16002 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
[pid=698171/tid=698183] ppid=698168 vsize=18975048 memory=19017 CPUtime=0 cores=0,2
/proc/698171/task/698183/stat : 698183 (Finalizer) S 698168 698171 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 139574171 19430449152 16002 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
[pid=698171/tid=698190] ppid=698168 vsize=18975048 memory=15535219704862701 CPUtime=0 cores=0,2
/proc/698171/task/698190/stat : 698190 (Common-Cleaner) S 698168 698171 697934 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 139574172 19430449152 16002 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 61960 KiB

[startup+0.318221 s]*
/proc/loadavg: 0.14 0.13 0.09 14/321 698218
/proc/meminfo: memFree=129717272/131655788 swapFree=131071996/131071996
[pid=698171] ppid=698168 vsize=18975048 memory=67156 CPUtime=0.44 cores=0,2
/proc/698171/stat : 698171 (java) S 698168 698171 697934 0 -1 1077936128 7196 0 0 0 39 5 0 0 20 0 18 0 139574165 19430449152 16789 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
/proc/698171/statm: 4743762 16789 5675 1 0 551520 0
[pid=698171/tid=698173] ppid=698168 vsize=18975048 memory=-8670671062512935612 CPUtime=0.26 cores=0,2
/proc/698171/task/698173/stat : 698173 (java) R 698168 698171 697934 0 -1 1077936192 5729 0 0 0 23 3 0 0 20 0 18 0 139574165 19430449152 16789 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
[pid=698171/tid=698183] ppid=698168 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/698171/task/698183/stat : 698183 (Finalizer) S 698168 698171 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 139574171 19430449152 16789 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
[pid=698171/tid=698190] ppid=698168 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/698171/task/698190/stat : 698190 (Common-Cleaner) S 698168 698171 697934 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 139574172 19430449152 16789 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 67156 KiB

[startup+0.700784 s]
/proc/loadavg: 0.14 0.13 0.09 12/321 698218
/proc/meminfo: memFree=129703508/131655788 swapFree=131071996/131071996
[pid=698171] ppid=698168 vsize=18975048 memory=139276 CPUtime=1.11 cores=0,2
/proc/698171/stat : 698171 (java) S 698168 698171 697934 0 -1 1077936128 7704 0 0 0 104 7 0 0 20 0 18 0 139574165 19430449152 34819 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
/proc/698171/statm: 4743762 34819 5827 1 0 551813 0
[pid=698171/tid=698173] ppid=698168 vsize=18975048 memory=5468 CPUtime=0.57 cores=0,2
/proc/698171/task/698173/stat : 698173 (java) R 698168 698171 697934 0 -1 4194368 5967 0 0 0 52 5 0 0 20 0 18 0 139574165 19430449152 34819 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
[pid=698171/tid=698183] ppid=698168 vsize=18975048 memory=12020 CPUtime=0 cores=0,2
/proc/698171/task/698183/stat : 698183 (Finalizer) S 698168 698171 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 139574171 19430449152 34819 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
[pid=698171/tid=698190] ppid=698168 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/698171/task/698190/stat : 698190 (Common-Cleaner) S 698168 698171 697934 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 139574172 19430449152 34819 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 139276 KiB

[startup+1.50052 s]
/proc/loadavg: 0.14 0.13 0.09 11/323 698220
/proc/meminfo: memFree=129375892/131655788 swapFree=131071996/131071996
[pid=698171] ppid=698168 vsize=19045728 memory=1185540 CPUtime=2.64 cores=0,2
/proc/698171/stat : 698171 (java) S 698168 698171 697934 0 -1 1077936128 19567 0 0 0 234 30 0 0 20 0 19 0 139574165 19502825472 296385 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
/proc/698171/statm: 4761432 296385 5859 1 0 558449 0
[pid=698171/tid=698173] ppid=698168 vsize=19045728 memory=12020 CPUtime=1.28 cores=0,2
/proc/698171/task/698173/stat : 698173 (java) R 698168 698171 697934 0 -1 4194368 6530 0 0 0 102 26 0 0 20 0 19 0 139574165 19502825472 296385 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
[pid=698171/tid=698183] ppid=698168 vsize=19045728 memory=0 CPUtime=0 cores=0,2
/proc/698171/task/698183/stat : 698183 (Finalizer) S 698168 698171 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139574171 19502825472 296385 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
[pid=698171/tid=698190] ppid=698168 vsize=19045728 memory=0 CPUtime=0 cores=0,2
/proc/698171/task/698190/stat : 698190 (Common-Cleaner) S 698168 698171 697934 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139574172 19502825472 296385 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
Current children cumulated CPU time: 2.64 s
Current children cumulated vsize: 19045728 KiB
Current children cumulated memory: 1185540 KiB

[startup+3.10578 s]
/proc/loadavg: 0.45 0.19 0.11 5/323 698220
/proc/meminfo: memFree=123176424/131655788 swapFree=131071996/131071996
[pid=698171] ppid=698168 vsize=19041612 memory=3442744 CPUtime=4.67 cores=0,2
/proc/698171/stat : 698171 (java) S 698168 698171 697934 0 -1 1077936128 23901 0 0 0 391 76 0 0 20 0 19 0 139574165 19498610688 860686 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
/proc/698171/statm: 4760403 860686 5859 1 0 1096203 0
[pid=698171/tid=698173] ppid=698168 vsize=19041612 memory=165940 CPUtime=2.79 cores=0,2
/proc/698171/task/698173/stat : 698173 (java) R 698168 698171 697934 0 -1 4194368 7690 0 0 0 209 70 0 0 20 0 19 0 139574165 19498610688 860686 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
[pid=698171/tid=698183] ppid=698168 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/698171/task/698183/stat : 698183 (Finalizer) S 698168 698171 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139574171 19498610688 860686 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
[pid=698171/tid=698190] ppid=698168 vsize=19041612 memory=12020 CPUtime=0 cores=0,2
/proc/698171/task/698190/stat : 698190 (Common-Cleaner) S 698168 698171 697934 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139574172 19498610688 860686 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
Current children cumulated CPU time: 4.67 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3442744 KiB

[startup+6.30077 s]
/proc/loadavg: 0.45 0.19 0.11 8/324 698223
/proc/meminfo: memFree=119955504/131655788 swapFree=131071996/131071996
[pid=698171] ppid=698168 vsize=19108176 memory=3908840 CPUtime=8.58 cores=0,2
/proc/698171/stat : 698171 (java) S 698168 698171 697934 0 -1 1077936128 26352 0 0 0 772 86 0 0 20 0 20 0 139574165 19566772224 977210 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
/proc/698171/statm: 4777044 977210 5897 1 0 1218549 0
[pid=698171/tid=698173] ppid=698168 vsize=19108176 memory=0 CPUtime=5.72 cores=0,2
/proc/698171/task/698173/stat : 698173 (java) R 698168 698171 697934 0 -1 4194368 8332 0 0 0 493 79 0 0 20 0 20 0 139574165 19566772224 977210 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
[pid=698171/tid=698183] ppid=698168 vsize=19108176 memory=3391280 CPUtime=0 cores=0,2
/proc/698171/task/698183/stat : 698183 (Finalizer) S 698168 698171 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139574171 19566772224 977210 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
[pid=698171/tid=698190] ppid=698168 vsize=19108176 memory=11508 CPUtime=0 cores=0,2
/proc/698171/task/698190/stat : 698190 (Common-Cleaner) S 698168 698171 697934 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 139574172 19566772224 977210 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
[pid=698171/tid=698223] ppid=698168 vsize=19108176 memory=35540 CPUtime=0 cores=0,2
/proc/698171/task/698223/stat : 698223 (Timer-0) S 698168 698171 697934 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 139574756 19566772224 977210 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
Current children cumulated CPU time: 8.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3908840 KiB

[startup+12.7008 s]
/proc/loadavg: 0.81 0.27 0.14 7/324 698223
/proc/meminfo: memFree=119171432/131655788 swapFree=131071996/131071996
[pid=698171] ppid=698168 vsize=19108176 memory=3920840 CPUtime=16.5 cores=0,2
/proc/698171/stat : 698171 (java) S 698168 698171 697934 0 -1 1077936128 29333 0 0 0 1563 87 0 0 20 0 20 0 139574165 19566772224 980210 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
/proc/698171/statm: 4777044 980210 5897 1 0 1218567 0
[pid=698171/tid=698173] ppid=698168 vsize=19108176 memory=3391280 CPUtime=12.07 cores=0,2
/proc/698171/task/698173/stat : 698173 (java) R 698168 698171 697934 0 -1 4194368 8348 0 0 0 1127 80 0 0 20 0 20 0 139574165 19566772224 980210 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
[pid=698171/tid=698183] ppid=698168 vsize=19108176 memory=11508 CPUtime=0 cores=0,2
/proc/698171/task/698183/stat : 698183 (Finalizer) S 698168 698171 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139574171 19566772224 980210 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
[pid=698171/tid=698190] ppid=698168 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/698171/task/698190/stat : 698190 (Common-Cleaner) S 698168 698171 697934 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 139574172 19566772224 980210 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
[pid=698171/tid=698223] ppid=698168 vsize=19108176 memory=35540 CPUtime=0 cores=0,2
/proc/698171/task/698223/stat : 698223 (Timer-0) S 698168 698171 697934 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 139574756 19566772224 980210 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
Current children cumulated CPU time: 16.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3920840 KiB

[startup+25.5008 s]
/proc/loadavg: 1.84 0.52 0.22 5/324 698226
/proc/meminfo: memFree=117851124/131655788 swapFree=131071996/131071996
[pid=698171] ppid=698168 vsize=19108176 memory=3921808 CPUtime=31.98 cores=0,2
/proc/698171/stat : 698171 (java) S 698168 698171 697934 0 -1 1077936128 36679 0 0 0 3109 89 0 0 20 0 20 0 139574165 19566772224 980452 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
/proc/698171/statm: 4777044 980452 5897 1 0 1218567 0
[pid=698171/tid=698173] ppid=698168 vsize=19108176 memory=3391280 CPUtime=24.74 cores=0,2
/proc/698171/task/698173/stat : 698173 (java) R 698168 698171 697934 0 -1 4194368 8909 0 0 0 2394 80 0 0 20 0 20 0 139574165 19566772224 980452 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
[pid=698171/tid=698183] ppid=698168 vsize=19108176 memory=-8599457893405139644 CPUtime=0 cores=0,2
/proc/698171/task/698183/stat : 698183 (Finalizer) S 698168 698171 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139574171 19566772224 980452 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
[pid=698171/tid=698190] ppid=698168 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/698171/task/698190/stat : 698190 (Common-Cleaner) S 698168 698171 697934 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 139574172 19566772224 980452 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
[pid=698171/tid=698223] ppid=698168 vsize=19108176 memory=3921328 CPUtime=0 cores=0,2
/proc/698171/task/698223/stat : 698223 (Timer-0) S 698168 698171 697934 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 139574756 19566772224 980452 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
Current children cumulated CPU time: 31.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3921808 KiB

[startup+51.1058 s]
/proc/loadavg: 2.79 0.85 0.34 5/324 698229
/proc/meminfo: memFree=117022660/131655788 swapFree=131071996/131071996
[pid=698171] ppid=698168 vsize=19108176 memory=3922132 CPUtime=58.26 cores=0,2
/proc/698171/stat : 698171 (java) S 698168 698171 697934 0 -1 1077936128 45218 0 0 0 5735 91 0 0 20 0 20 0 139574165 19566772224 980533 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
/proc/698171/statm: 4777044 980533 5897 1 0 1218567 0
[pid=698171/tid=698173] ppid=698168 vsize=19108176 memory=3922092 CPUtime=50.1 cores=0,2
/proc/698171/task/698173/stat : 698173 (java) R 698168 698171 697934 0 -1 4194368 10013 0 0 0 4930 80 0 0 20 0 20 0 139574165 19566772224 980533 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
[pid=698171/tid=698183] ppid=698168 vsize=19108176 memory=27540 CPUtime=0 cores=0,2
/proc/698171/task/698183/stat : 698183 (Finalizer) S 698168 698171 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139574171 19566772224 980533 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
[pid=698171/tid=698190] ppid=698168 vsize=19108176 memory=3922092 CPUtime=0 cores=0,2
/proc/698171/task/698190/stat : 698190 (Common-Cleaner) S 698168 698171 697934 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 139574172 19566772224 980533 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
[pid=698171/tid=698223] ppid=698168 vsize=19108176 memory=11508 CPUtime=0 cores=0,2
/proc/698171/task/698223/stat : 698223 (Timer-0) S 698168 698171 697934 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 139574756 19566772224 980533 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
Current children cumulated CPU time: 58.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3922132 KiB

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

/proc/698171/task/698183/stat : 698183 (Finalizer) S 698168 698171 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139574171 19566772224 1503801 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
[pid=698171/tid=698190] ppid=698168 vsize=19108176 memory=11508 CPUtime=0.01 cores=0,2
/proc/698171/task/698190/stat : 698190 (Common-Cleaner) S 698168 698171 697934 0 -1 1077936192 4846 0 0 0 0 1 0 0 20 0 20 0 139574172 19566772224 1503801 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
[pid=698171/tid=698223] ppid=698168 vsize=19108176 memory=12020 CPUtime=0 cores=0,2
/proc/698171/task/698223/stat : 698223 (Timer-0) S 698168 698171 697934 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 139574756 19566772224 1503801 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
Current children cumulated CPU time: 3236.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6015204 KiB

[startup+3282.3 s]
/proc/loadavg: 4.23 4.23 4.12 5/324 699998
/proc/meminfo: memFree=110960784/131655788 swapFree=131071996/131071996
[pid=698171] ppid=698168 vsize=19108176 memory=6021796 CPUtime=3297.49 cores=0,2
/proc/698171/stat : 698171 (java) S 698168 698171 697934 0 -1 1077936128 274157 0 0 0 329426 323 0 0 20 0 20 0 139574165 19566772224 1505449 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
/proc/698171/statm: 4777044 1505449 5914 1 0 1545416 0
[pid=698171/tid=698173] ppid=698168 vsize=19108176 memory=6021796 CPUtime=3264.27 cores=0,2
/proc/698171/task/698173/stat : 698173 (java) R 698168 698171 697934 0 -1 4194368 96191 0 0 0 326321 106 0 0 20 0 20 0 139574165 19566772224 1505449 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
[pid=698171/tid=698183] ppid=698168 vsize=19108176 memory=12020 CPUtime=0 cores=0,2
/proc/698171/task/698183/stat : 698183 (Finalizer) S 698168 698171 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139574171 19566772224 1505449 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
[pid=698171/tid=698190] ppid=698168 vsize=19108176 memory=11508 CPUtime=0.01 cores=0,2
/proc/698171/task/698190/stat : 698190 (Common-Cleaner) S 698168 698171 697934 0 -1 1077936192 4975 0 0 0 0 1 0 0 20 0 20 0 139574172 19566772224 1505449 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
[pid=698171/tid=698223] ppid=698168 vsize=19108176 memory=6015496 CPUtime=0 cores=0,2
/proc/698171/task/698223/stat : 698223 (Timer-0) S 698168 698171 697934 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 139574756 19566772224 1505449 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
Current children cumulated CPU time: 3297.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6021796 KiB

[startup+3342.3 s]
/proc/loadavg: 4.19 4.22 4.12 5/322 700008
/proc/meminfo: memFree=110960672/131655788 swapFree=131071996/131071996
[pid=698171] ppid=698168 vsize=19108176 memory=6021796 CPUtime=3356.96 cores=0,2
/proc/698171/stat : 698171 (java) S 698168 698171 697934 0 -1 1077936128 276803 0 0 0 335370 326 0 0 20 0 20 0 139574165 19566772224 1505449 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
/proc/698171/statm: 4777044 1505449 5914 1 0 1545416 0
[pid=698171/tid=698173] ppid=698168 vsize=19108176 memory=6021796 CPUtime=3323.69 cores=0,2
/proc/698171/task/698173/stat : 698173 (java) R 698168 698171 697934 0 -1 4194368 98469 0 0 0 332263 106 0 0 20 0 20 0 139574165 19566772224 1505449 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
[pid=698171/tid=698183] ppid=698168 vsize=19108176 memory=6021796 CPUtime=0 cores=0,2
/proc/698171/task/698183/stat : 698183 (Finalizer) S 698168 698171 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139574171 19566772224 1505449 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
[pid=698171/tid=698190] ppid=698168 vsize=19108176 memory=6021796 CPUtime=0.01 cores=0,2
/proc/698171/task/698190/stat : 698190 (Common-Cleaner) S 698168 698171 697934 0 -1 1077936192 5085 0 0 0 0 1 0 0 20 0 20 0 139574172 19566772224 1505449 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
[pid=698171/tid=698223] ppid=698168 vsize=19108176 memory=11508 CPUtime=0 cores=0,2
/proc/698171/task/698223/stat : 698223 (Timer-0) S 698168 698171 697934 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 139574756 19566772224 1505449 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
Current children cumulated CPU time: 3356.96 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6021796 KiB

[startup+3402.3 s]
/proc/loadavg: 4.23 4.22 4.12 5/322 700019
/proc/meminfo: memFree=110884132/131655788 swapFree=131071996/131071996
[pid=698171] ppid=698168 vsize=19108176 memory=6021796 CPUtime=3416.52 cores=0,2
/proc/698171/stat : 698171 (java) S 698168 698171 697934 0 -1 1077936128 281190 0 0 0 341323 329 0 0 20 0 20 0 139574165 19566772224 1505449 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
/proc/698171/statm: 4777044 1505449 5914 1 0 1545416 0
[pid=698171/tid=698173] ppid=698168 vsize=19108176 memory=6021796 CPUtime=3382.8 cores=0,2
/proc/698171/task/698173/stat : 698173 (java) R 698168 698171 697934 0 -1 4194368 100431 0 0 0 338174 106 0 0 20 0 20 0 139574165 19566772224 1505449 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
[pid=698171/tid=698183] ppid=698168 vsize=19108176 memory=11508 CPUtime=0 cores=0,2
/proc/698171/task/698183/stat : 698183 (Finalizer) S 698168 698171 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139574171 19566772224 1505449 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
[pid=698171/tid=698190] ppid=698168 vsize=19108176 memory=6021796 CPUtime=0.01 cores=0,2
/proc/698171/task/698190/stat : 698190 (Common-Cleaner) S 698168 698171 697934 0 -1 1077936192 5212 0 0 0 0 1 0 0 20 0 20 0 139574172 19566772224 1505449 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
[pid=698171/tid=698223] ppid=698168 vsize=19108176 memory=6021796 CPUtime=0 cores=0,2
/proc/698171/task/698223/stat : 698223 (Timer-0) S 698168 698171 697934 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 139574756 19566772224 1505449 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
Current children cumulated CPU time: 3416.52 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6021796 KiB

[startup+3462.3 s]
/proc/loadavg: 4.21 4.21 4.12 5/320 700029
/proc/meminfo: memFree=110883816/131655788 swapFree=131071996/131071996
[pid=698171] ppid=698168 vsize=19108176 memory=6021800 CPUtime=3476.45 cores=0,2
/proc/698171/stat : 698171 (java) S 698168 698171 697934 0 -1 1077936128 285318 0 0 0 347312 333 0 0 20 0 20 0 139574165 19566772224 1505450 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
/proc/698171/statm: 4777044 1505450 5914 1 0 1545416 0
[pid=698171/tid=698173] ppid=698168 vsize=19108176 memory=11508 CPUtime=3442.08 cores=0,2
/proc/698171/task/698173/stat : 698173 (java) R 698168 698171 697934 0 -1 4194368 102118 0 0 0 344101 107 0 0 20 0 20 0 139574165 19566772224 1505450 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
[pid=698171/tid=698183] ppid=698168 vsize=19108176 memory=6021796 CPUtime=0 cores=0,2
/proc/698171/task/698183/stat : 698183 (Finalizer) S 698168 698171 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139574171 19566772224 1505450 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
[pid=698171/tid=698190] ppid=698168 vsize=19108176 memory=6021800 CPUtime=0.01 cores=0,2
/proc/698171/task/698190/stat : 698190 (Common-Cleaner) S 698168 698171 697934 0 -1 1077936192 5322 0 0 0 0 1 0 0 20 0 20 0 139574172 19566772224 1505450 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
[pid=698171/tid=698223] ppid=698168 vsize=19108176 memory=35540 CPUtime=0 cores=0,2
/proc/698171/task/698223/stat : 698223 (Timer-0) S 698168 698171 697934 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 139574756 19566772224 1505450 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
Current children cumulated CPU time: 3476.45 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6021800 KiB

[startup+3522.3 s]
/proc/loadavg: 4.75 4.35 4.17 6/320 700040
/proc/meminfo: memFree=110883404/131655788 swapFree=131071996/131071996
[pid=698171] ppid=698168 vsize=19108176 memory=6021804 CPUtime=3536.06 cores=0,2
/proc/698171/stat : 698171 (java) S 698168 698171 697934 0 -1 1077936128 289642 0 0 0 353268 338 0 0 20 0 20 0 139574165 19566772224 1505451 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
/proc/698171/statm: 4777044 1505451 5914 1 0 1545416 0
[pid=698171/tid=698173] ppid=698168 vsize=19108176 memory=6021800 CPUtime=3501.35 cores=0,2
/proc/698171/task/698173/stat : 698173 (java) R 698168 698171 697934 0 -1 4194368 103907 0 0 0 350028 107 0 0 20 0 20 0 139574165 19566772224 1505451 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
[pid=698171/tid=698183] ppid=698168 vsize=19108176 memory=6021804 CPUtime=0 cores=0,2
/proc/698171/task/698183/stat : 698183 (Finalizer) S 698168 698171 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139574171 19566772224 1505451 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
[pid=698171/tid=698190] ppid=698168 vsize=19108176 memory=2580 CPUtime=0.01 cores=0,2
/proc/698171/task/698190/stat : 698190 (Common-Cleaner) S 698168 698171 697934 0 -1 1077936192 5387 0 0 0 0 1 0 0 20 0 20 0 139574172 19566772224 1505451 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
[pid=698171/tid=698223] ppid=698168 vsize=19108176 memory=12020 CPUtime=0 cores=0,2
/proc/698171/task/698223/stat : 698223 (Timer-0) S 698168 698171 697934 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 139574756 19566772224 1505451 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
Current children cumulated CPU time: 3536.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6021804 KiB

[startup+3582.3 s]
/proc/loadavg: 4.72 4.43 4.21 5/319 700051
/proc/meminfo: memFree=110807280/131655788 swapFree=131071996/131071996
[pid=698171] ppid=698168 vsize=19108176 memory=6021804 CPUtime=3595.81 cores=0,2
/proc/698171/stat : 698171 (java) S 698168 698171 697934 0 -1 1077936128 293049 0 0 0 359240 341 0 0 20 0 20 0 139574165 19566772224 1505451 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
/proc/698171/statm: 4777044 1505451 5914 1 0 1545416 0
[pid=698171/tid=698173] ppid=698168 vsize=19108176 memory=11508 CPUtime=3560.56 cores=0,2
/proc/698171/task/698173/stat : 698173 (java) R 698168 698171 697934 0 -1 4194368 104968 0 0 0 355949 107 0 0 20 0 20 0 139574165 19566772224 1505451 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
[pid=698171/tid=698183] ppid=698168 vsize=19108176 memory=6021804 CPUtime=0 cores=0,2
/proc/698171/task/698183/stat : 698183 (Finalizer) S 698168 698171 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139574171 19566772224 1505451 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
[pid=698171/tid=698190] ppid=698168 vsize=19108176 memory=11508 CPUtime=0.01 cores=0,2
/proc/698171/task/698190/stat : 698190 (Common-Cleaner) S 698168 698171 697934 0 -1 1077936192 5450 0 0 0 0 1 0 0 20 0 20 0 139574172 19566772224 1505451 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
[pid=698171/tid=698223] ppid=698168 vsize=19108176 memory=6021804 CPUtime=0 cores=0,2
/proc/698171/task/698223/stat : 698223 (Timer-0) S 698168 698171 697934 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 139574756 19566772224 1505451 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
Current children cumulated CPU time: 3595.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6021804 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3586.6 s]
/proc/loadavg: 4.66 4.43 4.21 5/319 700052
/proc/meminfo: memFree=110807336/131655788 swapFree=131071996/131071996
[pid=698171] ppid=698168 vsize=19108176 memory=6021804 CPUtime=3600.07 cores=0,2
/proc/698171/stat : 698171 (java) S 698168 698171 697934 0 -1 1077936128 293123 0 0 0 359666 341 0 0 20 0 20 0 139574165 19566772224 1505451 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
/proc/698171/statm: 4777044 1505451 5914 1 0 1545416 0
[pid=698171/tid=698173] ppid=698168 vsize=19108176 memory=2772 CPUtime=3564.82 cores=0,2
/proc/698171/task/698173/stat : 698173 (java) R 698168 698171 697934 0 -1 4194368 105042 0 0 0 356375 107 0 0 20 0 20 0 139574165 19566772224 1505451 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
[pid=698171/tid=698183] ppid=698168 vsize=19108176 memory=5128 CPUtime=0 cores=0,2
/proc/698171/task/698183/stat : 698183 (Finalizer) S 698168 698171 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139574171 19566772224 1505451 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
[pid=698171/tid=698190] ppid=698168 vsize=19108176 memory=6085364 CPUtime=0.01 cores=0,2
/proc/698171/task/698190/stat : 698190 (Common-Cleaner) S 698168 698171 697934 0 -1 1077936192 5450 0 0 0 0 1 0 0 20 0 20 0 139574172 19566772224 1505451 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
[pid=698171/tid=698223] ppid=698168 vsize=19108176 memory=-8670671062512935612 CPUtime=0 cores=0,2
/proc/698171/task/698223/stat : 698223 (Timer-0) S 698168 698171 697934 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 139574756 19566772224 1505451 134679101440 94714867752960 94714867756656 140735949240144 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94714867764472 94714867765264 94714899533824 140735949243350 140735949243463 140735949243463 140735949250504 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6021804 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.77 s, system=3.4395 s

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

[startup+3586.71 s]*
/proc/loadavg: 4.66 4.43 4.21 5/301 700055
/proc/meminfo: memFree=116817260/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): 3586.72
CPU time (s): 3600.21
CPU user time (s): 3596.77
CPU system time (s): 3.4395
CPU usage (%): 100.376
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 6021804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.77
system time used= 3.4395
maximum resident set size= 6023512
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 296251
page faults= 0
swaps= 0
block input operations= 8
block output operations= 3200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 113772
involuntary context switches= 28124


# summary of solver processes directly reported to runsolver:
#   pid: 698171
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3596.77
#   total CPU system time (s): 3.4395

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.1025 second user time and 36.5431 second system time

The end

Launcher Data

Begin job on nodeC006 at 2024-07-13 14:36:07
IDJOB=4424444
IDBENCH=143873
IDSOLVER=3035
FILE ID=nodeC006/4424444-1720874154
RUNJOBID= nodeC006-1720874164-697944
SLURM_JOB_ID= 7483754
Free space on /tmp= 723780 MiB

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

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

MD5SUM BENCH= 145fe6fe39a80fcaff25336bfbc8c080
RANDOM SEED=1528393746

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.251
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.94
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		: 2394.494
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.26
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.258
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.94
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		: 2294.723
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.26
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		: 2594.035
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.94
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		: 2095.240
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.26
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		: 2793.576
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.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        129842796 kB
MemAvailable:   129698936 kB
Buffers:          316624 kB
Cached:           389296 kB
SwapCached:            0 kB
Active:           466680 kB
Inactive:         850816 kB
Active(anon):       1444 kB
Inactive(anon):   647828 kB
Active(file):     465236 kB
Inactive(file):   202988 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              4952 kB
Writeback:             4 kB
AnonPages:        611356 kB
Mapped:           120836 kB
Shmem:             37704 kB
KReclaimable:      55892 kB
Slab:             144396 kB
SReclaimable:      55892 kB
SUnreclaim:        88504 kB
KernelStack:        4496 kB
PageTables:        10528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    5062716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            45792 kB
HardwareCorrupted:     0 kB
AnonHugePages:    319488 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= 723768 MiB
End job on nodeC006 at 2024-07-13 15:35:53