Trace number 4489466

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j CP 2025-06-06? (TO) 3600.35 3441.74

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_10.opb.PB06.opb
MD5SUMe06e3866d9960a7084ad077c8fb9619e
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark245
Best CPU time to get the best result obtained on this benchmark3587.61
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 495457
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 495457
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.13	c See www.sat4j.org for details.
0.11/0.14	c version PB25.v20250606
0.11/0.16	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.16	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.16	c java.vm.version	22.0.1+8-16
0.11/0.16	c java.vm.vendor	Oracle Corporation
0.11/0.16	c sun.arch.data.model	64
0.11/0.16	c java.version		22.0.1
0.11/0.16	c os.name		Linux
0.11/0.16	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.16	c os.arch		amd64
0.11/0.17	c Free memory 		2104792832
0.11/0.17	c Max memory 		16282288128
0.11/0.17	c Total memory 		2113929216
0.11/0.17	c Number of processors 	2
0.34/0.29	c Pseudo Boolean Optimization by upper bound
0.34/0.29	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.34/0.29	c  - never skip resolution steps
0.34/0.29	c  - Auto-division on coefficients is disabled
0.34/0.29	c  - No postprocessing
0.34/0.29	c  - Conflict is considered as is when resolving
0.34/0.29	c  - Use constraints as they come during conflict analysis
0.34/0.29	c  - Weaken first using unassigned literals
0.34/0.29	c  - Bump strategy: ALWAYS_ONE
0.34/0.29	c  - Bumper: ANY
0.34/0.29	c --- Begin Solver configuration ---
0.34/0.29	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.34/0.29	c Learn all clauses as in MiniSAT
0.34/0.29	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.34/0.29	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.34/0.29	c No reason simplification
0.34/0.29	c Armin Biere (Picosat) restarts strategy
0.34/0.29	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.34/0.29	c timeout=2147483s
0.34/0.29	c DB Simplification allowed=false
0.34/0.29	c Listener: none
0.34/0.29	c --- End Solver configuration ---
0.34/0.29	c solving HOME/instance-4489466-1751342802.opb
0.34/0.29	c reading problem ... 
0.34/0.29	c  objective function found
3.68/2.21	c ... done. Wall clock time 1.923s.
3.68/2.21	c declared #vars     10000
3.68/2.21	c #constraints  656900
3.68/2.21	c constraints type 
3.68/2.21	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
3.68/2.21	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
3.68/2.21	c 656900 constraints processed.
3.68/2.22	c objective function length is 10000 literals
14.67/11.30	c cleaning 2498 clauses out of 5001
22.26/18.21	c cleaning 4250 clauses out of 8506
32.49/28.04	c cleaning 5625 clauses out of 11254
45.99/40.95	c cleaning 6811 clauses out of 13627
63.94/58.39	c cleaning 7904 clauses out of 15816
81.32/74.81	c cleaning 8952 clauses out of 17915
102.23/95.17	c cleaning 9967 clauses out of 19960
124.44/116.78	c cleaning 10988 clauses out of 21993
151.19/142.60	c cleaning 11989 clauses out of 24005
175.00/165.72	c cleaning 13001 clauses out of 26016
205.96/195.77	c cleaning 14007 clauses out of 28016
235.91/224.71	c cleaning 14996 clauses out of 30009
270.67/258.27	c cleaning 16000 clauses out of 32012
307.14/293.75	c cleaning 16985 clauses out of 34015
340.72/326.58	c cleaning 18012 clauses out of 36027
381.74/366.49	c cleaning 19003 clauses out of 38016
419.60/402.20	c cleaning 19999 clauses out of 40012
464.07/441.34	c cleaning 20998 clauses out of 42013
508.24/484.40	c cleaning 21993 clauses out of 44015
562.04/536.88	c cleaning 23003 clauses out of 46023
615.81/589.23	c cleaning 24004 clauses out of 48019
689.41/661.39	c cleaning 24968 clauses out of 50015
762.00/732.88	c cleaning 26006 clauses out of 52048
839.20/803.52	c cleaning 27020 clauses out of 54044
889.92/852.96	c cleaning 27990 clauses out of 56027
965.52/926.72	c cleaning 29009 clauses out of 58031
1031.48/991.24	c cleaning 30004 clauses out of 60022
1104.10/1057.73	c cleaning 30988 clauses out of 62018
1192.71/1142.12	c cleaning 32007 clauses out of 64030
1288.08/1235.34	c cleaning 32995 clauses out of 66024
1359.26/1304.88	c cleaning 34002 clauses out of 68032
1456.58/1400.09	c cleaning 35012 clauses out of 70029
1558.00/1490.84	c cleaning 36000 clauses out of 72015
1643.37/1574.29	c cleaning 36990 clauses out of 74014
1734.67/1663.72	c cleaning 38003 clauses out of 76024
1838.58/1765.37	c cleaning 39004 clauses out of 78021
1966.36/1890.61	c cleaning 39990 clauses out of 80018
2090.59/2003.22	c cleaning 41002 clauses out of 82027
2207.06/2116.50	c cleaning 42002 clauses out of 84028
2313.31/2220.68	c cleaning 43003 clauses out of 86026
2438.17/2343.22	c cleaning 44002 clauses out of 88022
2598.93/2492.41	c cleaning 45008 clauses out of 90019
2738.14/2628.83	c cleaning 46001 clauses out of 92010
2894.31/2782.29	c cleaning 47001 clauses out of 94009
3031.59/2906.96	c cleaning 47983 clauses out of 96009
3203.53/3075.52	c cleaning 49008 clauses out of 98027
3319.55/3178.65	c cleaning 50003 clauses out of 100017
3422.19/3278.72	c cleaning 51003 clauses out of 102016
3554.74/3397.27	c cleaning 51999 clauses out of 104012
3600.04/3441.52	c timeout
3600.04/3441.54	c starts		: 206
3600.04/3441.55	c conflicts		: 1441615
3600.04/3441.55	c decisions		: 1836107
3600.04/3441.55	c propagations		: 247792847
3600.04/3441.55	c inspects		: 5356492418
3600.04/3441.55	c shortcuts		: 0
3600.04/3441.55	c learnt literals	: 0
3600.04/3441.55	c learnt binary clauses	: 0
3600.04/3441.55	c learnt ternary clauses	: 0
3600.04/3441.55	c learnt constraints	: 1441615
3600.04/3441.55	c ignored constraints	: 0
3600.04/3441.55	c root simplifications	: 0
3600.04/3441.56	c removed literals (reason simplification)	: 0
3600.04/3441.56	c reason swapping (by a shorter reason)	: 0
3600.04/3441.56	c Calls to reduceDB	: 49
3600.04/3441.56	c Number of update (reduction) of LBD	: 0
3600.04/3441.56	c Imported unit clauses	: 0
3600.04/3441.56	c No decision after first conflict	: false
3600.04/3441.56	c number of reductions to clauses (during analyze)	: 0
3600.04/3441.56	c number of learned constraints concerned by reduction	: 0
3600.04/3441.56	c number of learning phase by resolution	: 0
3600.04/3441.56	c number of learning phase by cutting planes	: 0
3600.04/3441.56	c number of rounding to 1 operations	: 0
3600.04/3441.56	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3441.56	c number of reductions of the coefficients by power 2 	: 0
3600.04/3441.56	c number of right shift for reduction by power 2 	: 0
3600.04/3441.56	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3441.56	c number of ending skipping 	: 0
3600.04/3441.56	c number of internal skipping 	: 0
3600.04/3441.56	c number of derivation steps 	: 22354951
3600.04/3441.56	c number of skipped derivation steps 	: 0
3600.04/3441.56	c number of remaining unassigned 	: 0
3600.04/3441.56	c number of remaining assigned 	: 0
3600.04/3441.56	c number of falsified literals weakened from reason	: 0
3600.04/3441.56	c number of falsified literals weakened from conflict	: 0
3600.04/3441.56	c time for arithmetic operations	: 0
3600.04/3441.56	c minimum degree of deleted constraints	: null
3600.04/3441.56	c maximum degree of deleted constraints	: null
3600.04/3441.57	c number of deleted constraints	: 0
3600.04/3441.57	c speed (assignments/second)	: 72047.0671664943
3600.04/3441.57	c non guided choices	: 0
3600.21/3441.68	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 72627
3600.21/3441.68	s UNKNOWN
3600.21/3441.68	c Total wall clock time (in seconds): 3441.391

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: 63837 MiB (59369 MiB free)
  memory of node 1: 64465 MiB (49280 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4489466-1751342802/watcher-4489466-1751342802 -o /tmp/evaluation-result-4489466-1751342802/solver-4489466-1751342802 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751336095-58588 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4489466-1751342802.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=59504, runsolver pid=59501

[startup+0.10007 s]*
/proc/loadavg: 4.51 4.67 4.71 6/325 59523
/proc/meminfo: memFree=111241892/131382112 swapFree=33010684/33010684
[pid=59504] ppid=59501 vsize=18930384 memory=48856 CPUtime=0.11 cores=4,6
/proc/59504/stat : 59504 (java) S 59501 59504 58577 0 -1 4194304 5896 0 0 0 8 3 0 0 20 0 18 0 49959424 19384713216 12214 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
/proc/59504/statm: 4732596 12214 5337 1 0 547103 0
[pid=59504/tid=59506] ppid=59501 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/59504/task/59506/stat : 59506 (java) R 59501 59504 58577 0 -1 4194368 4722 0 0 0 5 2 0 0 20 0 18 0 49959427 19384713216 12214 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
[pid=59504/tid=59516] ppid=59501 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/59504/task/59516/stat : 59516 (Finalizer) S 59501 59504 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 49959431 19384713216 12214 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
[pid=59504/tid=59523] ppid=59501 vsize=18930384 memory=58494082638250 CPUtime=0 cores=4,6
/proc/59504/task/59523/stat : 59523 (Common-Cleaner) S 59501 59504 58577 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 49959431 19384713216 12214 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48856 KiB

[startup+0.2136 s]*
/proc/loadavg: 4.51 4.67 4.71 6/325 59523
/proc/meminfo: memFree=111236044/131382112 swapFree=33010684/33010684
[pid=59504] ppid=59501 vsize=18930384 memory=58504 CPUtime=0.34 cores=4,6
/proc/59504/stat : 59504 (java) S 59501 59504 58577 0 -1 4194304 6738 0 0 0 30 4 0 0 20 0 18 0 49959424 19384713216 14626 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
/proc/59504/statm: 4732596 14626 5369 1 0 547782 0
[pid=59504/tid=59506] ppid=59501 vsize=18930384 memory=4026663196 CPUtime=0.19 cores=4,6
/proc/59504/task/59506/stat : 59506 (java) R 59501 59504 58577 0 -1 4194368 5211 0 0 0 17 2 0 0 20 0 18 0 49959427 19384713216 14626 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
[pid=59504/tid=59516] ppid=59501 vsize=18930384 memory=17127 CPUtime=0 cores=4,6
/proc/59504/task/59516/stat : 59516 (Finalizer) S 59501 59504 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 49959431 19384713216 14626 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
[pid=59504/tid=59523] ppid=59501 vsize=18930384 memory=57394570986489 CPUtime=0 cores=4,6
/proc/59504/task/59523/stat : 59523 (Common-Cleaner) S 59501 59504 58577 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 49959431 19384713216 14626 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58504 KiB

[startup+0.329549 s]*
/proc/loadavg: 4.51 4.67 4.71 7/325 59523
/proc/meminfo: memFree=111226844/131382112 swapFree=33010684/33010684
[pid=59504] ppid=59501 vsize=18930384 memory=65716 CPUtime=0.51 cores=4,6
/proc/59504/stat : 59504 (java) S 59501 59504 58577 0 -1 4194304 6942 0 0 0 46 5 0 0 20 0 18 0 49959424 19384713216 16429 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
/proc/59504/statm: 4732596 16429 5433 1 0 547896 0
[pid=59504/tid=59506] ppid=59501 vsize=18930384 memory=-6000919502855168874 CPUtime=0.27 cores=4,6
/proc/59504/task/59506/stat : 59506 (java) R 59501 59504 58577 0 -1 4194368 5340 0 0 0 24 3 0 0 20 0 18 0 49959427 19384713216 16429 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
[pid=59504/tid=59516] ppid=59501 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/59504/task/59516/stat : 59516 (Finalizer) S 59501 59504 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 49959431 19384713216 16429 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
[pid=59504/tid=59523] ppid=59501 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/59504/task/59523/stat : 59523 (Common-Cleaner) S 59501 59504 58577 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 49959431 19384713216 16429 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 65716 KiB

[startup+0.700386 s]
/proc/loadavg: 4.51 4.67 4.71 7/325 59523
/proc/meminfo: memFree=111210460/131382112 swapFree=33010684/33010684
[pid=59504] ppid=59501 vsize=18930384 memory=120804 CPUtime=1.19 cores=4,6
/proc/59504/stat : 59504 (java) S 59501 59504 58577 0 -1 4194304 9141 0 0 0 112 7 0 0 20 0 18 0 49959424 19384713216 30201 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
/proc/59504/statm: 4732596 30201 5433 1 0 549322 0
[pid=59504/tid=59506] ppid=59501 vsize=18930384 memory=17664 CPUtime=0.61 cores=4,6
/proc/59504/task/59506/stat : 59506 (java) R 59501 59504 58577 0 -1 4194368 5396 0 0 0 57 4 0 0 20 0 18 0 49959427 19384713216 30201 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
[pid=59504/tid=59516] ppid=59501 vsize=18930384 memory=11264 CPUtime=0 cores=4,6
/proc/59504/task/59516/stat : 59516 (Finalizer) S 59501 59504 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 49959431 19384713216 30201 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
[pid=59504/tid=59523] ppid=59501 vsize=18930384 memory=3328 CPUtime=0 cores=4,6
/proc/59504/task/59523/stat : 59523 (Common-Cleaner) S 59501 59504 58577 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 49959431 19384713216 30201 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 120804 KiB

[startup+1.50026 s]
/proc/loadavg: 4.63 4.69 4.72 6/326 59524
/proc/meminfo: memFree=111136808/131382112 swapFree=33010684/33010684
[pid=59504] ppid=59501 vsize=18996948 memory=219012 CPUtime=2.71 cores=4,6
/proc/59504/stat : 59504 (java) S 59501 59504 58577 0 -1 4194304 16608 0 0 0 259 12 0 0 20 0 19 0 49959424 19452874752 54753 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
/proc/59504/statm: 4749237 54753 5465 1 0 1077977 0
[pid=59504/tid=59506] ppid=59501 vsize=18996948 memory=3328 CPUtime=1.29 cores=4,6
/proc/59504/task/59506/stat : 59506 (java) R 59501 59504 58577 0 -1 4194368 5649 0 0 0 123 6 0 0 20 0 19 0 49959427 19452874752 54753 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
[pid=59504/tid=59516] ppid=59501 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/59504/task/59516/stat : 59516 (Finalizer) S 59501 59504 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 49959431 19452874752 54753 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
[pid=59504/tid=59523] ppid=59501 vsize=18996948 memory=11264 CPUtime=0 cores=4,6
/proc/59504/task/59523/stat : 59523 (Common-Cleaner) S 59501 59504 58577 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 49959431 19452874752 54753 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
Current children cumulated CPU time: 2.71 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 219012 KiB

[startup+3.1055 s]
/proc/loadavg: 4.63 4.69 4.72 5/327 59525
/proc/meminfo: memFree=110879080/131382112 swapFree=33010684/33010684
[pid=59504] ppid=59501 vsize=19063512 memory=431932 CPUtime=5.17 cores=4,6
/proc/59504/stat : 59504 (java) S 59501 59504 58577 0 -1 4194304 19408 0 0 0 499 18 0 0 20 0 20 0 49959424 19521036288 107983 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
/proc/59504/statm: 4765878 107983 5529 1 0 1078416 0
[pid=59504/tid=59506] ppid=59501 vsize=19063512 memory=11264 CPUtime=2.78 cores=4,6
/proc/59504/task/59506/stat : 59506 (java) R 59501 59504 58577 0 -1 4194368 7520 0 0 0 268 10 0 0 20 0 20 0 49959427 19521036288 107983 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
[pid=59504/tid=59516] ppid=59501 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/59504/task/59516/stat : 59516 (Finalizer) S 59501 59504 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49959431 19521036288 107983 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
[pid=59504/tid=59523] ppid=59501 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/59504/task/59523/stat : 59523 (Common-Cleaner) S 59501 59504 58577 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 49959431 19521036288 107983 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
[pid=59504/tid=59525] ppid=59501 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/59504/task/59525/stat : 59525 (Timer-0) S 59501 59504 58577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49959649 19521036288 107983 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
Current children cumulated CPU time: 5.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 431932 KiB

[startup+6.30025 s]
/proc/loadavg: 4.66 4.70 4.72 5/327 59525
/proc/meminfo: memFree=110497808/131382112 swapFree=33010684/33010684
[pid=59504] ppid=59501 vsize=19063512 memory=808952 CPUtime=9.47 cores=4,6
/proc/59504/stat : 59504 (java) S 59501 59504 58577 0 -1 4194304 21408 0 0 0 920 27 0 0 20 0 20 0 49959424 19521036288 202238 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
/proc/59504/statm: 4765878 202238 5529 1 0 1680026 0
[pid=59504/tid=59506] ppid=59501 vsize=19063512 memory=0 CPUtime=5.71 cores=4,6
/proc/59504/task/59506/stat : 59506 (java) R 59501 59504 58577 0 -1 4194368 7737 0 0 0 555 16 0 0 20 0 20 0 49959427 19521036288 202238 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
[pid=59504/tid=59516] ppid=59501 vsize=19063512 memory=431932 CPUtime=0 cores=4,6
/proc/59504/task/59516/stat : 59516 (Finalizer) S 59501 59504 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49959431 19521036288 202238 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
[pid=59504/tid=59523] ppid=59501 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/59504/task/59523/stat : 59523 (Common-Cleaner) S 59501 59504 58577 0 -1 4194368 43 0 0 0 0 0 0 0 20 0 20 0 49959431 19521036288 202238 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
[pid=59504/tid=59525] ppid=59501 vsize=19063512 memory=-6000919502855168874 CPUtime=0 cores=4,6
/proc/59504/task/59525/stat : 59525 (Timer-0) S 59501 59504 58577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49959649 19521036288 202238 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
Current children cumulated CPU time: 9.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 808952 KiB

[startup+12.7005 s]
/proc/loadavg: 4.69 4.70 4.72 7/327 59525
/proc/meminfo: memFree=109708608/131382112 swapFree=33010684/33010684
[pid=59504] ppid=59501 vsize=19063512 memory=1837524 CPUtime=16.37 cores=4,6
/proc/59504/stat : 59504 (java) S 59501 59504 58577 0 -1 4194304 23018 0 0 0 1589 48 0 0 20 0 20 0 49959424 19521036288 459381 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
/proc/59504/statm: 4765878 459381 5529 1 0 1939074 0
[pid=59504/tid=59506] ppid=59501 vsize=19063512 memory=1477076 CPUtime=11.74 cores=4,6
/proc/59504/task/59506/stat : 59506 (java) R 59501 59504 58577 0 -1 4194368 8422 0 0 0 1140 34 0 0 20 0 20 0 49959427 19521036288 459381 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
[pid=59504/tid=59516] ppid=59501 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/59504/task/59516/stat : 59516 (Finalizer) S 59501 59504 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49959431 19521036288 459381 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
[pid=59504/tid=59523] ppid=59501 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/59504/task/59523/stat : 59523 (Common-Cleaner) S 59501 59504 58577 0 -1 4194368 43 0 0 0 0 0 0 0 20 0 20 0 49959431 19521036288 459381 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
[pid=59504/tid=59525] ppid=59501 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/59504/task/59525/stat : 59525 (Timer-0) S 59501 59504 58577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49959649 19521036288 459381 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
Current children cumulated CPU time: 16.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1837524 KiB

[startup+25.5005 s]
/proc/loadavg: 4.74 4.71 4.72 5/327 59525
/proc/meminfo: memFree=108343068/131382112 swapFree=33010684/33010684
[pid=59504] ppid=59501 vsize=19063512 memory=2735608 CPUtime=29.89 cores=4,6
/proc/59504/stat : 59504 (java) S 59501 59504 58577 0 -1 4194304 26224 0 0 0 2922 67 0 0 20 0 20 0 49959424 19521036288 683902 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
/proc/59504/statm: 4765878 683902 5529 1 0 2024770 0
[pid=59504/tid=59506] ppid=59501 vsize=19063512 memory=1477076 CPUtime=23.67 cores=4,6
/proc/59504/task/59506/stat : 59506 (java) R 59501 59504 58577 0 -1 4194368 9997 0 0 0 2324 43 0 0 20 0 20 0 49959427 19521036288 683902 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
[pid=59504/tid=59516] ppid=59501 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/59504/task/59516/stat : 59516 (Finalizer) S 59501 59504 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49959431 19521036288 683902 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
[pid=59504/tid=59523] ppid=59501 vsize=19063512 memory=14340 CPUtime=0 cores=4,6
/proc/59504/task/59523/stat : 59523 (Common-Cleaner) S 59501 59504 58577 0 -1 4194368 43 0 0 0 0 0 0 0 20 0 20 0 49959431 19521036288 683902 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
[pid=59504/tid=59525] ppid=59501 vsize=19063512 memory=2682332 CPUtime=0 cores=4,6
/proc/59504/task/59525/stat : 59525 (Timer-0) S 59501 59504 58577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49959649 19521036288 683902 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
Current children cumulated CPU time: 29.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2735608 KiB

[startup+51.1131 s]
/proc/loadavg: 4.52 4.66 4.71 5/327 59525
/proc/meminfo: memFree=107030332/131382112 swapFree=33010684/33010684
[pid=59504] ppid=59501 vsize=19063512 memory=3872492 CPUtime=56.46 cores=4,6
/proc/59504/stat : 59504 (java) S 59501 59504 58577 0 -1 4194304 32686 0 0 0 5552 94 0 0 20 0 20 0 49959424 19521036288 968123 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
/proc/59504/statm: 4765878 968123 5561 1 0 2024776 0
[pid=59504/tid=59506] ppid=59501 vsize=19063512 memory=3739372 CPUtime=47.86 cores=4,6
/proc/59504/task/59506/stat : 59506 (java) R 59501 59504 58577 0 -1 4194368 13023 0 0 0 4733 53 0 0 20 0 20 0 49959427 19521036288 968123 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
[pid=59504/tid=59516] ppid=59501 vsize=19063512 memory=3264220 CPUtime=0 cores=4,6
/proc/59504/task/59516/stat : 59516 (Finalizer) S 59501 59504 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49959431 19521036288 968123 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
[pid=59504/tid=59523] ppid=59501 vsize=19063512 memory=14340 CPUtime=0 cores=4,6
/proc/59504/task/59523/stat : 59523 (Common-Cleaner) S 59501 59504 58577 0 -1 4194368 43 0 0 0 0 0 0 0 20 0 20 0 49959431 19521036288 968123 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
[pid=59504/tid=59525] ppid=59501 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/59504/task/59525/stat : 59525 (Timer-0) S 59501 59504 58577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49959649 19521036288 968123 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
Current children cumulated CPU time: 56.46 s

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

/proc/59504/task/59506/stat : 59506 (java) R 59501 59504 58577 0 -1 4194368 340712 0 0 0 296606 285 0 0 20 0 20 0 49959427 19521036288 4069998 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
[pid=59504/tid=59516] ppid=59501 vsize=19063512 memory=16279992 CPUtime=0 cores=4,6
/proc/59504/task/59516/stat : 59516 (Finalizer) S 59501 59504 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49959431 19521036288 4069998 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
[pid=59504/tid=59523] ppid=59501 vsize=19063512 memory=16279992 CPUtime=0 cores=4,6
/proc/59504/task/59523/stat : 59523 (Common-Cleaner) S 59501 59504 58577 0 -1 4194368 3336 0 0 0 0 0 0 0 20 0 20 0 49959431 19521036288 4069998 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
[pid=59504/tid=59525] ppid=59501 vsize=19063512 memory=16279992 CPUtime=0 cores=4,6
/proc/59504/task/59525/stat : 59525 (Timer-0) S 59501 59504 58577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49959649 19521036288 4069998 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
Current children cumulated CPU time: 3231.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16279992 KiB

[startup+3162.3 s]
/proc/loadavg: 4.70 4.75 4.66 5/326 59874
/proc/meminfo: memFree=88497076/131382112 swapFree=33010684/33010684
[pid=59504] ppid=59501 vsize=19063512 memory=16279992 CPUtime=3302.48 cores=4,6
/proc/59504/stat : 59504 (java) S 59501 59504 58577 0 -1 4194304 546852 0 0 0 329590 658 0 0 20 0 20 0 49959424 19521036288 4069998 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
/proc/59504/statm: 4765878 4069998 5561 1 0 4083229 0
[pid=59504/tid=59506] ppid=59501 vsize=19063512 memory=0 CPUtime=3026.9 cores=4,6
/proc/59504/task/59506/stat : 59506 (java) R 59501 59504 58577 0 -1 4194368 346339 0 0 0 302404 286 0 0 20 0 20 0 49959427 19521036288 4069998 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
[pid=59504/tid=59516] ppid=59501 vsize=19063512 memory=16279992 CPUtime=0 cores=4,6
/proc/59504/task/59516/stat : 59516 (Finalizer) S 59501 59504 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49959431 19521036288 4069998 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
[pid=59504/tid=59523] ppid=59501 vsize=19063512 memory=16279992 CPUtime=0 cores=4,6
/proc/59504/task/59523/stat : 59523 (Common-Cleaner) S 59501 59504 58577 0 -1 4194368 3386 0 0 0 0 0 0 0 20 0 20 0 49959431 19521036288 4069998 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
[pid=59504/tid=59525] ppid=59501 vsize=19063512 memory=16279992 CPUtime=0 cores=4,6
/proc/59504/task/59525/stat : 59525 (Timer-0) S 59501 59504 58577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49959649 19521036288 4069998 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
Current children cumulated CPU time: 3302.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16279992 KiB

[startup+3222.3 s]
/proc/loadavg: 4.44 4.67 4.63 5/326 59876
/proc/meminfo: memFree=88384704/131382112 swapFree=33010684/33010684
[pid=59504] ppid=59501 vsize=19063512 memory=16279992 CPUtime=3364.63 cores=4,6
/proc/59504/stat : 59504 (java) S 59501 59504 58577 0 -1 4194304 557240 0 0 0 335799 664 0 0 20 0 20 0 49959424 19521036288 4069998 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
/proc/59504/statm: 4765878 4069998 5561 1 0 4083229 0
[pid=59504/tid=59506] ppid=59501 vsize=19063512 memory=16279992 CPUtime=3083.65 cores=4,6
/proc/59504/task/59506/stat : 59506 (java) R 59501 59504 58577 0 -1 4194368 354389 0 0 0 308077 288 0 0 20 0 20 0 49959427 19521036288 4069998 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
[pid=59504/tid=59516] ppid=59501 vsize=19063512 memory=14340 CPUtime=0 cores=4,6
/proc/59504/task/59516/stat : 59516 (Finalizer) S 59501 59504 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49959431 19521036288 4069998 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
[pid=59504/tid=59523] ppid=59501 vsize=19063512 memory=16279992 CPUtime=0 cores=4,6
/proc/59504/task/59523/stat : 59523 (Common-Cleaner) S 59501 59504 58577 0 -1 4194368 3421 0 0 0 0 0 0 0 20 0 20 0 49959431 19521036288 4069998 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
[pid=59504/tid=59525] ppid=59501 vsize=19063512 memory=16279992 CPUtime=0 cores=4,6
/proc/59504/task/59525/stat : 59525 (Timer-0) S 59501 59504 58577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49959649 19521036288 4069998 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
Current children cumulated CPU time: 3364.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16279992 KiB

[startup+3282.3 s]
/proc/loadavg: 4.31 4.59 4.61 5/326 59893
/proc/meminfo: memFree=88088960/131382112 swapFree=33010684/33010684
[pid=59504] ppid=59501 vsize=19063512 memory=16279992 CPUtime=3425.78 cores=4,6
/proc/59504/stat : 59504 (java) S 59501 59504 58577 0 -1 4194304 565759 0 0 0 341909 669 0 0 20 0 20 0 49959424 19521036288 4069998 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
/proc/59504/statm: 4765878 4069998 5561 1 0 4083229 0
[pid=59504/tid=59506] ppid=59501 vsize=19063512 memory=17664 CPUtime=3141.44 cores=4,6
/proc/59504/task/59506/stat : 59506 (java) R 59501 59504 58577 0 -1 4194368 361034 0 0 0 313855 289 0 0 20 0 20 0 49959427 19521036288 4069998 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
[pid=59504/tid=59516] ppid=59501 vsize=19063512 memory=16279992 CPUtime=0 cores=4,6
/proc/59504/task/59516/stat : 59516 (Finalizer) S 59501 59504 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49959431 19521036288 4069998 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
[pid=59504/tid=59523] ppid=59501 vsize=19063512 memory=16279992 CPUtime=0 cores=4,6
/proc/59504/task/59523/stat : 59523 (Common-Cleaner) S 59501 59504 58577 0 -1 4194368 3494 0 0 0 0 0 0 0 20 0 20 0 49959431 19521036288 4069998 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
[pid=59504/tid=59525] ppid=59501 vsize=19063512 memory=16279992 CPUtime=0 cores=4,6
/proc/59504/task/59525/stat : 59525 (Timer-0) S 59501 59504 58577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49959649 19521036288 4069998 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
Current children cumulated CPU time: 3425.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16279992 KiB

[startup+3342.3 s]
/proc/loadavg: 4.45 4.59 4.61 5/326 59895
/proc/meminfo: memFree=88088464/131382112 swapFree=33010684/33010684
[pid=59504] ppid=59501 vsize=19063512 memory=16279992 CPUtime=3497.73 cores=4,6
/proc/59504/stat : 59504 (java) S 59501 59504 58577 0 -1 4194304 578906 0 0 0 349095 678 0 0 20 0 20 0 49959424 19521036288 4069998 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
/proc/59504/statm: 4765878 4069998 5561 1 0 4083229 0
[pid=59504/tid=59506] ppid=59501 vsize=19063512 memory=16279992 CPUtime=3199.1 cores=4,6
/proc/59504/task/59506/stat : 59506 (java) R 59501 59504 58577 0 -1 4194368 369405 0 0 0 319620 290 0 0 20 0 20 0 49959427 19521036288 4069998 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
[pid=59504/tid=59516] ppid=59501 vsize=19063512 memory=-6000919502855168874 CPUtime=0 cores=4,6
/proc/59504/task/59516/stat : 59516 (Finalizer) S 59501 59504 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49959431 19521036288 4069998 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
[pid=59504/tid=59523] ppid=59501 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/59504/task/59523/stat : 59523 (Common-Cleaner) S 59501 59504 58577 0 -1 4194368 3567 0 0 0 0 0 0 0 20 0 20 0 49959431 19521036288 4069998 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
[pid=59504/tid=59525] ppid=59501 vsize=19063512 memory=16279992 CPUtime=0 cores=4,6
/proc/59504/task/59525/stat : 59525 (Timer-0) S 59501 59504 58577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49959649 19521036288 4069998 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
Current children cumulated CPU time: 3497.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16279992 KiB

[startup+3402.3 s]
/proc/loadavg: 4.38 4.54 4.59 6/326 59897
/proc/meminfo: memFree=88043972/131382112 swapFree=33010684/33010684
[pid=59504] ppid=59501 vsize=19063512 memory=16279992 CPUtime=3560 cores=4,6
/proc/59504/stat : 59504 (java) S 59501 59504 58577 0 -1 4194304 588696 0 0 0 355316 684 0 0 20 0 20 0 49959424 19521036288 4069998 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
/proc/59504/statm: 4765878 4069998 5561 1 0 4083229 0
[pid=59504/tid=59506] ppid=59501 vsize=19063512 memory=16279992 CPUtime=3255.98 cores=4,6
/proc/59504/task/59506/stat : 59506 (java) S 59501 59504 58577 0 -1 4194368 376556 0 0 0 325306 292 0 0 20 0 20 0 49959427 19521036288 4069998 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
[pid=59504/tid=59516] ppid=59501 vsize=19063512 memory=17664 CPUtime=0 cores=4,6
/proc/59504/task/59516/stat : 59516 (Finalizer) S 59501 59504 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49959431 19521036288 4069998 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
[pid=59504/tid=59523] ppid=59501 vsize=19063512 memory=16279992 CPUtime=0 cores=4,6
/proc/59504/task/59523/stat : 59523 (Common-Cleaner) S 59501 59504 58577 0 -1 4194368 3659 0 0 0 0 0 0 0 20 0 20 0 49959431 19521036288 4069998 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
[pid=59504/tid=59525] ppid=59501 vsize=19063512 memory=16279992 CPUtime=0 cores=4,6
/proc/59504/task/59525/stat : 59525 (Timer-0) S 59501 59504 58577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49959649 19521036288 4069998 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
Current children cumulated CPU time: 3560 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16279992 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3441.5 s]
/proc/loadavg: 4.21 4.48 4.57 5/326 59899
/proc/meminfo: memFree=87999544/131382112 swapFree=33010684/33010684
[pid=59504] ppid=59501 vsize=19063512 memory=16279992 CPUtime=3600.04 cores=4,6
/proc/59504/stat : 59504 (java) S 59501 59504 58577 0 -1 4194304 596297 0 0 0 359317 687 0 0 20 0 20 0 49959424 19521036288 4069998 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
/proc/59504/statm: 4765878 4069998 5561 1 0 4083229 0
[pid=59504/tid=59506] ppid=59501 vsize=19063512 memory=16279992 CPUtime=3293.89 cores=4,6
/proc/59504/task/59506/stat : 59506 (java) R 59501 59504 58577 0 -1 4194368 381112 0 0 0 329096 293 0 0 20 0 20 0 49959427 19521036288 4069998 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
[pid=59504/tid=59516] ppid=59501 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/59504/task/59516/stat : 59516 (Finalizer) S 59501 59504 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49959431 19521036288 4069998 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
[pid=59504/tid=59523] ppid=59501 vsize=19063512 memory=16279992 CPUtime=0 cores=4,6
/proc/59504/task/59523/stat : 59523 (Common-Cleaner) S 59501 59504 58577 0 -1 4194368 3746 0 0 0 0 0 0 0 20 0 20 0 49959431 19521036288 4069998 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
[pid=59504/tid=59525] ppid=59501 vsize=19063512 memory=16279992 CPUtime=0 cores=4,6
/proc/59504/task/59525/stat : 59525 (Timer-0) S 59501 59504 58577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49959649 19521036288 4069998 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16279992 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.4 s, system=6.94349 s

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

