Trace number 4424980

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 Resolution Default 2024-07-07? (TO) 3600.22 3593.82

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/pedigree/
normalized-sheep4nr_wcsp.wbo
MD5SUM4e6635c5c95c47c2cfb6034439056f8c
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark23
Best CPU time to get the best result obtained on this benchmark241.566
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables89900
Total number of constraints5924003
Number of soft constraints5915013
Number of constraints which are clauses5915013
Number of constraints which are cardinality constraints (but not clauses)8990
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint10
Top cost 2482
Min constraint cost 1
Max constraint cost 2482
Sum of constraints costs 14625664017
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 11
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.10	c See www.sat4j.org for details.
0.00/0.11	c version CUSTOM.v20240707
0.14/0.12	c java.runtime.name	OpenJDK Runtime Environment
0.14/0.12	c java.vm.name		OpenJDK 64-Bit Server VM
0.14/0.12	c java.vm.version	22.0.1+8-16
0.14/0.12	c java.vm.vendor	Oracle Corporation
0.14/0.12	c sun.arch.data.model	64
0.14/0.12	c java.version		22.0.1
0.14/0.12	c os.name		Linux
0.14/0.12	c os.version		4.18.0-301.1.el8.x86_64
0.14/0.12	c os.arch		amd64
0.14/0.12	c Free memory 		2115194816
0.14/0.12	c Max memory 		16282288128
0.14/0.12	c Total memory 		2122317824
0.14/0.12	c Number of processors 	2
0.14/0.16	--- Begin Solver configuration ---
0.14/0.16	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.16	Learn all clauses as in MiniSAT
0.14/0.16	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.16	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.16	No reason simplification
0.14/0.16	Glucose 2.1 dynamic restart strategy
0.14/0.16	Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.14/0.16	timeout=2147483s
0.14/0.16	DB Simplification allowed=false
0.14/0.16	Listener: none
0.14/0.16	--- End Solver configuration ---
0.14/0.16	c Pseudo Boolean Optimization by upper bound
0.14/0.16	c --- Begin Solver configuration ---
0.14/0.16	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.16	c Learn all clauses as in MiniSAT
0.14/0.16	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.16	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.16	c No reason simplification
0.14/0.16	c Glucose 2.1 dynamic restart strategy
0.14/0.16	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.14/0.16	c timeout=2147483s
0.14/0.16	c DB Simplification allowed=false
0.14/0.16	c Listener: none
0.14/0.16	c --- End Solver configuration ---
0.14/0.16	c solving HOME/instance-4424980-1720890803.wbo
0.14/0.16	c reading problem ... 
39.83/29.68	c ... done. Wall clock time 29.517s.
39.83/29.68	c declared #vars     89900
39.83/29.68	c internal #vars     6004913
39.83/29.68	c #constraints  5932994
39.83/29.68	c constraints type 
39.83/29.68	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 22329
39.83/29.68	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 8990
39.83/29.68	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
39.83/29.68	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5901674
39.83/29.68	c 5932994 constraints processed.
39.96/29.70	c objective function length is 5915013 literals
3600.06/3593.73	c timeout
3600.06/3593.73	c starts		: 14
3600.06/3593.76	c conflicts		: 2125
3600.06/3593.76	c decisions		: 16331480
3600.06/3593.76	c propagations		: 41713578
3600.06/3593.76	c inspects		: 40389706
3600.06/3593.76	c shortcuts		: 0
3600.06/3593.76	c learnt literals	: 0
3600.06/3593.76	c learnt binary clauses	: 927
3600.06/3593.76	c learnt ternary clauses	: 102
3600.06/3593.76	c learnt constraints	: 2125
3600.06/3593.76	c ignored constraints	: 0
3600.06/3593.76	c root simplifications	: 0
3600.06/3593.76	c removed literals (reason simplification)	: 0
3600.06/3593.76	c reason swapping (by a shorter reason)	: 0
3600.06/3593.76	c Calls to reduceDB	: 0
3600.06/3593.76	c Number of update (reduction) of LBD	: 132
3600.06/3593.76	c Imported unit clauses	: 0
3600.06/3593.76	c No decision after first conflict	: false
3600.06/3593.76	c number of reductions to clauses (during analyze)	: 0
3600.06/3593.76	c number of learned constraints concerned by reduction	: 0
3600.06/3593.76	c number of learning phase by resolution	: 0
3600.06/3593.76	c number of learning phase by cutting planes	: 0
3600.06/3593.76	c number of rounding to 1 operations	: 0
3600.06/3593.76	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3593.76	c number of reductions of the coefficients by power 2 	: 0
3600.06/3593.76	c number of right shift for reduction by power 2 	: 0
3600.06/3593.76	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3593.76	c number of ending skipping 	: 0
3600.06/3593.76	c number of internal skipping 	: 0
3600.06/3593.76	c number of derivation steps 	: 0
3600.06/3593.76	c number of skipped derivation steps 	: 0
3600.06/3593.76	c number of remaining unassigned 	: 0
3600.06/3593.76	c number of remaining assigned 	: 0
3600.06/3593.76	c number of falsified literals weakened from reason	: 0
3600.06/3593.76	c number of falsified literals weakened from conflict	: 0
3600.06/3593.76	c time for arithmetic operations	: 0
3600.06/3593.77	c minimum degree of deleted constraints	: null
3600.06/3593.77	c maximum degree of deleted constraints	: null
3600.06/3593.77	c number of deleted constraints	: 0
3600.06/3593.77	c speed (assignments/second)	: 11706.422713507425
3600.06/3593.77	c non guided choices	: 1241121
3600.06/3593.77	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1198
3600.06/3593.77	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 927
3600.06/3593.77	s UNKNOWN
3600.06/3593.77	c Total wall clock time (in seconds): 3593.61

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4424980-1720890803/watcher-4424980-1720890803 -o /tmp/evaluation-result-4424980-1720890803/solver-4424980-1720890803 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1720890801-716009 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4424980-1720890803.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 Starting watchdog thread

