Trace number 4503283

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 VeriPB 2025-06-06? (TO) 3600.32 3540.43

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-03.opb
MD5SUMb4997059c71cc639972e3ce692139348
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark5.58562
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8412
Total number of constraints181707
Number of constraints which are clauses162605
Number of constraints which are cardinality constraints (but not clauses)710
Number of constraints which are nor clauses,nor cardinality constraints18392
Minimum length of a constraint1
Maximum length of a constraint231
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 232
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.16/0.39	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.16/0.39	c This is free software under the dual EPL/GNU LGPL licenses.
0.16/0.39	c See www.sat4j.org for details.
0.16/0.40	c version PB25.v20250606
0.29/0.43	c java.runtime.name	OpenJDK Runtime Environment
0.29/0.44	c java.vm.name		OpenJDK 64-Bit Server VM
0.29/0.44	c java.vm.version	22.0.1+8-16
0.29/0.44	c java.vm.vendor	Oracle Corporation
0.29/0.44	c sun.arch.data.model	64
0.29/0.44	c java.version		22.0.1
0.29/0.44	c os.name		Linux
0.29/0.44	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.29/0.44	c os.arch		amd64
0.29/0.44	c Free memory 		2104792832
0.29/0.44	c Max memory 		16282288128
0.29/0.45	c Total memory 		2113929216
0.29/0.45	c Number of processors 	2
0.61/0.64	c Pseudo Boolean Optimization by upper bound
0.61/0.64	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.61/0.64	c  - never skip resolution steps
0.61/0.64	c  - Auto-division on coefficients is disabled
0.61/0.64	c  - No postprocessing
0.61/0.64	c  - Conflict is considered as is when resolving
0.61/0.64	c  - Use constraints as they come during conflict analysis
0.61/0.64	c  - Weaken first using unassigned literals
0.61/0.64	c  - Bump strategy: ALWAYS_ONE
0.61/0.64	c  - Bumper: EFFECTIVE
0.61/0.64	c --- Begin Solver configuration ---
0.61/0.64	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.61/0.64	c Learn all clauses as in MiniSAT
0.61/0.64	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.61/0.64	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.61/0.64	c No reason simplification
0.61/0.64	c Dynamic restart strategy considering the size of the coefficients
0.61/0.64	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.61/0.64	c timeout=2147483s
0.61/0.64	c DB Simplification allowed=false
0.61/0.64	c Listener: none
0.61/0.64	c --- End Solver configuration ---
0.61/0.64	c solving HOME/instance-4503283-1751171026.opb
0.61/0.64	c reading problem ... 
0.67/0.77	c using VERIPB proof format
0.67/0.77	c  no objective function found
8.43/4.97	c ... done. Wall clock time 4.328s.
8.43/4.97	c declared #vars     8412
8.43/4.97	c #constraints  182095
8.43/4.97	c constraints type 
8.43/4.97	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 37367
8.43/4.97	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 657
8.43/4.97	c org.sat4j.specs.Constr$1 => 16309
8.43/4.97	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 18392
8.43/4.97	c org.sat4j.pb.constraints.pb.UnitClausePB => 741
8.43/4.97	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 108629
8.43/4.97	c 182095 constraints processed.
12.51/7.05	c cleaning 2465 clauses out of 5000 with flag 0/5000
15.03/8.67	c cleaning 4184 clauses out of 8535 with flag 0/11000
17.85/10.58	c cleaning 5578 clauses out of 11351 with flag 0/18000
20.54/13.03	c cleaning 6768 clauses out of 13773 with flag 0/26000
23.65/15.82	c cleaning 7913 clauses out of 16005 with flag 0/35000
27.29/18.85	c cleaning 8890 clauses out of 18092 with flag 0/45000
31.30/22.81	c cleaning 9983 clauses out of 20202 with flag 0/56000
36.39/27.81	c cleaning 10947 clauses out of 22219 with flag 0/68000
41.84/33.83	c cleaning 12043 clauses out of 24272 with flag 0/81000
48.70/40.60	c cleaning 13044 clauses out of 26229 with flag 0/95000
56.87/48.87	c cleaning 13985 clauses out of 28185 with flag 0/110000
64.53/56.42	c cleaning 15021 clauses out of 30200 with flag 0/126000
72.75/64.35	c cleaning 16031 clauses out of 32179 with flag 0/143000
82.90/74.29	c cleaning 17028 clauses out of 34149 with flag 0/161001
92.86/84.19	c cleaning 17811 clauses out of 36120 with flag 0/180000
106.52/97.67	c cleaning 19054 clauses out of 38309 with flag 0/200000
120.46/111.45	c cleaning 20045 clauses out of 40255 with flag 0/221000
134.14/124.97	c cleaning 21000 clauses out of 42210 with flag 0/243000
150.18/140.62	c cleaning 21987 clauses out of 44210 with flag 0/266000
170.41/160.51	c cleaning 23000 clauses out of 46224 with flag 0/290001
188.90/178.77	c cleaning 24068 clauses out of 48223 with flag 0/315000
209.41/198.77	c cleaning 25045 clauses out of 50155 with flag 0/341000
231.59/222.48	c cleaning 25889 clauses out of 52110 with flag 0/368000
256.53/246.89	c cleaning 26963 clauses out of 54223 with flag 0/396002
280.73/270.59	c cleaning 28035 clauses out of 56259 with flag 0/425001
305.37/294.76	c cleaning 28969 clauses out of 58223 with flag 0/455000
333.19/321.96	c cleaning 29951 clauses out of 60254 with flag 0/486000
363.00/352.58	c cleaning 31074 clauses out of 62304 with flag 0/518001
389.54/378.43	c cleaning 31998 clauses out of 64229 with flag 0/551000
416.30/404.57	c cleaning 33004 clauses out of 66231 with flag 0/585000
445.28/432.87	c cleaning 33882 clauses out of 68227 with flag 0/620000
477.01/463.98	c cleaning 34943 clauses out of 70345 with flag 0/656000
508.76/494.97	c cleaning 36124 clauses out of 72402 with flag 0/693000
544.13/529.58	c cleaning 37047 clauses out of 74281 with flag 0/731003
581.70/566.29	c cleaning 38063 clauses out of 76231 with flag 0/770000
622.06/605.45	c cleaning 39023 clauses out of 78169 with flag 0/810001
660.27/646.16	c cleaning 39959 clauses out of 80146 with flag 0/851001
701.80/686.98	c cleaning 41033 clauses out of 82186 with flag 0/893000
747.46/731.30	c cleaning 41991 clauses out of 84153 with flag 0/936000
785.43/768.56	c cleaning 43027 clauses out of 86162 with flag 0/980000
827.62/809.90	c cleaning 43878 clauses out of 88135 with flag 0/1025000
871.31/852.43	c cleaning 45008 clauses out of 90258 with flag 0/1071001
922.15/903.46	c cleaning 46067 clauses out of 92249 with flag 0/1118000
975.53/957.48	c cleaning 46954 clauses out of 94184 with flag 0/1166002
1031.22/1011.70	c cleaning 48055 clauses out of 96229 with flag 0/1215001
1085.03/1064.42	c cleaning 49021 clauses out of 98173 with flag 0/1265000
1142.43/1120.61	c cleaning 49933 clauses out of 100152 with flag 0/1316000
1203.20/1179.96	c cleaning 51028 clauses out of 102219 with flag 0/1368000
1249.99/1225.95	c cleaning 52009 clauses out of 104191 with flag 0/1421000
1304.43/1279.31	c cleaning 53065 clauses out of 106182 with flag 0/1475000
1360.95/1334.83	c cleaning 53871 clauses out of 108117 with flag 0/1530000
1415.01/1389.89	c cleaning 54929 clauses out of 110246 with flag 0/1586000
1470.61/1444.26	c cleaning 55997 clauses out of 112317 with flag 0/1643000
1527.07/1499.67	c cleaning 57036 clauses out of 114320 with flag 0/1701000
1573.85/1544.92	c cleaning 57939 clauses out of 116285 with flag 0/1760001
1643.63/1613.57	c cleaning 59044 clauses out of 118345 with flag 0/1820000
1705.81/1673.74	c cleaning 60002 clauses out of 120302 with flag 0/1881001
1774.86/1740.90	c cleaning 61040 clauses out of 122299 with flag 0/1943000
1853.44/1818.13	c cleaning 61936 clauses out of 124259 with flag 0/2006000
1913.15/1876.13	c cleaning 62979 clauses out of 126323 with flag 0/2070000
1977.42/1938.73	c cleaning 64111 clauses out of 128344 with flag 0/2135000
2039.00/1998.74	c cleaning 65056 clauses out of 130233 with flag 0/2201000
2115.25/2075.13	c cleaning 65875 clauses out of 132177 with flag 0/2268000
2185.47/2143.74	c cleaning 67082 clauses out of 134304 with flag 0/2336002
2267.66/2224.19	c cleaning 68038 clauses out of 136220 with flag 0/2405000
2343.79/2301.09	c cleaning 69051 clauses out of 138185 with flag 0/2475003
2409.67/2365.40	c cleaning 69954 clauses out of 140132 with flag 0/2546001
2506.34/2462.23	c cleaning 70979 clauses out of 142178 with flag 0/2618001
2595.04/2548.14	c cleaning 71963 clauses out of 144198 with flag 0/2691000
2685.45/2639.14	c cleaning 73034 clauses out of 146235 with flag 0/2765000
2767.61/2721.02	c cleaning 73989 clauses out of 148201 with flag 0/2840000
2859.83/2810.87	c cleaning 75004 clauses out of 150213 with flag 0/2916001
2953.30/2903.09	c cleaning 76045 clauses out of 152209 with flag 0/2993001
3065.74/3018.41	c cleaning 76991 clauses out of 154166 with flag 0/3071003
3179.12/3129.04	c cleaning 77969 clauses out of 156172 with flag 0/3150000
3284.59/3233.49	c cleaning 79059 clauses out of 158203 with flag 0/3230000
3399.30/3344.59	c cleaning 80018 clauses out of 160144 with flag 0/3311000
3504.25/3446.87	c cleaning 80956 clauses out of 162128 with flag 0/3393002
3600.01/3540.23	c timeout
3600.01/3540.23	c starts		: 5281
3600.01/3540.24	c conflicts		: 3462145
3600.01/3540.24	c decisions		: 17436401
3600.01/3540.24	c propagations		: 499445488
3600.01/3540.24	c inspects		: 8691074109
3600.01/3540.24	c shortcuts		: 0
3600.01/3540.24	c learnt literals	: 0
3600.01/3540.24	c learnt binary clauses	: 285
3600.01/3540.24	c learnt ternary clauses	: 2146
3600.01/3540.24	c learnt constraints	: 3462145
3600.01/3540.24	c ignored constraints	: 0
3600.01/3540.24	c root simplifications	: 0
3600.01/3540.24	c removed literals (reason simplification)	: 0
3600.01/3540.24	c reason swapping (by a shorter reason)	: 0
3600.01/3540.24	c Calls to reduceDB	: 78
3600.01/3540.24	c Number of update (reduction) of LBD	: 4406036
3600.01/3540.24	c Imported unit clauses	: 0
3600.01/3540.24	c No decision after first conflict	: false
3600.01/3540.24	c number of reductions to clauses (during analyze)	: 0
3600.01/3540.24	c number of learned constraints concerned by reduction	: 0
3600.01/3540.25	c number of learning phase by resolution	: 0
3600.01/3540.25	c number of learning phase by cutting planes	: 0
3600.01/3540.25	c number of rounding to 1 operations	: 0
3600.01/3540.25	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3540.25	c number of reductions of the coefficients by power 2 	: 0
3600.01/3540.25	c number of right shift for reduction by power 2 	: 0
3600.01/3540.25	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3540.25	c number of ending skipping 	: 0
3600.01/3540.25	c number of internal skipping 	: 0
3600.01/3540.25	c number of derivation steps 	: 61918053
3600.01/3540.25	c number of skipped derivation steps 	: 0
3600.01/3540.25	c number of remaining unassigned 	: 163186
3600.01/3540.25	c number of remaining assigned 	: 519844665
3600.01/3540.25	c number of falsified literals weakened from reason	: 0
3600.01/3540.25	c number of falsified literals weakened from conflict	: 0
3600.01/3540.25	c time for arithmetic operations	: 20476792396
3600.01/3540.25	c minimum degree of deleted constraints	: 1
3600.01/3540.25	c maximum degree of deleted constraints	: 16781120
3600.01/3540.25	c number of deleted constraints	: 3311830
3600.01/3540.26	c speed (assignments/second)	: 141275.06187646204
3600.01/3540.26	c non guided choices	: 172785
3600.18/3540.39	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 77529
3600.18/3540.39	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 93
3600.18/3540.39	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 285
3600.18/3540.39	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 72408
3600.18/3540.39	s UNKNOWN
3600.18/3540.39	c Total wall clock time (in seconds): 3539.757

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4503283-1751171026/watcher-4503283-1751171026 -o /tmp/evaluation-result-4503283-1751171026/solver-4503283-1751171026 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751171026-21012 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4503283-1751171026 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4503283-1751171026.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 FSIZE limit: 102400000 KiB
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=21047, runsolver pid=21043
Current StackSize limit: 8192 KiB