[startup+3441.61 s]
/proc/loadavg: 4.21 4.48 4.57 5/326 59899
/proc/meminfo: memFree=87999544/131382112 swapFree=33010684/33010684
[pid=59504] ppid=59501 vsize=19263204 memory=16280760 CPUtime=3600.21 cores=4,6
/proc/59504/stat : 59504 (java) S 59501 59504 58577 0 -1 4194304 598759 0 0 0 359332 689 0 0 20 0 21 0 49959424 19725520896 4070190 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
/proc/59504/statm: 4815801 4070190 5561 1 0 4084182 0
[pid=59504/tid=59506] ppid=59501 vsize=19263204 memory=0 CPUtime=3293.91 cores=4,6
/proc/59504/task/59506/stat : 59506 (java) S 59501 59504 58577 0 -1 4194368 381421 0 0 0 329098 293 0 0 20 0 21 0 49959427 19725520896 4070190 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
[pid=59504/tid=59516] ppid=59501 vsize=19263204 memory=140213502345913 CPUtime=0 cores=4,6
/proc/59504/task/59516/stat : 59516 (Finalizer) S 59501 59504 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 49959431 19725520896 4070190 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
[pid=59504/tid=59523] ppid=59501 vsize=19263204 memory=-6000919502855168874 CPUtime=0 cores=4,6
/proc/59504/task/59523/stat : 59523 (Common-Cleaner) S 59501 59504 58577 0 -1 4194368 3746 0 0 0 0 0 0 0 20 0 21 0 49959431 19725520896 4070190 18446744073709551615 94920742092800 94920742096496 140732140448096 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94920742104312 94920742105104 94920760410112 140732140456318 140732140456422 140732140456422 140732140462024 0
Current children cumulated CPU time: 3600.21 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 16280760 KiB

