Trace number 4424445

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.12 3600.85

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/scens/
normalized-scen06-22_wcsp.wbo
MD5SUMaae80251a5a7b6924749ae451d053245
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark6270
Best CPU time to get the best result obtained on this benchmark1815.89
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1810
Total number of constraints164594
Number of soft constraints164495
Number of constraints which are clauses164495
Number of constraints which are cardinality constraints (but not clauses)99
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint22
Top cost 252932
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 28915211
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.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2106806208
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.10	c Number of processors 	2
0.12/0.16	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.16	 - never skip resolution steps
0.12/0.16	 - Auto-division on coefficients is disabled
0.12/0.16	 - No postprocessing
0.12/0.16	 - Conflict is considered as is when resolving
0.12/0.16	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.12/0.16	 - Weaken first using unassigned literals
0.12/0.16	 - Bump strategy: ALWAYS_ONE
0.12/0.16	 - Bumper: ASSIGNED
0.12/0.16	--- Begin Solver configuration ---
0.12/0.16	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.12/0.16	Learn all clauses as in MiniSAT
0.12/0.16	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.16	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.16	No reason simplification
0.12/0.16	Armin Biere (Picosat) restarts strategy
0.12/0.16	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.12/0.16	timeout=2147483s
0.12/0.16	DB Simplification allowed=false
0.12/0.16	Listener: none
0.12/0.16	--- End Solver configuration ---
0.12/0.16	c Pseudo Boolean Optimization by upper bound
0.12/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.16	c  - never skip resolution steps
0.12/0.16	c  - Auto-division on coefficients is disabled
0.12/0.16	c  - No postprocessing
0.12/0.16	c  - Conflict is considered as is when resolving
0.12/0.16	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.12/0.16	c  - Weaken first using unassigned literals
0.12/0.16	c  - Bump strategy: ALWAYS_ONE
0.12/0.16	c  - Bumper: ASSIGNED
0.12/0.16	c --- Begin Solver configuration ---
0.12/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.12/0.16	c Learn all clauses as in MiniSAT
0.12/0.16	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.16	c No reason simplification
0.12/0.16	c Armin Biere (Picosat) restarts strategy
0.12/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.12/0.16	c timeout=2147483s
0.12/0.16	c DB Simplification allowed=false
0.12/0.16	c Listener: none
0.12/0.16	c --- End Solver configuration ---
0.12/0.16	c solving HOME/instance-4424445-1720874154.wbo
0.12/0.16	c reading problem ... 
25.58/24.03	c ... done. Wall clock time 23.86s.
25.58/24.03	c declared #vars     1810
25.58/24.03	c internal #vars     166305
25.58/24.03	c #constraints  164694
25.58/24.03	c constraints type 
25.58/24.03	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 69
25.58/24.03	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 99
25.58/24.03	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1
25.58/24.03	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 164525
25.58/24.03	c 164694 constraints processed.
25.58/24.04	c objective function length is 164495 literals
3600.04/3600.82	c starts		: 6
3600.04/3600.82	c conflicts		: 782
3600.04/3600.82	c decisions		: 2737833
3600.04/3600.82	c propagations		: 4924885
3600.04/3600.82	c inspects		: 635415
3600.04/3600.82	c shortcuts		: 0
3600.04/3600.82	c learnt literals	: 0
3600.04/3600.82	c learnt binary clauses	: 0
3600.04/3600.82	c learnt ternary clauses	: 0
3600.04/3600.82	c learnt constraints	: 781
3600.04/3600.82	c ignored constraints	: 0
3600.04/3600.82	c root simplifications	: 0
3600.04/3600.82	c removed literals (reason simplification)	: 0
3600.04/3600.82	c reason swapping (by a shorter reason)	: 0
3600.04/3600.82	c Calls to reduceDB	: 0
3600.04/3600.82	c Number of update (reduction) of LBD	: 11
3600.04/3600.82	c Imported unit clauses	: 0
3600.04/3600.82	c No decision after first conflict	: false
3600.04/3600.82	c number of reductions to clauses (during analyze)	: 0
3600.04/3600.82	c number of learned constraints concerned by reduction	: 0
3600.04/3600.82	c number of learning phase by resolution	: 0
3600.04/3600.82	c number of learning phase by cutting planes	: 0
3600.04/3600.82	c timeout
3600.04/3600.82	c number of rounding to 1 operations	: 88
3600.04/3600.82	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3600.82	c number of reductions of the coefficients by power 2 	: 0
3600.04/3600.82	c number of right shift for reduction by power 2 	: 0
3600.04/3600.82	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3600.82	c number of ending skipping 	: 0
3600.04/3600.82	c number of internal skipping 	: 0
3600.04/3600.82	c number of derivation steps 	: 7322
3600.04/3600.82	c number of skipped derivation steps 	: 0
3600.04/3600.82	c number of remaining unassigned 	: 132202
3600.04/3600.82	c number of remaining assigned 	: 837792
3600.04/3600.82	c number of falsified literals weakened from reason	: 0
3600.04/3600.82	c number of falsified literals weakened from conflict	: 0
3600.04/3600.82	c time for arithmetic operations	: 33651188
3600.04/3600.82	c minimum degree of deleted constraints	: null
3600.04/3600.82	c maximum degree of deleted constraints	: null
3600.04/3600.82	c number of deleted constraints	: 0
3600.04/3600.82	c speed (assignments/second)	: 1376.9288987638663
3600.04/3600.82	c non guided choices	: 2050
3600.04/3600.82	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 631
3600.04/3600.82	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 2
3600.04/3600.82	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 148
3600.04/3600.82	s UNKNOWN
3600.04/3600.82	c Total wall clock time (in seconds): 3600.66

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: 63968 MiB (62880 MiB free)
  memory of node 1: 64473 MiB (63568 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=705776, runsolver pid=705773
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 0.41 0.16 0.11 14/334 705796
/proc/meminfo: memFree=129437992/131524600 swapFree=131071996/131071996
[pid=705776] ppid=705773 vsize=18975048 memory=60328 CPUtime=0.12 cores=1,3
/proc/705776/stat : 705776 (java) S 705773 705776 705576 0 -1 1077936128 7164 0 0 0 11 1 0 0 20 0 18 0 139582047 19430449152 15082 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
/proc/705776/statm: 4743762 15082 5558 1 0 549293 0
[pid=705776/tid=705778] ppid=705773 vsize=18975048 memory=4026561586 CPUtime=0.07 cores=1,3
/proc/705776/task/705778/stat : 705778 (java) R 705773 705776 705576 0 -1 4194368 5705 0 0 0 6 1 0 0 20 0 18 0 139582047 19430449152 15082 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
[pid=705776/tid=705787] ppid=705773 vsize=18975048 memory=237146210664 CPUtime=0 cores=1,3
/proc/705776/task/705787/stat : 705787 (Finalizer) S 705773 705776 705576 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 139582050 19430449152 15082 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
[pid=705776/tid=705794] ppid=705773 vsize=18975048 memory=14408228826018639 CPUtime=0 cores=1,3
/proc/705776/task/705794/stat : 705794 (Common-Cleaner) S 705773 705776 705576 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 139582051 19430449152 15082 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 60328 KiB

[startup+0.213415 s]*
/proc/loadavg: 0.41 0.16 0.11 8/312 705800
/proc/meminfo: memFree=129539892/131524600 swapFree=131071996/131071996
[pid=705776] ppid=705773 vsize=18975048 memory=82416 CPUtime=0.33 cores=1,3
/proc/705776/stat : 705776 (java) S 705773 705776 705576 0 -1 1077936128 7775 0 0 0 31 2 0 0 20 0 18 0 139582047 19430449152 20604 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
/proc/705776/statm: 4743762 20604 5849 1 0 549723 0
[pid=705776/tid=705778] ppid=705773 vsize=18975048 memory=3472328300254199927 CPUtime=0.18 cores=1,3
/proc/705776/task/705778/stat : 705778 (java) R 705773 705776 705576 0 -1 4194368 6039 0 0 0 17 1 0 0 20 0 18 0 139582047 19430449152 20604 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
[pid=705776/tid=705787] ppid=705773 vsize=18975048 memory=2631 CPUtime=0 cores=1,3
/proc/705776/task/705787/stat : 705787 (Finalizer) S 705773 705776 705576 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 139582050 19430449152 20604 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
[pid=705776/tid=705794] ppid=705773 vsize=18975048 memory=14981070089094898 CPUtime=0 cores=1,3
/proc/705776/task/705794/stat : 705794 (Common-Cleaner) S 705773 705776 705576 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 139582051 19430449152 20604 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 82416 KiB

[startup+0.305826 s]*
/proc/loadavg: 0.41 0.16 0.11 8/313 705811
/proc/meminfo: memFree=129461716/131524600 swapFree=131071996/131071996
[pid=705776] ppid=705773 vsize=19041612 memory=162608 CPUtime=0.49 cores=1,3
/proc/705776/stat : 705776 (java) S 705773 705776 705576 0 -1 1077936128 8673 0 0 0 45 4 0 0 20 0 19 0 139582047 19498610688 40652 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
/proc/705776/statm: 4760403 40652 5849 1 0 550545 0
[pid=705776/tid=705778] ppid=705773 vsize=19041612 memory=-6242758077674126022 CPUtime=0.26 cores=1,3
/proc/705776/task/705778/stat : 705778 (java) R 705773 705776 705576 0 -1 4194368 6085 0 0 0 23 3 0 0 20 0 19 0 139582047 19498610688 40652 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
[pid=705776/tid=705787] ppid=705773 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/705776/task/705787/stat : 705787 (Finalizer) S 705773 705776 705576 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139582050 19498610688 40652 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
[pid=705776/tid=705794] ppid=705773 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/705776/task/705794/stat : 705794 (Common-Cleaner) S 705773 705776 705576 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139582051 19498610688 40652 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 162608 KiB

[startup+0.700413 s]
/proc/loadavg: 0.41 0.16 0.11 8/310 705833
/proc/meminfo: memFree=129230156/131524600 swapFree=131071996/131071996
[pid=705776] ppid=705773 vsize=19041612 memory=941452 CPUtime=1.21 cores=1,3
/proc/705776/stat : 705776 (java) S 705773 705776 705576 0 -1 1077936128 13412 0 0 0 101 20 0 0 20 0 19 0 139582047 19498610688 235363 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
/proc/705776/statm: 4760403 235363 5865 1 0 1079399 0
[pid=705776/tid=705778] ppid=705773 vsize=19041612 memory=5544 CPUtime=0.6 cores=1,3
/proc/705776/task/705778/stat : 705778 (java) R 705773 705776 705576 0 -1 4194368 6453 0 0 0 43 17 0 0 20 0 19 0 139582047 19498610688 235363 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
[pid=705776/tid=705787] ppid=705773 vsize=19041612 memory=12504 CPUtime=0 cores=1,3
/proc/705776/task/705787/stat : 705787 (Finalizer) S 705773 705776 705576 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139582050 19498610688 235363 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
[pid=705776/tid=705794] ppid=705773 vsize=19041612 memory=1992 CPUtime=0 cores=1,3
/proc/705776/task/705794/stat : 705794 (Common-Cleaner) S 705773 705776 705576 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139582051 19498610688 235363 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 941452 KiB

[startup+1.50042 s]
/proc/loadavg: 0.41 0.16 0.11 9/334 705861
/proc/meminfo: memFree=127601176/131524600 swapFree=131071996/131071996
[pid=705776] ppid=705773 vsize=19041612 memory=2792140 CPUtime=2.56 cores=1,3
/proc/705776/stat : 705776 (java) S 705773 705776 705576 0 -1 1077936128 23574 0 0 0 200 56 0 0 20 0 19 0 139582047 19498610688 698035 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
/proc/705776/statm: 4760403 698035 5865 1 0 1083758 0
[pid=705776/tid=705778] ppid=705773 vsize=19041612 memory=0 CPUtime=1.37 cores=1,3
/proc/705776/task/705778/stat : 705778 (java) R 705773 705776 705576 0 -1 4194368 7342 0 0 0 84 53 0 0 20 0 19 0 139582047 19498610688 698035 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
[pid=705776/tid=705787] ppid=705773 vsize=19041612 memory=12504 CPUtime=0 cores=1,3
/proc/705776/task/705787/stat : 705787 (Finalizer) S 705773 705776 705576 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139582050 19498610688 698035 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
[pid=705776/tid=705794] ppid=705773 vsize=19041612 memory=33 CPUtime=0 cores=1,3
/proc/705776/task/705794/stat : 705794 (Common-Cleaner) S 705773 705776 705576 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139582051 19498610688 698035 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
Current children cumulated CPU time: 2.56 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2792140 KiB

[startup+3.10642 s]
/proc/loadavg: 0.41 0.16 0.11 5/334 705861
/proc/meminfo: memFree=123525612/131524600 swapFree=131071996/131071996
[pid=705776] ppid=705773 vsize=19041612 memory=2796500 CPUtime=4.2 cores=1,3
/proc/705776/stat : 705776 (java) S 705773 705776 705576 0 -1 1077936128 23719 0 0 0 363 57 0 0 20 0 19 0 139582047 19498610688 699125 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
/proc/705776/statm: 4760403 699125 5865 1 0 1083771 0
[pid=705776/tid=705778] ppid=705773 vsize=19041612 memory=12504 CPUtime=2.88 cores=1,3
/proc/705776/task/705778/stat : 705778 (java) R 705773 705776 705576 0 -1 4194368 7438 0 0 0 235 53 0 0 20 0 19 0 139582047 19498610688 699125 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
[pid=705776/tid=705787] ppid=705773 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/705776/task/705787/stat : 705787 (Finalizer) S 705773 705776 705576 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139582050 19498610688 699125 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
[pid=705776/tid=705794] ppid=705773 vsize=19041612 memory=1844 CPUtime=0 cores=1,3
/proc/705776/task/705794/stat : 705794 (Common-Cleaner) S 705773 705776 705576 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139582051 19498610688 699125 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
Current children cumulated CPU time: 4.2 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2796500 KiB

[startup+6.30041 s]
/proc/loadavg: 0.78 0.24 0.14 5/335 705864
/proc/meminfo: memFree=121334456/131524600 swapFree=131071996/131071996
[pid=705776] ppid=705773 vsize=19041612 memory=3428764 CPUtime=7.46 cores=1,3
/proc/705776/stat : 705776 (java) S 705773 705776 705576 0 -1 1077936128 24819 0 0 0 674 72 0 0 20 0 19 0 139582047 19498610688 857191 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
/proc/705776/statm: 4760403 857191 5865 1 0 1244637 0
[pid=705776/tid=705778] ppid=705773 vsize=19041612 memory=1844 CPUtime=5.9 cores=1,3
/proc/705776/task/705778/stat : 705778 (java) S 705773 705776 705576 0 -1 1077936192 8124 0 0 0 521 69 0 0 20 0 19 0 139582047 19498610688 857191 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
[pid=705776/tid=705787] ppid=705773 vsize=19041612 memory=-8959457804584133308 CPUtime=0 cores=1,3
/proc/705776/task/705787/stat : 705787 (Finalizer) S 705773 705776 705576 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139582050 19498610688 857191 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
[pid=705776/tid=705794] ppid=705773 vsize=19041612 memory=12504 CPUtime=0 cores=1,3
/proc/705776/task/705794/stat : 705794 (Common-Cleaner) S 705773 705776 705576 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139582051 19498610688 857191 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
Current children cumulated CPU time: 7.46 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3428764 KiB

[startup+12.7003 s]
/proc/loadavg: 1.12 0.32 0.16 5/335 705864
/proc/meminfo: memFree=120198412/131524600 swapFree=131071996/131071996
[pid=705776] ppid=705773 vsize=19041612 memory=4032800 CPUtime=14.04 cores=1,3
/proc/705776/stat : 705776 (java) S 705773 705776 705576 0 -1 1077936128 26319 0 0 0 1316 88 0 0 20 0 19 0 139582047 19498610688 1008200 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
/proc/705776/statm: 4760403 1008200 5881 1 0 1392949 0
[pid=705776/tid=705778] ppid=705773 vsize=19041612 memory=4026656 CPUtime=11.96 cores=1,3
/proc/705776/task/705778/stat : 705778 (java) R 705773 705776 705576 0 -1 4194368 9171 0 0 0 1111 85 0 0 20 0 19 0 139582047 19498610688 1008200 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
[pid=705776/tid=705787] ppid=705773 vsize=19041612 memory=-8959457804584133308 CPUtime=0 cores=1,3
/proc/705776/task/705787/stat : 705787 (Finalizer) S 705773 705776 705576 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139582050 19498610688 1008200 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
[pid=705776/tid=705794] ppid=705773 vsize=19041612 memory=35068 CPUtime=0 cores=1,3
/proc/705776/task/705794/stat : 705794 (Common-Cleaner) S 705773 705776 705576 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139582051 19498610688 1008200 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
Current children cumulated CPU time: 14.04 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4032800 KiB

[startup+25.5004 s]
/proc/loadavg: 1.76 0.50 0.23 6/336 705868
/proc/meminfo: memFree=119185132/131524600 swapFree=131071996/131071996
[pid=705776] ppid=705773 vsize=19108176 memory=4538024 CPUtime=28.13 cores=1,3
/proc/705776/stat : 705776 (java) S 705773 705776 705576 0 -1 1077936128 37987 0 0 0 2715 98 0 0 20 0 20 0 139582047 19566772224 1134506 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
/proc/705776/statm: 4777044 1134506 5918 1 0 1502048 0
[pid=705776/tid=705778] ppid=705773 vsize=19108176 memory=4500696 CPUtime=24.06 cores=1,3
/proc/705776/task/705778/stat : 705778 (java) R 705773 705776 705576 0 -1 4194368 13534 0 0 0 2315 91 0 0 20 0 20 0 139582047 19566772224 1134506 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
[pid=705776/tid=705787] ppid=705773 vsize=19108176 memory=35068 CPUtime=0 cores=1,3
/proc/705776/task/705787/stat : 705787 (Finalizer) S 705773 705776 705576 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139582050 19566772224 1134506 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
[pid=705776/tid=705794] ppid=705773 vsize=19108176 memory=3428764 CPUtime=0 cores=1,3
/proc/705776/task/705794/stat : 705794 (Common-Cleaner) S 705773 705776 705576 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 20 0 139582051 19566772224 1134506 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
[pid=705776/tid=705866] ppid=705773 vsize=19108176 memory=-8528237040751780540 CPUtime=0 cores=1,3
/proc/705776/task/705866/stat : 705866 (Timer-0) S 705773 705776 705576 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 139584457 19566772224 1134506 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
Current children cumulated CPU time: 28.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4538024 KiB

[startup+51.1064 s]
/proc/loadavg: 2.75 0.83 0.34 5/336 705871
/proc/meminfo: memFree=119034420/131524600 swapFree=131071996/131071996
[pid=705776] ppid=705773 vsize=19108176 memory=4538708 CPUtime=53.91 cores=1,3
/proc/705776/stat : 705776 (java) S 705773 705776 705576 0 -1 1077936128 38447 0 0 0 5293 98 0 0 20 0 20 0 139582047 19566772224 1134677 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
/proc/705776/statm: 4777044 1134677 5918 1 0 1502065 0
[pid=705776/tid=705778] ppid=705773 vsize=19108176 memory=-8528237040751780540 CPUtime=49.41 cores=1,3
/proc/705776/task/705778/stat : 705778 (java) R 705773 705776 705576 0 -1 4194368 13573 0 0 0 4850 91 0 0 20 0 20 0 139582047 19566772224 1134677 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
[pid=705776/tid=705787] ppid=705773 vsize=19108176 memory=4538024 CPUtime=0 cores=1,3
/proc/705776/task/705787/stat : 705787 (Finalizer) S 705773 705776 705576 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139582050 19566772224 1134677 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
[pid=705776/tid=705794] ppid=705773 vsize=19108176 memory=-8959457804584133308 CPUtime=0 cores=1,3
/proc/705776/task/705794/stat : 705794 (Common-Cleaner) S 705773 705776 705576 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 20 0 139582051 19566772224 1134677 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
[pid=705776/tid=705866] ppid=705773 vsize=19108176 memory=4538024 CPUtime=0 cores=1,3
/proc/705776/task/705866/stat : 705866 (Timer-0) S 705773 705776 705576 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 139584457 19566772224 1134677 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
Current children cumulated CPU time: 53.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4538708 KiB

[startup+102.3 s]
/proc/loadavg: 3.67 1.38 0.56 5/337 705881
/proc/meminfo: memFree=118903304/131524600 swapFree=131071996/131071996

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

/proc/meminfo: memFree=113487104/131524600 swapFree=131071996/131071996
[pid=705776] ppid=705773 vsize=19108176 memory=5267808 CPUtime=3282.39 cores=1,3
/proc/705776/stat : 705776 (java) S 705773 705776 705576 0 -1 1077936128 204385 0 0 0 327974 265 0 0 20 0 20 0 139582047 19566772224 1316952 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
/proc/705776/statm: 4777044 1316952 5933 1 0 1502601 0
[pid=705776/tid=705778] ppid=705773 vsize=19108176 memory=-8599451305076236988 CPUtime=3256.13 cores=1,3
/proc/705776/task/705778/stat : 705778 (java) R 705773 705776 705576 0 -1 4194368 57740 0 0 0 325521 92 0 0 20 0 20 0 139582047 19566772224 1316952 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
[pid=705776/tid=705787] ppid=705773 vsize=19108176 memory=-8693842174870601376 CPUtime=0 cores=1,3
/proc/705776/task/705787/stat : 705787 (Finalizer) S 705773 705776 705576 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139582050 19566772224 1316952 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
[pid=705776/tid=705794] ppid=705773 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/705776/task/705794/stat : 705794 (Common-Cleaner) S 705773 705776 705576 0 -1 1077936192 7169 0 0 0 0 0 0 0 20 0 20 0 139582051 19566772224 1316952 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
[pid=705776/tid=705866] ppid=705773 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/705776/task/705866/stat : 705866 (Timer-0) S 705773 705776 705576 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 139584457 19566772224 1316952 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
Current children cumulated CPU time: 3282.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5267808 KiB

[startup+3342.3 s]*
/proc/loadavg: 4.60 4.26 4.10 5/338 707720
/proc/meminfo: memFree=113486728/131524600 swapFree=131071996/131071996
[pid=705776] ppid=705773 vsize=19108176 memory=5267808 CPUtime=3342.22 cores=1,3
/proc/705776/stat : 705776 (java) S 705773 705776 705576 0 -1 1077936128 205514 0 0 0 333956 266 0 0 20 0 20 0 139582047 19566772224 1316952 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
/proc/705776/statm: 4777044 1316952 5933 1 0 1502601 0
[pid=705776/tid=705778] ppid=705773 vsize=19108176 memory=-8599451305076236988 CPUtime=3315.94 cores=1,3
/proc/705776/task/705778/stat : 705778 (java) R 705773 705776 705576 0 -1 4194368 58429 0 0 0 331502 92 0 0 20 0 20 0 139582047 19566772224 1316952 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
[pid=705776/tid=705787] ppid=705773 vsize=19108176 memory=-8693842174870601376 CPUtime=0 cores=1,3
/proc/705776/task/705787/stat : 705787 (Finalizer) S 705773 705776 705576 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139582050 19566772224 1316952 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
[pid=705776/tid=705794] ppid=705773 vsize=19108176 memory=33368 CPUtime=0 cores=1,3
/proc/705776/task/705794/stat : 705794 (Common-Cleaner) S 705773 705776 705576 0 -1 1077936192 7290 0 0 0 0 0 0 0 20 0 20 0 139582051 19566772224 1316952 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
[pid=705776/tid=705866] ppid=705773 vsize=19108176 memory=32968 CPUtime=0 cores=1,3
/proc/705776/task/705866/stat : 705866 (Timer-0) S 705773 705776 705576 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 139584457 19566772224 1316952 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
Current children cumulated CPU time: 3342.22 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5267808 KiB

[startup+3402.3 s]*
/proc/loadavg: 4.33 4.24 4.10 5/338 707730
/proc/meminfo: memFree=113486212/131524600 swapFree=131071996/131071996
[pid=705776] ppid=705773 vsize=19108176 memory=5267808 CPUtime=3402.07 cores=1,3
/proc/705776/stat : 705776 (java) S 705773 705776 705576 0 -1 1077936128 207460 0 0 0 339939 268 0 0 20 0 20 0 139582047 19566772224 1316952 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
/proc/705776/statm: 4777044 1316952 5933 1 0 1502601 0
[pid=705776/tid=705778] ppid=705773 vsize=19108176 memory=-8599451305076236988 CPUtime=3375.76 cores=1,3
/proc/705776/task/705778/stat : 705778 (java) R 705773 705776 705576 0 -1 4194368 59866 0 0 0 337484 92 0 0 20 0 20 0 139582047 19566772224 1316952 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
[pid=705776/tid=705787] ppid=705773 vsize=19108176 memory=-8693842174870601376 CPUtime=0 cores=1,3
/proc/705776/task/705787/stat : 705787 (Finalizer) S 705773 705776 705576 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139582050 19566772224 1316952 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
[pid=705776/tid=705794] ppid=705773 vsize=19108176 memory=11508 CPUtime=0 cores=1,3
/proc/705776/task/705794/stat : 705794 (Common-Cleaner) S 705773 705776 705576 0 -1 1077936192 7406 0 0 0 0 0 0 0 20 0 20 0 139582051 19566772224 1316952 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
[pid=705776/tid=705866] ppid=705773 vsize=19108176 memory=11456 CPUtime=0 cores=1,3
/proc/705776/task/705866/stat : 705866 (Timer-0) S 705773 705776 705576 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 139584457 19566772224 1316952 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
Current children cumulated CPU time: 3402.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5267808 KiB

[startup+3462.3 s]*
/proc/loadavg: 4.27 4.24 4.10 5/338 707741
/proc/meminfo: memFree=113486000/131524600 swapFree=131071996/131071996
[pid=705776] ppid=705773 vsize=19108176 memory=5267808 CPUtime=3461.92 cores=1,3
/proc/705776/stat : 705776 (java) S 705773 705776 705576 0 -1 1077936128 208279 0 0 0 345921 271 0 0 20 0 20 0 139582047 19566772224 1316952 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
/proc/705776/statm: 4777044 1316952 5933 1 0 1502601 0
[pid=705776/tid=705778] ppid=705773 vsize=19108176 memory=-8599451305076236988 CPUtime=3435.57 cores=1,3
/proc/705776/task/705778/stat : 705778 (java) R 705773 705776 705576 0 -1 4194368 60033 0 0 0 343465 92 0 0 20 0 20 0 139582047 19566772224 1316952 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
[pid=705776/tid=705787] ppid=705773 vsize=19108176 memory=-8693842174870601376 CPUtime=0 cores=1,3
/proc/705776/task/705787/stat : 705787 (Finalizer) S 705773 705776 705576 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139582050 19566772224 1316952 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
[pid=705776/tid=705794] ppid=705773 vsize=19108176 memory=19896 CPUtime=0 cores=1,3
/proc/705776/task/705794/stat : 705794 (Common-Cleaner) S 705773 705776 705576 0 -1 1077936192 7556 0 0 0 0 0 0 0 20 0 20 0 139582051 19566772224 1316952 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
[pid=705776/tid=705866] ppid=705773 vsize=19108176 memory=6936 CPUtime=0 cores=1,3
/proc/705776/task/705866/stat : 705866 (Timer-0) S 705773 705776 705576 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 139584457 19566772224 1316952 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
Current children cumulated CPU time: 3461.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5267808 KiB

[startup+3522.3 s]*
/proc/loadavg: 4.15 4.21 4.10 5/337 707753
/proc/meminfo: memFree=113485584/131524600 swapFree=131071996/131071996
[pid=705776] ppid=705773 vsize=19108176 memory=5267812 CPUtime=3521.73 cores=1,3
/proc/705776/stat : 705776 (java) S 705773 705776 705576 0 -1 1077936128 210694 0 0 0 351900 273 0 0 20 0 20 0 139582047 19566772224 1316953 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
/proc/705776/statm: 4777044 1316953 5933 1 0 1502601 0
[pid=705776/tid=705778] ppid=705773 vsize=19108176 memory=-8599451305076236988 CPUtime=3495.35 cores=1,3
/proc/705776/task/705778/stat : 705778 (java) R 705773 705776 705576 0 -1 4194368 61931 0 0 0 349443 92 0 0 20 0 20 0 139582047 19566772224 1316953 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
[pid=705776/tid=705787] ppid=705773 vsize=19108176 memory=8186305554273311645 CPUtime=0 cores=1,3
/proc/705776/task/705787/stat : 705787 (Finalizer) S 705773 705776 705576 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139582050 19566772224 1316953 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
[pid=705776/tid=705794] ppid=705773 vsize=19108176 memory=4956 CPUtime=0 cores=1,3
/proc/705776/task/705794/stat : 705794 (Common-Cleaner) S 705773 705776 705576 0 -1 1077936192 7707 0 0 0 0 0 0 0 20 0 20 0 139582051 19566772224 1316953 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
[pid=705776/tid=705866] ppid=705773 vsize=19108176 memory=4107416 CPUtime=0 cores=1,3
/proc/705776/task/705866/stat : 705866 (Timer-0) S 705773 705776 705576 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 139584457 19566772224 1316953 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
Current children cumulated CPU time: 3521.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5267812 KiB

[startup+3582.3 s]*
/proc/loadavg: 4.17 4.20 4.10 5/333 707763
/proc/meminfo: memFree=113485348/131524600 swapFree=131071996/131071996
[pid=705776] ppid=705773 vsize=19108176 memory=5267820 CPUtime=3581.59 cores=1,3
/proc/705776/stat : 705776 (java) S 705773 705776 705576 0 -1 1077936128 212446 0 0 0 357884 275 0 0 20 0 20 0 139582047 19566772224 1316955 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
/proc/705776/statm: 4777044 1316955 5933 1 0 1502602 0
[pid=705776/tid=705778] ppid=705773 vsize=19108176 memory=-8599451305076236988 CPUtime=3555.18 cores=1,3
/proc/705776/task/705778/stat : 705778 (java) R 705773 705776 705576 0 -1 4194368 63074 0 0 0 355425 93 0 0 20 0 20 0 139582047 19566772224 1316955 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
[pid=705776/tid=705787] ppid=705773 vsize=19108176 memory=8186305554273311645 CPUtime=0 cores=1,3
/proc/705776/task/705787/stat : 705787 (Finalizer) S 705773 705776 705576 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139582050 19566772224 1316955 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
[pid=705776/tid=705794] ppid=705773 vsize=19108176 memory=-8599451305076236988 CPUtime=0 cores=1,3
/proc/705776/task/705794/stat : 705794 (Common-Cleaner) S 705773 705776 705576 0 -1 1077936192 7858 0 0 0 0 0 0 0 20 0 20 0 139582051 19566772224 1316955 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
[pid=705776/tid=705866] ppid=705773 vsize=19108176 memory=8186305554273311645 CPUtime=0 cores=1,3
/proc/705776/task/705866/stat : 705866 (Timer-0) S 705773 705776 705576 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 139584457 19566772224 1316955 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
Current children cumulated CPU time: 3581.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5267820 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3600.8 s]
/proc/loadavg: 4.12 4.19 4.09 5/333 707767
/proc/meminfo: memFree=113485268/131524600 swapFree=131071996/131071996
[pid=705776] ppid=705773 vsize=19108176 memory=5267820 CPUtime=3600.04 cores=1,3
/proc/705776/stat : 705776 (java) S 705773 705776 705576 0 -1 1077936128 213007 0 0 0 359729 275 0 0 20 0 20 0 139582047 19566772224 1316955 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
/proc/705776/statm: 4777044 1316955 5933 1 0 1502602 0
[pid=705776/tid=705778] ppid=705773 vsize=19108176 memory=5267820 CPUtime=3573.63 cores=1,3
/proc/705776/task/705778/stat : 705778 (java) R 705773 705776 705576 0 -1 4194368 63165 0 0 0 357270 93 0 0 20 0 20 0 139582047 19566772224 1316955 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
[pid=705776/tid=705787] ppid=705773 vsize=19108176 memory=5267820 CPUtime=0 cores=1,3
/proc/705776/task/705787/stat : 705787 (Finalizer) S 705773 705776 705576 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139582050 19566772224 1316955 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
[pid=705776/tid=705794] ppid=705773 vsize=19108176 memory=11476 CPUtime=0 cores=1,3
/proc/705776/task/705794/stat : 705794 (Common-Cleaner) S 705773 705776 705576 0 -1 1077936192 7858 0 0 0 0 0 0 0 20 0 20 0 139582051 19566772224 1316955 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
[pid=705776/tid=705866] ppid=705773 vsize=19108176 memory=5267820 CPUtime=0 cores=1,3
/proc/705776/task/705866/stat : 705866 (Timer-0) S 705773 705776 705576 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 139584457 19566772224 1316955 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5267820 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.34 s, system=2.77619 s

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

