Trace number 4492946

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 CP 2025-06-06? (TO) 3600.28 3427.32

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-45-40.opb
MD5SUM2590c1209b8f449ade71ad316e08b5f7
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.529767
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1800
Total number of constraints39645
Number of constraints which are clauses39645
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 constraint40
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 41
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.16	c See www.sat4j.org for details.
0.12/0.17	c version PB25.v20250606
0.12/0.20	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.20	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.20	c java.vm.version	22.0.1+8-16
0.12/0.20	c java.vm.vendor	Oracle Corporation
0.12/0.20	c sun.arch.data.model	64
0.12/0.20	c java.version		22.0.1
0.12/0.20	c os.name		Linux
0.12/0.20	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.20	c os.arch		amd64
0.12/0.21	c Free memory 		2106806208
0.12/0.21	c Max memory 		16282288128
0.12/0.21	c Total memory 		2113929216
0.12/0.22	c Number of processors 	2
0.48/0.37	c Pseudo Boolean Optimization by upper bound
0.48/0.37	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.48/0.37	c  - never skip resolution steps
0.48/0.37	c  - Auto-division on coefficients is disabled
0.48/0.37	c  - No postprocessing
0.48/0.37	c  - Conflict is considered as is when resolving
0.48/0.37	c  - Use constraints as they come during conflict analysis
0.48/0.37	c  - Weaken first using unassigned literals
0.48/0.37	c  - Bump strategy: ALWAYS_ONE
0.48/0.37	c  - Bumper: ANY
0.48/0.37	c --- Begin Solver configuration ---
0.48/0.37	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.48/0.37	c Learn all clauses as in MiniSAT
0.48/0.37	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.48/0.37	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.48/0.37	c No reason simplification
0.48/0.37	c Armin Biere (Picosat) restarts strategy
0.48/0.37	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.48/0.37	c timeout=2147483s
0.48/0.37	c DB Simplification allowed=false
0.48/0.37	c Listener: none
0.48/0.37	c --- End Solver configuration ---
0.48/0.37	c solving HOME/instance-4492946-1751148435.opb
0.48/0.37	c reading problem ... 
0.48/0.37	c  no objective function found
1.39/0.89	c ... done. Wall clock time 0.513s.
1.39/0.89	c declared #vars     1800
1.39/0.89	c #constraints  39645
1.39/0.89	c constraints type 
1.39/0.89	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 39600
1.39/0.89	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 45
1.39/0.89	c 39645 constraints processed.
4.77/2.67	c cleaning 2501 clauses out of 5002
6.61/4.27	c cleaning 4245 clauses out of 8499
9.87/7.14	c cleaning 5628 clauses out of 11258
13.56/10.74	c cleaning 6808 clauses out of 13626
16.78/13.85	c cleaning 7910 clauses out of 15821
20.21/17.13	c cleaning 8949 clauses out of 17908
24.15/20.60	c cleaning 9977 clauses out of 19960
30.96/27.27	c cleaning 10991 clauses out of 21986
35.66/31.71	c cleaning 11992 clauses out of 23991
40.40/36.37	c cleaning 12997 clauses out of 26000
46.45/42.10	c cleaning 13999 clauses out of 28002
51.86/47.37	c cleaning 15000 clauses out of 30004
57.97/53.18	c cleaning 15990 clauses out of 32003
64.44/59.51	c cleaning 17006 clauses out of 34014
71.88/66.84	c cleaning 17998 clauses out of 36007
82.39/77.06	c cleaning 19000 clauses out of 38009
91.46/85.91	c cleaning 19998 clauses out of 40009
100.98/95.18	c cleaning 21002 clauses out of 42012
113.17/107.02	c cleaning 22000 clauses out of 44010
123.52/117.02	c cleaning 23002 clauses out of 46009
132.80/126.21	c cleaning 24000 clauses out of 48007
148.83/141.73	c cleaning 25003 clauses out of 50008
164.72/157.04	c cleaning 25999 clauses out of 52005
180.75/173.09	c cleaning 26996 clauses out of 54005
196.07/187.97	c cleaning 28003 clauses out of 56010
212.66/204.08	c cleaning 28998 clauses out of 58006
233.26/224.67	c cleaning 30004 clauses out of 60008
256.67/247.63	c cleaning 30997 clauses out of 62004
275.61/266.15	c cleaning 31994 clauses out of 64007
296.94/287.22	c cleaning 33000 clauses out of 66013
318.28/307.91	c cleaning 34003 clauses out of 68013
337.63/327.16	c cleaning 34998 clauses out of 70010
363.22/352.38	c cleaning 35999 clauses out of 72012
386.61/375.25	c cleaning 37001 clauses out of 74013
413.00/401.42	c cleaning 38001 clauses out of 76012
439.35/427.29	c cleaning 39003 clauses out of 78011
469.66/455.82	c cleaning 40003 clauses out of 80010
496.64/482.16	c cleaning 40998 clauses out of 82006
518.02/503.34	c cleaning 41996 clauses out of 84008
546.51/531.49	c cleaning 42999 clauses out of 86012
575.73/560.05	c cleaning 43995 clauses out of 88013
607.00/591.06	c cleaning 45004 clauses out of 90018
640.42/623.63	c cleaning 45994 clauses out of 92013
676.13/659.28	c cleaning 47006 clauses out of 94019
714.34/696.69	c cleaning 48005 clauses out of 96015
758.27/740.19	c cleaning 48999 clauses out of 98010
812.84/794.11	c cleaning 49996 clauses out of 100009
850.78/831.41	c cleaning 51001 clauses out of 102013
889.89/869.96	c cleaning 52003 clauses out of 104014
952.29/929.94	c cleaning 52998 clauses out of 106012
1001.38/978.49	c cleaning 54000 clauses out of 108012
1049.32/1025.94	c cleaning 54999 clauses out of 110011
1096.00/1072.19	c cleaning 55999 clauses out of 112014
1148.44/1124.19	c cleaning 57004 clauses out of 114013
1200.86/1176.00	c cleaning 58000 clauses out of 116009
1287.98/1262.65	c cleaning 58995 clauses out of 118009
1366.17/1340.28	c cleaning 60003 clauses out of 120016
1446.18/1419.58	c cleaning 60990 clauses out of 122011
1533.50/1506.35	c cleaning 62003 clauses out of 124021
1584.04/1554.19	c cleaning 63002 clauses out of 126018
1638.75/1608.22	c cleaning 64001 clauses out of 128016
1701.64/1668.36	c cleaning 65000 clauses out of 130015
1782.10/1742.48	c cleaning 66003 clauses out of 132016
1844.62/1798.34	c cleaning 67002 clauses out of 134013
1921.72/1868.72	c cleaning 67999 clauses out of 136010
1990.64/1928.80	c cleaning 68998 clauses out of 138011
2081.71/2012.69	c cleaning 69998 clauses out of 140013
2163.19/2087.20	c cleaning 70996 clauses out of 142016
2235.80/2150.01	c cleaning 72002 clauses out of 144021
2334.41/2241.46	c cleaning 73007 clauses out of 146019
2434.01/2333.77	c cleaning 73998 clauses out of 148010
2523.23/2416.45	c cleaning 74994 clauses out of 150012
2635.39/2521.60	c cleaning 76007 clauses out of 152019
2710.37/2589.77	c cleaning 76996 clauses out of 154011
2796.47/2670.58	c cleaning 78000 clauses out of 156017
2876.98/2743.37	c cleaning 78997 clauses out of 158018
2978.80/2839.70	c cleaning 80003 clauses out of 160020
3084.19/2940.33	c cleaning 80996 clauses out of 162015
3160.51/3011.44	c cleaning 82006 clauses out of 164020
3289.06/3134.41	c cleaning 82995 clauses out of 166013
3405.89/3243.96	c cleaning 84003 clauses out of 168018
3514.85/3347.23	c cleaning 84999 clauses out of 170015
3600.05/3427.23	c timeout
3600.05/3427.23	c starts		: 252
3600.05/3427.23	c conflicts		: 3800569
3600.05/3427.24	c decisions		: 4214093
3600.05/3427.24	c propagations		: 185715704
3600.05/3427.24	c inspects		: 15721370704
3600.05/3427.24	c shortcuts		: 0
3600.05/3427.24	c learnt literals	: 0
3600.05/3427.24	c learnt binary clauses	: 0
3600.05/3427.24	c learnt ternary clauses	: 0
3600.05/3427.24	c learnt constraints	: 3800568
3600.05/3427.24	c ignored constraints	: 0
3600.05/3427.24	c root simplifications	: 0
3600.05/3427.24	c removed literals (reason simplification)	: 0
3600.05/3427.24	c reason swapping (by a shorter reason)	: 0
3600.05/3427.24	c Calls to reduceDB	: 82
3600.05/3427.24	c Number of update (reduction) of LBD	: 0
3600.05/3427.24	c Imported unit clauses	: 0
3600.05/3427.24	c No decision after first conflict	: false
3600.05/3427.24	c number of reductions to clauses (during analyze)	: 0
3600.05/3427.24	c number of learned constraints concerned by reduction	: 0
3600.05/3427.24	c number of learning phase by resolution	: 0
3600.05/3427.24	c number of learning phase by cutting planes	: 0
3600.05/3427.24	c number of rounding to 1 operations	: 0
3600.05/3427.24	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3427.24	c number of reductions of the coefficients by power 2 	: 0
3600.05/3427.24	c number of right shift for reduction by power 2 	: 0
3600.05/3427.24	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3427.24	c number of ending skipping 	: 0
3600.05/3427.24	c number of internal skipping 	: 0
3600.05/3427.24	c number of derivation steps 	: 28050147
3600.05/3427.24	c number of skipped derivation steps 	: 0
3600.05/3427.24	c number of remaining unassigned 	: 0
3600.05/3427.24	c number of remaining assigned 	: 0
3600.05/3427.24	c number of falsified literals weakened from reason	: 0
3600.05/3427.24	c number of falsified literals weakened from conflict	: 0
3600.05/3427.24	c time for arithmetic operations	: 0
3600.05/3427.24	c minimum degree of deleted constraints	: null
3600.05/3427.24	c maximum degree of deleted constraints	: null
3600.05/3427.24	c number of deleted constraints	: 0
3600.05/3427.24	c speed (assignments/second)	: 54202.19884133262
3600.05/3427.24	c non guided choices	: 835
3600.05/3427.30	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 154584
3600.05/3427.30	s UNKNOWN
3600.05/3427.30	c Total wall clock time (in seconds): 3426.931

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4492946-1751148435/watcher-4492946-1751148435 -o /tmp/evaluation-result-4492946-1751148435/solver-4492946-1751148435 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751144867-15021 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4492946-1751148435.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100069 s]*
/proc/loadavg: 5.08 4.57 4.33 6/327 16174
/proc/meminfo: memFree=123232964/131382116 swapFree=33010684/33010684
[pid=16156] ppid=16153 vsize=18930384 memory=48628 CPUtime=0.12 cores=0,2
/proc/16156/stat : 16156 (java) S 16153 16156 15006 0 -1 4194304 5804 0 0 0 9 3 0 0 20 0 18 0 30522949 19384713216 12157 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
/proc/16156/statm: 4732596 12157 5337 1 0 547013 0
[pid=16156/tid=16158] ppid=16153 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=0,2
/proc/16156/task/16158/stat : 16158 (java) R 16153 16156 15006 0 -1 4194368 4694 0 0 0 5 3 0 0 20 0 18 0 30522951 19384713216 12157 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
[pid=16156/tid=16167] ppid=16153 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/16156/task/16167/stat : 16167 (Finalizer) S 16153 16156 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30522956 19384713216 12157 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
[pid=16156/tid=16174] ppid=16153 vsize=18930384 memory=56295059375534 CPUtime=0 cores=0,2
/proc/16156/task/16174/stat : 16174 (Common-Cleaner) S 16153 16156 15006 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30522957 19384713216 12157 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48628 KiB

