Trace number 4511415

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. 155.942 147.974

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/
EC_ODD_GRIDS/normalized-ECgrid5x40split.opb
MD5SUM6e0d6ec9878888f9bd2fd3a9da68de38
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.047082
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables401
Total number of constraints201
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)201
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.16	c Pseudo Boolean Optimization by upper bound
0.13/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	c  - never skip resolution steps
0.13/0.16	c  - Auto-division on coefficients is disabled
0.13/0.16	c  - No postprocessing
0.13/0.16	c  - Conflict is considered as is when resolving
0.13/0.16	c  - Use constraints as they come during conflict analysis
0.13/0.16	c  - Weaken first using unassigned literals
0.13/0.16	c  - Bump strategy: ALWAYS_ONE
0.13/0.16	c  - Bumper: EFFECTIVE
0.13/0.16	c --- Begin Solver configuration ---
0.13/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.13/0.16	c Learn all clauses as in MiniSAT
0.13/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	c No reason simplification
0.13/0.16	c Dynamic restart strategy considering the size of the coefficients
0.13/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.13/0.16	c timeout=2147483s
0.13/0.16	c DB Simplification allowed=false
0.13/0.16	c Listener: none
0.13/0.16	c --- End Solver configuration ---
0.13/0.16	c solving HOME/instance-4511415-1751206033.opb
0.13/0.16	c reading problem ... 
0.13/0.16	c using VERIPB proof format
0.13/0.16	c  no objective function found
0.13/0.19	c ... done. Wall clock time 0.034s.
0.13/0.19	c declared #vars     401
0.13/0.19	c #constraints  402
0.13/0.19	c constraints type 
0.13/0.19	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.13/0.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 400
0.13/0.19	c 402 constraints processed.
1.66/1.00	c cleaning 2487 clauses out of 5000 with flag 0/5000
3.85/2.04	c cleaning 4247 clauses out of 8514 with flag 0/11001
5.61/2.91	c cleaning 5623 clauses out of 11266 with flag 0/18000
7.48/3.98	c cleaning 6810 clauses out of 13643 with flag 0/26000
10.35/5.62	c cleaning 7909 clauses out of 15835 with flag 0/35002
13.01/7.26	c cleaning 8950 clauses out of 17925 with flag 0/45001
15.29/9.45	c cleaning 9979 clauses out of 19974 with flag 0/56000
17.41/11.53	c cleaning 10995 clauses out of 21995 with flag 0/68000
20.14/14.21	c cleaning 11990 clauses out of 24000 with flag 0/81000
22.84/16.91	c cleaning 12995 clauses out of 26011 with flag 0/95001
26.24/20.36	c cleaning 14000 clauses out of 28018 with flag 0/110003
29.56/23.69	c cleaning 14998 clauses out of 30016 with flag 0/126001
35.60/29.53	c cleaning 16004 clauses out of 32017 with flag 0/143000
43.04/36.82	c cleaning 17004 clauses out of 34013 with flag 0/161000
47.78/41.56	c cleaning 18000 clauses out of 36010 with flag 0/180001
52.84/46.54	c cleaning 18999 clauses out of 38009 with flag 0/200000
59.11/52.76	c cleaning 19998 clauses out of 40010 with flag 0/221000
64.28/57.86	c cleaning 20998 clauses out of 42012 with flag 0/243000
70.13/63.67	c cleaning 22001 clauses out of 44014 with flag 0/266000
77.48/70.96	c cleaning 22999 clauses out of 46014 with flag 0/290001
83.54/76.98	c cleaning 24002 clauses out of 48014 with flag 0/315000
91.75/85.10	c cleaning 25004 clauses out of 50013 with flag 0/341001
99.65/92.87	c cleaning 26001 clauses out of 52008 with flag 0/368000
107.61/100.48	c cleaning 26995 clauses out of 54007 with flag 0/396000
113.08/105.79	c cleaning 27997 clauses out of 56012 with flag 0/425000
122.59/115.02	c cleaning 28997 clauses out of 58016 with flag 0/455001
132.02/124.39	c cleaning 30004 clauses out of 60018 with flag 0/486000
143.93/136.18	c cleaning 31006 clauses out of 62015 with flag 0/518001
155.07/147.16	c cleaning 32002 clauses out of 64008 with flag 0/551000
155.85/147.91	c starts		: 38
155.85/147.91	c conflicts		: 553849
155.85/147.91	c decisions		: 743748
155.85/147.91	c propagations		: 4038147
155.85/147.91	c inspects		: 388589212
155.85/147.91	c shortcuts		: 0
155.85/147.91	c learnt literals	: 0
155.85/147.91	c learnt binary clauses	: 1
155.85/147.91	c learnt ternary clauses	: 2
155.85/147.91	c learnt constraints	: 553848
155.85/147.91	c ignored constraints	: 0
155.85/147.91	c root simplifications	: 0
155.85/147.92	c removed literals (reason simplification)	: 0
155.85/147.92	c reason swapping (by a shorter reason)	: 0
155.85/147.92	c Calls to reduceDB	: 29
155.85/147.92	c Number of update (reduction) of LBD	: 388025
155.85/147.92	c Imported unit clauses	: 0
155.85/147.92	c No decision after first conflict	: false
155.85/147.92	c number of reductions to clauses (during analyze)	: 0
155.85/147.92	c number of learned constraints concerned by reduction	: 0
155.85/147.92	c number of learning phase by resolution	: 0
155.85/147.92	c number of learning phase by cutting planes	: 0
155.85/147.92	c number of rounding to 1 operations	: 0
155.85/147.92	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
155.85/147.92	c number of reductions of the coefficients by power 2 	: 0
155.85/147.92	c number of right shift for reduction by power 2 	: 0
155.85/147.92	c number of reductions of the coefficients by GCD over coefficients 	: 0
155.85/147.92	c number of ending skipping 	: 0
155.85/147.92	c number of internal skipping 	: 0
155.85/147.92	c number of derivation steps 	: 2273581
155.85/147.92	c number of skipped derivation steps 	: 0
155.85/147.92	c number of remaining unassigned 	: 9987
155.85/147.92	c number of remaining assigned 	: 22414242
155.85/147.92	c number of falsified literals weakened from reason	: 0
155.85/147.92	c number of falsified literals weakened from conflict	: 0
155.85/147.92	c time for arithmetic operations	: 1190361236
155.85/147.92	c minimum degree of deleted constraints	: 1
155.85/147.92	c maximum degree of deleted constraints	: 428342355828390300
155.85/147.92	c number of deleted constraints	: 518994
155.85/147.92	c speed (assignments/second)	: 27335.754515176952
155.85/147.92	c non guided choices	: 1713
155.85/147.95	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 7079
155.85/147.95	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 79
155.85/147.95	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 27696
155.85/147.95	s UNSATISFIABLE
155.85/147.95	c Total wall clock time (in seconds): 147.792

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Wed Jul  2 15:43:22 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 (59048 MiB free)
  memory of node 1: 64507 MiB (57828 MiB free)
  node distances:
     10  21
     21  10

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


