Trace number 4492947

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j CP VeriPB 2025-06-06? (TO) 3600.31 3468.47

General information on the benchmark

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

Solver Data

0.10/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.18	c See www.sat4j.org for details.
0.10/0.19	c version PB25.v20250606
0.28/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.28/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.28/0.23	c java.vm.version	22.0.1+8-16
0.28/0.23	c java.vm.vendor	Oracle Corporation
0.28/0.23	c sun.arch.data.model	64
0.28/0.23	c java.version		22.0.1
0.28/0.23	c os.name		Linux
0.28/0.23	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.28/0.23	c os.arch		amd64
0.28/0.24	c Free memory 		2104792832
0.28/0.24	c Max memory 		16282288128
0.28/0.24	c Total memory 		2113929216
0.28/0.25	c Number of processors 	2
0.44/0.43	c Pseudo Boolean Optimization by upper bound
0.44/0.43	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.44/0.43	c  - never skip resolution steps
0.44/0.43	c  - Auto-division on coefficients is disabled
0.44/0.43	c  - No postprocessing
0.44/0.43	c  - Conflict is considered as is when resolving
0.44/0.43	c  - Use constraints as they come during conflict analysis
0.44/0.43	c  - Weaken first using unassigned literals
0.44/0.43	c  - Bump strategy: ALWAYS_ONE
0.44/0.43	c  - Bumper: EFFECTIVE
0.44/0.43	c --- Begin Solver configuration ---
0.44/0.43	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.44/0.43	c Learn all clauses as in MiniSAT
0.44/0.43	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.44/0.43	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.44/0.43	c No reason simplification
0.44/0.43	c Dynamic restart strategy considering the size of the coefficients
0.44/0.43	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.44/0.43	c timeout=2147483s
0.44/0.43	c DB Simplification allowed=false
0.44/0.43	c Listener: none
0.44/0.43	c --- End Solver configuration ---
0.44/0.43	c solving HOME/instance-4492947-1751149255.opb
0.44/0.43	c reading problem ... 
0.61/0.44	c using VERIPB proof format
0.61/0.44	c  no objective function found
2.86/1.65	c ... done. Wall clock time 1.209s.
2.86/1.65	c declared #vars     1800
2.86/1.65	c #constraints  39645
2.86/1.65	c constraints type 
2.86/1.65	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 39600
2.86/1.65	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 45
2.86/1.65	c 39645 constraints processed.
6.44/3.53	c cleaning 2497 clauses out of 5000 with flag 0/5000
8.57/5.12	c cleaning 4249 clauses out of 8506 with flag 0/11003
11.31/7.58	c cleaning 5625 clauses out of 11256 with flag 0/18002
16.41/12.26	c cleaning 6810 clauses out of 13630 with flag 0/26001
20.42/16.13	c cleaning 7907 clauses out of 15820 with flag 0/35001
24.37/20.03	c cleaning 8953 clauses out of 17912 with flag 0/45000
29.34/24.72	c cleaning 9979 clauses out of 19962 with flag 0/56003
36.52/31.74	c cleaning 10991 clauses out of 21981 with flag 0/68001
44.78/39.95	c cleaning 11993 clauses out of 23992 with flag 0/81003
52.46/47.35	c cleaning 12991 clauses out of 25998 with flag 0/95002
62.65/57.15	c cleaning 13998 clauses out of 28006 with flag 0/110001
73.19/67.40	c cleaning 14998 clauses out of 30007 with flag 0/126000
85.29/79.27	c cleaning 15999 clauses out of 32010 with flag 0/143001
97.43/91.23	c cleaning 17001 clauses out of 34010 with flag 0/161000
111.72/105.30	c cleaning 17999 clauses out of 36010 with flag 0/180001
127.38/120.80	c cleaning 18999 clauses out of 38010 with flag 0/200000
144.56/137.67	c cleaning 20002 clauses out of 40012 with flag 0/221001
163.66/156.38	c cleaning 21002 clauses out of 42009 with flag 0/243000
180.98/173.45	c cleaning 22000 clauses out of 44008 with flag 0/266001
205.05/197.16	c cleaning 22999 clauses out of 46007 with flag 0/290000
226.09/217.91	c cleaning 24000 clauses out of 48008 with flag 0/315000
250.34/241.72	c cleaning 25001 clauses out of 50008 with flag 0/341000
279.21/270.28	c cleaning 26002 clauses out of 52009 with flag 0/368002
304.24/295.15	c cleaning 26997 clauses out of 54005 with flag 0/396000
332.51/323.29	c cleaning 28001 clauses out of 56009 with flag 0/425001
365.38/355.79	c cleaning 28996 clauses out of 58007 with flag 0/455000
402.75/392.97	c cleaning 30004 clauses out of 60013 with flag 0/486002
443.90/433.78	c cleaning 30996 clauses out of 62008 with flag 0/518001
489.52/479.14	c cleaning 32002 clauses out of 64014 with flag 0/551003
519.31/508.46	c cleaning 32999 clauses out of 66010 with flag 0/585001
560.24/549.01	c cleaning 33999 clauses out of 68012 with flag 0/620002
603.50/591.38	c cleaning 34999 clauses out of 70013 with flag 0/656002
649.74/637.16	c cleaning 35998 clauses out of 72012 with flag 0/693000
700.64/687.30	c cleaning 37001 clauses out of 74014 with flag 0/731000
763.61/750.08	c cleaning 37998 clauses out of 76013 with flag 0/770000
827.85/814.15	c cleaning 39004 clauses out of 78020 with flag 0/810005
893.25/879.00	c cleaning 39999 clauses out of 80011 with flag 0/851000
960.28/945.33	c cleaning 41000 clauses out of 82015 with flag 0/893003
1037.82/1022.49	c cleaning 42002 clauses out of 84012 with flag 0/936000
1106.91/1091.15	c cleaning 42999 clauses out of 86012 with flag 0/980002
1178.60/1161.04	c cleaning 44001 clauses out of 88012 with flag 0/1025001
1247.74/1229.49	c cleaning 45001 clauses out of 90011 with flag 0/1071001
1322.89/1303.92	c cleaning 45995 clauses out of 92012 with flag 0/1118003
1395.73/1376.39	c cleaning 47000 clauses out of 94015 with flag 0/1166001
1480.34/1460.33	c cleaning 47996 clauses out of 96015 with flag 0/1215001
1571.46/1550.55	c cleaning 49004 clauses out of 98018 with flag 0/1265000
1662.84/1641.14	c cleaning 50002 clauses out of 100016 with flag 0/1316002
1755.78/1732.25	c cleaning 51001 clauses out of 102013 with flag 0/1368001
1851.34/1825.97	c cleaning 51997 clauses out of 104012 with flag 0/1421001
1942.65/1912.70	c cleaning 52997 clauses out of 106014 with flag 0/1475000
2059.92/2022.43	c cleaning 54004 clauses out of 108018 with flag 0/1530001
2171.51/2128.26	c cleaning 54997 clauses out of 110013 with flag 0/1586000
2300.11/2248.55	c cleaning 55998 clauses out of 112016 with flag 0/1643000
2406.94/2348.19	c cleaning 57000 clauses out of 114018 with flag 0/1701000
2523.66/2457.63	c cleaning 58003 clauses out of 116018 with flag 0/1760000
2657.19/2582.64	c cleaning 59004 clauses out of 118016 with flag 0/1820001
2771.94/2691.53	c cleaning 59996 clauses out of 120012 with flag 0/1881001
2881.53/2794.64	c cleaning 61000 clauses out of 122017 with flag 0/1943002
2993.65/2900.26	c cleaning 62001 clauses out of 124017 with flag 0/2006002
3105.68/3006.03	c cleaning 63005 clauses out of 126014 with flag 0/2070000
3254.12/3144.72	c cleaning 63999 clauses out of 128012 with flag 0/2135003
3377.63/3260.05	c cleaning 65000 clauses out of 130010 with flag 0/2201000
3502.03/3377.51	c cleaning 66002 clauses out of 132012 with flag 0/2268002
3600.08/3468.32	c starts		: 1
3600.08/3468.32	c conflicts		: 2322374
3600.08/3468.32	c decisions		: 2527303
3600.08/3468.32	c propagations		: 33923281
3600.08/3468.32	c inspects		: 13567805305
3600.08/3468.33	c shortcuts		: 0
3600.08/3468.33	c learnt literals	: 0
3600.08/3468.33	c learnt binary clauses	: 0
3600.08/3468.33	c learnt ternary clauses	: 0
3600.08/3468.33	c learnt constraints	: 2322374
3600.08/3468.33	c ignored constraints	: 0
3600.08/3468.33	c root simplifications	: 0
3600.08/3468.33	c removed literals (reason simplification)	: 0
3600.08/3468.33	c reason swapping (by a shorter reason)	: 0
3600.08/3468.33	c Calls to reduceDB	: 63
3600.08/3468.33	c Number of update (reduction) of LBD	: 3337343
3600.08/3468.33	c Imported unit clauses	: 0
3600.08/3468.33	c No decision after first conflict	: false
3600.08/3468.33	c number of reductions to clauses (during analyze)	: 0
3600.08/3468.33	c number of learned constraints concerned by reduction	: 0
3600.08/3468.33	c number of learning phase by resolution	: 0
3600.08/3468.33	c number of learning phase by cutting planes	: 0
3600.08/3468.33	c number of rounding to 1 operations	: 0
3600.08/3468.34	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3468.34	c number of reductions of the coefficients by power 2 	: 0
3600.08/3468.34	c number of right shift for reduction by power 2 	: 0
3600.08/3468.34	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3468.34	c number of ending skipping 	: 0
3600.08/3468.34	c number of internal skipping 	: 0
3600.08/3468.34	c number of derivation steps 	: 18989285
3600.08/3468.34	c number of skipped derivation steps 	: 0
3600.08/3468.34	c number of remaining unassigned 	: 0
3600.08/3468.34	c number of remaining assigned 	: 0
3600.08/3468.34	c number of falsified literals weakened from reason	: 0
3600.08/3468.34	c number of falsified literals weakened from conflict	: 0
3600.08/3468.34	c time for arithmetic operations	: 0
3600.08/3468.34	c minimum degree of deleted constraints	: 1
3600.08/3468.34	c maximum degree of deleted constraints	: 1
3600.08/3468.34	c number of deleted constraints	: 2201992
3600.08/3468.34	c speed (assignments/second)	: 9785.510076629402
3600.08/3468.34	c non guided choices	: 785
3600.08/3468.34	c timeout
3600.23/3468.45	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 120382
3600.23/3468.45	s UNKNOWN
3600.23/3468.45	c Total wall clock time (in seconds): 3468.023

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (57089 MiB free)
  memory of node 1: 64507 MiB (62757 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4492947-1751149255/watcher-4492947-1751149255 -o /tmp/evaluation-result-4492947-1751149255/solver-4492947-1751149255 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751145706-14979 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4492947-1751149255 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4492947-1751149255.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=15843, runsolver pid=15840
Current StackSize limit: 8192 KiB


[startup+0.100069 s]*
/proc/loadavg: 4.47 4.35 4.29 8/329 15861
/proc/meminfo: memFree=122659920/131382112 swapFree=33010684/33010684
[pid=15843] ppid=15840 vsize=18930384 memory=48000 CPUtime=0.1 cores=5,7
/proc/15843/stat : 15843 (java) S 15840 15843 14966 0 -1 4194304 5733 0 0 0 7 3 0 0 20 0 18 0 30604373 19384713216 12000 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
/proc/15843/statm: 4732596 12000 5293 1 0 546963 0
[pid=15843/tid=15845] ppid=15840 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/15843/task/15845/stat : 15845 (java) R 15840 15843 14966 0 -1 4194368 4636 0 0 0 5 2 0 0 20 0 18 0 30604375 19384713216 12000 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
[pid=15843/tid=15854] ppid=15840 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/15843/task/15854/stat : 15854 (Finalizer) S 15840 15843 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30604380 19384713216 12000 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
[pid=15843/tid=15861] ppid=15840 vsize=18930384 memory=61792617516369 CPUtime=0 cores=5,7
/proc/15843/task/15861/stat : 15861 (Common-Cleaner) S 15840 15843 14966 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30604381 19384713216 12000 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48000 KiB

[startup+0.214595 s]*
/proc/loadavg: 4.47 4.35 4.29 6/329 15861
/proc/meminfo: memFree=122611336/131382112 swapFree=33010684/33010684
[pid=15843] ppid=15840 vsize=18930384 memory=53148 CPUtime=0.28 cores=5,7
/proc/15843/stat : 15843 (java) S 15840 15843 14966 0 -1 4194304 6444 0 0 0 24 4 0 0 20 0 18 0 30604373 19384713216 13287 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
/proc/15843/statm: 4732596 13287 5357 1 0 547531 0
[pid=15843/tid=15845] ppid=15840 vsize=18930384 memory=4026597660 CPUtime=0.16 cores=5,7
/proc/15843/task/15845/stat : 15845 (java) R 15840 15843 14966 0 -1 4194368 4977 0 0 0 14 2 0 0 20 0 18 0 30604375 19384713216 13287 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
[pid=15843/tid=15854] ppid=15840 vsize=18930384 memory=1593 CPUtime=0 cores=5,7
/proc/15843/task/15854/stat : 15854 (Finalizer) S 15840 15843 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30604380 19384713216 13287 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
[pid=15843/tid=15861] ppid=15840 vsize=18930384 memory=60693105869820 CPUtime=0 cores=5,7
/proc/15843/task/15861/stat : 15861 (Common-Cleaner) S 15840 15843 14966 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30604381 19384713216 13287 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53148 KiB

[startup+0.318091 s]*
/proc/loadavg: 4.47 4.35 4.29 8/329 15861
/proc/meminfo: memFree=122565272/131382112 swapFree=33010684/33010684
[pid=15843] ppid=15840 vsize=18930384 memory=58632 CPUtime=0.44 cores=5,7
/proc/15843/stat : 15843 (java) S 15840 15843 14966 0 -1 4194304 6731 0 0 0 39 5 0 0 20 0 18 0 30604373 19384713216 14658 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
/proc/15843/statm: 4732596 14658 5421 1 0 547733 0
[pid=15843/tid=15845] ppid=15840 vsize=18930384 memory=-6000919507082831726 CPUtime=0.25 cores=5,7
/proc/15843/task/15845/stat : 15845 (java) R 15840 15843 14966 0 -1 4194368 5162 0 0 0 23 2 0 0 20 0 18 0 30604375 19384713216 14658 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
[pid=15843/tid=15854] ppid=15840 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/15843/task/15854/stat : 15854 (Finalizer) S 15840 15843 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30604380 19384713216 14658 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
[pid=15843/tid=15861] ppid=15840 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/15843/task/15861/stat : 15861 (Common-Cleaner) S 15840 15843 14966 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30604381 19384713216 14658 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58632 KiB

[startup+0.700308 s]
/proc/loadavg: 4.47 4.35 4.29 8/329 15861
/proc/meminfo: memFree=122452664/131382112 swapFree=33010684/33010684
[pid=15843] ppid=15840 vsize=18930384 memory=118980 CPUtime=1.11 cores=5,7
/proc/15843/stat : 15843 (java) S 15840 15843 14966 0 -1 4194304 7450 0 0 0 104 7 0 0 20 0 18 0 30604373 19384713216 29745 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
/proc/15843/statm: 4732596 29745 5453 1 0 548229 0
[pid=15843/tid=15845] ppid=15840 vsize=18930384 memory=17152 CPUtime=0.58 cores=5,7
/proc/15843/task/15845/stat : 15845 (java) R 15840 15843 14966 0 -1 4194368 5420 0 0 0 54 4 0 0 20 0 18 0 30604375 19384713216 29745 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
[pid=15843/tid=15854] ppid=15840 vsize=18930384 memory=11264 CPUtime=0 cores=5,7
/proc/15843/task/15854/stat : 15854 (Finalizer) S 15840 15843 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30604380 19384713216 29745 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
[pid=15843/tid=15861] ppid=15840 vsize=18930384 memory=3200 CPUtime=0 cores=5,7
/proc/15843/task/15861/stat : 15861 (Common-Cleaner) S 15840 15843 14966 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30604381 19384713216 29745 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 118980 KiB

[startup+1.50027 s]
/proc/loadavg: 4.47 4.35 4.29 6/330 15862
/proc/meminfo: memFree=122131920/131382112 swapFree=33010684/33010684
[pid=15843] ppid=15840 vsize=18996948 memory=301904 CPUtime=2.67 cores=5,7
/proc/15843/stat : 15843 (java) S 15840 15843 14966 0 -1 4194304 22300 0 0 0 253 14 0 0 20 0 19 0 30604373 19452874752 75476 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
/proc/15843/statm: 4749237 75476 5485 1 0 554359 0
[pid=15843/tid=15845] ppid=15840 vsize=18996948 memory=3200 CPUtime=1.34 cores=5,7
/proc/15843/task/15845/stat : 15845 (java) R 15840 15843 14966 0 -1 4194368 5745 0 0 0 127 7 0 0 20 0 19 0 30604375 19452874752 75476 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
[pid=15843/tid=15854] ppid=15840 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/15843/task/15854/stat : 15854 (Finalizer) S 15840 15843 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30604380 19452874752 75476 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
[pid=15843/tid=15861] ppid=15840 vsize=18996948 memory=11264 CPUtime=0 cores=5,7
/proc/15843/task/15861/stat : 15861 (Common-Cleaner) S 15840 15843 14966 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30604381 19452874752 75476 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
Current children cumulated CPU time: 2.67 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 301904 KiB

[startup+3.10585 s]
/proc/loadavg: 4.51 4.36 4.29 5/331 15863
/proc/meminfo: memFree=120888068/131382112 swapFree=33010684/33010684
[pid=15843] ppid=15840 vsize=19063512 memory=1036620 CPUtime=5.8 cores=5,7
/proc/15843/stat : 15843 (java) S 15840 15843 14966 0 -1 4194304 29028 0 0 0 549 31 0 0 20 0 20 0 30604373 19521036288 259155 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
/proc/15843/statm: 4765878 259155 5485 1 0 556406 0
[pid=15843/tid=15845] ppid=15840 vsize=19063512 memory=11264 CPUtime=2.82 cores=5,7
/proc/15843/task/15845/stat : 15845 (java) R 15840 15843 14966 0 -1 4194368 7822 0 0 0 260 22 0 0 20 0 20 0 30604375 19521036288 259155 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
[pid=15843/tid=15854] ppid=15840 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/15843/task/15854/stat : 15854 (Finalizer) S 15840 15843 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30604380 19521036288 259155 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
[pid=15843/tid=15861] ppid=15840 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/15843/task/15861/stat : 15861 (Common-Cleaner) S 15840 15843 14966 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30604381 19521036288 259155 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
[pid=15843/tid=15863] ppid=15840 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/15843/task/15863/stat : 15863 (Timer-0) S 15840 15843 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30604539 19521036288 259155 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
Current children cumulated CPU time: 5.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1036620 KiB

[startup+6.3004 s]
/proc/loadavg: 4.51 4.36 4.29 7/307 15892
/proc/meminfo: memFree=124824228/131382112 swapFree=33010684/33010684
[pid=15843] ppid=15840 vsize=19063512 memory=1699728 CPUtime=10.06 cores=5,7
/proc/15843/stat : 15843 (java) S 15840 15843 14966 0 -1 4194304 30760 0 0 0 961 45 0 0 20 0 20 0 30604373 19521036288 424932 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
/proc/15843/statm: 4765878 424932 5485 1 0 936624 0
[pid=15843/tid=15845] ppid=15840 vsize=19063512 memory=0 CPUtime=5.83 cores=5,7
/proc/15843/task/15845/stat : 15845 (java) R 15840 15843 14966 0 -1 4194368 8339 0 0 0 549 34 0 0 20 0 20 0 30604375 19521036288 424932 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
[pid=15843/tid=15854] ppid=15840 vsize=19063512 memory=6935649255759568960 CPUtime=0 cores=5,7
/proc/15843/task/15854/stat : 15854 (Finalizer) S 15840 15843 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30604380 19521036288 424932 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
[pid=15843/tid=15861] ppid=15840 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/15843/task/15861/stat : 15861 (Common-Cleaner) S 15840 15843 14966 0 -1 4194368 41 0 0 0 0 0 0 0 20 0 20 0 30604381 19521036288 424932 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
[pid=15843/tid=15863] ppid=15840 vsize=19063512 memory=-6000919507082831726 CPUtime=0 cores=5,7
/proc/15843/task/15863/stat : 15863 (Timer-0) S 15840 15843 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30604539 19521036288 424932 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
Current children cumulated CPU time: 10.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1699728 KiB

[startup+12.7005 s]
/proc/loadavg: 4.55 4.37 4.29 5/331 15930
/proc/meminfo: memFree=122665880/131382112 swapFree=33010684/33010684
[pid=15843] ppid=15840 vsize=19063512 memory=2183260 CPUtime=16.91 cores=5,7
/proc/15843/stat : 15843 (java) S 15840 15843 14966 0 -1 4194304 31068 0 0 0 1635 56 0 0 20 0 20 0 30604373 19521036288 545815 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
/proc/15843/statm: 4765878 545815 5485 1 0 936630 0
[pid=15843/tid=15845] ppid=15840 vsize=19063512 memory=5632 CPUtime=11.89 cores=5,7
/proc/15843/task/15845/stat : 15845 (java) R 15840 15843 14966 0 -1 4194368 8509 0 0 0 1147 42 0 0 20 0 20 0 30604375 19521036288 545815 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
[pid=15843/tid=15854] ppid=15840 vsize=19063512 memory=-6000919507082831726 CPUtime=0 cores=5,7
/proc/15843/task/15854/stat : 15854 (Finalizer) S 15840 15843 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30604380 19521036288 545815 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
[pid=15843/tid=15861] ppid=15840 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/15843/task/15861/stat : 15861 (Common-Cleaner) S 15840 15843 14966 0 -1 4194368 41 0 0 0 0 0 0 0 20 0 20 0 30604381 19521036288 545815 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
[pid=15843/tid=15863] ppid=15840 vsize=19063512 memory=2084872 CPUtime=0 cores=5,7
/proc/15843/task/15863/stat : 15863 (Timer-0) S 15840 15843 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30604539 19521036288 545815 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
Current children cumulated CPU time: 16.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2183260 KiB

[startup+25.5005 s]
/proc/loadavg: 4.43 4.36 4.29 5/331 15931
/proc/meminfo: memFree=119394468/131382112 swapFree=33010684/33010684
[pid=15843] ppid=15840 vsize=19063512 memory=4173532 CPUtime=30.13 cores=5,7
/proc/15843/stat : 15843 (java) S 15840 15843 14966 0 -1 4194304 33270 0 0 0 2917 96 0 0 20 0 20 0 30604373 19521036288 1043383 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
/proc/15843/statm: 4765878 1043383 5485 1 0 1308457 0
[pid=15843/tid=15845] ppid=15840 vsize=19063512 memory=2084872 CPUtime=24.17 cores=5,7
/proc/15843/task/15845/stat : 15845 (java) R 15840 15843 14966 0 -1 4194368 9606 0 0 0 2340 77 0 0 20 0 20 0 30604375 19521036288 1043383 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
[pid=15843/tid=15854] ppid=15840 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/15843/task/15854/stat : 15854 (Finalizer) S 15840 15843 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30604380 19521036288 1043383 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
[pid=15843/tid=15861] ppid=15840 vsize=19063512 memory=379104 CPUtime=0 cores=5,7
/proc/15843/task/15861/stat : 15861 (Common-Cleaner) S 15840 15843 14966 0 -1 4194368 41 0 0 0 0 0 0 0 20 0 20 0 30604381 19521036288 1043383 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
[pid=15843/tid=15863] ppid=15840 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/15843/task/15863/stat : 15863 (Timer-0) S 15840 15843 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30604539 19521036288 1043383 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
Current children cumulated CPU time: 30.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4173532 KiB

[startup+51.1059 s]
/proc/loadavg: 4.34 4.34 4.28 5/331 15931
/proc/meminfo: memFree=117914580/131382112 swapFree=33010684/33010684
[pid=15843] ppid=15840 vsize=19063512 memory=4335852 CPUtime=56.38 cores=5,7
/proc/15843/stat : 15843 (java) S 15840 15843 14966 0 -1 4194304 41023 0 0 0 5532 106 0 0 20 0 20 0 30604373 19521036288 1083963 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
/proc/15843/statm: 4765878 1083963 5485 1 0 1308467 0
[pid=15843/tid=15845] ppid=15840 vsize=19063512 memory=3631 CPUtime=48.77 cores=5,7
/proc/15843/task/15845/stat : 15845 (java) R 15840 15843 14966 0 -1 4194368 12817 0 0 0 4796 81 0 0 20 0 20 0 30604375 19521036288 1083963 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
[pid=15843/tid=15854] ppid=15840 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/15843/task/15854/stat : 15854 (Finalizer) S 15840 15843 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30604380 19521036288 1083963 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
[pid=15843/tid=15861] ppid=15840 vsize=19063512 memory=2212 CPUtime=0 cores=5,7
/proc/15843/task/15861/stat : 15861 (Common-Cleaner) S 15840 15843 14966 0 -1 4194368 41 0 0 0 0 0 0 0 20 0 20 0 30604381 19521036288 1083963 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
[pid=15843/tid=15863] ppid=15840 vsize=19063512 memory=23532 CPUtime=0 cores=5,7
/proc/15843/task/15863/stat : 15863 (Timer-0) S 15840 15843 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30604539 19521036288 1083963 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0

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

[startup+3162.3 s]
/proc/loadavg: 4.27 4.31 4.32 5/328 16103
/proc/meminfo: memFree=120634936/131382112 swapFree=33010684/33010684
[pid=15843] ppid=15840 vsize=19063512 memory=2032860 CPUtime=3272.84 cores=5,7
/proc/15843/stat : 15843 (java) S 15840 15843 14966 0 -1 4194304 246863 0 0 0 326447 837 0 0 20 0 20 0 30604373 19521036288 508215 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
/proc/15843/statm: 4765878 508215 5517 1 0 520330 0
[pid=15843/tid=15845] ppid=15840 vsize=19063512 memory=1707672 CPUtime=3092.32 cores=5,7
/proc/15843/task/15845/stat : 15845 (java) R 15840 15843 14966 0 -1 4194368 126887 0 0 0 308735 497 0 0 20 0 20 0 30604375 19521036288 508215 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
[pid=15843/tid=15854] ppid=15840 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/15843/task/15854/stat : 15854 (Finalizer) S 15840 15843 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30604380 19521036288 508215 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
[pid=15843/tid=15861] ppid=15840 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/15843/task/15861/stat : 15861 (Common-Cleaner) S 15840 15843 14966 0 -1 4194368 1853 0 0 0 0 0 0 0 20 0 20 0 30604381 19521036288 508215 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
[pid=15843/tid=15863] ppid=15840 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/15843/task/15863/stat : 15863 (Timer-0) S 15840 15843 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30604539 19521036288 508215 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
Current children cumulated CPU time: 3272.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2032860 KiB

[startup+3222.3 s]
/proc/loadavg: 4.44 4.34 4.33 6/328 16105
/proc/meminfo: memFree=121118736/131382112 swapFree=33010684/33010684
[pid=15843] ppid=15840 vsize=19063512 memory=1982844 CPUtime=3338.46 cores=5,7
/proc/15843/stat : 15843 (java) S 15840 15843 14966 0 -1 4194304 249781 0 0 0 332990 856 0 0 20 0 20 0 30604373 19521036288 495711 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
/proc/15843/statm: 4765878 495711 5517 1 0 507811 0
[pid=15843/tid=15845] ppid=15840 vsize=19063512 memory=1707672 CPUtime=3150.62 cores=5,7
/proc/15843/task/15845/stat : 15845 (java) R 15840 15843 14966 0 -1 4194368 128464 0 0 0 314555 507 0 0 20 0 20 0 30604375 19521036288 495711 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
[pid=15843/tid=15854] ppid=15840 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/15843/task/15854/stat : 15854 (Finalizer) S 15840 15843 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30604380 19521036288 495711 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
[pid=15843/tid=15861] ppid=15840 vsize=19063512 memory=2061084 CPUtime=0 cores=5,7
/proc/15843/task/15861/stat : 15861 (Common-Cleaner) S 15840 15843 14966 0 -1 4194368 1880 0 0 0 0 0 0 0 20 0 20 0 30604381 19521036288 495711 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
[pid=15843/tid=15863] ppid=15840 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/15843/task/15863/stat : 15863 (Timer-0) S 15840 15843 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30604539 19521036288 495711 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
Current children cumulated CPU time: 3338.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1982844 KiB

[startup+3282.3 s]
/proc/loadavg: 4.21 4.29 4.32 5/328 16107
/proc/meminfo: memFree=120458840/131382112 swapFree=33010684/33010684
[pid=15843] ppid=15840 vsize=19063512 memory=2366212 CPUtime=3400.6 cores=5,7
/proc/15843/stat : 15843 (java) S 15840 15843 14966 0 -1 4194304 253231 0 0 0 339190 870 0 0 20 0 20 0 30604373 19521036288 591553 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
/proc/15843/statm: 4765878 591553 5517 1 0 603859 0
[pid=15843/tid=15845] ppid=15840 vsize=19063512 memory=2764 CPUtime=3209.26 cores=5,7
/proc/15843/task/15845/stat : 15845 (java) R 15840 15843 14966 0 -1 4194368 129821 0 0 0 320409 517 0 0 20 0 20 0 30604375 19521036288 591553 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
[pid=15843/tid=15854] ppid=15840 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/15843/task/15854/stat : 15854 (Finalizer) S 15840 15843 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30604380 19521036288 591553 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
[pid=15843/tid=15861] ppid=15840 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/15843/task/15861/stat : 15861 (Common-Cleaner) S 15840 15843 14966 0 -1 4194368 1884 0 0 0 0 0 0 0 20 0 20 0 30604381 19521036288 591553 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
[pid=15843/tid=15863] ppid=15840 vsize=19063512 memory=2366212 CPUtime=0 cores=5,7
/proc/15843/task/15863/stat : 15863 (Timer-0) S 15840 15843 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30604539 19521036288 591553 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
Current children cumulated CPU time: 3400.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2366212 KiB

[startup+3342.3 s]
/proc/loadavg: 4.54 4.35 4.33 5/327 16109
/proc/meminfo: memFree=120950668/131382112 swapFree=33010684/33010684
[pid=15843] ppid=15840 vsize=19063512 memory=1874492 CPUtime=3464.94 cores=5,7
/proc/15843/stat : 15843 (java) S 15840 15843 14966 0 -1 4194304 254700 0 0 0 345613 881 0 0 20 0 20 0 30604373 19521036288 468623 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
/proc/15843/statm: 4765878 468623 5517 1 0 480667 0
[pid=15843/tid=15845] ppid=15840 vsize=19063512 memory=17152 CPUtime=3267.89 cores=5,7
/proc/15843/task/15845/stat : 15845 (java) R 15840 15843 14966 0 -1 4194368 131277 0 0 0 326268 521 0 0 20 0 20 0 30604375 19521036288 468623 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
[pid=15843/tid=15854] ppid=15840 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/15843/task/15854/stat : 15854 (Finalizer) S 15840 15843 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30604380 19521036288 468623 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
[pid=15843/tid=15861] ppid=15840 vsize=19063512 memory=17152 CPUtime=0 cores=5,7
/proc/15843/task/15861/stat : 15861 (Common-Cleaner) S 15840 15843 14966 0 -1 4194368 1884 0 0 0 0 0 0 0 20 0 20 0 30604381 19521036288 468623 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
[pid=15843/tid=15863] ppid=15840 vsize=19063512 memory=46336 CPUtime=0 cores=5,7
/proc/15843/task/15863/stat : 15863 (Timer-0) S 15840 15843 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30604539 19521036288 468623 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
Current children cumulated CPU time: 3464.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1874492 KiB

[startup+3402.3 s]
/proc/loadavg: 4.44 4.35 4.33 5/326 16111
/proc/meminfo: memFree=120832700/131382112 swapFree=33010684/33010684
[pid=15843] ppid=15840 vsize=19063512 memory=1757780 CPUtime=3529.24 cores=5,7
/proc/15843/stat : 15843 (java) S 15840 15843 14966 0 -1 4194304 255715 0 0 0 352025 899 0 0 20 0 20 0 30604373 19521036288 439445 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
/proc/15843/statm: 4765878 439445 5517 1 0 451435 0
[pid=15843/tid=15845] ppid=15840 vsize=19063512 memory=3200 CPUtime=3326.28 cores=5,7
/proc/15843/task/15845/stat : 15845 (java) R 15840 15843 14966 0 -1 4194368 131757 0 0 0 332095 533 0 0 20 0 20 0 30604375 19521036288 439445 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
[pid=15843/tid=15854] ppid=15840 vsize=19063512 memory=1982844 CPUtime=0 cores=5,7
/proc/15843/task/15854/stat : 15854 (Finalizer) S 15840 15843 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30604380 19521036288 439445 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
[pid=15843/tid=15861] ppid=15840 vsize=19063512 memory=6704 CPUtime=0 cores=5,7
/proc/15843/task/15861/stat : 15861 (Common-Cleaner) S 15840 15843 14966 0 -1 4194368 1884 0 0 0 0 0 0 0 20 0 20 0 30604381 19521036288 439445 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
[pid=15843/tid=15863] ppid=15840 vsize=19063512 memory=1757780 CPUtime=0 cores=5,7
/proc/15843/task/15863/stat : 15863 (Timer-0) S 15840 15843 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30604539 19521036288 439445 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
Current children cumulated CPU time: 3529.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1757780 KiB

[startup+3462.3 s]
/proc/loadavg: 4.34 4.34 4.33 5/328 16247
/proc/meminfo: memFree=120538572/131382112 swapFree=33010684/33010684
[pid=15843] ppid=15840 vsize=19063512 memory=2007948 CPUtime=3594.07 cores=5,7
/proc/15843/stat : 15843 (java) S 15840 15843 14966 0 -1 4194304 257583 0 0 0 358489 918 0 0 20 0 20 0 30604373 19521036288 501987 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
/proc/15843/statm: 4765878 501987 5517 1 0 514075 0
[pid=15843/tid=15845] ppid=15840 vsize=19063512 memory=3200 CPUtime=3384.9 cores=5,7
/proc/15843/task/15845/stat : 15845 (java) S 15840 15843 14966 0 -1 4194368 132390 0 0 0 337945 545 0 0 20 0 20 0 30604375 19521036288 501987 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
[pid=15843/tid=15854] ppid=15840 vsize=19063512 memory=1982844 CPUtime=0 cores=5,7
/proc/15843/task/15854/stat : 15854 (Finalizer) S 15840 15843 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30604380 19521036288 501987 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
[pid=15843/tid=15861] ppid=15840 vsize=19063512 memory=17152 CPUtime=0 cores=5,7
/proc/15843/task/15861/stat : 15861 (Common-Cleaner) S 15840 15843 14966 0 -1 4194368 1884 0 0 0 0 0 0 0 20 0 20 0 30604381 19521036288 501987 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
[pid=15843/tid=15863] ppid=15840 vsize=19063512 memory=2007948 CPUtime=0 cores=5,7
/proc/15843/task/15863/stat : 15863 (Timer-0) S 15840 15843 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30604539 19521036288 501987 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
Current children cumulated CPU time: 3594.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2007948 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3468.3 s]
/proc/loadavg: 4.31 4.34 4.33 5/328 16247
/proc/meminfo: memFree=120539948/131382112 swapFree=33010684/33010684
[pid=15843] ppid=15840 vsize=19063512 memory=2007948 CPUtime=3600.08 cores=5,7
/proc/15843/stat : 15843 (java) S 15840 15843 14966 0 -1 4194304 257653 0 0 0 359090 918 0 0 20 0 20 0 30604373 19521036288 501987 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
/proc/15843/statm: 4765878 501987 5517 1 0 514075 0
[pid=15843/tid=15845] ppid=15840 vsize=19063512 memory=3200 CPUtime=3390.63 cores=5,7
/proc/15843/task/15845/stat : 15845 (java) R 15840 15843 14966 0 -1 4194368 132431 0 0 0 338518 545 0 0 20 0 20 0 30604375 19521036288 501987 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
[pid=15843/tid=15854] ppid=15840 vsize=19063512 memory=1982844 CPUtime=0 cores=5,7
/proc/15843/task/15854/stat : 15854 (Finalizer) S 15840 15843 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30604380 19521036288 501987 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
[pid=15843/tid=15861] ppid=15840 vsize=19063512 memory=17152 CPUtime=0 cores=5,7
/proc/15843/task/15861/stat : 15861 (Common-Cleaner) S 15840 15843 14966 0 -1 4194368 1884 0 0 0 0 0 0 0 20 0 20 0 30604381 19521036288 501987 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
[pid=15843/tid=15863] ppid=15840 vsize=19063512 memory=2007948 CPUtime=0 cores=5,7
/proc/15843/task/15863/stat : 15863 (Timer-0) S 15840 15843 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30604539 19521036288 501987 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2007948 KiB

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

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