Linux Starting watchdog thread

Current StackSize limit: 8192 KiB

solver pid=716664, runsolver pid=716661

[startup+0.100899 s]*
/proc/loadavg: 1.87 0.49 0.24 8/319 716682
/proc/meminfo: memFree=129252780/131655788 swapFree=131071996/131071996
[pid=716664] ppid=716661 vsize=18975048 memory=59012 CPUtime=0.14 cores=0,2
/proc/716664/stat : 716664 (java) S 716661 716664 715999 0 -1 1077936128 6722 0 0 0 11 3 0 0 20 0 18 0 141238481 19430449152 14753 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
/proc/716664/statm: 4743762 14753 5692 1 0 551011 0
[pid=716664/tid=716666] ppid=716661 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=0,2
/proc/716664/task/716666/stat : 716666 (java) S 716661 716664 715999 0 -1 1077936192 5662 0 0 0 7 2 0 0 20 0 18 0 141238482 19430449152 14753 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
[pid=716664/tid=716675] ppid=716661 vsize=18975048 memory=228556276070 CPUtime=0 cores=0,2
/proc/716664/task/716675/stat : 716675 (Finalizer) S 716661 716664 715999 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 141238487 19430449152 14753 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
[pid=716664/tid=716682] ppid=716661 vsize=18975048 memory=14135562894496790 CPUtime=0 cores=0,2
/proc/716664/task/716682/stat : 716682 (Common-Cleaner) S 716661 716664 715999 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 141238488 19430449152 14753 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 59012 KiB

[startup+0.216569 s]*
/proc/loadavg: 1.87 0.49 0.24 7/319 716682
/proc/meminfo: memFree=129144356/131655788 swapFree=131071996/131071996
[pid=716664] ppid=716661 vsize=18976076 memory=183560 CPUtime=0.33 cores=0,2
/proc/716664/stat : 716664 (java) S 716661 716664 715999 0 -1 1077936128 7614 0 0 0 27 6 0 0 20 0 19 0 141238481 19431501824 45890 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
/proc/716664/statm: 4744019 45890 5738 1 0 552006 0
[pid=716664/tid=716666] ppid=716661 vsize=18976076 memory=4782652875487838339 CPUtime=0.18 cores=0,2
/proc/716664/task/716666/stat : 716666 (java) S 716661 716664 715999 0 -1 1077936192 6022 0 0 0 13 5 0 0 20 0 19 0 141238482 19431501824 45890 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
[pid=716664/tid=716675] ppid=716661 vsize=18976076 memory=694 CPUtime=0 cores=0,2
/proc/716664/task/716675/stat : 716675 (Finalizer) S 716661 716664 715999 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 141238487 19431501824 45890 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
[pid=716664/tid=716682] ppid=716661 vsize=18976076 memory=15536340708104212 CPUtime=0 cores=0,2
/proc/716664/task/716682/stat : 716682 (Common-Cleaner) S 716661 716664 715999 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 141238488 19431501824 45890 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18976076 KiB
Current children cumulated memory: 183560 KiB