[startup+0.100068 s]*
/proc/loadavg: 0.59 0.98 1.28 3/246 21061
/proc/meminfo: memFree=130329680/131382112 swapFree=33010684/33010684
[pid=21047] ppid=21043 vsize=235772 memory=10752 CPUtime=0.01 cores=0,2
/proc/21047/stat : 21047 (java) S 21043 21047 21002 0 -1 4194304 632 0 104 0 0 1 0 0 20 0 2 0 32782045 241430528 2688 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 0 0 16784588 0 0 0 17 0 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
/proc/21047/statm: 58943 2688 2304 1 0 604 0
[pid=21047/tid=21060] ppid=21043 vsize=235772 memory=4026532361 CPUtime=0 cores=0,2
/proc/21047/task/21060/stat : 21060 (java) D 21043 21047 21002 0 -1 4194368 85 0 41 0 0 0 0 0 20 0 2 0 32782053 241430528 2720 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 0 0 16784588 1 0 0 -1 0 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 235772 KiB
Current children cumulated memory: 10752 KiB

[startup+0.214056 s]*
/proc/loadavg: 0.95 1.04 1.30 5/268 21085
/proc/meminfo: memFree=130286916/131382112 swapFree=33010684/33010684
[pid=21047] ppid=21043 vsize=18130736 memory=32480 CPUtime=0.05 cores=0,2
/proc/21047/stat : 21047 (java) S 21043 21047 21002 0 -1 4194304 4268 0 340 0 1 4 0 0 20 0 7 0 32782045 18565873664 8120 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 0 0 16784588 0 0 0 17 0 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
/proc/21047/statm: 4532684 8120 3488 1 0 543076 0
[pid=21047/tid=21060] ppid=21043 vsize=18130736 memory=3472328300254199928 CPUtime=0.03 cores=0,2
/proc/21047/task/21060/stat : 21060 (java) R 21043 21047 21002 0 -1 4194368 3740 0 278 0 0 3 0 0 20 0 7 0 32782053 18565873664 8152 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 4 0 16784588 0 0 0 -1 0 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 18130736 KiB
Current children cumulated memory: 32480 KiB