[startup+0.100063 s]*
/proc/loadavg: 4.25 4.17 3.54 5/343 33262
/proc/meminfo: memFree=119670156/131249996 swapFree=33010684/33010684
[pid=33244] ppid=33241 vsize=18930384 memory=57760 CPUtime=0.13 cores=0,2
/proc/33244/stat : 33244 (java) S 33241 33244 32508 0 -1 4194304 6557 0 0 0 11 2 0 0 20 0 18 0 36281155 19384713216 14440 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
/proc/33244/statm: 4732596 14440 5352 1 0 547604 0
[pid=33244/tid=33246] ppid=33241 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/33244/task/33246/stat : 33246 (java) R 33241 33244 32508 0 -1 4194368 5057 0 0 0 6 1 0 0 20 0 18 0 36281156 19384713216 14440 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
[pid=33244/tid=33255] ppid=33241 vsize=18930384 memory=237112656212 CPUtime=0 cores=0,2
/proc/33244/task/33255/stat : 33255 (Finalizer) S 33241 33244 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36281158 19384713216 14440 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
[pid=33244/tid=33262] ppid=33241 vsize=18930384 memory=58485492706614 CPUtime=0 cores=0,2
/proc/33244/task/33262/stat : 33262 (Common-Cleaner) S 33241 33244 32508 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 36281159 19384713216 14440 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57760 KiB

[startup+0.205959 s]*
/proc/loadavg: 4.25 4.17 3.54 6/344 33263
/proc/meminfo: memFree=119661964/131249996 swapFree=33010684/33010684
[pid=33244] ppid=33241 vsize=18996948 memory=66780 CPUtime=0.31 cores=0,2
/proc/33244/stat : 33244 (java) S 33241 33244 32508 0 -1 4194304 7197 0 0 0 29 2 0 0 20 0 19 0 36281155 19452874752 16695 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
/proc/33244/statm: 4749237 16695 5448 1 0 548303 0
[pid=33244/tid=33246] ppid=33241 vsize=18996948 memory=4026597660 CPUtime=0.17 cores=0,2
/proc/33244/task/33246/stat : 33246 (java) R 33241 33244 32508 0 -1 4194368 5443 0 0 0 16 1 0 0 20 0 19 0 36281156 19452874752 16695 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
[pid=33244/tid=33255] ppid=33241 vsize=18996948 memory=18949 CPUtime=0 cores=0,2
/proc/33244/task/33255/stat : 33255 (Finalizer) S 33241 33244 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36281158 19452874752 16695 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
[pid=33244/tid=33262] ppid=33241 vsize=18996948 memory=57385981051877 CPUtime=0 cores=0,2
/proc/33244/task/33262/stat : 33262 (Common-Cleaner) S 33241 33244 32508 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 36281159 19452874752 16695 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
[pid=33244/tid=33263] ppid=33241 vsize=18996948 memory=3761686784241827872 CPUtime=0 cores=0,2
/proc/33244/task/33263/stat : 33263 (Timer-0) S 33241 33244 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 36281175 19452874752 16695 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 66780 KiB