[startup+0.317361 s]*
/proc/loadavg: 1.87 0.49 0.24 7/320 716683
/proc/meminfo: memFree=129114872/131655788 swapFree=131071996/131071996
[pid=716664] ppid=716661 vsize=19041612 memory=188436 CPUtime=0.47 cores=0,2
/proc/716664/stat : 716664 (java) S 716661 716664 715999 0 -1 1077936128 7769 0 0 0 41 6 0 0 20 0 19 0 141238481 19498610688 47109 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
/proc/716664/statm: 4760403 47109 5807 1 0 552085 0
[pid=716664/tid=716666] ppid=716661 vsize=19041612 memory=-9103855562836583100 CPUtime=0.24 cores=0,2
/proc/716664/task/716666/stat : 716666 (java) S 716661 716664 715999 0 -1 1077936192 6030 0 0 0 19 5 0 0 20 0 19 0 141238482 19498610688 47109 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
[pid=716664/tid=716675] ppid=716661 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/716664/task/716675/stat : 716675 (Finalizer) S 716661 716664 715999 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 141238487 19498610688 47109 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
[pid=716664/tid=716682] ppid=716661 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/716664/task/716682/stat : 716682 (Common-Cleaner) S 716661 716664 715999 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 141238488 19498610688 47109 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 188436 KiB

[startup+0.706572 s]
/proc/loadavg: 1.87 0.49 0.24 6/320 716683
/proc/meminfo: memFree=128612700/131655788 swapFree=131071996/131071996
[pid=716664] ppid=716661 vsize=19041612 memory=1090028 CPUtime=1.14 cores=0,2
/proc/716664/stat : 716664 (java) S 716661 716664 715999 0 -1 1077936128 10324 0 0 0 87 27 0 0 20 0 19 0 141238481 19498610688 272507 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
/proc/716664/statm: 4760403 272507 5834 1 0 1528419 0
[pid=716664/tid=716666] ppid=716661 vsize=19041612 memory=5576 CPUtime=0.56 cores=0,2
/proc/716664/task/716666/stat : 716666 (java) R 716661 716664 715999 0 -1 4194368 6470 0 0 0 31 25 0 0 20 0 19 0 141238482 19498610688 272507 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
[pid=716664/tid=716675] ppid=716661 vsize=19041612 memory=12676 CPUtime=0 cores=0,2
/proc/716664/task/716675/stat : 716675 (Finalizer) S 716661 716664 715999 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 141238487 19498610688 272507 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
[pid=716664/tid=716682] ppid=716661 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/716664/task/716682/stat : 716682 (Common-Cleaner) S 716661 716664 715999 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 141238488 19498610688 272507 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1090028 KiB

[startup+1.50057 s]
/proc/loadavg: 1.87 0.49 0.24 5/320 716683
/proc/meminfo: memFree=127650628/131655788 swapFree=131071996/131071996
[pid=716664] ppid=716661 vsize=19041612 memory=2066064 CPUtime=2.45 cores=0,2
/proc/716664/stat : 716664 (java) S 716661 716664 715999 0 -1 1077936128 19283 0 0 0 195 50 0 0 20 0 19 0 141238481 19498610688 516516 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
/proc/716664/statm: 4760403 516516 5897 1 0 1534132 0
[pid=716664/tid=716666] ppid=716661 vsize=19041612 memory=12676 CPUtime=1.28 cores=0,2
/proc/716664/task/716666/stat : 716666 (java) R 716661 716664 715999 0 -1 4194368 6925 0 0 0 82 46 0 0 20 0 19 0 141238482 19498610688 516516 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
[pid=716664/tid=716675] ppid=716661 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/716664/task/716675/stat : 716675 (Finalizer) S 716661 716664 715999 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 141238487 19498610688 516516 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
[pid=716664/tid=716682] ppid=716661 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/716664/task/716682/stat : 716682 (Common-Cleaner) S 716661 716664 715999 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 141238488 19498610688 516516 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
Current children cumulated CPU time: 2.45 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2066064 KiB

[startup+3.10549 s]
/proc/loadavg: 2.20 0.58 0.27 7/320 716683
/proc/meminfo: memFree=126781376/131655788 swapFree=131071996/131071996
[pid=716664] ppid=716661 vsize=19041612 memory=2471908 CPUtime=5.29 cores=0,2
/proc/716664/stat : 716664 (java) S 716661 716664 715999 0 -1 1077936128 21020 0 0 0 468 61 0 0 20 0 19 0 141238481 19498610688 617977 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
/proc/716664/statm: 4760403 617977 5913 1 0 1534666 0
[pid=716664/tid=716666] ppid=716661 vsize=19041612 memory=0 CPUtime=2.83 cores=0,2
/proc/716664/task/716666/stat : 716666 (java) R 716661 716664 715999 0 -1 4194368 7130 0 0 0 229 54 0 0 20 0 19 0 141238482 19498610688 617977 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
[pid=716664/tid=716675] ppid=716661 vsize=19041612 memory=12676 CPUtime=0 cores=0,2
/proc/716664/task/716675/stat : 716675 (Finalizer) S 716661 716664 715999 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 141238487 19498610688 617977 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
[pid=716664/tid=716682] ppid=716661 vsize=19041612 memory=2124728 CPUtime=0 cores=0,2
/proc/716664/task/716682/stat : 716682 (Common-Cleaner) S 716661 716664 715999 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 141238488 19498610688 617977 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
Current children cumulated CPU time: 5.29 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2471908 KiB