[startup+0.217791 s]*
/proc/loadavg: 5.08 4.57 4.33 7/327 16174
/proc/meminfo: memFree=123166988/131382116 swapFree=33010684/33010684
[pid=16156] ppid=16153 vsize=18930384 memory=55500 CPUtime=0.31 cores=0,2
/proc/16156/stat : 16156 (java) S 16153 16156 15006 0 -1 4194304 6535 0 0 0 27 4 0 0 20 0 18 0 30522949 19384713216 13875 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
/proc/16156/statm: 4732596 13875 5337 1 0 547604 0
[pid=16156/tid=16158] ppid=16153 vsize=18930384 memory=4026532124 CPUtime=0.19 cores=0,2
/proc/16156/task/16158/stat : 16158 (java) R 16153 16156 15006 0 -1 4194368 5049 0 0 0 16 3 0 0 20 0 18 0 30522951 19384713216 13875 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
[pid=16156/tid=16167] ppid=16153 vsize=18930384 memory=2622 CPUtime=0 cores=0,2
/proc/16156/task/16167/stat : 16167 (Finalizer) S 16153 16156 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30522956 19384713216 13875 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
[pid=16156/tid=16174] ppid=16153 vsize=18930384 memory=55195547730935 CPUtime=0 cores=0,2
/proc/16156/task/16174/stat : 16174 (Common-Cleaner) S 16153 16156 15006 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30522957 19384713216 13875 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55500 KiB