[startup+0.305908 s]*
/proc/loadavg: 4.25 4.17 3.54 7/344 33263
/proc/meminfo: memFree=119648556/131249996 swapFree=33010684/33010684
[pid=33244] ppid=33241 vsize=18996948 memory=81744 CPUtime=0.5 cores=0,2
/proc/33244/stat : 33244 (java) S 33241 33244 32508 0 -1 4194304 8356 0 0 0 47 3 0 0 20 0 19 0 36281155 19452874752 20436 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
/proc/33244/statm: 4749237 20436 5448 1 0 548855 0
[pid=33244/tid=33246] ppid=33241 vsize=18996948 memory=-6000919502788258156 CPUtime=0.27 cores=0,2
/proc/33244/task/33246/stat : 33246 (java) R 33241 33244 32508 0 -1 4194368 5487 0 0 0 25 2 0 0 20 0 19 0 36281156 19452874752 20436 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
[pid=33244/tid=33255] ppid=33241 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/33244/task/33255/stat : 33255 (Finalizer) S 33241 33244 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36281158 19452874752 20436 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
[pid=33244/tid=33262] ppid=33241 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/33244/task/33262/stat : 33262 (Common-Cleaner) S 33241 33244 32508 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 36281159 19452874752 20436 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
[pid=33244/tid=33263] ppid=33241 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/33244/task/33263/stat : 33263 (Timer-0) S 33241 33244 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 36281175 19452874752 20436 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 81744 KiB

[startup+0.700225 s]
/proc/loadavg: 4.25 4.17 3.54 6/345 33264
/proc/meminfo: memFree=119570480/131249996 swapFree=33010684/33010684
[pid=33244] ppid=33241 vsize=19063512 memory=163044 CPUtime=1.26 cores=0,2
/proc/33244/stat : 33244 (java) S 33241 33244 32508 0 -1 4194304 10867 0 0 0 121 5 0 0 20 0 20 0 36281155 19521036288 40761 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
/proc/33244/statm: 4765878 40761 5480 1 0 550719 0
[pid=33244/tid=33246] ppid=33241 vsize=19063512 memory=17536 CPUtime=0.62 cores=0,2
/proc/33244/task/33246/stat : 33246 (java) R 33241 33244 32508 0 -1 4194368 5537 0 0 0 59 3 0 0 20 0 20 0 36281156 19521036288 40761 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
[pid=33244/tid=33255] ppid=33241 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/33244/task/33255/stat : 33255 (Finalizer) S 33241 33244 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36281158 19521036288 40761 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
[pid=33244/tid=33262] ppid=33241 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/33244/task/33262/stat : 33262 (Common-Cleaner) S 33241 33244 32508 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36281159 19521036288 40761 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
[pid=33244/tid=33263] ppid=33241 vsize=19063512 memory=4756 CPUtime=0 cores=0,2
/proc/33244/task/33263/stat : 33263 (Timer-0) S 33241 33244 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36281175 19521036288 40761 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 163044 KiB

[startup+1.50025 s]
/proc/loadavg: 4.25 4.17 3.54 7/345 33264
/proc/meminfo: memFree=119521716/131249996 swapFree=33010684/33010684
[pid=33244] ppid=33241 vsize=19063512 memory=388980 CPUtime=2.85 cores=0,2
/proc/33244/stat : 33244 (java) S 33241 33244 32508 0 -1 4194304 23912 0 0 0 272 13 0 0 20 0 20 0 36281155 19521036288 97245 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
/proc/33244/statm: 4765878 97245 5480 1 0 555847 0
[pid=33244/tid=33246] ppid=33241 vsize=19063512 memory=0 CPUtime=1.37 cores=0,2
/proc/33244/task/33246/stat : 33246 (java) R 33241 33244 32508 0 -1 4194368 5864 0 0 0 129 8 0 0 20 0 20 0 36281156 19521036288 97245 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
[pid=33244/tid=33255] ppid=33241 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/33244/task/33255/stat : 33255 (Finalizer) S 33241 33244 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36281158 19521036288 97245 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
[pid=33244/tid=33262] ppid=33241 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/33244/task/33262/stat : 33262 (Common-Cleaner) S 33241 33244 32508 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36281159 19521036288 97245 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
[pid=33244/tid=33263] ppid=33241 vsize=19063512 memory=4756 CPUtime=0 cores=0,2
/proc/33244/task/33263/stat : 33263 (Timer-0) S 33241 33244 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36281175 19521036288 97245 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 388980 KiB