[startup+6.30039 s]
/proc/loadavg: 2.20 0.58 0.27 5/320 716683
/proc/meminfo: memFree=125550420/131655788 swapFree=131071996/131071996
[pid=716664] ppid=716661 vsize=19041612 memory=3732836 CPUtime=9.68 cores=0,2
/proc/716664/stat : 716664 (java) S 716661 716664 715999 0 -1 1077936128 23100 0 0 0 881 87 0 0 20 0 19 0 141238481 19498610688 933209 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
/proc/716664/statm: 4760403 933209 5913 1 0 2002640 0
[pid=716664/tid=716666] ppid=716661 vsize=19041612 memory=0 CPUtime=4.79 cores=0,2
/proc/716664/task/716666/stat : 716666 (java) R 716661 716664 715999 0 -1 4194368 7495 0 0 0 413 66 0 0 20 0 19 0 141238482 19498610688 933209 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
[pid=716664/tid=716675] ppid=716661 vsize=19041612 memory=2116536 CPUtime=0 cores=0,2
/proc/716664/task/716675/stat : 716675 (Finalizer) S 716661 716664 715999 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 141238487 19498610688 933209 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
[pid=716664/tid=716682] ppid=716661 vsize=19041612 memory=224194199869 CPUtime=0 cores=0,2
/proc/716664/task/716682/stat : 716682 (Common-Cleaner) S 716661 716664 715999 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 141238488 19498610688 933209 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
Current children cumulated CPU time: 9.68 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3732836 KiB

[startup+12.7006 s]
/proc/loadavg: 2.42 0.66 0.29 5/320 716684
/proc/meminfo: memFree=123489748/131655788 swapFree=131071996/131071996
[pid=716664] ppid=716661 vsize=19041612 memory=5674084 CPUtime=17.58 cores=0,2
/proc/716664/stat : 716664 (java) S 716661 716664 715999 0 -1 1077936128 25464 0 0 0 1628 130 0 0 20 0 19 0 141238481 19498610688 1418521 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
/proc/716664/statm: 4760403 1418521 5913 1 0 3224648 0
[pid=716664/tid=716666] ppid=716661 vsize=19041612 memory=5596260 CPUtime=9.64 cores=0,2
/proc/716664/task/716666/stat : 716666 (java) R 716661 716664 715999 0 -1 4194368 8069 0 0 0 872 92 0 0 20 0 19 0 141238482 19498610688 1418521 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
[pid=716664/tid=716675] ppid=716661 vsize=19041612 memory=5264112 CPUtime=0 cores=0,2
/proc/716664/task/716675/stat : 716675 (Finalizer) S 716661 716664 715999 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 141238487 19498610688 1418521 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
[pid=716664/tid=716682] ppid=716661 vsize=19041612 memory=16102571949426382 CPUtime=0 cores=0,2
/proc/716664/task/716682/stat : 716682 (Common-Cleaner) S 716661 716664 715999 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 141238488 19498610688 1418521 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
Current children cumulated CPU time: 17.58 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5674084 KiB

[startup+25.5006 s]
/proc/loadavg: 3.06 0.89 0.37 5/320 716686
/proc/meminfo: memFree=120361900/131655788 swapFree=131071996/131071996
[pid=716664] ppid=716661 vsize=19041612 memory=8719224 CPUtime=33.28 cores=0,2
/proc/716664/stat : 716664 (java) S 716661 716664 715999 0 -1 1077936128 28692 0 0 0 3133 195 0 0 20 0 19 0 141238481 19498610688 2179806 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
/proc/716664/statm: 4760403 2179806 5913 1 0 3824203 0
[pid=716664/tid=716666] ppid=716661 vsize=19041612 memory=7511016 CPUtime=19.4 cores=0,2
/proc/716664/task/716666/stat : 716666 (java) S 716661 716664 715999 0 -1 1077936192 9192 0 0 0 1801 139 0 0 20 0 19 0 141238482 19498610688 2179806 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
[pid=716664/tid=716675] ppid=716661 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/716664/task/716675/stat : 716675 (Finalizer) S 716661 716664 715999 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 141238487 19498610688 2179806 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
[pid=716664/tid=716682] ppid=716661 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/716664/task/716682/stat : 716682 (Common-Cleaner) S 716661 716664 715999 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 141238488 19498610688 2179806 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
Current children cumulated CPU time: 33.28 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 8719224 KiB