[startup+0.314094 s]*
/proc/loadavg: 5.08 4.57 4.33 7/327 16174
/proc/meminfo: memFree=123157284/131382116 swapFree=33010684/33010684
[pid=16156] ppid=16153 vsize=18930384 memory=57036 CPUtime=0.48 cores=0,2
/proc/16156/stat : 16156 (java) S 16153 16156 15006 0 -1 4194304 6813 0 0 0 43 5 0 0 20 0 18 0 30522949 19384713216 14259 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
/proc/16156/statm: 4732596 14259 5433 1 0 547812 0
[pid=16156/tid=16158] ppid=16153 vsize=18930384 memory=-6000919494181611118 CPUtime=0.28 cores=0,2
/proc/16156/task/16158/stat : 16158 (java) R 16153 16156 15006 0 -1 4194368 5240 0 0 0 25 3 0 0 20 0 18 0 30522951 19384713216 14259 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
[pid=16156/tid=16167] ppid=16153 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/16156/task/16167/stat : 16167 (Finalizer) S 16153 16156 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30522956 19384713216 14259 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
[pid=16156/tid=16174] ppid=16153 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/16156/task/16174/stat : 16174 (Common-Cleaner) S 16153 16156 15006 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30522957 19384713216 14259 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57036 KiB

[startup+0.700411 s]
/proc/loadavg: 5.08 4.57 4.33 7/327 16174
/proc/meminfo: memFree=123157284/131382116 swapFree=33010684/33010684
[pid=16156] ppid=16153 vsize=18930384 memory=92948 CPUtime=1.19 cores=0,2
/proc/16156/stat : 16156 (java) S 16153 16156 15006 0 -1 4194304 8547 0 0 0 113 6 0 0 20 0 18 0 30522949 19384713216 23237 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
/proc/16156/statm: 4732596 23237 5433 1 0 548983 0
[pid=16156/tid=16158] ppid=16153 vsize=18930384 memory=17152 CPUtime=0.66 cores=0,2
/proc/16156/task/16158/stat : 16158 (java) R 16153 16156 15006 0 -1 4194368 5377 0 0 0 62 4 0 0 20 0 18 0 30522951 19384713216 23237 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
[pid=16156/tid=16167] ppid=16153 vsize=18930384 memory=11008 CPUtime=0 cores=0,2
/proc/16156/task/16167/stat : 16167 (Finalizer) S 16153 16156 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30522956 19384713216 23237 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
[pid=16156/tid=16174] ppid=16153 vsize=18930384 memory=3328 CPUtime=0 cores=0,2
/proc/16156/task/16174/stat : 16174 (Common-Cleaner) S 16153 16156 15006 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30522957 19384713216 23237 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 92948 KiB