[startup+3.10597 s]
/proc/loadavg: 4.31 4.18 3.54 6/345 33264
/proc/meminfo: memFree=118848272/131249996 swapFree=33010684/33010684
[pid=33244] ppid=33241 vsize=19063512 memory=872644 CPUtime=6.02 cores=0,2
/proc/33244/stat : 33244 (java) S 33241 33244 32508 0 -1 4194304 29348 0 0 0 580 22 0 0 20 0 20 0 36281155 19521036288 218161 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
/proc/33244/statm: 4765878 218161 5480 1 0 556291 0
[pid=33244/tid=33246] ppid=33241 vsize=19063512 memory=10752 CPUtime=2.95 cores=0,2
/proc/33244/task/33246/stat : 33246 (java) R 33241 33244 32508 0 -1 4194368 7279 0 0 0 278 17 0 0 20 0 20 0 36281156 19521036288 218161 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
[pid=33244/tid=33255] ppid=33241 vsize=19063512 memory=-6000919502788258156 CPUtime=0 cores=0,2
/proc/33244/task/33255/stat : 33255 (Finalizer) S 33241 33244 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36281158 19521036288 218161 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
[pid=33244/tid=33262] ppid=33241 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/33244/task/33262/stat : 33262 (Common-Cleaner) S 33241 33244 32508 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36281159 19521036288 218161 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
[pid=33244/tid=33263] ppid=33241 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/33244/task/33263/stat : 33263 (Timer-0) S 33241 33244 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36281175 19521036288 218161 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
Current children cumulated CPU time: 6.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 872644 KiB

[startup+6.30024 s]
/proc/loadavg: 4.31 4.18 3.54 6/345 33264
/proc/meminfo: memFree=118369548/131249996 swapFree=33010684/33010684
[pid=33244] ppid=33241 vsize=19063512 memory=1333704 CPUtime=11.74 cores=0,2
/proc/33244/stat : 33244 (java) S 33241 33244 32508 0 -1 4194304 34470 0 0 0 1139 35 0 0 20 0 20 0 36281155 19521036288 333426 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
/proc/33244/statm: 4765878 333426 5480 1 0 557162 0
[pid=33244/tid=33246] ppid=33241 vsize=19063512 memory=0 CPUtime=6.05 cores=0,2
/proc/33244/task/33246/stat : 33246 (java) R 33241 33244 32508 0 -1 4194368 7851 0 0 0 577 28 0 0 20 0 20 0 36281156 19521036288 333426 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
[pid=33244/tid=33255] ppid=33241 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/33244/task/33255/stat : 33255 (Finalizer) S 33241 33244 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36281158 19521036288 333426 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
[pid=33244/tid=33262] ppid=33241 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/33244/task/33262/stat : 33262 (Common-Cleaner) S 33241 33244 32508 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36281159 19521036288 333426 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
[pid=33244/tid=33263] ppid=33241 vsize=19063512 memory=466932 CPUtime=0 cores=0,2
/proc/33244/task/33263/stat : 33263 (Timer-0) S 33241 33244 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36281175 19521036288 333426 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
Current children cumulated CPU time: 11.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1333704 KiB

[startup+12.7002 s]
/proc/loadavg: 4.34 4.19 3.56 5/345 33264
/proc/meminfo: memFree=118364972/131249996 swapFree=33010684/33010684
[pid=33244] ppid=33241 vsize=19063512 memory=1334188 CPUtime=18.62 cores=0,2
/proc/33244/stat : 33244 (java) S 33241 33244 32508 0 -1 4194304 39437 0 0 0 1824 38 0 0 20 0 20 0 36281155 19521036288 333547 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
/proc/33244/statm: 4765878 333547 5480 1 0 557973 0
[pid=33244/tid=33246] ppid=33241 vsize=19063512 memory=466932 CPUtime=12.32 cores=0,2
/proc/33244/task/33246/stat : 33246 (java) R 33241 33244 32508 0 -1 4194368 9139 0 0 0 1202 30 0 0 20 0 20 0 36281156 19521036288 333547 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
[pid=33244/tid=33255] ppid=33241 vsize=19063512 memory=1334188 CPUtime=0 cores=0,2
/proc/33244/task/33255/stat : 33255 (Finalizer) S 33241 33244 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36281158 19521036288 333547 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
[pid=33244/tid=33262] ppid=33241 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/33244/task/33262/stat : 33262 (Common-Cleaner) S 33241 33244 32508 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36281159 19521036288 333547 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
[pid=33244/tid=33263] ppid=33241 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/33244/task/33263/stat : 33263 (Timer-0) S 33241 33244 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36281175 19521036288 333547 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
Current children cumulated CPU time: 18.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1334188 KiB