[startup+51.1134 s]
/proc/loadavg: 3.44 1.15 0.48 5/322 716692
/proc/meminfo: memFree=117976332/131655788 swapFree=131071996/131071996
[pid=716664] ppid=716661 vsize=19174740 memory=10202644 CPUtime=62.87 cores=0,2
/proc/716664/stat : 716664 (java) S 716661 716664 715999 0 -1 1077936128 32021 0 0 0 6060 227 0 0 20 0 21 0 141238481 19634933760 2550661 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
/proc/716664/statm: 4793685 2550661 5951 1 0 3911600 0
[pid=716664/tid=716666] ppid=716661 vsize=19174740 memory=10202644 CPUtime=43.61 cores=0,2
/proc/716664/task/716666/stat : 716666 (java) R 716661 716664 715999 0 -1 4194368 11226 0 0 0 4201 160 0 0 20 0 21 0 141238482 19634933760 2550661 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
[pid=716664/tid=716675] ppid=716661 vsize=19174740 memory=5717092 CPUtime=0 cores=0,2
/proc/716664/task/716675/stat : 716675 (Finalizer) S 716661 716664 715999 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 141238487 19634933760 2550661 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
[pid=716664/tid=716682] ppid=716661 vsize=19174740 memory=2471908 CPUtime=0 cores=0,2
/proc/716664/task/716682/stat : 716682 (Common-Cleaner) S 716661 716664 715999 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 141238488 19634933760 2550661 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
[pid=716664/tid=716689] ppid=716661 vsize=19174740 memory=164 CPUtime=0 cores=0,2
/proc/716664/task/716689/stat : 716689 (Timer-0) S 716661 716664 715999 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 141241528 19634933760 2550661 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
Current children cumulated CPU time: 62.87 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 10202644 KiB

[startup+102.301 s]
/proc/loadavg: 3.87 1.62 0.67 5/322 716702
/proc/meminfo: memFree=117278688/131655788 swapFree=131071996/131071996

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

/proc/meminfo: memFree=111970400/131655788 swapFree=131071996/131071996
[pid=716664] ppid=716661 vsize=19174740 memory=10202984 CPUtime=3289.28 cores=0,2
/proc/716664/stat : 716664 (java) S 716661 716664 715999 0 -1 1077936128 135291 0 0 0 328427 501 0 0 20 0 21 0 141238481 19634933760 2550746 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
/proc/716664/statm: 4793685 2550746 5967 1 0 3911601 0
[pid=716664/tid=716666] ppid=716661 vsize=19174740 memory=10202984 CPUtime=3263.62 cores=0,2
/proc/716664/task/716666/stat : 716666 (java) R 716661 716664 715999 0 -1 4194368 74993 0 0 0 326190 172 0 0 20 0 21 0 141238482 19634933760 2550746 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
[pid=716664/tid=716675] ppid=716661 vsize=19174740 memory=10202984 CPUtime=0 cores=0,2
/proc/716664/task/716675/stat : 716675 (Finalizer) S 716661 716664 715999 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 141238487 19634933760 2550746 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
[pid=716664/tid=716682] ppid=716661 vsize=19174740 memory=10202984 CPUtime=0.01 cores=0,2
/proc/716664/task/716682/stat : 716682 (Common-Cleaner) S 716661 716664 715999 0 -1 1077936192 7133 0 0 0 0 1 0 0 20 0 21 0 141238488 19634933760 2550746 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
[pid=716664/tid=716689] ppid=716661 vsize=19174740 memory=10202984 CPUtime=0 cores=0,2
/proc/716664/task/716689/stat : 716689 (Timer-0) S 716661 716664 715999 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 141241528 19634933760 2550746 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
Current children cumulated CPU time: 3289.28 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 10202984 KiB

[startup+3342.3 s]
/proc/loadavg: 4.23 4.20 4.17 5/318 718488
/proc/meminfo: memFree=111893528/131655788 swapFree=131071996/131071996
[pid=716664] ppid=716661 vsize=19174740 memory=10202984 CPUtime=3349.17 cores=0,2
/proc/716664/stat : 716664 (java) S 716661 716664 715999 0 -1 1077936128 137471 0 0 0 334412 505 0 0 20 0 21 0 141238481 19634933760 2550746 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
/proc/716664/statm: 4793685 2550746 5967 1 0 3911601 0
[pid=716664/tid=716666] ppid=716661 vsize=19174740 memory=10202984 CPUtime=3323.41 cores=0,2
/proc/716664/task/716666/stat : 716666 (java) R 716661 716664 715999 0 -1 4194368 76729 0 0 0 332168 173 0 0 20 0 21 0 141238482 19634933760 2550746 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
[pid=716664/tid=716675] ppid=716661 vsize=19174740 memory=37152 CPUtime=0 cores=0,2
/proc/716664/task/716675/stat : 716675 (Finalizer) S 716661 716664 715999 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 141238487 19634933760 2550746 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
[pid=716664/tid=716682] ppid=716661 vsize=19174740 memory=37152 CPUtime=0.01 cores=0,2
/proc/716664/task/716682/stat : 716682 (Common-Cleaner) S 716661 716664 715999 0 -1 1077936192 7252 0 0 0 0 1 0 0 20 0 21 0 141238488 19634933760 2550746 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
[pid=716664/tid=716689] ppid=716661 vsize=19174740 memory=10202984 CPUtime=0 cores=0,2
/proc/716664/task/716689/stat : 716689 (Timer-0) S 716661 716664 715999 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 141241528 19634933760 2550746 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
Current children cumulated CPU time: 3349.17 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 10202984 KiB