[startup+1.50029 s]
/proc/loadavg: 5.08 4.57 4.33 6/328 16175
/proc/meminfo: memFree=122874220/131382116 swapFree=33010684/33010684
[pid=16156] ppid=16153 vsize=19063512 memory=169472 CPUtime=2.76 cores=0,2
/proc/16156/stat : 16156 (java) S 16153 16156 15006 0 -1 4194304 17641 0 0 0 266 10 0 0 20 0 20 0 30522949 19521036288 42368 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
/proc/16156/statm: 4765878 42368 5465 1 0 552406 0
[pid=16156/tid=16158] ppid=16153 vsize=19063512 memory=3328 CPUtime=1.33 cores=0,2
/proc/16156/task/16158/stat : 16158 (java) S 16153 16156 15006 0 -1 4194368 5709 0 0 0 128 5 0 0 20 0 20 0 30522951 19521036288 42368 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
[pid=16156/tid=16167] ppid=16153 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/16156/task/16167/stat : 16167 (Finalizer) S 16153 16156 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30522956 19521036288 42368 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
[pid=16156/tid=16174] ppid=16153 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/16156/task/16174/stat : 16174 (Common-Cleaner) S 16153 16156 15006 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 30522957 19521036288 42368 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
[pid=16156/tid=16175] ppid=16153 vsize=19063512 memory=14352 CPUtime=0 cores=0,2
/proc/16156/task/16175/stat : 16175 (Timer-0) S 16153 16156 15006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30523039 19521036288 42368 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
Current children cumulated CPU time: 2.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 169472 KiB

[startup+3.10579 s]
/proc/loadavg: 5.15 4.60 4.34 5/329 16176
/proc/meminfo: memFree=122145556/131382116 swapFree=33010684/33010684
[pid=16156] ppid=16153 vsize=19063512 memory=665092 CPUtime=5.38 cores=0,2
/proc/16156/stat : 16156 (java) S 16153 16156 15006 0 -1 4194304 21115 0 0 0 518 20 0 0 20 0 20 0 30522949 19521036288 166273 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
/proc/16156/statm: 4765878 166273 5465 1 0 993461 0
[pid=16156/tid=16158] ppid=16153 vsize=19063512 memory=14352 CPUtime=2.82 cores=0,2
/proc/16156/task/16158/stat : 16158 (java) R 16153 16156 15006 0 -1 4194368 6920 0 0 0 268 14 0 0 20 0 20 0 30522951 19521036288 166273 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
[pid=16156/tid=16167] ppid=16153 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/16156/task/16167/stat : 16167 (Finalizer) S 16153 16156 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30522956 19521036288 166273 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
[pid=16156/tid=16174] ppid=16153 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/16156/task/16174/stat : 16174 (Common-Cleaner) S 16153 16156 15006 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 30522957 19521036288 166273 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
[pid=16156/tid=16175] ppid=16153 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/16156/task/16175/stat : 16175 (Timer-0) S 16153 16156 15006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30523039 19521036288 166273 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
Current children cumulated CPU time: 5.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 665092 KiB

[startup+6.30044 s]
/proc/loadavg: 5.15 4.60 4.34 6/328 16242
/proc/meminfo: memFree=123796064/131382116 swapFree=33010684/33010684
[pid=16156] ppid=16153 vsize=19063512 memory=987172 CPUtime=9 cores=0,2
/proc/16156/stat : 16156 (java) S 16153 16156 15006 0 -1 4194304 21330 0 0 0 874 26 0 0 20 0 20 0 30522949 19521036288 246793 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
/proc/16156/statm: 4765878 246793 5465 1 0 993470 0
[pid=16156/tid=16158] ppid=16153 vsize=19063512 memory=0 CPUtime=5.81 cores=0,2
/proc/16156/task/16158/stat : 16158 (java) R 16153 16156 15006 0 -1 4194368 7064 0 0 0 562 19 0 0 20 0 20 0 30522951 19521036288 246793 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
[pid=16156/tid=16167] ppid=16153 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/16156/task/16167/stat : 16167 (Finalizer) S 16153 16156 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30522956 19521036288 246793 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
[pid=16156/tid=16174] ppid=16153 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/16156/task/16174/stat : 16174 (Common-Cleaner) S 16153 16156 15006 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 30522957 19521036288 246793 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
[pid=16156/tid=16175] ppid=16153 vsize=19063512 memory=169472 CPUtime=0 cores=0,2
/proc/16156/task/16175/stat : 16175 (Timer-0) S 16153 16156 15006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30523039 19521036288 246793 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
Current children cumulated CPU time: 9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 987172 KiB