[startup+3441.7 s]*
/proc/loadavg: 4.28 4.49 4.57 5/308 59902
/proc/meminfo: memFree=91163584/131382112 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3441.74
CPU time (s): 3600.35
CPU user time (s): 3593.4
CPU system time (s): 6.94349
CPU usage (%): 104.608
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 16280760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.4
system time used= 6.94349
maximum resident set size= 16281016
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 598922
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 132913
involuntary context switches= 21810


# summary of solver processes directly reported to runsolver:
#   pid: 59504
#   total CPU time (s): 3600.35
#   total CPU user time (s): 3593.4
#   total CPU system time (s): 6.94349

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.9223 second user time and 32.7449 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-07-01 06:06:43
IDJOB=4489466
IDBENCH=147551
IDSOLVER=3361
FILE ID=nodeC007/4489466-1751342802
RUNJOBID= nodeC007-1751336095-58588
SLURM_JOB_ID= 9594382
Free space on /tmp= 432996 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_10.opb.PB06.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4489466-1751342802/watcher-4489466-1751342802 -o /tmp/evaluation-result-4489466-1751342802/solver-4489466-1751342802 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751336095-58588 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4489466-1751342802.opb

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

MD5SUM BENCH= e06e3866d9960a7084ad077c8fb9619e
RANDOM SEED=1738375711

nodeC007 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.864
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.68
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		: 3492.290
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.68
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.350
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.530
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.68
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		: 1795.679
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.821
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.68
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.202
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.382
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        111257048 kB
MemAvailable:   111456560 kB
Buffers:            3280 kB
Cached:          1006136 kB
SwapCached:            0 kB
Active:         18799104 kB
Inactive:         759616 kB
Active(anon):   18567268 kB
Inactive(anon):        0 kB
Active(file):     231836 kB
Inactive(file):   759616 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             17556 kB
Writeback:             0 kB
AnonPages:      18552440 kB
Mapped:           122656 kB
Shmem:             17960 kB
KReclaimable:      95372 kB
Slab:             179108 kB
SReclaimable:      95372 kB
SUnreclaim:        83736 kB
KernelStack:        4992 kB
PageTables:        39996 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   21717612 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150312 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  18200576 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      201544 kB
DirectMap2M:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432884 MiB
End job on nodeC007 at 2025-07-01 07:04:05