[startup+25.5003 s]
/proc/loadavg: 4.28 4.18 3.56 5/345 33265
/proc/meminfo: memFree=117877716/131249996 swapFree=33010684/33010684
[pid=33244] ppid=33241 vsize=19063512 memory=1761324 CPUtime=31.58 cores=0,2
/proc/33244/stat : 33244 (java) S 33241 33244 32508 0 -1 4194304 45748 0 0 0 3108 50 0 0 20 0 20 0 36281155 19521036288 440331 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
/proc/33244/statm: 4765878 440331 5480 1 0 664517 0
[pid=33244/tid=33246] ppid=33241 vsize=19063512 memory=1334188 CPUtime=24.89 cores=0,2
/proc/33244/task/33246/stat : 33246 (java) R 33241 33244 32508 0 -1 4194368 10982 0 0 0 2448 41 0 0 20 0 20 0 36281156 19521036288 440331 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
[pid=33244/tid=33255] ppid=33241 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/33244/task/33255/stat : 33255 (Finalizer) S 33241 33244 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36281158 19521036288 440331 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
[pid=33244/tid=33262] ppid=33241 vsize=19063512 memory=-6000919502788258156 CPUtime=0 cores=0,2
/proc/33244/task/33262/stat : 33262 (Common-Cleaner) S 33241 33244 32508 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36281159 19521036288 440331 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
[pid=33244/tid=33263] ppid=33241 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/33244/task/33263/stat : 33263 (Timer-0) S 33241 33244 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36281175 19521036288 440331 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
Current children cumulated CPU time: 31.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1761324 KiB

[startup+51.1059 s]
/proc/loadavg: 4.41 4.22 3.59 7/345 33532
/proc/meminfo: memFree=119925444/131249996 swapFree=33010684/33010684
[pid=33244] ppid=33241 vsize=19063512 memory=1782156 CPUtime=57.46 cores=0,2
/proc/33244/stat : 33244 (java) S 33241 33244 32508 0 -1 4194304 52438 0 0 0 5688 58 0 0 20 0 20 0 36281155 19521036288 445539 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
/proc/33244/statm: 4765878 445539 5480 1 0 664517 0

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

[pid=33244] ppid=33241 vsize=19063512 memory=2353112 CPUtime=109.67 cores=0,2
/proc/33244/stat : 33244 (java) S 33241 33244 32508 0 -1 4194304 55600 0 0 0 10887 80 0 0 20 0 20 0 36281155 19521036288 588278 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
/proc/33244/statm: 4765878 588278 5480 1 0 791991 0
[pid=33244/tid=33246] ppid=33241 vsize=19063512 memory=4380 CPUtime=99.9 cores=0,2
/proc/33244/task/33246/stat : 33246 (java) R 33241 33244 32508 0 -1 4194368 13382 0 0 0 9924 66 0 0 20 0 20 0 36281156 19521036288 588278 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
[pid=33244/tid=33255] ppid=33241 vsize=19063512 memory=1761324 CPUtime=0 cores=0,2
/proc/33244/task/33255/stat : 33255 (Finalizer) S 33241 33244 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36281158 19521036288 588278 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
[pid=33244/tid=33262] ppid=33241 vsize=19063512 memory=17536 CPUtime=0 cores=0,2
/proc/33244/task/33262/stat : 33262 (Common-Cleaner) S 33241 33244 32508 0 -1 4194368 83 0 0 0 0 0 0 0 20 0 20 0 36281159 19521036288 588278 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
[pid=33244/tid=33263] ppid=33241 vsize=19063512 memory=1788388 CPUtime=0 cores=0,2
/proc/33244/task/33263/stat : 33263 (Timer-0) S 33241 33244 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36281175 19521036288 588278 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
Current children cumulated CPU time: 109.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2353112 KiB

[startup+128 s]*
/proc/loadavg: 4.60 4.31 3.68 5/347 33671
/proc/meminfo: memFree=117612520/131249996 swapFree=33010684/33010684
[pid=33244] ppid=33241 vsize=19063512 memory=2402496 CPUtime=135.74 cores=0,2
/proc/33244/stat : 33244 (java) S 33241 33244 32508 0 -1 4194304 57741 0 0 0 13488 86 0 0 20 0 20 0 36281155 19521036288 600624 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
/proc/33244/statm: 4765878 600624 5512 1 0 792007 0
[pid=33244/tid=33246] ppid=33241 vsize=19063512 memory=-6000919481313159532 CPUtime=124.83 cores=0,2
/proc/33244/task/33246/stat : 33246 (java) R 33241 33244 32508 0 -1 4194368 14491 0 0 0 12414 69 0 0 20 0 20 0 36281156 19521036288 600624 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
[pid=33244/tid=33255] ppid=33241 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/33244/task/33255/stat : 33255 (Finalizer) S 33241 33244 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36281158 19521036288 600624 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
[pid=33244/tid=33262] ppid=33241 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/33244/task/33262/stat : 33262 (Common-Cleaner) S 33241 33244 32508 0 -1 4194368 145 0 0 0 0 0 0 0 20 0 20 0 36281159 19521036288 600624 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
[pid=33244/tid=33263] ppid=33241 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/33244/task/33263/stat : 33263 (Timer-0) S 33241 33244 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36281175 19521036288 600624 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
Current children cumulated CPU time: 135.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2402496 KiB