[startup+3402.3 s]
/proc/loadavg: 4.17 4.19 4.17 5/318 718498
/proc/meminfo: memFree=111658892/131655788 swapFree=131071996/131071996
[pid=716664] ppid=716661 vsize=19174740 memory=10202984 CPUtime=3409.05 cores=0,2
/proc/716664/stat : 716664 (java) S 716661 716664 715999 0 -1 1077936128 138963 0 0 0 340395 510 0 0 20 0 21 0 141238481 19634933760 2550746 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
/proc/716664/statm: 4793685 2550746 5967 1 0 3911601 0
[pid=716664/tid=716666] ppid=716661 vsize=19174740 memory=37152 CPUtime=3383.19 cores=0,2
/proc/716664/task/716666/stat : 716666 (java) R 716661 716664 715999 0 -1 4194368 77936 0 0 0 338146 173 0 0 20 0 21 0 141238482 19634933760 2550746 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
[pid=716664/tid=716675] ppid=716661 vsize=19174740 memory=10202984 CPUtime=0 cores=0,2
/proc/716664/task/716675/stat : 716675 (Finalizer) S 716661 716664 715999 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 141238487 19634933760 2550746 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
[pid=716664/tid=716682] ppid=716661 vsize=19174740 memory=10202984 CPUtime=0.01 cores=0,2
/proc/716664/task/716682/stat : 716682 (Common-Cleaner) S 716661 716664 715999 0 -1 1077936192 7369 0 0 0 0 1 0 0 20 0 21 0 141238488 19634933760 2550746 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
[pid=716664/tid=716689] ppid=716661 vsize=19174740 memory=10202984 CPUtime=0 cores=0,2
/proc/716664/task/716689/stat : 716689 (Timer-0) S 716661 716664 715999 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 141241528 19634933760 2550746 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
Current children cumulated CPU time: 3409.05 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 10202984 KiB

[startup+3462.3 s]
/proc/loadavg: 4.19 4.18 4.17 5/320 718513
/proc/meminfo: memFree=111551360/131655788 swapFree=131071996/131071996
[pid=716664] ppid=716661 vsize=19174740 memory=10202984 CPUtime=3468.93 cores=0,2
/proc/716664/stat : 716664 (java) S 716661 716664 715999 0 -1 1077936128 140761 0 0 0 346378 515 0 0 20 0 21 0 141238481 19634933760 2550746 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
/proc/716664/statm: 4793685 2550746 5967 1 0 3911601 0
[pid=716664/tid=716666] ppid=716661 vsize=19174740 memory=37152 CPUtime=3442.97 cores=0,2
/proc/716664/task/716666/stat : 716666 (java) R 716661 716664 715999 0 -1 4194368 79270 0 0 0 344124 173 0 0 20 0 21 0 141238482 19634933760 2550746 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
[pid=716664/tid=716675] ppid=716661 vsize=19174740 memory=10202984 CPUtime=0 cores=0,2
/proc/716664/task/716675/stat : 716675 (Finalizer) S 716661 716664 715999 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 141238487 19634933760 2550746 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
[pid=716664/tid=716682] ppid=716661 vsize=19174740 memory=12440 CPUtime=0.02 cores=0,2
/proc/716664/task/716682/stat : 716682 (Common-Cleaner) S 716661 716664 715999 0 -1 1077936192 7508 0 0 0 1 1 0 0 20 0 21 0 141238488 19634933760 2550746 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
[pid=716664/tid=716689] ppid=716661 vsize=19174740 memory=10202984 CPUtime=0 cores=0,2
/proc/716664/task/716689/stat : 716689 (Timer-0) S 716661 716664 715999 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 141241528 19634933760 2550746 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
Current children cumulated CPU time: 3468.93 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 10202984 KiB