[startup+0.314592 s]*
/proc/loadavg: 0.95 1.04 1.30 9/307 21127
/proc/meminfo: memFree=130248108/131382112 swapFree=33010684/33010684
[pid=21047] ppid=21043 vsize=18930384 memory=48136 CPUtime=0.16 cores=0,2
/proc/21047/stat : 21047 (java) S 21043 21047 21002 0 -1 4194304 5596 0 439 0 11 5 0 0 20 0 18 0 32782045 19384713216 12034 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
/proc/21047/statm: 4732596 12034 5188 1 0 547044 0
[pid=21047/tid=21060] ppid=21043 vsize=18930384 memory=-6000919498409536365 CPUtime=0.1 cores=0,2
/proc/21047/task/21060/stat : 21060 (java) R 21043 21047 21002 0 -1 4194368 4469 0 333 0 6 4 0 0 20 0 18 0 32782053 19384713216 12034 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
[pid=21047/tid=21096] ppid=21043 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/21047/task/21096/stat : 21096 (Finalizer) S 21043 21047 21002 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 18 0 32782070 19384713216 12034 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
[pid=21047/tid=21117] ppid=21043 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/21047/task/21117/stat : 21117 (Common-Cleaner) S 21043 21047 21002 0 -1 4194368 26 0 1 0 0 0 0 0 20 0 18 0 32782072 19384713216 12034 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48136 KiB