[startup+12.7005 s]
/proc/loadavg: 5.13 4.61 4.34 6/329 16243
/proc/meminfo: memFree=120620380/131382116 swapFree=33010684/33010684
[pid=16156] ppid=16153 vsize=19063512 memory=1923952 CPUtime=15.61 cores=0,2
/proc/16156/stat : 16156 (java) S 16153 16156 15006 0 -1 4194304 22598 0 0 0 1509 52 0 0 20 0 20 0 30522949 19521036288 480988 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
/proc/16156/statm: 4765878 480988 5465 1 0 1288008 0
[pid=16156/tid=16158] ppid=16153 vsize=19063512 memory=169472 CPUtime=11.86 cores=0,2
/proc/16156/task/16158/stat : 16158 (java) R 16153 16156 15006 0 -1 4194368 7505 0 0 0 1143 43 0 0 20 0 20 0 30522951 19521036288 480988 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
[pid=16156/tid=16167] ppid=16153 vsize=19063512 memory=1923952 CPUtime=0 cores=0,2
/proc/16156/task/16167/stat : 16167 (Finalizer) S 16153 16156 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30522956 19521036288 480988 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
[pid=16156/tid=16174] ppid=16153 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/16156/task/16174/stat : 16174 (Common-Cleaner) S 16153 16156 15006 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 30522957 19521036288 480988 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
[pid=16156/tid=16175] ppid=16153 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/16156/task/16175/stat : 16175 (Timer-0) S 16153 16156 15006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30523039 19521036288 480988 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
Current children cumulated CPU time: 15.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1923952 KiB

[startup+25.5003 s]
/proc/loadavg: 5.03 4.61 4.35 5/329 16243
/proc/meminfo: memFree=117919640/131382116 swapFree=33010684/33010684
[pid=16156] ppid=16153 vsize=19063512 memory=2269272 CPUtime=29.27 cores=0,2
/proc/16156/stat : 16156 (java) S 16153 16156 15006 0 -1 4194304 26646 0 0 0 2867 60 0 0 20 0 20 0 30522949 19521036288 567318 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
/proc/16156/statm: 4765878 567318 5465 1 0 1288011 0
[pid=16156/tid=16158] ppid=16153 vsize=19063512 memory=2192396 CPUtime=24.05 cores=0,2
/proc/16156/task/16158/stat : 16158 (java) R 16153 16156 15006 0 -1 4194368 9187 0 0 0 2359 46 0 0 20 0 20 0 30522951 19521036288 567318 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
[pid=16156/tid=16167] ppid=16153 vsize=19063512 memory=2269272 CPUtime=0 cores=0,2
/proc/16156/task/16167/stat : 16167 (Finalizer) S 16153 16156 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30522956 19521036288 567318 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
[pid=16156/tid=16174] ppid=16153 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/16156/task/16174/stat : 16174 (Common-Cleaner) S 16153 16156 15006 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 30522957 19521036288 567318 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
[pid=16156/tid=16175] ppid=16153 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/16156/task/16175/stat : 16175 (Timer-0) S 16153 16156 15006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30523039 19521036288 567318 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
Current children cumulated CPU time: 29.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2269272 KiB

[startup+51.1138 s]
/proc/loadavg: 4.82 4.59 4.35 5/328 16244
/proc/meminfo: memFree=114384668/131382116 swapFree=33010684/33010684
[pid=16156] ppid=16153 vsize=19063512 memory=4149308 CPUtime=55.97 cores=0,2
/proc/16156/stat : 16156 (java) S 16153 16156 15006 0 -1 4194304 34335 0 0 0 5495 102 0 0 20 0 20 0 30522949 19521036288 1037327 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
/proc/16156/statm: 4765878 1037327 5497 1 0 1476022 0
[pid=16156/tid=16158] ppid=16153 vsize=19063512 memory=0 CPUtime=48.56 cores=0,2
/proc/16156/task/16158/stat : 16158 (java) R 16153 16156 15006 0 -1 4194368 12496 0 0 0 4781 75 0 0 20 0 20 0 30522951 19521036288 1037327 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
[pid=16156/tid=16167] ppid=16153 vsize=19063512 memory=3805212 CPUtime=0 cores=0,2
/proc/16156/task/16167/stat : 16167 (Finalizer) S 16153 16156 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30522956 19521036288 1037327 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
[pid=16156/tid=16174] ppid=16153 vsize=19063512 memory=1946628 CPUtime=0 cores=0,2
/proc/16156/task/16174/stat : 16174 (Common-Cleaner) S 16153 16156 15006 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 30522957 19521036288 1037327 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
[pid=16156/tid=16175] ppid=16153 vsize=19063512 memory=3328 CPUtime=0 cores=0,2

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