[startup+140.8 s]
/proc/loadavg: 4.74 4.35 3.70 5/347 33673
/proc/meminfo: memFree=117583716/131249996 swapFree=33010684/33010684
[pid=33244] ppid=33241 vsize=19063512 memory=2423008 CPUtime=148.68 cores=0,2
/proc/33244/stat : 33244 (java) S 33241 33244 32508 0 -1 4194304 58184 0 0 0 14780 88 0 0 20 0 20 0 36281155 19521036288 605752 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
/proc/33244/statm: 4765878 605752 5512 1 0 792007 0
[pid=33244/tid=33246] ppid=33241 vsize=19063512 memory=2361332 CPUtime=137.27 cores=0,2
/proc/33244/task/33246/stat : 33246 (java) R 33241 33244 32508 0 -1 4194368 14888 0 0 0 13656 71 0 0 20 0 20 0 36281156 19521036288 605752 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
[pid=33244/tid=33255] ppid=33241 vsize=19063512 memory=2396336 CPUtime=0 cores=0,2
/proc/33244/task/33255/stat : 33255 (Finalizer) S 33241 33244 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36281158 19521036288 605752 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
[pid=33244/tid=33262] ppid=33241 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/33244/task/33262/stat : 33262 (Common-Cleaner) S 33241 33244 32508 0 -1 4194368 145 0 0 0 0 0 0 0 20 0 20 0 36281159 19521036288 605752 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
[pid=33244/tid=33263] ppid=33241 vsize=19063512 memory=4380 CPUtime=0 cores=0,2
/proc/33244/task/33263/stat : 33263 (Timer-0) S 33241 33244 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36281175 19521036288 605752 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
Current children cumulated CPU time: 148.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2423008 KiB

[startup+144 s]*
/proc/loadavg: 4.68 4.35 3.70 5/347 33673
/proc/meminfo: memFree=117562864/131249996 swapFree=33010684/33010684
[pid=33244] ppid=33241 vsize=19063512 memory=2429168 CPUtime=151.93 cores=0,2
/proc/33244/stat : 33244 (java) S 33241 33244 32508 0 -1 4194304 58345 0 0 0 15105 88 0 0 20 0 20 0 36281155 19521036288 607292 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
/proc/33244/statm: 4765878 607292 5512 1 0 792007 0
[pid=33244/tid=33246] ppid=33241 vsize=19063512 memory=-6000919481313159532 CPUtime=140.39 cores=0,2
/proc/33244/task/33246/stat : 33246 (java) R 33241 33244 32508 0 -1 4194368 15021 0 0 0 13968 71 0 0 20 0 20 0 36281156 19521036288 607292 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
[pid=33244/tid=33255] ppid=33241 vsize=19063512 memory=7150664657694400020 CPUtime=0 cores=0,2
/proc/33244/task/33255/stat : 33255 (Finalizer) S 33241 33244 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36281158 19521036288 607292 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
[pid=33244/tid=33262] ppid=33241 vsize=19063512 memory=2744 CPUtime=0 cores=0,2
/proc/33244/task/33262/stat : 33262 (Common-Cleaner) S 33241 33244 32508 0 -1 4194368 145 0 0 0 0 0 0 0 20 0 20 0 36281159 19521036288 607292 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
[pid=33244/tid=33263] ppid=33241 vsize=19063512 memory=17316 CPUtime=0 cores=0,2
/proc/33244/task/33263/stat : 33263 (Timer-0) S 33241 33244 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36281175 19521036288 607292 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
Current children cumulated CPU time: 151.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2429168 KiB

[startup+145.6 s]
/proc/loadavg: 4.68 4.35 3.70 6/347 33673
/proc/meminfo: memFree=117562360/131249996 swapFree=33010684/33010684
[pid=33244] ppid=33241 vsize=19063512 memory=2431216 CPUtime=153.56 cores=0,2
/proc/33244/stat : 33244 (java) S 33241 33244 32508 0 -1 4194304 58475 0 0 0 15267 89 0 0 20 0 20 0 36281155 19521036288 607804 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
/proc/33244/statm: 4765878 607804 5512 1 0 792007 0
[pid=33244/tid=33246] ppid=33241 vsize=19063512 memory=2420952 CPUtime=141.95 cores=0,2
/proc/33244/task/33246/stat : 33246 (java) R 33241 33244 32508 0 -1 4194368 15090 0 0 0 14124 71 0 0 20 0 20 0 36281156 19521036288 607804 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
[pid=33244/tid=33255] ppid=33241 vsize=19063512 memory=2427120 CPUtime=0 cores=0,2
/proc/33244/task/33255/stat : 33255 (Finalizer) S 33241 33244 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36281158 19521036288 607804 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
[pid=33244/tid=33262] ppid=33241 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/33244/task/33262/stat : 33262 (Common-Cleaner) S 33241 33244 32508 0 -1 4194368 145 0 0 0 0 0 0 0 20 0 20 0 36281159 19521036288 607804 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
[pid=33244/tid=33263] ppid=33241 vsize=19063512 memory=17536 CPUtime=0 cores=0,2
/proc/33244/task/33263/stat : 33263 (Timer-0) S 33241 33244 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36281175 19521036288 607804 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
Current children cumulated CPU time: 153.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2431216 KiB