# cumulated CPU time of all completed processes:  user=3591.1 s, system=9.20712 s

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

[startup+3468.41 s]
/proc/loadavg: 4.31 4.34 4.33 5/328 16247
/proc/meminfo: memFree=120539948/131382112 swapFree=33010684/33010684
[pid=15843] ppid=15840 vsize=19263204 memory=2008716 CPUtime=3600.23 cores=5,7
/proc/15843/stat : 15843 (java) S 15840 15843 14966 0 -1 4194304 259125 0 0 0 359104 919 0 0 20 0 21 0 30604373 19725520896 502179 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
/proc/15843/statm: 4815801 502179 5517 1 0 515035 0
[pid=15843/tid=15845] ppid=15840 vsize=19263204 memory=-6000919507082831726 CPUtime=3390.65 cores=5,7
/proc/15843/task/15845/stat : 15845 (java) S 15840 15843 14966 0 -1 4194368 132654 0 0 0 338520 545 0 0 20 0 21 0 30604375 19725520896 502179 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
[pid=15843/tid=15854] ppid=15840 vsize=19263204 memory=2598904 CPUtime=0 cores=5,7
/proc/15843/task/15854/stat : 15854 (Finalizer) S 15840 15843 14966 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 30604380 19725520896 502179 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
[pid=15843/tid=15861] ppid=15840 vsize=19263204 memory=6896 CPUtime=0 cores=5,7
/proc/15843/task/15861/stat : 15861 (Common-Cleaner) S 15840 15843 14966 0 -1 4194368 1884 0 0 0 0 0 0 0 20 0 21 0 30604381 19725520896 502179 18446744073709551615 94770213351424 94770213355120 140722322489936 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94770213362936 94770213363728 94770214244352 140722322491693 140722322491878 140722322491878 140722322497480 0
Current children cumulated CPU time: 3600.23 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2008716 KiB