[startup+3522.3 s]
/proc/loadavg: 4.19 4.18 4.17 5/320 718523
/proc/meminfo: memFree=111550544/131655788 swapFree=131071996/131071996
[pid=716664] ppid=716661 vsize=19174740 memory=10202984 CPUtime=3528.81 cores=0,2
/proc/716664/stat : 716664 (java) S 716661 716664 715999 0 -1 1077936128 142350 0 0 0 352362 519 0 0 20 0 21 0 141238481 19634933760 2550746 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
/proc/716664/statm: 4793685 2550746 5967 1 0 3911601 0
[pid=716664/tid=716666] ppid=716661 vsize=19174740 memory=10202984 CPUtime=3502.76 cores=0,2
/proc/716664/task/716666/stat : 716666 (java) R 716661 716664 715999 0 -1 4194368 80410 0 0 0 350103 173 0 0 20 0 21 0 141238482 19634933760 2550746 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
[pid=716664/tid=716675] ppid=716661 vsize=19174740 memory=10202984 CPUtime=0 cores=0,2
/proc/716664/task/716675/stat : 716675 (Finalizer) S 716661 716664 715999 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 141238487 19634933760 2550746 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
[pid=716664/tid=716682] ppid=716661 vsize=19174740 memory=0 CPUtime=0.02 cores=0,2
/proc/716664/task/716682/stat : 716682 (Common-Cleaner) S 716661 716664 715999 0 -1 1077936192 7638 0 0 0 1 1 0 0 20 0 21 0 141238488 19634933760 2550746 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
[pid=716664/tid=716689] ppid=716661 vsize=19174740 memory=10202984 CPUtime=0 cores=0,2
/proc/716664/task/716689/stat : 716689 (Timer-0) S 716661 716664 715999 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 141241528 19634933760 2550746 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
Current children cumulated CPU time: 3528.81 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 10202984 KiB

[startup+3582.3 s]
/proc/loadavg: 4.65 4.28 4.21 6/319 718602
/proc/meminfo: memFree=114106936/131655788 swapFree=131071996/131071996
[pid=716664] ppid=716661 vsize=19174740 memory=10202984 CPUtime=3588.7 cores=0,2
/proc/716664/stat : 716664 (java) S 716661 716664 715999 0 -1 1077936128 144130 0 0 0 358346 524 0 0 20 0 21 0 141238481 19634933760 2550746 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
/proc/716664/statm: 4793685 2550746 5967 1 0 3911601 0
[pid=716664/tid=716666] ppid=716661 vsize=19174740 memory=10202984 CPUtime=3562.56 cores=0,2
/proc/716664/task/716666/stat : 716666 (java) R 716661 716664 715999 0 -1 4194368 81877 0 0 0 356082 174 0 0 20 0 21 0 141238482 19634933760 2550746 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
[pid=716664/tid=716675] ppid=716661 vsize=19174740 memory=12676 CPUtime=0 cores=0,2
/proc/716664/task/716675/stat : 716675 (Finalizer) S 716661 716664 715999 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 141238487 19634933760 2550746 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
[pid=716664/tid=716682] ppid=716661 vsize=19174740 memory=10202984 CPUtime=0.02 cores=0,2
/proc/716664/task/716682/stat : 716682 (Common-Cleaner) S 716661 716664 715999 0 -1 1077936192 7777 0 0 0 1 1 0 0 20 0 21 0 141238488 19634933760 2550746 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
[pid=716664/tid=716689] ppid=716661 vsize=19174740 memory=10202984 CPUtime=0 cores=0,2
/proc/716664/task/716689/stat : 716689 (Timer-0) S 716661 716664 715999 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 141241528 19634933760 2550746 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
Current children cumulated CPU time: 3588.7 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 10202984 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3593.7 s]
/proc/loadavg: 4.69 4.30 4.21 3/268 718870
/proc/meminfo: memFree=115418420/131655788 swapFree=131071996/131071996
[pid=716664] ppid=716661 vsize=19174740 memory=10202984 CPUtime=3600.06 cores=0,2
/proc/716664/stat : 716664 (java) S 716661 716664 715999 0 -1 1077936128 144185 0 0 0 359481 525 0 0 20 0 21 0 141238481 19634933760 2550746 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
/proc/716664/statm: 4793685 2550746 5967 1 0 3911601 0
[pid=716664/tid=716666] ppid=716661 vsize=19174740 memory=37152 CPUtime=3573.91 cores=0,2
/proc/716664/task/716666/stat : 716666 (java) R 716661 716664 715999 0 -1 4194368 81932 0 0 0 357217 174 0 0 20 0 21 0 141238482 19634933760 2550746 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
[pid=716664/tid=716675] ppid=716661 vsize=19174740 memory=10202984 CPUtime=0 cores=0,2
/proc/716664/task/716675/stat : 716675 (Finalizer) S 716661 716664 715999 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 141238487 19634933760 2550746 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
[pid=716664/tid=716682] ppid=716661 vsize=19174740 memory=12440 CPUtime=0.02 cores=0,2
/proc/716664/task/716682/stat : 716682 (Common-Cleaner) S 716661 716664 715999 0 -1 1077936192 7777 0 0 0 1 1 0 0 20 0 21 0 141238488 19634933760 2550746 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
[pid=716664/tid=716689] ppid=716661 vsize=19174740 memory=10202984 CPUtime=0 cores=0,2
/proc/716664/task/716689/stat : 716689 (Timer-0) S 716661 716664 715999 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 141241528 19634933760 2550746 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 10202984 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.92 s, system=5.29721 s

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