[startup+0.700422 s]
/proc/loadavg: 0.95 1.04 1.30 9/320 21140
/proc/meminfo: memFree=130184940/131382112 swapFree=33010684/33010684
[pid=21047] ppid=21043 vsize=18930384 memory=61308 CPUtime=0.67 cores=0,2
/proc/21047/stat : 21047 (java) S 21043 21047 21002 0 -1 4194304 6755 0 440 0 59 8 0 0 20 0 18 0 32782045 19384713216 15327 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
/proc/21047/statm: 4732596 15327 5348 1 0 547896 0
[pid=21047/tid=21060] ppid=21043 vsize=18930384 memory=0 CPUtime=0.38 cores=0,2
/proc/21047/task/21060/stat : 21060 (java) D 21043 21047 21002 0 -1 4456512 5109 0 334 0 33 5 0 0 20 0 18 0 32782053 19384713216 15327 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
[pid=21047/tid=21096] ppid=21043 vsize=18930384 memory=11264 CPUtime=0 cores=0,2
/proc/21047/task/21096/stat : 21096 (Finalizer) S 21043 21047 21002 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 18 0 32782070 19384713216 15327 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
[pid=21047/tid=21117] ppid=21043 vsize=18930384 memory=5632 CPUtime=0 cores=0,2
/proc/21047/task/21117/stat : 21117 (Common-Cleaner) S 21043 21047 21002 0 -1 4194368 26 0 1 0 0 0 0 0 20 0 18 0 32782072 19384713216 15327 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61308 KiB

[startup+1.50041 s]
/proc/loadavg: 0.95 1.04 1.30 10/322 21142
/proc/meminfo: memFree=129835712/131382112 swapFree=33010684/33010684
[pid=21047] ppid=21043 vsize=18996948 memory=465224 CPUtime=2.09 cores=0,2
/proc/21047/stat : 21047 (java) S 21043 21047 21002 0 -1 4194304 8934 0 440 0 186 23 0 0 20 0 19 0 32782045 19452874752 116306 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
/proc/21047/statm: 4749237 116306 5412 1 0 549439 0
[pid=21047/tid=21060] ppid=21043 vsize=18996948 memory=0 CPUtime=0.99 cores=0,2
/proc/21047/task/21060/stat : 21060 (java) R 21043 21047 21002 0 -1 4194368 5413 0 334 0 80 19 0 0 20 0 19 0 32782053 19452874752 116306 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
[pid=21047/tid=21096] ppid=21043 vsize=18996948 memory=5632 CPUtime=0 cores=0,2
/proc/21047/task/21096/stat : 21096 (Finalizer) S 21043 21047 21002 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 19 0 32782070 19452874752 116306 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
[pid=21047/tid=21117] ppid=21043 vsize=18996948 memory=11264 CPUtime=0 cores=0,2
/proc/21047/task/21117/stat : 21117 (Common-Cleaner) S 21043 21047 21002 0 -1 4194368 26 0 1 0 0 0 0 0 20 0 19 0 32782072 19452874752 116306 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
Current children cumulated CPU time: 2.09 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 465224 KiB

[startup+3.10613 s]
/proc/loadavg: 0.95 1.04 1.30 7/324 21144
/proc/meminfo: memFree=121639760/131382112 swapFree=33010684/33010684
[pid=21047] ppid=21043 vsize=18996948 memory=2063620 CPUtime=5.23 cores=0,2
/proc/21047/stat : 21047 (java) S 21043 21047 21002 0 -1 4194304 30283 0 441 0 453 70 0 0 20 0 19 0 32782045 19452874752 515905 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
/proc/21047/statm: 4749237 515905 5412 1 0 745410 0
[pid=21047/tid=21060] ppid=21043 vsize=18996948 memory=11264 CPUtime=2.48 cores=0,2
/proc/21047/task/21060/stat : 21060 (java) R 21043 21047 21002 0 -1 4194368 6374 0 334 0 188 60 0 0 20 0 19 0 32782053 19452874752 515905 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
[pid=21047/tid=21096] ppid=21043 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/21047/task/21096/stat : 21096 (Finalizer) S 21043 21047 21002 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 19 0 32782070 19452874752 515905 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
[pid=21047/tid=21117] ppid=21043 vsize=18996948 memory=1315432 CPUtime=0 cores=0,2
/proc/21047/task/21117/stat : 21117 (Common-Cleaner) S 21043 21047 21002 0 -1 4194368 26 0 1 0 0 0 0 0 20 0 19 0 32782072 19452874752 515905 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
Current children cumulated CPU time: 5.23 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2063620 KiB

[startup+6.30024 s]
/proc/loadavg: 1.35 1.13 1.32 9/325 21145
/proc/meminfo: memFree=115146992/131382112 swapFree=33010684/33010684
[pid=21047] ppid=21043 vsize=19063512 memory=3716032 CPUtime=11.12 cores=0,2
/proc/21047/stat : 21047 (java) S 21043 21047 21002 0 -1 4194304 38405 0 443 0 1004 108 0 0 20 0 20 0 32782045 19521036288 929008 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
/proc/21047/statm: 4765878 929008 5412 1 0 1166000 0
[pid=21047/tid=21060] ppid=21043 vsize=19063512 memory=0 CPUtime=5.38 cores=0,2
/proc/21047/task/21060/stat : 21060 (java) R 21043 21047 21002 0 -1 4194368 9321 0 335 0 442 96 0 0 20 0 20 0 32782053 19521036288 929008 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
[pid=21047/tid=21096] ppid=21043 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/21047/task/21096/stat : 21096 (Finalizer) S 21043 21047 21002 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 32782070 19521036288 929008 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
[pid=21047/tid=21117] ppid=21043 vsize=19063512 memory=-6000919494198455149 CPUtime=0 cores=0,2
/proc/21047/task/21117/stat : 21117 (Common-Cleaner) S 21043 21047 21002 0 -1 4194368 29 0 1 0 0 0 0 0 20 0 20 0 32782072 19521036288 929008 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
[pid=21047/tid=21145] ppid=21043 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/21047/task/21145/stat : 21145 (Timer-0) S 21043 21047 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32782542 19521036288 929008 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
Current children cumulated CPU time: 11.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3716032 KiB