[startup+3600.8 s]
/proc/loadavg: 4.12 4.19 4.09 5/333 707767
/proc/meminfo: memFree=113485268/131524600 swapFree=131071996/131071996
[pid=705776] ppid=705773 vsize=19108176 memory=5267820 CPUtime=3600.04 cores=1,3
/proc/705776/stat : 705776 (java) S 705773 705776 705576 0 -1 1077936128 213007 0 0 0 359729 275 0 0 20 0 20 0 139582047 19566772224 1316955 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
/proc/705776/statm: 4777044 1316955 5933 1 0 1502602 0
[pid=705776/tid=705778] ppid=705773 vsize=19108176 memory=5267820 CPUtime=3573.63 cores=1,3
/proc/705776/task/705778/stat : 705778 (java) R 705773 705776 705576 0 -1 4194368 63165 0 0 0 357270 93 0 0 20 0 20 0 139582047 19566772224 1316955 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
[pid=705776/tid=705787] ppid=705773 vsize=19108176 memory=5267820 CPUtime=0 cores=1,3
/proc/705776/task/705787/stat : 705787 (Finalizer) S 705773 705776 705576 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139582050 19566772224 1316955 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
[pid=705776/tid=705794] ppid=705773 vsize=19108176 memory=11476 CPUtime=0 cores=1,3
/proc/705776/task/705794/stat : 705794 (Common-Cleaner) S 705773 705776 705576 0 -1 1077936192 7858 0 0 0 0 0 0 0 20 0 20 0 139582051 19566772224 1316955 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
[pid=705776/tid=705866] ppid=705773 vsize=19108176 memory=5267820 CPUtime=0 cores=1,3
/proc/705776/task/705866/stat : 705866 (Timer-0) S 705773 705776 705576 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 139584457 19566772224 1316955 134679101440 94404076417024 94404076420720 140728312205600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94404076428536 94404076429328 94404081254400 140728312210390 140728312210503 140728312210503 140728312217544 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5267820 KiB