[startup+3593.7 s]
/proc/loadavg: 4.69 4.30 4.21 3/268 718870
/proc/meminfo: memFree=115418420/131655788 swapFree=131071996/131071996
[pid=716664] ppid=716661 vsize=19174740 memory=10202984 CPUtime=3600.06 cores=0,2
/proc/716664/stat : 716664 (java) S 716661 716664 715999 0 -1 1077936128 144185 0 0 0 359481 525 0 0 20 0 21 0 141238481 19634933760 2550746 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
/proc/716664/statm: 4793685 2550746 5967 1 0 3911601 0
[pid=716664/tid=716666] ppid=716661 vsize=19174740 memory=37152 CPUtime=3573.91 cores=0,2
/proc/716664/task/716666/stat : 716666 (java) R 716661 716664 715999 0 -1 4194368 81932 0 0 0 357217 174 0 0 20 0 21 0 141238482 19634933760 2550746 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
[pid=716664/tid=716675] ppid=716661 vsize=19174740 memory=10202984 CPUtime=0 cores=0,2
/proc/716664/task/716675/stat : 716675 (Finalizer) S 716661 716664 715999 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 141238487 19634933760 2550746 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
[pid=716664/tid=716682] ppid=716661 vsize=19174740 memory=12440 CPUtime=0.02 cores=0,2
/proc/716664/task/716682/stat : 716682 (Common-Cleaner) S 716661 716664 715999 0 -1 1077936192 7777 0 0 0 1 1 0 0 20 0 21 0 141238488 19634933760 2550746 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
[pid=716664/tid=716689] ppid=716661 vsize=19174740 memory=10202984 CPUtime=0 cores=0,2
/proc/716664/task/716689/stat : 716689 (Timer-0) S 716661 716664 715999 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 141241528 19634933760 2550746 134679101440 94442152894464 94442152898160 140723259365072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94442152905976 94442152906768 94442166317056 140723259368485 140723259368575 140723259368575 140723259375560 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 10202984 KiB

Child status: 143

Real time (s): 3593.82
CPU time (s): 3600.22
CPU user time (s): 3594.92
CPU system time (s): 5.29721
CPU usage (%): 100.178
Max. virtual memory (cumulated for all children) (KiB): 19174740
Max. memory (cumulated for all children) (KiB): 10202984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.92
system time used= 5.29721
maximum resident set size= 10204620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 147505
page faults= 0
swaps= 0
block input operations= 24
block output operations= 2696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 169411
involuntary context switches= 25302


# summary of solver processes directly reported to runsolver:
#   pid: 716664
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3594.92
#   total CPU system time (s): 5.29721

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.7282 second user time and 36.4827 second system time

The end

Launcher Data

Begin job on nodeC002 at 2024-07-13 19:13:37
IDJOB=4424980
IDBENCH=144107
IDSOLVER=3037
FILE ID=nodeC002/4424980-1720890803
RUNJOBID= nodeC002-1720890801-716009
SLURM_JOB_ID= 7485799
Free space on /tmp= 723528 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/pedigree/normalized-sheep4nr_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4424980-1720890803/watcher-4424980-1720890803 -o /tmp/evaluation-result-4424980-1720890803/solver-4424980-1720890803 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1720890801-716009 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4424980-1720890803.wbo

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

MD5SUM BENCH= 4e6635c5c95c47c2cfb6034439056f8c
RANDOM SEED=1186498392

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3592.798
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.38
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.304
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.314
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.38
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3670.216
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		: 3662.116
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.38
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.437
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.891
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.38
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3668.925
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:        129294772 kB
MemAvailable:   129459844 kB
Buffers:          333592 kB
Cached:           677348 kB
SwapCached:            0 kB
Active:           489404 kB
Inactive:        1362136 kB
Active(anon):       2700 kB
Inactive(anon):   875596 kB
Active(file):     486704 kB
Inactive(file):   486540 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            262936 kB
Writeback:             0 kB
AnonPages:        840412 kB
Mapped:           121924 kB
Shmem:             37704 kB
KReclaimable:      63720 kB
Slab:             154816 kB
SReclaimable:      63720 kB
SUnreclaim:        91096 kB
KernelStack:        4848 kB
PageTables:        11492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    7297968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            47616 kB
HardwareCorrupted:     0 kB
AnonHugePages:    595968 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      160584 kB
DirectMap2M:     7084032 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 723440 MiB
End job on nodeC002 at 2024-07-13 20:13:31