[startup+12.7004 s]
/proc/loadavg: 1.72 1.21 1.35 6/327 21147
/proc/meminfo: memFree=109728308/131382112 swapFree=33010684/33010684
[pid=21047] ppid=21043 vsize=19063512 memory=3717696 CPUtime=20.12 cores=0,2
/proc/21047/stat : 21047 (java) S 21043 21047 21002 0 -1 4194304 38853 0 443 0 1902 110 0 0 20 0 20 0 32782045 19521036288 929424 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
/proc/21047/statm: 4765878 929424 5444 1 0 1166146 0
[pid=21047/tid=21060] ppid=21043 vsize=19063512 memory=0 CPUtime=11.65 cores=0,2
/proc/21047/task/21060/stat : 21060 (java) R 21043 21047 21002 0 -1 4194368 9377 0 335 0 1068 97 0 0 20 0 20 0 32782053 19521036288 929424 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
[pid=21047/tid=21096] ppid=21043 vsize=19063512 memory=3717184 CPUtime=0 cores=0,2
/proc/21047/task/21096/stat : 21096 (Finalizer) S 21043 21047 21002 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 32782070 19521036288 929424 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
[pid=21047/tid=21117] ppid=21043 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/21047/task/21117/stat : 21117 (Common-Cleaner) S 21043 21047 21002 0 -1 4194368 37 0 1 0 0 0 0 0 20 0 20 0 32782072 19521036288 929424 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
[pid=21047/tid=21145] ppid=21043 vsize=19063512 memory=4252 CPUtime=0 cores=0,2
/proc/21047/task/21145/stat : 21145 (Timer-0) S 21043 21047 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32782542 19521036288 929424 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
Current children cumulated CPU time: 20.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3717696 KiB

[startup+25.5004 s]
/proc/loadavg: 2.08 1.30 1.38 5/328 21148
/proc/meminfo: memFree=108716840/131382112 swapFree=33010684/33010684
[pid=21047] ppid=21043 vsize=19063512 memory=3719928 CPUtime=34.08 cores=0,2
/proc/21047/stat : 21047 (java) S 21043 21047 21002 0 -1 4194304 40114 0 443 0 3296 112 0 0 20 0 20 0 32782045 19521036288 929982 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
/proc/21047/statm: 4765878 929982 5444 1 0 1166146 0
[pid=21047/tid=21060] ppid=21043 vsize=19063512 memory=3719928 CPUtime=24.13 cores=0,2
/proc/21047/task/21060/stat : 21060 (java) R 21043 21047 21002 0 -1 4194368 10553 0 335 0 2315 98 0 0 20 0 20 0 32782053 19521036288 929982 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
[pid=21047/tid=21096] ppid=21043 vsize=19063512 memory=3719928 CPUtime=0 cores=0,2
/proc/21047/task/21096/stat : 21096 (Finalizer) S 21043 21047 21002 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 32782070 19521036288 929982 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
[pid=21047/tid=21117] ppid=21043 vsize=19063512 memory=17152 CPUtime=0 cores=0,2
/proc/21047/task/21117/stat : 21117 (Common-Cleaner) S 21043 21047 21002 0 -1 4194368 37 0 1 0 0 0 0 0 20 0 20 0 32782072 19521036288 929982 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
[pid=21047/tid=21145] ppid=21043 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/21047/task/21145/stat : 21145 (Timer-0) S 21043 21047 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32782542 19521036288 929982 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
Current children cumulated CPU time: 34.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3719928 KiB

[startup+51.114 s]
/proc/loadavg: 2.97 1.59 1.47 5/329 21149
/proc/meminfo: memFree=108611496/131382112 swapFree=33010684/33010684
[pid=21047] ppid=21043 vsize=19063512 memory=3734556 CPUtime=59.21 cores=0,2
/proc/21047/stat : 21047 (java) S 21043 21047 21002 0 -1 4194304 45196 0 443 0 5806 115 0 0 20 0 20 0 32782045 19521036288 933639 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
/proc/21047/statm: 4765878 933639 5444 1 0 1166178 0
[pid=21047/tid=21060] ppid=21043 vsize=19063512 memory=793 CPUtime=48.5 cores=0,2
/proc/21047/task/21060/stat : 21060 (java) R 21043 21047 21002 0 -1 4194368 13189 0 335 0 4750 100 0 0 20 0 20 0 32782053 19521036288 933639 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
[pid=21047/tid=21096] ppid=21043 vsize=19063512 memory=3726348 CPUtime=0 cores=0,2
/proc/21047/task/21096/stat : 21096 (Finalizer) S 21043 21047 21002 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 32782070 19521036288 933639 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
[pid=21047/tid=21117] ppid=21043 vsize=19063512 memory=3724268 CPUtime=0 cores=0,2
/proc/21047/task/21117/stat : 21117 (Common-Cleaner) S 21043 21047 21002 0 -1 4194368 37 0 1 0 0 0 0 0 20 0 20 0 32782072 19521036288 933639 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
[pid=21047/tid=21145] ppid=21043 vsize=19063512 memory=3730452 CPUtime=0 cores=0,2
/proc/21047/task/21145/stat : 21145 (Timer-0) S 21043 21047 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32782542 19521036288 933639 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
Current children cumulated CPU time: 59.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3734556 KiB