[startup+147.2 s]
/proc/loadavg: 4.63 4.34 3.70 5/347 33673
/proc/meminfo: memFree=117552224/131249996 swapFree=33010684/33010684
[pid=33244] ppid=33241 vsize=19063512 memory=2433324 CPUtime=155.16 cores=0,2
/proc/33244/stat : 33244 (java) S 33241 33244 32508 0 -1 4194304 58480 0 0 0 15427 89 0 0 20 0 20 0 36281155 19521036288 608331 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
/proc/33244/statm: 4765878 608331 5512 1 0 792007 0
[pid=33244/tid=33246] ppid=33241 vsize=19063512 memory=21952 CPUtime=143.49 cores=0,2
/proc/33244/task/33246/stat : 33246 (java) R 33241 33244 32508 0 -1 4194368 15091 0 0 0 14277 72 0 0 20 0 20 0 36281156 19521036288 608331 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
[pid=33244/tid=33255] ppid=33241 vsize=19063512 memory=4352 CPUtime=0 cores=0,2
/proc/33244/task/33255/stat : 33255 (Finalizer) S 33241 33244 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36281158 19521036288 608331 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
[pid=33244/tid=33262] ppid=33241 vsize=19063512 memory=1792 CPUtime=0 cores=0,2
/proc/33244/task/33262/stat : 33262 (Common-Cleaner) S 33241 33244 32508 0 -1 4194368 145 0 0 0 0 0 0 0 20 0 20 0 36281159 19521036288 608331 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
[pid=33244/tid=33263] ppid=33241 vsize=19063512 memory=-6000919502788258156 CPUtime=0 cores=0,2
/proc/33244/task/33263/stat : 33263 (Timer-0) S 33241 33244 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36281175 19521036288 608331 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
Current children cumulated CPU time: 155.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2433324 KiB

[startup+147.6 s]
/proc/loadavg: 4.63 4.34 3.70 5/347 33673
/proc/meminfo: memFree=117552224/131249996 swapFree=33010684/33010684
[pid=33244] ppid=33241 vsize=19063512 memory=2433324 CPUtime=155.56 cores=0,2
/proc/33244/stat : 33244 (java) S 33241 33244 32508 0 -1 4194304 58494 0 0 0 15467 89 0 0 20 0 20 0 36281155 19521036288 608331 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
/proc/33244/statm: 4765878 608331 5512 1 0 792007 0
[pid=33244/tid=33246] ppid=33241 vsize=19063512 memory=10752 CPUtime=143.89 cores=0,2
/proc/33244/task/33246/stat : 33246 (java) R 33241 33244 32508 0 -1 4194368 15098 0 0 0 14317 72 0 0 20 0 20 0 36281156 19521036288 608331 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
[pid=33244/tid=33255] ppid=33241 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/33244/task/33255/stat : 33255 (Finalizer) S 33241 33244 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36281158 19521036288 608331 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
[pid=33244/tid=33262] ppid=33241 vsize=19063512 memory=-6000919502788258156 CPUtime=0 cores=0,2
/proc/33244/task/33262/stat : 33262 (Common-Cleaner) S 33241 33244 32508 0 -1 4194368 145 0 0 0 0 0 0 0 20 0 20 0 36281159 19521036288 608331 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
[pid=33244/tid=33263] ppid=33241 vsize=19063512 memory=17536 CPUtime=0 cores=0,2
/proc/33244/task/33263/stat : 33263 (Timer-0) S 33241 33244 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36281175 19521036288 608331 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
Current children cumulated CPU time: 155.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2433324 KiB

[startup+147.8 s]
/proc/loadavg: 4.63 4.34 3.70 5/347 33673
/proc/meminfo: memFree=117552224/131249996 swapFree=33010684/33010684
[pid=33244] ppid=33241 vsize=19063512 memory=2433324 CPUtime=155.76 cores=0,2
/proc/33244/stat : 33244 (java) S 33241 33244 32508 0 -1 4194304 58494 0 0 0 15487 89 0 0 20 0 20 0 36281155 19521036288 608331 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
/proc/33244/statm: 4765878 608331 5512 1 0 792007 0
[pid=33244/tid=33246] ppid=33241 vsize=19063512 memory=5632 CPUtime=144.09 cores=0,2
/proc/33244/task/33246/stat : 33246 (java) R 33241 33244 32508 0 -1 4194368 15098 0 0 0 14337 72 0 0 20 0 20 0 36281156 19521036288 608331 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
[pid=33244/tid=33255] ppid=33241 vsize=19063512 memory=4380 CPUtime=0 cores=0,2
/proc/33244/task/33255/stat : 33255 (Finalizer) S 33241 33244 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36281158 19521036288 608331 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
[pid=33244/tid=33262] ppid=33241 vsize=19063512 memory=2412756 CPUtime=0 cores=0,2
/proc/33244/task/33262/stat : 33262 (Common-Cleaner) S 33241 33244 32508 0 -1 4194368 145 0 0 0 0 0 0 0 20 0 20 0 36281159 19521036288 608331 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
[pid=33244/tid=33263] ppid=33241 vsize=19063512 memory=2429168 CPUtime=0 cores=0,2
/proc/33244/task/33263/stat : 33263 (Timer-0) S 33241 33244 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36281175 19521036288 608331 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
Current children cumulated CPU time: 155.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2433324 KiB