Child status: 143

Real time (s): 3600.85
CPU time (s): 3600.12
CPU user time (s): 3597.34
CPU system time (s): 2.77619
CPU usage (%): 99.9796
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 5267820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.34
system time used= 2.77618
maximum resident set size= 5269360
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 216768
page faults= 0
swaps= 0
block input operations= 8
block output operations= 2912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 132280
involuntary context switches= 12739


# summary of solver processes directly reported to runsolver:
#   pid: 705776
#   total CPU time (s): 3600.12
#   total CPU user time (s): 3597.34
#   total CPU system time (s): 2.77619

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.33115 second user time and 18.0447 second system time

The end

Launcher Data

Begin job on nodeC027 at 2024-07-13 14:36:06
IDJOB=4424445
IDBENCH=143863
IDSOLVER=3035
FILE ID=nodeC027/4424445-1720874154
RUNJOBID= nodeC027-1720874164-705588
SLURM_JOB_ID= 7483768
Free space on /tmp= 890076 MiB

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

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

MD5SUM BENCH= aae80251a5a7b6924749ae451d053245
RANDOM SEED=1528393746

nodeC027.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	: 0xb00002a
cpu MHz		: 3600.187
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7000.36
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	: 0xb00002a
cpu MHz		: 3600.250
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.29
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	: 0xb00002a
cpu MHz		: 3600.187
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7000.36
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	: 0xb00002a
cpu MHz		: 3600.195
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.29
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	: 0xb00002a
cpu MHz		: 3600.187
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7000.36
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	: 0xb00002a
cpu MHz		: 3644.665
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.29
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	: 0xb00002a
cpu MHz		: 3600.187
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7000.36
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	: 0xb00002a
cpu MHz		: 3644.687
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        129488672 kB
MemAvailable:   129359588 kB
Buffers:          315016 kB
Cached:           405048 kB
SwapCached:            0 kB
Active:           447308 kB
Inactive:        1036072 kB
Active(anon):       1560 kB
Inactive(anon):   799776 kB
Active(file):     445748 kB
Inactive(file):   236296 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              8568 kB
Writeback:            48 kB
AnonPages:        761432 kB
Mapped:           121536 kB
Shmem:             37720 kB
KReclaimable:      57388 kB
Slab:             154220 kB
SReclaimable:      57388 kB
SUnreclaim:        96832 kB
KernelStack:        5072 kB
PageTables:        11596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7234028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            53504 kB
HardwareCorrupted:     0 kB
AnonHugePages:    446464 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:      170708 kB
DirectMap2M:     7991296 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 890056 MiB
End job on nodeC027 at 2024-07-13 15:36:07