[startup+102.3 s]
/proc/loadavg: 3.78 2.03 1.63 5/329 21151
/proc/meminfo: memFree=108440140/131382112 swapFree=33010684/33010684
[pid=21047] ppid=21043 vsize=19063512 memory=3763388 CPUtime=111.26 cores=0,2
/proc/21047/stat : 21047 (java) S 21043 21047 21002 0 -1 4194304 56815 0 443 0 10999 127 0 0 20 0 20 0 32782045 19521036288 940847 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
/proc/21047/statm: 4765878 940847 5444 1 0 1166194 0

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

[startup+3222.3 s]
/proc/loadavg: 4.12 4.18 4.10 5/331 21325
/proc/meminfo: memFree=97923568/131382112 swapFree=33010684/33010684
[pid=21047] ppid=21043 vsize=19063512 memory=7466992 CPUtime=3273.14 cores=0,2
/proc/21047/stat : 21047 (java) S 21043 21047 21002 0 -1 4194304 289359 0 443 0 326424 890 0 0 20 0 20 0 32782045 19521036288 1866748 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
/proc/21047/statm: 4765878 1866748 5444 1 0 1880384 0
[pid=21047/tid=21060] ppid=21043 vsize=19063512 memory=292361 CPUtime=3093.23 cores=0,2
/proc/21047/task/21060/stat : 21060 (java) R 21043 21047 21002 0 -1 4194368 170556 0 335 0 308690 633 0 0 20 0 20 0 32782053 19521036288 1866748 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
[pid=21047/tid=21096] ppid=21043 vsize=19063512 memory=7466992 CPUtime=0 cores=0,2
/proc/21047/task/21096/stat : 21096 (Finalizer) S 21043 21047 21002 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 32782070 19521036288 1866748 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
[pid=21047/tid=21117] ppid=21043 vsize=19063512 memory=7466992 CPUtime=0 cores=0,2
/proc/21047/task/21117/stat : 21117 (Common-Cleaner) S 21043 21047 21002 0 -1 4194368 2834 0 1 0 0 0 0 0 20 0 20 0 32782072 19521036288 1866748 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
[pid=21047/tid=21145] ppid=21043 vsize=19063512 memory=7466992 CPUtime=0 cores=0,2
/proc/21047/task/21145/stat : 21145 (Timer-0) S 21043 21047 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32782542 19521036288 1866748 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
Current children cumulated CPU time: 3273.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7466992 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.17 4.10 5/330 21328
/proc/meminfo: memFree=97843292/131382112 swapFree=33010684/33010684
[pid=21047] ppid=21043 vsize=19063512 memory=7466992 CPUtime=3334.9 cores=0,2
/proc/21047/stat : 21047 (java) S 21043 21047 21002 0 -1 4194304 290821 0 443 0 332588 902 0 0 20 0 20 0 32782045 19521036288 1866748 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
/proc/21047/statm: 4765878 1866748 5444 1 0 1880384 0
[pid=21047/tid=21060] ppid=21043 vsize=19063512 memory=7466992 CPUtime=3151.44 cores=0,2
/proc/21047/task/21060/stat : 21060 (java) R 21043 21047 21002 0 -1 4194368 171776 0 335 0 314503 641 0 0 20 0 20 0 32782053 19521036288 1866748 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
[pid=21047/tid=21096] ppid=21043 vsize=19063512 memory=4788 CPUtime=0 cores=0,2
/proc/21047/task/21096/stat : 21096 (Finalizer) S 21043 21047 21002 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 32782070 19521036288 1866748 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
[pid=21047/tid=21117] ppid=21043 vsize=19063512 memory=7466992 CPUtime=0 cores=0,2
/proc/21047/task/21117/stat : 21117 (Common-Cleaner) S 21043 21047 21002 0 -1 4194368 2893 0 1 0 0 0 0 0 20 0 20 0 32782072 19521036288 1866748 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
[pid=21047/tid=21145] ppid=21043 vsize=19063512 memory=7466992 CPUtime=0 cores=0,2
/proc/21047/task/21145/stat : 21145 (Timer-0) S 21043 21047 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32782542 19521036288 1866748 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
Current children cumulated CPU time: 3334.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7466992 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.15 4.09 5/332 21337
/proc/meminfo: memFree=101611412/131382112 swapFree=33010684/33010684
[pid=21047] ppid=21043 vsize=19063512 memory=7466992 CPUtime=3397.11 cores=0,2
/proc/21047/stat : 21047 (java) S 21043 21047 21002 0 -1 4194304 295540 0 443 0 338797 914 0 0 20 0 20 0 32782045 19521036288 1866748 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
/proc/21047/statm: 4765878 1866748 5444 1 0 1880384 0
[pid=21047/tid=21060] ppid=21043 vsize=19063512 memory=14720 CPUtime=3209.36 cores=0,2
/proc/21047/task/21060/stat : 21060 (java) R 21043 21047 21002 0 -1 4194368 175092 0 335 0 320288 648 0 0 20 0 20 0 32782053 19521036288 1866748 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
[pid=21047/tid=21096] ppid=21043 vsize=19063512 memory=7466992 CPUtime=0 cores=0,2
/proc/21047/task/21096/stat : 21096 (Finalizer) S 21043 21047 21002 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 32782070 19521036288 1866748 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
[pid=21047/tid=21117] ppid=21043 vsize=19063512 memory=7466992 CPUtime=0.01 cores=0,2
/proc/21047/task/21117/stat : 21117 (Common-Cleaner) S 21043 21047 21002 0 -1 4194368 2969 0 1 0 1 0 0 0 20 0 20 0 32782072 19521036288 1866748 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
[pid=21047/tid=21145] ppid=21043 vsize=19063512 memory=7466992 CPUtime=0 cores=0,2
/proc/21047/task/21145/stat : 21145 (Timer-0) S 21043 21047 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32782542 19521036288 1866748 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
Current children cumulated CPU time: 3397.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7466992 KiB