Child status: 143

Real time (s): 3468.47
CPU time (s): 3600.31
CPU user time (s): 3591.1
CPU system time (s): 9.20712
CPU usage (%): 103.801
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 5636668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.1
system time used= 9.20712
maximum resident set size= 5636668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 259270
page faults= 0
swaps= 0
block input operations= 0
block output operations= 496352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 128334
involuntary context switches= 27127


# summary of solver processes directly reported to runsolver:
#   pid: 15843
#   total CPU time (s): 3600.31
#   total CPU user time (s): 3591.1
#   total CPU system time (s): 9.20712

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.479 second user time and 36.5474 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-06-29 00:20:55
IDJOB=4492947
IDBENCH=147833
IDSOLVER=3362
FILE ID=nodeC001/4492947-1751149255
RUNJOBID= nodeC001-1751145706-14979
SLURM_JOB_ID= 9587448
Free space on /tmp= 433052 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-clauses-45-40.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4492947-1751149255/watcher-4492947-1751149255 -o /tmp/evaluation-result-4492947-1751149255/solver-4492947-1751149255 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751145706-14979 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4492947-1751149255 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4492947-1751149255.opb

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

MD5SUM BENCH= 2590c1209b8f449ade71ad316e08b5f7
RANDOM SEED=729527879

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.253
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.386
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3660.706
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3664.388
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.719
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.168
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.403
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.394
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        122760988 kB
MemAvailable:   122921804 kB
Buffers:            3280 kB
Cached:           972232 kB
SwapCached:            0 kB
Active:          7309300 kB
Inactive:         740160 kB
Active(anon):    7091944 kB
Inactive(anon):        0 kB
Active(file):     217356 kB
Inactive(file):   740160 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             10480 kB
Writeback:             0 kB
AnonPages:       7076944 kB
Mapped:           121964 kB
Shmem:             17960 kB
KReclaimable:      85468 kB
Slab:             165832 kB
SReclaimable:      85468 kB
SUnreclaim:        80364 kB
KernelStack:        5072 kB
PageTables:        17452 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    9670732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6803456 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC001 at 2025-06-29 01:18:44