[startup+3102.3 s]
/proc/loadavg: 4.32 4.26 4.29 5/327 16400
/proc/meminfo: memFree=106105584/131382116 swapFree=33010684/33010684
[pid=16156] ppid=16153 vsize=19063512 memory=3216984 CPUtime=3256.73 cores=0,2
/proc/16156/stat : 16156 (java) S 16153 16156 15006 0 -1 4194304 207110 0 0 0 325278 395 0 0 20 0 20 0 30522949 19521036288 804246 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
/proc/16156/statm: 4765878 804246 5497 1 0 816853 0
[pid=16156/tid=16158] ppid=16153 vsize=19063512 memory=3216984 CPUtime=3039.08 cores=0,2
/proc/16156/task/16158/stat : 16158 (java) R 16153 16156 15006 0 -1 4194368 107119 0 0 0 303796 112 0 0 20 0 20 0 30522951 19521036288 804246 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
[pid=16156/tid=16167] ppid=16153 vsize=19063512 memory=3216984 CPUtime=0 cores=0,2
/proc/16156/task/16167/stat : 16167 (Finalizer) S 16153 16156 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30522956 19521036288 804246 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
[pid=16156/tid=16174] ppid=16153 vsize=19063512 memory=14352 CPUtime=0 cores=0,2
/proc/16156/task/16174/stat : 16174 (Common-Cleaner) S 16153 16156 15006 0 -1 4194368 1517 0 0 0 0 0 0 0 20 0 20 0 30522957 19521036288 804246 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
[pid=16156/tid=16175] ppid=16153 vsize=19063512 memory=14352 CPUtime=0 cores=0,2
/proc/16156/task/16175/stat : 16175 (Timer-0) S 16153 16156 15006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30523039 19521036288 804246 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
Current children cumulated CPU time: 3256.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3216984 KiB

[startup+3162.3 s]
/proc/loadavg: 4.30 4.27 4.29 5/327 16402
/proc/meminfo: memFree=106105424/131382116 swapFree=33010684/33010684
[pid=16156] ppid=16153 vsize=19063512 memory=3216984 CPUtime=3319.42 cores=0,2
/proc/16156/stat : 16156 (java) S 16153 16156 15006 0 -1 4194304 209811 0 0 0 331543 399 0 0 20 0 20 0 30522949 19521036288 804246 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
/proc/16156/statm: 4765878 804246 5497 1 0 816853 0
[pid=16156/tid=16158] ppid=16153 vsize=19063512 memory=3216984 CPUtime=3098.16 cores=0,2
/proc/16156/task/16158/stat : 16158 (java) R 16153 16156 15006 0 -1 4194368 109324 0 0 0 309704 112 0 0 20 0 20 0 30522951 19521036288 804246 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
[pid=16156/tid=16167] ppid=16153 vsize=19063512 memory=3216984 CPUtime=0 cores=0,2
/proc/16156/task/16167/stat : 16167 (Finalizer) S 16153 16156 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30522956 19521036288 804246 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
[pid=16156/tid=16174] ppid=16153 vsize=19063512 memory=3216984 CPUtime=0 cores=0,2
/proc/16156/task/16174/stat : 16174 (Common-Cleaner) S 16153 16156 15006 0 -1 4194368 1560 0 0 0 0 0 0 0 20 0 20 0 30522957 19521036288 804246 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
[pid=16156/tid=16175] ppid=16153 vsize=19063512 memory=-6000919494181611118 CPUtime=0 cores=0,2
/proc/16156/task/16175/stat : 16175 (Timer-0) S 16153 16156 15006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30523039 19521036288 804246 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
Current children cumulated CPU time: 3319.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3216984 KiB

[startup+3222.3 s]
/proc/loadavg: 4.15 4.23 4.28 6/326 16404
/proc/meminfo: memFree=106105748/131382116 swapFree=33010684/33010684
[pid=16156] ppid=16153 vsize=19063512 memory=3216984 CPUtime=3382.29 cores=0,2
/proc/16156/stat : 16156 (java) S 16153 16156 15006 0 -1 4194304 213892 0 0 0 337824 405 0 0 20 0 20 0 30522949 19521036288 804246 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
/proc/16156/statm: 4765878 804246 5497 1 0 816853 0
[pid=16156/tid=16158] ppid=16153 vsize=19063512 memory=3216984 CPUtime=3157.18 cores=0,2
/proc/16156/task/16158/stat : 16158 (java) R 16153 16156 15006 0 -1 4194368 111470 0 0 0 315606 112 0 0 20 0 20 0 30522951 19521036288 804246 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
[pid=16156/tid=16167] ppid=16153 vsize=19063512 memory=3216984 CPUtime=0 cores=0,2
/proc/16156/task/16167/stat : 16167 (Finalizer) S 16153 16156 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30522956 19521036288 804246 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
[pid=16156/tid=16174] ppid=16153 vsize=19063512 memory=3216984 CPUtime=0 cores=0,2
/proc/16156/task/16174/stat : 16174 (Common-Cleaner) S 16153 16156 15006 0 -1 4194368 1646 0 0 0 0 0 0 0 20 0 20 0 30522957 19521036288 804246 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
[pid=16156/tid=16175] ppid=16153 vsize=19063512 memory=17152 CPUtime=0 cores=0,2
/proc/16156/task/16175/stat : 16175 (Timer-0) S 16153 16156 15006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30523039 19521036288 804246 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
Current children cumulated CPU time: 3382.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3216984 KiB