[startup+3402.3 s]
/proc/loadavg: 4.20 4.17 4.10 5/332 21339
/proc/meminfo: memFree=101927536/131382112 swapFree=33010684/33010684
[pid=21047] ppid=21043 vsize=19063512 memory=7466992 CPUtime=3458.04 cores=0,2
/proc/21047/stat : 21047 (java) S 21043 21047 21002 0 -1 4194304 300646 0 443 0 344875 929 0 0 20 0 20 0 32782045 19521036288 1866748 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
/proc/21047/statm: 4765878 1866748 5444 1 0 1880384 0
[pid=21047/tid=21060] ppid=21043 vsize=19063512 memory=7466992 CPUtime=3267.25 cores=0,2
/proc/21047/task/21060/stat : 21060 (java) R 21043 21047 21002 0 -1 4194368 178977 0 335 0 326066 659 0 0 20 0 20 0 32782053 19521036288 1866748 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
[pid=21047/tid=21096] ppid=21043 vsize=19063512 memory=2760 CPUtime=0 cores=0,2
/proc/21047/task/21096/stat : 21096 (Finalizer) S 21043 21047 21002 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 32782070 19521036288 1866748 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
[pid=21047/tid=21117] ppid=21043 vsize=19063512 memory=7466992 CPUtime=0.01 cores=0,2
/proc/21047/task/21117/stat : 21117 (Common-Cleaner) S 21043 21047 21002 0 -1 4194368 3098 0 1 0 1 0 0 0 20 0 20 0 32782072 19521036288 1866748 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
[pid=21047/tid=21145] ppid=21043 vsize=19063512 memory=7466992 CPUtime=0 cores=0,2
/proc/21047/task/21145/stat : 21145 (Timer-0) S 21043 21047 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32782542 19521036288 1866748 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
Current children cumulated CPU time: 3458.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7466992 KiB

[startup+3462.3 s]
/proc/loadavg: 4.26 4.20 4.11 5/331 21341
/proc/meminfo: memFree=102006104/131382112 swapFree=33010684/33010684
[pid=21047] ppid=21043 vsize=19063512 memory=7466992 CPUtime=3520.05 cores=0,2
/proc/21047/stat : 21047 (java) S 21043 21047 21002 0 -1 4194304 308304 0 443 0 351061 944 0 0 20 0 20 0 32782045 19521036288 1866748 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
/proc/21047/statm: 4765878 1866748 5444 1 0 1880384 0
[pid=21047/tid=21060] ppid=21043 vsize=19063512 memory=7466992 CPUtime=3325.62 cores=0,2
/proc/21047/task/21060/stat : 21060 (java) R 21043 21047 21002 0 -1 4194368 183107 0 335 0 331892 670 0 0 20 0 20 0 32782053 19521036288 1866748 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
[pid=21047/tid=21096] ppid=21043 vsize=19063512 memory=17152 CPUtime=0 cores=0,2
/proc/21047/task/21096/stat : 21096 (Finalizer) S 21043 21047 21002 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 32782070 19521036288 1866748 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
[pid=21047/tid=21117] ppid=21043 vsize=19063512 memory=7466992 CPUtime=0.01 cores=0,2
/proc/21047/task/21117/stat : 21117 (Common-Cleaner) S 21043 21047 21002 0 -1 4194368 3098 0 1 0 1 0 0 0 20 0 20 0 32782072 19521036288 1866748 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
[pid=21047/tid=21145] ppid=21043 vsize=19063512 memory=7466992 CPUtime=0 cores=0,2
/proc/21047/task/21145/stat : 21145 (Timer-0) S 21043 21047 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32782542 19521036288 1866748 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
Current children cumulated CPU time: 3520.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7466992 KiB

[startup+3522.3 s]
/proc/loadavg: 4.26 4.21 4.12 6/332 21344
/proc/meminfo: memFree=104894728/131382112 swapFree=33010684/33010684
[pid=21047] ppid=21043 vsize=19063512 memory=7467120 CPUtime=3581.77 cores=0,2
/proc/21047/stat : 21047 (java) S 21043 21047 21002 0 -1 4194304 313914 0 443 0 357223 954 0 0 20 0 20 0 32782045 19521036288 1866780 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
/proc/21047/statm: 4765878 1866780 5444 1 0 1880384 0
[pid=21047/tid=21060] ppid=21043 vsize=19063512 memory=7467120 CPUtime=3383.71 cores=0,2
/proc/21047/task/21060/stat : 21060 (java) R 21043 21047 21002 0 -1 4194368 186962 0 335 0 337694 677 0 0 20 0 20 0 32782053 19521036288 1866780 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
[pid=21047/tid=21096] ppid=21043 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/21047/task/21096/stat : 21096 (Finalizer) S 21043 21047 21002 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 32782070 19521036288 1866780 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
[pid=21047/tid=21117] ppid=21043 vsize=19063512 memory=7467120 CPUtime=0.01 cores=0,2
/proc/21047/task/21117/stat : 21117 (Common-Cleaner) S 21043 21047 21002 0 -1 4194368 3170 0 1 0 1 0 0 0 20 0 20 0 32782072 19521036288 1866780 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
[pid=21047/tid=21145] ppid=21043 vsize=19063512 memory=7467120 CPUtime=0 cores=0,2
/proc/21047/task/21145/stat : 21145 (Timer-0) S 21043 21047 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32782542 19521036288 1866780 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
Current children cumulated CPU time: 3581.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7467120 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3540.2 s]
/proc/loadavg: 4.35 4.23 4.12 5/332 21344
/proc/meminfo: memFree=104783860/131382112 swapFree=33010684/33010684
[pid=21047] ppid=21043 vsize=19063512 memory=7467120 CPUtime=3600.01 cores=0,2
/proc/21047/stat : 21047 (java) S 21043 21047 21002 0 -1 4194304 314056 0 443 0 359044 957 0 0 20 0 20 0 32782045 19521036288 1866780 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
/proc/21047/statm: 4765878 1866780 5444 1 0 1880384 0
[pid=21047/tid=21060] ppid=21043 vsize=19063512 memory=-6000919494198455149 CPUtime=3401.22 cores=0,2
/proc/21047/task/21060/stat : 21060 (java) R 21043 21047 21002 0 -1 4194368 187038 0 335 0 339444 678 0 0 20 0 20 0 32782053 19521036288 1866780 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
[pid=21047/tid=21096] ppid=21043 vsize=19063512 memory=245635481903 CPUtime=0 cores=0,2
/proc/21047/task/21096/stat : 21096 (Finalizer) S 21043 21047 21002 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 32782070 19521036288 1866780 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
[pid=21047/tid=21117] ppid=21043 vsize=19063512 memory=54113165640434 CPUtime=0.01 cores=0,2
/proc/21047/task/21117/stat : 21117 (Common-Cleaner) S 21043 21047 21002 0 -1 4194368 3170 0 1 0 1 0 0 0 20 0 20 0 32782072 19521036288 1866780 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
[pid=21047/tid=21145] ppid=21043 vsize=19063512 memory=3617007538094211104 CPUtime=0 cores=0,2
/proc/21047/task/21145/stat : 21145 (Timer-0) S 21043 21047 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32782542 19521036288 1866780 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7467120 KiB

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

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