[startup+147.9 s]
/proc/loadavg: 4.63 4.34 3.70 5/347 33673
/proc/meminfo: memFree=117552224/131249996 swapFree=33010684/33010684
[pid=33244] ppid=33241 vsize=19063512 memory=2433324 CPUtime=155.85 cores=0,2
/proc/33244/stat : 33244 (java) S 33241 33244 32508 0 -1 4194304 59485 0 0 0 15496 89 0 0 20 0 20 0 36281155 19521036288 608331 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
/proc/33244/statm: 4765878 608331 5512 1 0 792023 0
[pid=33244/tid=33246] ppid=33241 vsize=19063512 memory=2330404 CPUtime=144.17 cores=0,2
/proc/33244/task/33246/stat : 33246 (java) D 33241 33244 32508 0 -1 4194368 16063 0 0 0 14345 72 0 0 20 0 20 0 36281156 19521036288 608331 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
[pid=33244/tid=33255] ppid=33241 vsize=19063512 memory=2398384 CPUtime=0 cores=0,2
/proc/33244/task/33255/stat : 33255 (Finalizer) S 33241 33244 32508 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36281158 19521036288 608331 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
[pid=33244/tid=33262] ppid=33241 vsize=19063512 memory=2418904 CPUtime=0 cores=0,2
/proc/33244/task/33262/stat : 33262 (Common-Cleaner) S 33241 33244 32508 0 -1 4194368 145 0 0 0 0 0 0 0 20 0 20 0 36281159 19521036288 608331 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
[pid=33244/tid=33263] ppid=33241 vsize=19063512 memory=2414804 CPUtime=0 cores=0,2
/proc/33244/task/33263/stat : 33263 (Timer-0) S 33241 33244 32508 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36281175 19521036288 608331 18446744073709551615 94839423995904 94839423999600 140732772395440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94839424007416 94839424008208 94839433080832 140732772403501 140732772403686 140732772403686 140732772409288 0
Current children cumulated CPU time: 155.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2433324 KiB

Child status: 20

Real time (s): 147.974
CPU time (s): 155.942
CPU user time (s): 155.033
CPU system time (s): 0.909028
CPU usage (%): 105.385
Max. virtual memory (cumulated for all children) (KiB): 19067696
Max. memory (cumulated for all children) (KiB): 2433324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 155.033
system time used= 0.909028
maximum resident set size= 2433964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61038
page faults= 0
swaps= 0
block input operations= 0
block output operations= 186008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10418
involuntary context switches= 2687


# summary of solver processes directly reported to runsolver:
#   pid: 33244
#   total CPU time (s): 155.942
#   total CPU user time (s): 155.033
#   total CPU system time (s): 0.909028

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.337204 second user time and 0.766312 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-06-29 16:07:13
IDJOB=4511415
IDBENCH=160440
IDSOLVER=3362
FILE ID=nodeC024/4511415-1751206033
RUNJOBID= nodeC024-1751204986-32518
SLURM_JOB_ID= 9587622
Free space on /tmp= 433056 MiB

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

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

MD5SUM BENCH= 6e0d6ec9878888f9bd2fd3a9da68de38
RANDOM SEED=791249425

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		: 3599.725
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		: 3632.069
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.289
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		: 3599.701
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.674
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		: 3599.664
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		: 3539.526
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		: 3599.702
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:        119682128 kB
MemAvailable:   120580736 kB
Buffers:            3280 kB
Cached:          1705928 kB
SwapCached:            0 kB
Active:          9489016 kB
Inactive:        1451184 kB
Active(anon):    9249112 kB
Inactive(anon):        0 kB
Active(file):     239904 kB
Inactive(file):  1451184 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             15724 kB
Writeback:             4 kB
AnonPages:       9233612 kB
Mapped:           122564 kB
Shmem:             18064 kB
KReclaimable:      93116 kB
Slab:             180136 kB
SReclaimable:      93116 kB
SUnreclaim:        87020 kB
KernelStack:        5264 kB
PageTables:        21732 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   10982868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151592 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8996864 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:09:41