[startup+3282.3 s]
/proc/loadavg: 4.34 4.28 4.29 5/326 16420
/proc/meminfo: memFree=106113344/131382116 swapFree=33010684/33010684
[pid=16156] ppid=16153 vsize=19063512 memory=3216984 CPUtime=3446.84 cores=0,2
/proc/16156/stat : 16156 (java) S 16153 16156 15006 0 -1 4194304 215271 0 0 0 344274 410 0 0 20 0 20 0 30522949 19521036288 804246 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
/proc/16156/statm: 4765878 804246 5497 1 0 816853 0
[pid=16156/tid=16158] ppid=16153 vsize=19063512 memory=17152 CPUtime=3216.05 cores=0,2
/proc/16156/task/16158/stat : 16158 (java) R 16153 16156 15006 0 -1 4194368 112702 0 0 0 321493 112 0 0 20 0 20 0 30522951 19521036288 804246 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
[pid=16156/tid=16167] ppid=16153 vsize=19063512 memory=3216984 CPUtime=0 cores=0,2
/proc/16156/task/16167/stat : 16167 (Finalizer) S 16153 16156 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30522956 19521036288 804246 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
[pid=16156/tid=16174] ppid=16153 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/16156/task/16174/stat : 16174 (Common-Cleaner) S 16153 16156 15006 0 -1 4194368 1646 0 0 0 0 0 0 0 20 0 20 0 30522957 19521036288 804246 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
[pid=16156/tid=16175] ppid=16153 vsize=19063512 memory=19712 CPUtime=0 cores=0,2
/proc/16156/task/16175/stat : 16175 (Timer-0) S 16153 16156 15006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30523039 19521036288 804246 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
Current children cumulated CPU time: 3446.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3216984 KiB

[startup+3342.3 s]
/proc/loadavg: 4.18 4.24 4.27 5/326 16422
/proc/meminfo: memFree=106113380/131382116 swapFree=33010684/33010684
[pid=16156] ppid=16153 vsize=19063512 memory=3217880 CPUtime=3509.95 cores=0,2
/proc/16156/stat : 16156 (java) S 16153 16156 15006 0 -1 4194304 221012 0 0 0 350580 415 0 0 20 0 20 0 30522949 19521036288 804470 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
/proc/16156/statm: 4765878 804470 5497 1 0 817059 0
[pid=16156/tid=16158] ppid=16153 vsize=19063512 memory=3216984 CPUtime=3275.04 cores=0,2
/proc/16156/task/16158/stat : 16158 (java) R 16153 16156 15006 0 -1 4194368 116262 0 0 0 327391 113 0 0 20 0 20 0 30522951 19521036288 804470 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
[pid=16156/tid=16167] ppid=16153 vsize=19063512 memory=3217880 CPUtime=0 cores=0,2
/proc/16156/task/16167/stat : 16167 (Finalizer) S 16153 16156 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30522956 19521036288 804470 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
[pid=16156/tid=16174] ppid=16153 vsize=19063512 memory=14352 CPUtime=0 cores=0,2
/proc/16156/task/16174/stat : 16174 (Common-Cleaner) S 16153 16156 15006 0 -1 4194368 1731 0 0 0 0 0 0 0 20 0 20 0 30522957 19521036288 804470 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
[pid=16156/tid=16175] ppid=16153 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/16156/task/16175/stat : 16175 (Timer-0) S 16153 16156 15006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30523039 19521036288 804470 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
Current children cumulated CPU time: 3509.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3217880 KiB

[startup+3402.3 s]
/proc/loadavg: 4.18 4.22 4.26 5/326 16424
/proc/meminfo: memFree=106112892/131382116 swapFree=33010684/33010684
[pid=16156] ppid=16153 vsize=19063512 memory=3217880 CPUtime=3572.4 cores=0,2
/proc/16156/stat : 16156 (java) S 16153 16156 15006 0 -1 4194304 222676 0 0 0 356820 420 0 0 20 0 20 0 30522949 19521036288 804470 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
/proc/16156/statm: 4765878 804470 5497 1 0 817059 0
[pid=16156/tid=16158] ppid=16153 vsize=19063512 memory=3217880 CPUtime=3333.72 cores=0,2
/proc/16156/task/16158/stat : 16158 (java) R 16153 16156 15006 0 -1 4194368 117058 0 0 0 333259 113 0 0 20 0 20 0 30522951 19521036288 804470 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
[pid=16156/tid=16167] ppid=16153 vsize=19063512 memory=3217880 CPUtime=0 cores=0,2
/proc/16156/task/16167/stat : 16167 (Finalizer) S 16153 16156 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30522956 19521036288 804470 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
[pid=16156/tid=16174] ppid=16153 vsize=19063512 memory=14352 CPUtime=0 cores=0,2
/proc/16156/task/16174/stat : 16174 (Common-Cleaner) S 16153 16156 15006 0 -1 4194368 1810 0 0 0 0 0 0 0 20 0 20 0 30522957 19521036288 804470 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
[pid=16156/tid=16175] ppid=16153 vsize=19063512 memory=17152 CPUtime=0 cores=0,2
/proc/16156/task/16175/stat : 16175 (Timer-0) S 16153 16156 15006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30523039 19521036288 804470 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
Current children cumulated CPU time: 3572.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3217880 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3427.2 s]
/proc/loadavg: 4.25 4.24 4.27 5/326 16425
/proc/meminfo: memFree=105792636/131382116 swapFree=33010684/33010684
[pid=16156] ppid=16153 vsize=19063512 memory=3219032 CPUtime=3600.05 cores=0,2
/proc/16156/stat : 16156 (java) S 16153 16156 15006 0 -1 4194304 226526 0 0 0 359582 423 0 0 20 0 20 0 30522949 19521036288 804758 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
/proc/16156/statm: 4765878 804758 5497 1 0 817361 0
[pid=16156/tid=16158] ppid=16153 vsize=19063512 memory=11008 CPUtime=3358.19 cores=0,2
/proc/16156/task/16158/stat : 16158 (java) R 16153 16156 15006 0 -1 4194368 119695 0 0 0 335706 113 0 0 20 0 20 0 30522951 19521036288 804758 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
[pid=16156/tid=16167] ppid=16153 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/16156/task/16167/stat : 16167 (Finalizer) S 16153 16156 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30522956 19521036288 804758 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
[pid=16156/tid=16174] ppid=16153 vsize=19063512 memory=14352 CPUtime=0 cores=0,2
/proc/16156/task/16174/stat : 16174 (Common-Cleaner) S 16153 16156 15006 0 -1 4194368 1810 0 0 0 0 0 0 0 20 0 20 0 30522957 19521036288 804758 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
[pid=16156/tid=16175] ppid=16153 vsize=19063512 memory=3219032 CPUtime=0 cores=0,2
/proc/16156/task/16175/stat : 16175 (Timer-0) S 16153 16156 15006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30523039 19521036288 804758 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3219032 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.02 s, system=4.25973 s

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

