Trace number 4510551

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-06UNSAT cert. 1049.88 1035.47

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/
normalized-ECgrid5x50split.cnf-extracted.pb.metafix.opb
MD5SUMbecd4f2905a31b4ccafbaa36ee1998fb
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 benchmark1.75057
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables501
Total number of constraints698
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)696
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.10	c Free memory 		2104792832
0.00/0.10	c Max memory 		16282288128
0.00/0.10	c Total memory 		2113929216
0.00/0.10	c Number of processors 	2
0.10/0.16	c Pseudo Boolean Optimization by upper bound
0.10/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.16	c  - never skip resolution steps
0.10/0.16	c  - Auto-division on coefficients is disabled
0.10/0.16	c  - No postprocessing
0.10/0.16	c  - Conflict is considered as is when resolving
0.10/0.16	c  - Use constraints as they come during conflict analysis
0.10/0.16	c  - Weaken first using unassigned literals
0.10/0.16	c  - Bump strategy: ALWAYS_ONE
0.10/0.16	c  - Bumper: EFFECTIVE
0.10/0.16	c --- Begin Solver configuration ---
0.10/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.10/0.16	c Learn all clauses as in MiniSAT
0.10/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.16	c No reason simplification
0.10/0.16	c Dynamic restart strategy considering the size of the coefficients
0.10/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.10/0.16	c timeout=2147483s
0.10/0.16	c DB Simplification allowed=false
0.10/0.16	c Listener: none
0.10/0.16	c --- End Solver configuration ---
0.10/0.16	c solving HOME/instance-4510551-1751204986.opb
0.10/0.16	c reading problem ... 
0.10/0.17	c using VERIPB proof format
0.10/0.17	c  no objective function found
0.29/0.23	c ... done. Wall clock time 0.066s.
0.29/0.23	c declared #vars     501
0.29/0.23	c #constraints  698
0.29/0.23	c constraints type 
0.29/0.23	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.29/0.23	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 696
0.29/0.23	c 698 constraints processed.
2.03/1.19	c cleaning 2487 clauses out of 5003 with flag 0/5003
3.78/2.09	c cleaning 4242 clauses out of 8513 with flag 0/11000
5.53/2.96	c cleaning 5627 clauses out of 11271 with flag 0/18000
7.10/3.71	c cleaning 6814 clauses out of 13644 with flag 0/26000
8.39/4.68	c cleaning 7902 clauses out of 15831 with flag 0/35001
9.77/5.86	c cleaning 8956 clauses out of 17928 with flag 0/45000
11.17/7.11	c cleaning 9979 clauses out of 19972 with flag 0/56000
12.86/8.89	c cleaning 10990 clauses out of 21993 with flag 0/68000
15.28/11.23	c cleaning 11994 clauses out of 24003 with flag 0/81000
17.79/13.61	c cleaning 12997 clauses out of 26009 with flag 0/95000
20.08/15.97	c cleaning 13992 clauses out of 28012 with flag 0/110000
23.23/19.02	c cleaning 14999 clauses out of 30021 with flag 0/126001
27.44/23.12	c cleaning 16000 clauses out of 32021 with flag 0/143000
32.04/27.69	c cleaning 16995 clauses out of 34022 with flag 0/161001
37.27/32.82	c cleaning 18007 clauses out of 36026 with flag 0/180000
43.91/39.43	c cleaning 19001 clauses out of 38020 with flag 0/200001
51.54/47.16	c cleaning 20004 clauses out of 40019 with flag 0/221001
58.22/53.75	c cleaning 20999 clauses out of 42014 with flag 0/243000
66.11/61.50	c cleaning 22006 clauses out of 44016 with flag 0/266001
74.94/70.29	c cleaning 23003 clauses out of 46009 with flag 0/290000
82.83/78.05	c cleaning 23995 clauses out of 48007 with flag 0/315001
88.62/83.77	c cleaning 24995 clauses out of 50011 with flag 0/341000
98.00/92.99	c cleaning 26000 clauses out of 52016 with flag 0/368000
107.12/101.91	c cleaning 27000 clauses out of 54016 with flag 0/396000
114.24/108.92	c cleaning 27994 clauses out of 56016 with flag 0/425000
123.24/117.84	c cleaning 29001 clauses out of 58022 with flag 0/455000
138.32/132.76	c cleaning 30002 clauses out of 60021 with flag 0/486000
150.31/144.61	c cleaning 31009 clauses out of 62019 with flag 0/518000
160.52/154.74	c cleaning 31995 clauses out of 64010 with flag 0/551000
174.45/168.56	c cleaning 32997 clauses out of 66015 with flag 0/585000
190.66/184.68	c cleaning 34005 clauses out of 68019 with flag 0/620001
207.55/201.44	c cleaning 34998 clauses out of 70013 with flag 0/656000
223.79/217.54	c cleaning 35999 clauses out of 72015 with flag 0/693000
242.12/235.77	c cleaning 36997 clauses out of 74016 with flag 0/731000
261.19/254.65	c cleaning 38002 clauses out of 76020 with flag 0/770001
285.64/278.84	c cleaning 39005 clauses out of 78019 with flag 0/810002
308.15/301.18	c cleaning 40003 clauses out of 80012 with flag 0/851000
331.46/324.34	c cleaning 40998 clauses out of 82009 with flag 0/893000
358.58/351.19	c cleaning 42000 clauses out of 84012 with flag 0/936001
390.33/382.51	c cleaning 42997 clauses out of 86012 with flag 0/980001
421.78/413.78	c cleaning 43999 clauses out of 88014 with flag 0/1025000
459.58/451.29	c cleaning 45005 clauses out of 90018 with flag 0/1071003
496.44/487.80	c cleaning 45993 clauses out of 92010 with flag 0/1118000
533.30/524.36	c cleaning 47000 clauses out of 94018 with flag 0/1166001
567.03/557.85	c cleaning 48001 clauses out of 96017 with flag 0/1215000
606.46/596.93	c cleaning 49001 clauses out of 98016 with flag 0/1265000
649.92/639.97	c cleaning 50001 clauses out of 100015 with flag 0/1316000
702.40/691.80	c cleaning 51000 clauses out of 102015 with flag 0/1368001
757.00/745.96	c cleaning 52004 clauses out of 104015 with flag 0/1421001
820.96/809.30	c cleaning 52999 clauses out of 106010 with flag 0/1475000
875.01/862.86	c cleaning 53998 clauses out of 108012 with flag 0/1530001
919.31/906.68	c cleaning 54998 clauses out of 110013 with flag 0/1586000
969.81/956.58	c cleaning 56004 clauses out of 112015 with flag 0/1643000
1007.36/993.61	c cleaning 57002 clauses out of 114011 with flag 0/1701000
1049.73/1035.35	c starts		: 4205
1049.73/1035.35	c conflicts		: 1742798
1049.73/1035.35	c decisions		: 2478260
1049.73/1035.35	c propagations		: 13096138
1049.73/1035.35	c inspects		: 2799850150
1049.73/1035.35	c shortcuts		: 0
1049.73/1035.35	c learnt literals	: 0
1049.73/1035.35	c learnt binary clauses	: 1
1049.73/1035.35	c learnt ternary clauses	: 2
1049.73/1035.35	c learnt constraints	: 1742797
1049.73/1035.35	c ignored constraints	: 0
1049.73/1035.35	c root simplifications	: 0
1049.73/1035.35	c removed literals (reason simplification)	: 0
1049.73/1035.35	c reason swapping (by a shorter reason)	: 0
1049.73/1035.35	c Calls to reduceDB	: 54
1049.73/1035.35	c Number of update (reduction) of LBD	: 1079309
1049.73/1035.35	c Imported unit clauses	: 0
1049.73/1035.35	c No decision after first conflict	: false
1049.73/1035.35	c number of reductions to clauses (during analyze)	: 0
1049.73/1035.35	c number of learned constraints concerned by reduction	: 0
1049.73/1035.35	c number of learning phase by resolution	: 0
1049.73/1035.35	c number of learning phase by cutting planes	: 0
1049.73/1035.35	c number of rounding to 1 operations	: 0
1049.73/1035.35	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1049.73/1035.35	c number of reductions of the coefficients by power 2 	: 0
1049.73/1035.35	c number of right shift for reduction by power 2 	: 0
1049.73/1035.35	c number of reductions of the coefficients by GCD over coefficients 	: 0
1049.73/1035.35	c number of ending skipping 	: 0
1049.73/1035.35	c number of internal skipping 	: 0
1049.73/1035.35	c number of derivation steps 	: 7209326
1049.73/1035.35	c number of skipped derivation steps 	: 0
1049.73/1035.35	c number of remaining unassigned 	: 48879
1049.73/1035.35	c number of remaining assigned 	: 73698014
1049.73/1035.35	c number of falsified literals weakened from reason	: 0
1049.73/1035.35	c number of falsified literals weakened from conflict	: 0
1049.73/1035.35	c time for arithmetic operations	: 3563033445
1049.73/1035.35	c minimum degree of deleted constraints	: 1
1049.73/1035.35	c maximum degree of deleted constraints	: 3235848
1049.73/1035.35	c number of deleted constraints	: 1643991
1049.73/1035.35	c speed (assignments/second)	: 12651.855444220744
1049.73/1035.35	c non guided choices	: 7481
1049.85/1035.40	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 13328
1049.85/1035.40	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 105
1049.85/1035.40	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 85373
1049.85/1035.40	s UNSATISFIABLE
1049.85/1035.40	c Total wall clock time (in seconds): 1035.239

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Wed Jul  2 09:14:13 CEST 2025
extraparms=
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED UNSATISFIABLE
Verification succeeded.
-- cakepb --
s VERIFIED UNSATISFIABLE
--summary--
ALL OK

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: 63665 MiB (63135 MiB free)
  memory of node 1: 64507 MiB (63871 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4510551-1751204986/watcher-4510551-1751204986 -o /tmp/evaluation-result-4510551-1751204986/solver-4510551-1751204986 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751204986-32518 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4510551-1751204986 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4510551-1751204986.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=32569, runsolver pid=32559
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 0.60 1.07 1.93 9/333 32646
/proc/meminfo: memFree=129972948/131249996 swapFree=33010684/33010684
[pid=32569] ppid=32559 vsize=18930384 memory=55284 CPUtime=0.1 cores=0,2
/proc/32569/stat : 32569 (java) S 32559 32569 32508 0 -1 4194304 6398 0 145 0 8 2 0 0 20 0 18 0 36176530 19384713216 13821 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
/proc/32569/statm: 4732596 13821 5326 1 0 547573 0
[pid=32569/tid=32580] ppid=32559 vsize=18930384 memory=4026532124 CPUtime=0.06 cores=0,2
/proc/32569/task/32580/stat : 32580 (java) R 32559 32569 32508 0 -1 4194368 4911 0 145 0 5 1 0 0 20 0 18 0 36176532 19384713216 13821 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
[pid=32569/tid=32612] ppid=32559 vsize=18930384 memory=18949 CPUtime=0 cores=0,2
/proc/32569/task/32612/stat : 32612 (Finalizer) S 32559 32569 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36176534 19384713216 13821 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
[pid=32569/tid=32628] ppid=32559 vsize=18930384 memory=57385981051877 CPUtime=0 cores=0,2
/proc/32569/task/32628/stat : 32628 (Common-Cleaner) S 32559 32569 32508 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 36176534 19384713216 13821 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55284 KiB

[startup+0.204944 s]*
/proc/loadavg: 0.60 1.07 1.93 13/334 32647
/proc/meminfo: memFree=129940940/131249996 swapFree=33010684/33010684
[pid=32569] ppid=32559 vsize=18930384 memory=64224 CPUtime=0.29 cores=0,2
/proc/32569/stat : 32569 (java) S 32559 32569 32508 0 -1 4194304 6997 0 146 0 26 3 0 0 20 0 18 0 36176530 19384713216 16056 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
/proc/32569/statm: 4732596 16056 5422 1 0 547952 0
[pid=32569/tid=32580] ppid=32559 vsize=18930384 memory=4026597660 CPUtime=0.16 cores=0,2
/proc/32569/task/32580/stat : 32580 (java) R 32559 32569 32508 0 -1 4194368 5288 0 146 0 14 2 0 0 20 0 18 0 36176532 19384713216 16056 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
[pid=32569/tid=32612] ppid=32559 vsize=18930384 memory=18949 CPUtime=0 cores=0,2
/proc/32569/task/32612/stat : 32612 (Finalizer) S 32559 32569 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36176534 19384713216 16056 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
[pid=32569/tid=32628] ppid=32559 vsize=18930384 memory=57385981051877 CPUtime=0 cores=0,2
/proc/32569/task/32628/stat : 32628 (Common-Cleaner) S 32559 32569 32508 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 36176534 19384713216 16056 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 64224 KiB

[startup+0.304699 s]*
/proc/loadavg: 0.60 1.07 1.93 13/337 32650
/proc/meminfo: memFree=129897712/131249996 swapFree=33010684/33010684
[pid=32569] ppid=32559 vsize=18996948 memory=76312 CPUtime=0.48 cores=0,2
/proc/32569/stat : 32569 (java) S 32559 32569 32508 0 -1 4194304 7697 0 146 0 44 4 0 0 20 0 19 0 36176530 19452874752 19078 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
/proc/32569/statm: 4749237 19078 5422 1 0 548580 0
[pid=32569/tid=32580] ppid=32559 vsize=18996948 memory=-6000919498459540076 CPUtime=0.23 cores=0,2
/proc/32569/task/32580/stat : 32580 (java) R 32559 32569 32508 0 -1 4194368 5404 0 146 0 21 2 0 0 20 0 19 0 36176532 19452874752 19078 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
[pid=32569/tid=32612] ppid=32559 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/32569/task/32612/stat : 32612 (Finalizer) S 32559 32569 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36176534 19452874752 19078 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
[pid=32569/tid=32628] ppid=32559 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/32569/task/32628/stat : 32628 (Common-Cleaner) S 32559 32569 32508 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 36176534 19452874752 19078 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
[pid=32569/tid=32649] ppid=32559 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/32569/task/32649/stat : 32649 (Timer-0) S 32559 32569 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 36176554 19452874752 19078 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 76312 KiB

[startup+0.700221 s]
/proc/loadavg: 0.60 1.07 1.93 11/339 32652
/proc/meminfo: memFree=129614024/131249996 swapFree=33010684/33010684
[pid=32569] ppid=32559 vsize=19063512 memory=162488 CPUtime=1.24 cores=0,2
/proc/32569/stat : 32569 (java) S 32559 32569 32508 0 -1 4194304 11004 0 146 0 118 6 0 0 20 0 20 0 36176530 19521036288 40622 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
/proc/32569/statm: 4765878 40622 5454 1 0 550568 0
[pid=32569/tid=32580] ppid=32559 vsize=19063512 memory=17536 CPUtime=0.57 cores=0,2
/proc/32569/task/32580/stat : 32580 (java) R 32559 32569 32508 0 -1 4194368 5466 0 146 0 53 4 0 0 20 0 20 0 36176532 19521036288 40622 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
[pid=32569/tid=32612] ppid=32559 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/32569/task/32612/stat : 32612 (Finalizer) S 32559 32569 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36176534 19521036288 40622 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
[pid=32569/tid=32628] ppid=32559 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/32569/task/32628/stat : 32628 (Common-Cleaner) S 32559 32569 32508 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 36176534 19521036288 40622 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
[pid=32569/tid=32649] ppid=32559 vsize=19063512 memory=4756 CPUtime=0 cores=0,2
/proc/32569/task/32649/stat : 32649 (Timer-0) S 32559 32569 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36176554 19521036288 40622 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 162488 KiB

[startup+1.50022 s]
/proc/loadavg: 0.60 1.07 1.93 9/318 32664
/proc/meminfo: memFree=129608412/131249996 swapFree=33010684/33010684
[pid=32569] ppid=32559 vsize=19063512 memory=317948 CPUtime=2.81 cores=0,2
/proc/32569/stat : 32569 (java) S 32559 32569 32508 0 -1 4194304 29957 0 146 0 266 15 0 0 20 0 20 0 36176530 19521036288 79487 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
/proc/32569/statm: 4765878 79487 5454 1 0 558090 0
[pid=32569/tid=32580] ppid=32559 vsize=19063512 memory=10752 CPUtime=1.3 cores=0,2
/proc/32569/task/32580/stat : 32580 (java) R 32559 32569 32508 0 -1 4194368 5732 0 146 0 123 7 0 0 20 0 20 0 36176532 19521036288 79487 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
[pid=32569/tid=32612] ppid=32559 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/32569/task/32612/stat : 32612 (Finalizer) S 32559 32569 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36176534 19521036288 79487 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
[pid=32569/tid=32628] ppid=32559 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/32569/task/32628/stat : 32628 (Common-Cleaner) S 32559 32569 32508 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 36176534 19521036288 79487 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
[pid=32569/tid=32649] ppid=32559 vsize=19063512 memory=4756 CPUtime=0 cores=0,2
/proc/32569/task/32649/stat : 32649 (Timer-0) S 32559 32569 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36176554 19521036288 79487 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 317948 KiB

[startup+3.10589 s]
/proc/loadavg: 0.95 1.13 1.94 12/339 32786
/proc/meminfo: memFree=127870908/131249996 swapFree=33010684/33010684
[pid=32569] ppid=32559 vsize=19063512 memory=1174284 CPUtime=5.93 cores=0,2
/proc/32569/stat : 32569 (java) S 32559 32569 32508 0 -1 4194304 34409 0 146 0 555 38 0 0 20 0 20 0 36176530 19521036288 293571 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
/proc/32569/statm: 4765878 293571 5454 1 0 558448 0
[pid=32569/tid=32580] ppid=32559 vsize=19063512 memory=10752 CPUtime=2.83 cores=0,2
/proc/32569/task/32580/stat : 32580 (java) R 32559 32569 32508 0 -1 4194368 7541 0 146 0 257 26 0 0 20 0 20 0 36176532 19521036288 293571 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
[pid=32569/tid=32612] ppid=32559 vsize=19063512 memory=-6000919468411546220 CPUtime=0 cores=0,2
/proc/32569/task/32612/stat : 32612 (Finalizer) S 32559 32569 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36176534 19521036288 293571 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
[pid=32569/tid=32628] ppid=32559 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/32569/task/32628/stat : 32628 (Common-Cleaner) S 32559 32569 32508 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 36176534 19521036288 293571 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
[pid=32569/tid=32649] ppid=32559 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/32569/task/32649/stat : 32649 (Timer-0) S 32559 32569 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36176554 19521036288 293571 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
Current children cumulated CPU time: 5.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1174284 KiB

[startup+6.30023 s]
/proc/loadavg: 0.95 1.13 1.94 6/341 32788
/proc/meminfo: memFree=125611040/131249996 swapFree=33010684/33010684
[pid=32569] ppid=32559 vsize=19063512 memory=1323008 CPUtime=10.38 cores=0,2
/proc/32569/stat : 32569 (java) S 32559 32569 32508 0 -1 4194304 35343 0 146 0 996 42 0 0 20 0 20 0 36176530 19521036288 330752 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
/proc/32569/statm: 4765878 330752 5454 1 0 558466 0
[pid=32569/tid=32580] ppid=32559 vsize=19063512 memory=0 CPUtime=5.94 cores=0,2
/proc/32569/task/32580/stat : 32580 (java) R 32559 32569 32508 0 -1 4194368 7721 0 146 0 564 30 0 0 20 0 20 0 36176532 19521036288 330752 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
[pid=32569/tid=32612] ppid=32559 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/32569/task/32612/stat : 32612 (Finalizer) S 32559 32569 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36176534 19521036288 330752 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
[pid=32569/tid=32628] ppid=32559 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/32569/task/32628/stat : 32628 (Common-Cleaner) S 32559 32569 32508 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 36176534 19521036288 330752 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
[pid=32569/tid=32649] ppid=32559 vsize=19063512 memory=375308 CPUtime=0 cores=0,2
/proc/32569/task/32649/stat : 32649 (Timer-0) S 32559 32569 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36176554 19521036288 330752 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
Current children cumulated CPU time: 10.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1323008 KiB

[startup+12.7002 s]
/proc/loadavg: 1.27 1.20 1.96 5/341 32788
/proc/meminfo: memFree=124408004/131249996 swapFree=33010684/33010684
[pid=32569] ppid=32559 vsize=19063512 memory=1745924 CPUtime=16.77 cores=0,2
/proc/32569/stat : 32569 (java) S 32559 32569 32508 0 -1 4194304 36380 0 146 0 1625 52 0 0 20 0 20 0 36176530 19521036288 436481 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
/proc/32569/statm: 4765878 436481 5454 1 0 664994 0
[pid=32569/tid=32580] ppid=32559 vsize=19063512 memory=375308 CPUtime=12.22 cores=0,2
/proc/32569/task/32580/stat : 32580 (java) R 32559 32569 32508 0 -1 4194368 8453 0 146 0 1182 40 0 0 20 0 20 0 36176532 19521036288 436481 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
[pid=32569/tid=32612] ppid=32559 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/32569/task/32612/stat : 32612 (Finalizer) S 32559 32569 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36176534 19521036288 436481 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
[pid=32569/tid=32628] ppid=32559 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/32569/task/32628/stat : 32628 (Common-Cleaner) S 32559 32569 32508 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 36176534 19521036288 436481 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
[pid=32569/tid=32649] ppid=32559 vsize=19063512 memory=-6000919468411546220 CPUtime=0 cores=0,2
/proc/32569/task/32649/stat : 32649 (Timer-0) S 32559 32569 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36176554 19521036288 436481 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
Current children cumulated CPU time: 16.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1745924 KiB

[startup+25.5002 s]
/proc/loadavg: 1.88 1.33 1.99 5/343 32791
/proc/meminfo: memFree=124330316/131249996 swapFree=33010684/33010684
[pid=32569] ppid=32559 vsize=19063512 memory=1754412 CPUtime=29.93 cores=0,2
/proc/32569/stat : 32569 (java) S 32559 32569 32508 0 -1 4194304 42981 0 146 0 2936 57 0 0 20 0 20 0 36176530 19521036288 438603 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
/proc/32569/statm: 4765878 438603 5454 1 0 664994 0
[pid=32569/tid=32580] ppid=32559 vsize=19063512 memory=1748144 CPUtime=24.82 cores=0,2
/proc/32569/task/32580/stat : 32580 (java) R 32559 32569 32508 0 -1 4194368 10432 0 146 0 2439 43 0 0 20 0 20 0 36176532 19521036288 438603 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
[pid=32569/tid=32612] ppid=32559 vsize=19063512 memory=1754412 CPUtime=0 cores=0,2
/proc/32569/task/32612/stat : 32612 (Finalizer) S 32559 32569 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36176534 19521036288 438603 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
[pid=32569/tid=32628] ppid=32559 vsize=19063512 memory=1754412 CPUtime=0 cores=0,2
/proc/32569/task/32628/stat : 32628 (Common-Cleaner) S 32559 32569 32508 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 36176534 19521036288 438603 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
[pid=32569/tid=32649] ppid=32559 vsize=19063512 memory=1750288 CPUtime=0 cores=0,2
/proc/32569/task/32649/stat : 32649 (Timer-0) S 32559 32569 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36176554 19521036288 438603 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
Current children cumulated CPU time: 29.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1754412 KiB

[startup+51.1057 s]
/proc/loadavg: 2.68 1.57 2.05 5/345 32793
/proc/meminfo: memFree=123250268/131249996 swapFree=33010684/33010684
[pid=32569] ppid=32559 vsize=19063512 memory=2276212 CPUtime=55.6 cores=0,2
/proc/32569/stat : 32569 (java) S 32559 32569 32508 0 -1 4194304 47619 0 146 0 5489 71 0 0 20 0 20 0 36176530 19521036288 569053 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
/proc/32569/statm: 4765878 569053 5454 1 0 792417 0
[pid=32569/tid=32580] ppid=32559 vsize=19063512 memory=3328 CPUtime=49.76 cores=0,2

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

/proc/32569/task/32628/stat : 32628 (Common-Cleaner) S 32559 32569 32508 0 -1 4194368 490 0 0 0 0 0 0 0 20 0 20 0 36176534 19521036288 861005 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
[pid=32569/tid=32649] ppid=32559 vsize=19063512 memory=3437876 CPUtime=0 cores=0,2
/proc/32569/task/32649/stat : 32649 (Timer-0) S 32559 32569 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36176554 19521036288 861005 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
Current children cumulated CPU time: 955.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3444020 KiB

[startup+1002.3 s]
/proc/loadavg: 4.27 4.16 3.50 5/346 33196
/proc/meminfo: memFree=117088984/131249996 swapFree=33010684/33010684
[pid=32569] ppid=32559 vsize=19063512 memory=3483012 CPUtime=1016.17 cores=0,2
/proc/32569/stat : 32569 (java) S 32559 32569 32508 0 -1 4194304 79431 0 146 0 101356 261 0 0 20 0 20 0 36176530 19521036288 870753 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
/proc/32569/statm: 4765878 870753 5486 1 0 926223 0
[pid=32569/tid=32580] ppid=32559 vsize=19063512 memory=14848 CPUtime=981.32 cores=0,2
/proc/32569/task/32580/stat : 32580 (java) R 32559 32569 32508 0 -1 4194368 29991 0 146 0 97936 196 0 0 20 0 20 0 36176532 19521036288 870753 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
[pid=32569/tid=32612] ppid=32559 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/32569/task/32612/stat : 32612 (Finalizer) S 32559 32569 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36176534 19521036288 870753 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
[pid=32569/tid=32628] ppid=32559 vsize=19063512 memory=3460404 CPUtime=0 cores=0,2
/proc/32569/task/32628/stat : 32628 (Common-Cleaner) S 32559 32569 32508 0 -1 4194368 490 0 0 0 0 0 0 0 20 0 20 0 36176534 19521036288 870753 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
[pid=32569/tid=32649] ppid=32559 vsize=19063512 memory=3464500 CPUtime=0 cores=0,2
/proc/32569/task/32649/stat : 32649 (Timer-0) S 32559 32569 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36176554 19521036288 870753 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
Current children cumulated CPU time: 1016.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3483012 KiB

[startup+1035.47 s]
# the end of solver process 32569 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=1047.21 s, system=2.66687 s

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

[startup+1011.2 s]
/proc/loadavg: 4.23 4.15 3.50 5/346 33196
/proc/meminfo: memFree=116629060/131249996 swapFree=33010684/33010684
[pid=32569] ppid=32559 vsize=19063512 memory=3491216 CPUtime=1025.17 cores=0,2
/proc/32569/stat : 32569 (java) S 32559 32569 32508 0 -1 4194304 79711 0 146 0 102255 262 0 0 20 0 20 0 36176530 19521036288 872804 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
/proc/32569/statm: 4765878 872804 5486 1 0 926223 0
[pid=32569/tid=32580] ppid=32559 vsize=19063512 memory=1349396 CPUtime=990.01 cores=0,2
/proc/32569/task/32580/stat : 32580 (java) R 32559 32569 32508 0 -1 4194368 30255 0 146 0 98805 196 0 0 20 0 20 0 36176532 19521036288 872804 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
[pid=32569/tid=32612] ppid=32559 vsize=19063512 memory=164 CPUtime=0 cores=0,2
/proc/32569/task/32612/stat : 32612 (Finalizer) S 32559 32569 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36176534 19521036288 872804 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
[pid=32569/tid=32628] ppid=32559 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/32569/task/32628/stat : 32628 (Common-Cleaner) S 32559 32569 32508 0 -1 4194368 490 0 0 0 0 0 0 0 20 0 20 0 36176534 19521036288 872804 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
[pid=32569/tid=32649] ppid=32559 vsize=19063512 memory=4380 CPUtime=0 cores=0,2
/proc/32569/task/32649/stat : 32649 (Timer-0) S 32559 32569 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36176554 19521036288 872804 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
Current children cumulated CPU time: 1025.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3491216 KiB

[startup+1024 s]*
/proc/loadavg: 4.25 4.16 3.52 5/345 33197
/proc/meminfo: memFree=116086648/131249996 swapFree=33010684/33010684
[pid=32569] ppid=32559 vsize=19063512 memory=3499432 CPUtime=1038.14 cores=0,2
/proc/32569/stat : 32569 (java) S 32559 32569 32508 0 -1 4194304 80116 0 146 0 103551 263 0 0 20 0 20 0 36176530 19521036288 874858 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
/proc/32569/statm: 4765878 874858 5486 1 0 926227 0
[pid=32569/tid=32580] ppid=32559 vsize=19063512 memory=-6000919468395030892 CPUtime=1002.54 cores=0,2
/proc/32569/task/32580/stat : 32580 (java) R 32559 32569 32508 0 -1 4194368 30639 0 146 0 100057 197 0 0 20 0 20 0 36176532 19521036288 874858 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
[pid=32569/tid=32612] ppid=32559 vsize=19063512 memory=7368570239238900334 CPUtime=0 cores=0,2
/proc/32569/task/32612/stat : 32612 (Finalizer) S 32559 32569 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36176534 19521036288 874858 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
[pid=32569/tid=32628] ppid=32559 vsize=19063512 memory=6636 CPUtime=0 cores=0,2
/proc/32569/task/32628/stat : 32628 (Common-Cleaner) S 32559 32569 32508 0 -1 4194368 491 0 0 0 0 0 0 0 20 0 20 0 36176534 19521036288 874858 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
[pid=32569/tid=32649] ppid=32559 vsize=19063512 memory=6784 CPUtime=0 cores=0,2
/proc/32569/task/32649/stat : 32649 (Timer-0) S 32559 32569 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36176554 19521036288 874858 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
Current children cumulated CPU time: 1038.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3499432 KiB

[startup+1030.4 s]
/proc/loadavg: 4.23 4.16 3.52 5/345 33197
/proc/meminfo: memFree=116072260/131249996 swapFree=33010684/33010684
[pid=32569] ppid=32559 vsize=19063512 memory=3507664 CPUtime=1044.63 cores=0,2
/proc/32569/stat : 32569 (java) S 32559 32569 32508 0 -1 4194304 80273 0 146 0 104199 264 0 0 20 0 20 0 36176530 19521036288 876916 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
/proc/32569/statm: 4765878 876916 5486 1 0 926231 0
[pid=32569/tid=32580] ppid=32559 vsize=19063512 memory=6944656592455359580 CPUtime=1008.8 cores=0,2
/proc/32569/task/32580/stat : 32580 (java) R 32559 32569 32508 0 -1 4194368 30772 0 146 0 100683 197 0 0 20 0 20 0 36176532 19521036288 876916 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
[pid=32569/tid=32612] ppid=32559 vsize=19063512 memory=3499432 CPUtime=0 cores=0,2
/proc/32569/task/32612/stat : 32612 (Finalizer) S 32559 32569 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36176534 19521036288 876916 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
[pid=32569/tid=32628] ppid=32559 vsize=19063512 memory=4352 CPUtime=0 cores=0,2
/proc/32569/task/32628/stat : 32628 (Common-Cleaner) S 32559 32569 32508 0 -1 4194368 491 0 0 0 0 0 0 0 20 0 20 0 36176534 19521036288 876916 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
[pid=32569/tid=32649] ppid=32559 vsize=19063512 memory=3505616 CPUtime=0 cores=0,2
/proc/32569/task/32649/stat : 32649 (Timer-0) S 32559 32569 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36176554 19521036288 876916 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
Current children cumulated CPU time: 1044.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3507664 KiB

[startup+1033.6 s]
/proc/loadavg: 4.21 4.15 3.52 5/345 33197
/proc/meminfo: memFree=116053204/131249996 swapFree=33010684/33010684
[pid=32569] ppid=32559 vsize=19063512 memory=3509800 CPUtime=1047.94 cores=0,2
/proc/32569/stat : 32569 (java) S 32559 32569 32508 0 -1 4194304 82358 0 146 0 104529 265 0 0 20 0 20 0 36176530 19521036288 877450 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
/proc/32569/statm: 4765878 877450 5486 1 0 926260 0
[pid=32569/tid=32580] ppid=32559 vsize=19063512 memory=3505616 CPUtime=1011.95 cores=0,2
/proc/32569/task/32580/stat : 32580 (java) R 32559 32569 32508 0 -1 4194368 31478 0 146 0 100998 197 0 0 20 0 20 0 36176532 19521036288 877450 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
[pid=32569/tid=32612] ppid=32559 vsize=19063512 memory=2764 CPUtime=0 cores=0,2
/proc/32569/task/32612/stat : 32612 (Finalizer) S 32559 32569 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36176534 19521036288 877450 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
[pid=32569/tid=32628] ppid=32559 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/32569/task/32628/stat : 32628 (Common-Cleaner) S 32559 32569 32508 0 -1 4194368 491 0 0 0 0 0 0 0 20 0 20 0 36176534 19521036288 877450 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
[pid=32569/tid=32649] ppid=32559 vsize=19063512 memory=17536 CPUtime=0 cores=0,2
/proc/32569/task/32649/stat : 32649 (Timer-0) S 32559 32569 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36176554 19521036288 877450 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
Current children cumulated CPU time: 1047.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3509800 KiB

[startup+1034.4 s]
/proc/loadavg: 4.21 4.15 3.52 5/345 33197
/proc/meminfo: memFree=116044256/131249996 swapFree=33010684/33010684
[pid=32569] ppid=32559 vsize=19063512 memory=3509800 CPUtime=1048.8 cores=0,2
/proc/32569/stat : 32569 (java) S 32559 32569 32508 0 -1 4194304 82388 0 146 0 104615 265 0 0 20 0 20 0 36176530 19521036288 877450 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
/proc/32569/statm: 4765878 877450 5486 1 0 926260 0
[pid=32569/tid=32580] ppid=32559 vsize=19063512 memory=3507664 CPUtime=1012.75 cores=0,2
/proc/32569/task/32580/stat : 32580 (java) R 32559 32569 32508 0 -1 4194368 31480 0 146 0 101078 197 0 0 20 0 20 0 36176532 19521036288 877450 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
[pid=32569/tid=32612] ppid=32559 vsize=19063512 memory=3507664 CPUtime=0 cores=0,2
/proc/32569/task/32612/stat : 32612 (Finalizer) S 32559 32569 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36176534 19521036288 877450 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
[pid=32569/tid=32628] ppid=32559 vsize=19063512 memory=-6000919468411546220 CPUtime=0 cores=0,2
/proc/32569/task/32628/stat : 32628 (Common-Cleaner) S 32559 32569 32508 0 -1 4194368 491 0 0 0 0 0 0 0 20 0 20 0 36176534 19521036288 877450 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
[pid=32569/tid=32649] ppid=32559 vsize=19063512 memory=2744 CPUtime=0 cores=0,2
/proc/32569/task/32649/stat : 32649 (Timer-0) S 32559 32569 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36176554 19521036288 877450 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
Current children cumulated CPU time: 1048.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3509800 KiB

[startup+1035.2 s]
/proc/loadavg: 4.21 4.15 3.52 5/345 33197
/proc/meminfo: memFree=116042744/131249996 swapFree=33010684/33010684
[pid=32569] ppid=32559 vsize=19063512 memory=3511868 CPUtime=1049.63 cores=0,2
/proc/32569/stat : 32569 (java) S 32559 32569 32508 0 -1 4194304 82405 0 146 0 104698 265 0 0 20 0 20 0 36176530 19521036288 877967 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
/proc/32569/statm: 4765878 877967 5486 1 0 926260 0
[pid=32569/tid=32580] ppid=32559 vsize=19063512 memory=5312 CPUtime=1013.52 cores=0,2
/proc/32569/task/32580/stat : 32580 (java) R 32559 32569 32508 0 -1 4194368 31487 0 146 0 101155 197 0 0 20 0 20 0 36176532 19521036288 877967 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
[pid=32569/tid=32612] ppid=32559 vsize=19063512 memory=5056 CPUtime=0 cores=0,2
/proc/32569/task/32612/stat : 32612 (Finalizer) S 32559 32569 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36176534 19521036288 877967 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
[pid=32569/tid=32628] ppid=32559 vsize=19063512 memory=-6000919468411546220 CPUtime=0 cores=0,2
/proc/32569/task/32628/stat : 32628 (Common-Cleaner) S 32559 32569 32508 0 -1 4194368 491 0 0 0 0 0 0 0 20 0 20 0 36176534 19521036288 877967 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
[pid=32569/tid=32649] ppid=32559 vsize=19063512 memory=53013654012657 CPUtime=0 cores=0,2
/proc/32569/task/32649/stat : 32649 (Timer-0) S 32559 32569 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36176554 19521036288 877967 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
Current children cumulated CPU time: 1049.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3511868 KiB

[startup+1035.4 s]
/proc/loadavg: 4.21 4.15 3.52 5/345 33197
/proc/meminfo: memFree=116042744/131249996 swapFree=33010684/33010684
[pid=32569] ppid=32559 vsize=19196640 memory=3512380 CPUtime=1049.85 cores=0,2
/proc/32569/stat : 32569 (java) S 32559 32569 32508 0 -1 4194304 84416 0 146 0 104720 265 0 0 20 0 20 0 36176530 19657359360 878095 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
/proc/32569/statm: 4799160 878095 5518 1 0 926910 0
[pid=32569/tid=32580] ppid=32559 vsize=19196640 memory=46336 CPUtime=1013.67 cores=0,2
/proc/32569/task/32580/stat : 32580 (java) S 32559 32569 32508 0 -1 4194368 33022 0 146 0 101169 198 0 0 20 0 20 0 36176532 19657359360 878095 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
[pid=32569/tid=32612] ppid=32559 vsize=19196640 memory=12544 CPUtime=0 cores=0,2
/proc/32569/task/32612/stat : 32612 (Finalizer) S 32559 32569 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36176534 19657359360 878095 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
[pid=32569/tid=32628] ppid=32559 vsize=19196640 memory=-6000919468411546220 CPUtime=0 cores=0,2
/proc/32569/task/32628/stat : 32628 (Common-Cleaner) S 32559 32569 32508 0 -1 4194368 491 0 0 0 0 0 0 0 20 0 20 0 36176534 19657359360 878095 18446744073709551615 94624878264320 94624878268016 140730274185072 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94624878275832 94624878276624 94624907272192 140730274191661 140730274191846 140730274191846 140730274197448 0
Current children cumulated CPU time: 1049.85 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 3512380 KiB

Child status: 20

Real time (s): 1035.47
CPU time (s): 1049.88
CPU user time (s): 1047.21
CPU system time (s): 2.66687
CPU usage (%): 101.392
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 3512380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1047.21
system time used= 2.66687
maximum resident set size= 3512636
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84637
page faults= 146
swaps= 0
block input operations= 8
block output operations= 618912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 53548
involuntary context switches= 7713


# summary of solver processes directly reported to runsolver:
#   pid: 32569
#   total CPU time (s): 1049.88
#   total CPU user time (s): 1047.21
#   total CPU system time (s): 2.66687

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.80565 second user time and 5.45286 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-06-29 15:49:46
IDJOB=4510551
IDBENCH=160372
IDSOLVER=3362
FILE ID=nodeC024/4510551-1751204986
RUNJOBID= nodeC024-1751204986-32518
SLURM_JOB_ID= 9587622
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/normalized-ECgrid5x50split.cnf-extracted.pb.metafix.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4510551-1751204986/watcher-4510551-1751204986 -o /tmp/evaluation-result-4510551-1751204986/solver-4510551-1751204986 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751204986-32518 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4510551-1751204986 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4510551-1751204986.opb

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

MD5SUM BENCH= becd4f2905a31b4ccafbaa36ee1998fb
RANDOM SEED=526322463

nodeC024 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	: 0xb00002a
cpu MHz		: 3600.252
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        130056140 kB
MemAvailable:   129739592 kB
Buffers:            3280 kB
Cached:           492932 kB
SwapCached:            0 kB
Active:           320488 kB
Inactive:         238260 kB
Active(anon):      80600 kB
Inactive(anon):        0 kB
Active(file):     239888 kB
Inactive(file):   238260 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1656 kB
Writeback:             8 kB
AnonPages:         65664 kB
Mapped:           102436 kB
Shmem:             18064 kB
KReclaimable:      88684 kB
Slab:             175064 kB
SReclaimable:      88684 kB
SUnreclaim:        86380 kB
KernelStack:        4084 kB
PageTables:         2584 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     329508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC024 at 2025-06-29 16:07:02