# cumulated CPU time of all completed processes:  user=3590.71 s, system=9.60914 s

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

[startup+3540.4 s]
/proc/loadavg: 4.35 4.23 4.12 5/332 21344
/proc/meminfo: memFree=104783860/131382112 swapFree=33010684/33010684
[pid=21047] ppid=21043 vsize=19263204 memory=7468016 CPUtime=3600.28 cores=0,2
/proc/21047/stat : 21047 (java) S 21043 21047 21002 0 -1 4194304 316604 0 444 0 359070 958 0 0 20 0 16 0 32782045 19725520896 1867004 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
/proc/21047/statm: 4815801 1867004 5444 1 0 1881343 0
[pid=21047/tid=21060] ppid=21043 vsize=19263204 memory=4252 CPUtime=3401.25 cores=0,2
/proc/21047/task/21060/stat : 21060 (java) S 21043 21047 21002 0 -1 4194368 187412 0 335 0 339447 678 0 0 20 0 16 0 32782053 19725520896 1867004 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
[pid=21047/tid=21096] ppid=21043 vsize=19263204 memory=-6000919494198455149 CPUtime=0 cores=0,2
/proc/21047/task/21096/stat : 21096 (Finalizer) S 21043 21047 21002 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 16 0 32782070 19725520896 1867004 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
[pid=21047/tid=21117] ppid=21043 vsize=19263204 memory=17152 CPUtime=0.01 cores=0,2
/proc/21047/task/21117/stat : 21117 (Common-Cleaner) S 21043 21047 21002 0 -1 4194368 3170 0 1 0 1 0 0 0 20 0 16 0 32782072 19725520896 1867004 18446744073709551615 94260503887872 94260503891568 140727092271232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94260503899384 94260503900176 94260512202752 140727092279597 140727092279782 140727092279782 140727092285384 0
Current children cumulated CPU time: 3600.28 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 7468016 KiB

Child status: 143

Real time (s): 3540.43
CPU time (s): 3600.32
CPU user time (s): 3590.71
CPU system time (s): 9.60914
CPU usage (%): 101.692
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 7468016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.71
system time used= 9.60914
maximum resident set size= 7468272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 316631
page faults= 445
swaps= 0
block input operations= 36936
block output operations= 2784704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 136521
involuntary context switches= 19311


# summary of solver processes directly reported to runsolver:
#   pid: 21047
#   total CPU time (s): 3600.32
#   total CPU user time (s): 3590.71
#   total CPU system time (s): 9.60914

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.9007 second user time and 37.5819 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-06-29 06:23:47
IDJOB=4503283
IDBENCH=155419
IDSOLVER=3362
FILE ID=nodeC005/4503283-1751171026
RUNJOBID= nodeC005-1751171026-21012
SLURM_JOB_ID= 9587533
Free space on /tmp= 433012 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-03.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4503283-1751171026/watcher-4503283-1751171026 -o /tmp/evaluation-result-4503283-1751171026/solver-4503283-1751171026 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751171026-21012 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4503283-1751171026 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4503283-1751171026.opb

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

MD5SUM BENCH= b4997059c71cc639972e3ce692139348
RANDOM SEED=1446321554

nodeC005 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.606
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.238
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.90
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.961
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.90
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.604
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        130313300 kB
MemAvailable:   129939028 kB
Buffers:            3280 kB
Cached:           416652 kB
SwapCached:            0 kB
Active:           287624 kB
Inactive:         206192 kB
Active(anon):      91844 kB
Inactive(anon):        0 kB
Active(file):     195780 kB
Inactive(file):   206192 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             41540 kB
Writeback:             0 kB
AnonPages:         77340 kB
Mapped:           102464 kB
Shmem:             17960 kB
KReclaimable:      85360 kB
Slab:             167056 kB
SReclaimable:      85360 kB
SUnreclaim:        81696 kB
KernelStack:        3888 kB
PageTables:         2796 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     339640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149256 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 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:     8089600 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433012 MiB
End job on nodeC005 at 2025-06-29 07:22:47