[startup+3427.31 s]
/proc/loadavg: 4.25 4.24 4.27 5/326 16425
/proc/meminfo: memFree=105792636/131382116 swapFree=33010684/33010684
[pid=16156] ppid=16153 vsize=19263204 memory=3219800 CPUtime=3600.25 cores=0,2
/proc/16156/stat : 16156 (java) S 16153 16156 15006 0 -1 4194304 228464 0 0 0 359601 424 0 0 20 0 20 0 30522949 19725520896 804950 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
/proc/16156/statm: 4815801 804950 5497 1 0 818288 0
[pid=16156/tid=16158] ppid=16153 vsize=19263204 memory=3219032 CPUtime=3358.22 cores=0,2
/proc/16156/task/16158/stat : 16158 (java) S 16153 16156 15006 0 -1 4194368 119863 0 0 0 335709 113 0 0 20 0 20 0 30522951 19725520896 804950 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
[pid=16156/tid=16167] ppid=16153 vsize=19263204 memory=3217880 CPUtime=0 cores=0,2
/proc/16156/task/16167/stat : 16167 (Finalizer) S 16153 16156 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30522956 19725520896 804950 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
[pid=16156/tid=16174] ppid=16153 vsize=19263204 memory=14352 CPUtime=0 cores=0,2
/proc/16156/task/16174/stat : 16174 (Common-Cleaner) S 16153 16156 15006 0 -1 4194368 1810 0 0 0 0 0 0 0 20 0 20 0 30522957 19725520896 804950 18446744073709551615 94441646915584 94441646919280 140730708938544 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94441646927096 94441646927888 94441653981184 140730708941182 140730708941286 140730708941286 140730708946888 0
Current children cumulated CPU time: 3600.25 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 3219800 KiB

Child status: 143

Real time (s): 3427.32
CPU time (s): 3600.28
CPU user time (s): 3596.02
CPU system time (s): 4.25973
CPU usage (%): 105.046
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 6272992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.02
system time used= 4.25973
maximum resident set size= 6272992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 228493
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= 123743
involuntary context switches= 19229


# summary of solver processes directly reported to runsolver:
#   pid: 16156
#   total CPU time (s): 3600.28
#   total CPU user time (s): 3596.02
#   total CPU system time (s): 4.25973

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.1595 second user time and 37.1611 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-06-29 00:07:15
IDJOB=4492946
IDBENCH=147833
IDSOLVER=3361
FILE ID=nodeC010/4492946-1751148435
RUNJOBID= nodeC010-1751144867-15021
SLURM_JOB_ID= 9587444
Free space on /tmp= 433052 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-clauses-45-40.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4492946-1751148435/watcher-4492946-1751148435 -o /tmp/evaluation-result-4492946-1751148435/solver-4492946-1751148435 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751144867-15021 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4492946-1751148435.opb

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

MD5SUM BENCH= 2590c1209b8f449ade71ad316e08b5f7
RANDOM SEED=105601288

nodeC010 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		: 1197.557
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.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	: 0xb00001f
cpu MHz		: 3492.044
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.36
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.154
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.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	: 0xb00001f
cpu MHz		: 1197.631
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.36
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		: 3491.684
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.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	: 0xb00001f
cpu MHz		: 3591.452
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.36
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.338
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.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	: 0xb00001f
cpu MHz		: 1186.508
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        123362352 kB
MemAvailable:   123021532 kB
Buffers:            3280 kB
Cached:           471180 kB
SwapCached:            0 kB
Active:          7293928 kB
Inactive:         179848 kB
Active(anon):    7017276 kB
Inactive(anon):        0 kB
Active(file):     276652 kB
Inactive(file):   179848 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              6580 kB
Writeback:             0 kB
AnonPages:       7002448 kB
Mapped:           122604 kB
Shmem:             17960 kB
KReclaimable:      84616 kB
Slab:             163924 kB
SReclaimable:      84616 kB
SUnreclaim:        79308 kB
KernelStack:        5024 kB
PageTables:        17208 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   13040496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150296 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6817792 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:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC010 at 2025-06-29 01:04:23