Trace number 4493057

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 Resolution VeriPB 2025-06-06? (TO) 3600.16 3569.73

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
roussel/normalized-pigeon-cardinality-31-30.opb
MD5SUM7aaaa459b6f720ed22034b278db01429
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.009575
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables930
Total number of constraints61
Number of constraints which are clauses31
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint31
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 32
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.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	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.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4493057-1751150140.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c using VERIPB proof format
0.13/0.13	c  no objective function found
0.13/0.16	c ... done. Wall clock time 0.031s.
0.13/0.16	c declared #vars     930
0.13/0.16	c #constraints  61
0.13/0.16	c constraints type 
0.13/0.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 30
0.13/0.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 31
0.13/0.16	c 61 constraints processed.
2.44/1.39	c cleaning 2489 clauses out of 5000 with flag 30423/5000
4.95/3.01	c cleaning 4256 clauses out of 8513 with flag 90532/11002
8.43/6.35	c cleaning 5624 clauses out of 11255 with flag 163540/18000
13.65/11.25	c cleaning 6814 clauses out of 13632 with flag 250326/26001
18.46/15.97	c cleaning 7910 clauses out of 15819 with flag 321796/35002
22.39/19.79	c cleaning 8953 clauses out of 17908 with flag 422443/45001
28.27/25.48	c cleaning 9973 clauses out of 19955 with flag 558160/56001
33.48/30.53	c cleaning 10965 clauses out of 21982 with flag 678860/68001
39.19/36.28	c cleaning 11956 clauses out of 24017 with flag 837879/81001
48.36/45.37	c cleaning 13001 clauses out of 26060 with flag 941017/95000
57.90/54.73	c cleaning 14025 clauses out of 28059 with flag 1047712/110000
65.36/62.04	c cleaning 15012 clauses out of 30034 with flag 1200299/126000
74.71/71.37	c cleaning 15995 clauses out of 32022 with flag 1374926/143000
84.62/80.95	c cleaning 17009 clauses out of 34028 with flag 1519342/161001
96.83/92.80	c cleaning 18008 clauses out of 36020 with flag 1660840/180002
109.35/105.04	c cleaning 18992 clauses out of 38010 with flag 1802480/200000
122.26/117.84	c cleaning 20001 clauses out of 40021 with flag 1966674/221003
140.64/136.21	c cleaning 21003 clauses out of 42019 with flag 2137289/243002
158.43/153.76	c cleaning 22003 clauses out of 44014 with flag 2325256/266000
178.04/173.13	c cleaning 23003 clauses out of 46014 with flag 2532429/290003
200.72/195.66	c cleaning 23997 clauses out of 48008 with flag 2741233/315000
221.27/215.63	c cleaning 24998 clauses out of 50012 with flag 2952514/341001
245.10/239.28	c cleaning 26005 clauses out of 52019 with flag 3150344/368006
274.36/268.25	c cleaning 27000 clauses out of 54008 with flag 3358199/396000
307.81/301.51	c cleaning 27999 clauses out of 56009 with flag 3692711/425001
340.36/333.97	c cleaning 28998 clauses out of 58009 with flag 3992315/455000
372.64/365.83	c cleaning 30002 clauses out of 60012 with flag 4321015/486001
412.62/405.79	c cleaning 30987 clauses out of 62010 with flag 4567753/518001
448.68/441.67	c cleaning 32003 clauses out of 64024 with flag 4856411/551002
489.97/482.06	c cleaning 32986 clauses out of 66019 with flag 5133414/585000
532.05/523.93	c cleaning 34008 clauses out of 68036 with flag 5481001/620003
579.81/571.69	c cleaning 35004 clauses out of 70026 with flag 5829035/656001
633.30/625.09	c cleaning 36000 clauses out of 72021 with flag 6158712/693000
697.47/688.71	c cleaning 37002 clauses out of 74021 with flag 6498938/731000
750.22/741.47	c cleaning 38003 clauses out of 76019 with flag 6797761/770000
802.10/792.17	c cleaning 38999 clauses out of 78016 with flag 7154984/810000
860.30/849.99	c cleaning 39999 clauses out of 80019 with flag 7514594/851002
922.04/911.68	c cleaning 41001 clauses out of 82018 with flag 7911009/893000
987.65/977.06	c cleaning 42003 clauses out of 84019 with flag 8321525/936002
1055.97/1044.54	c cleaning 43000 clauses out of 86015 with flag 8751088/980001
1131.58/1119.80	c cleaning 43991 clauses out of 88014 with flag 9170555/1025000
1208.00/1195.04	c cleaning 45000 clauses out of 90028 with flag 9596642/1071005
1291.70/1278.72	c cleaning 45992 clauses out of 92023 with flag 10053238/1118000
1379.52/1365.56	c cleaning 47009 clauses out of 94033 with flag 10522444/1166002
1462.24/1447.90	c cleaning 48003 clauses out of 96022 with flag 10967055/1215000
1535.28/1519.88	c cleaning 49001 clauses out of 98022 with flag 11388386/1265003
1623.49/1608.30	c cleaning 49998 clauses out of 100019 with flag 11964977/1316001
1702.93/1686.50	c cleaning 50999 clauses out of 102020 with flag 12508322/1368000
1787.23/1770.69	c cleaning 52004 clauses out of 104023 with flag 13024073/1421002
1870.19/1852.40	c cleaning 53003 clauses out of 106020 with flag 13541809/1475003
1944.11/1926.03	c cleaning 53998 clauses out of 108017 with flag 14037202/1530003
2031.33/2012.34	c cleaning 54996 clauses out of 110017 with flag 14549838/1586001
2121.24/2101.84	c cleaning 56002 clauses out of 112022 with flag 15065413/1643002
2212.52/2191.97	c cleaning 56998 clauses out of 114018 with flag 15622612/1701000
2315.52/2294.31	c cleaning 57996 clauses out of 116020 with flag 16120304/1760000
2406.82/2384.48	c cleaning 59012 clauses out of 118026 with flag 16622837/1820002
2479.48/2456.96	c cleaning 59998 clauses out of 120014 with flag 17194536/1881002
2555.32/2532.34	c cleaning 60999 clauses out of 122014 with flag 17760642/1943000
2666.51/2643.13	c cleaning 61994 clauses out of 124016 with flag 18274793/2006001
2797.79/2773.27	c cleaning 63003 clauses out of 126021 with flag 18863292/2070000
2943.78/2919.09	c cleaning 63984 clauses out of 128020 with flag 19398976/2135002
3087.17/3061.15	c cleaning 64972 clauses out of 130034 with flag 20248733/2201000
3207.90/3180.03	c cleaning 66025 clauses out of 132062 with flag 21026797/2268000
3335.36/3307.36	c cleaning 67008 clauses out of 134038 with flag 21730043/2336001
3446.15/3417.31	c cleaning 67981 clauses out of 136030 with flag 22364197/2405001
3562.90/3532.49	c cleaning 69011 clauses out of 138048 with flag 23098883/2475000
3600.03/3569.61	c starts		: 605
3600.03/3569.61	c conflicts		: 2499577
3600.03/3569.61	c decisions		: 3380642
3600.03/3569.61	c propagations		: 39980345
3600.03/3569.61	c inspects		: 10981960665
3600.03/3569.61	c shortcuts		: 0
3600.03/3569.61	c learnt literals	: 0
3600.03/3569.61	c learnt binary clauses	: 0
3600.03/3569.61	c learnt ternary clauses	: 0
3600.03/3569.61	c learnt constraints	: 2499577
3600.03/3569.61	c ignored constraints	: 0
3600.03/3569.61	c root simplifications	: 0
3600.03/3569.61	c removed literals (reason simplification)	: 73026344
3600.03/3569.61	c reason swapping (by a shorter reason)	: 0
3600.03/3569.61	c Calls to reduceDB	: 66
3600.03/3569.61	c Number of update (reduction) of LBD	: 1876678
3600.03/3569.61	c Imported unit clauses	: 0
3600.03/3569.61	c No decision after first conflict	: false
3600.03/3569.61	c number of reductions to clauses (during analyze)	: 0
3600.03/3569.61	c number of learned constraints concerned by reduction	: 0
3600.03/3569.61	c number of learning phase by resolution	: 0
3600.03/3569.61	c number of learning phase by cutting planes	: 0
3600.03/3569.61	c number of rounding to 1 operations	: 0
3600.03/3569.61	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3569.61	c number of reductions of the coefficients by power 2 	: 0
3600.03/3569.61	c number of right shift for reduction by power 2 	: 0
3600.03/3569.61	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3569.61	c number of ending skipping 	: 0
3600.03/3569.61	c number of internal skipping 	: 0
3600.03/3569.61	c number of derivation steps 	: 0
3600.03/3569.61	c number of skipped derivation steps 	: 0
3600.03/3569.61	c number of remaining unassigned 	: 0
3600.03/3569.61	c number of remaining assigned 	: 0
3600.03/3569.62	c number of falsified literals weakened from reason	: 0
3600.03/3569.62	c number of falsified literals weakened from conflict	: 0
3600.03/3569.62	c time for arithmetic operations	: 0
3600.03/3569.62	c minimum degree of deleted constraints	: null
3600.03/3569.62	c maximum degree of deleted constraints	: null
3600.03/3569.62	c number of deleted constraints	: 0
3600.03/3569.62	c speed (assignments/second)	: 11200.726892326587
3600.03/3569.62	c non guided choices	: 1121
3600.03/3569.63	c timeout
3600.03/3569.67	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 93614
3600.03/3569.67	s UNKNOWN
3600.03/3569.67	c Total wall clock time (in seconds): 3569.542

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4493057-1751150140/watcher-4493057-1751150140 -o /tmp/evaluation-result-4493057-1751150140/solver-4493057-1751150140 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751146486-13875 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4493057-1751150140 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4493057-1751150140.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
Current StackSize limit: 8192 KiB

solver pid=14882, runsolver pid=14879

[startup+0.100061 s]*
/proc/loadavg: 4.25 4.27 4.24 8/341 14900
/proc/meminfo: memFree=111981012/131249996 swapFree=33010684/33010684
[pid=14882] ppid=14879 vsize=18930384 memory=57864 CPUtime=0.13 cores=0,2
/proc/14882/stat : 14882 (java) S 14879 14882 13865 0 -1 4194304 6611 0 0 0 12 1 0 0 20 0 18 0 30693612 19384713216 14466 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
/proc/14882/statm: 4732596 14466 5329 1 0 547641 0
[pid=14882/tid=14884] ppid=14879 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=0,2
/proc/14882/task/14884/stat : 14884 (java) R 14879 14882 13865 0 -1 4456512 5098 0 0 0 7 1 0 0 20 0 18 0 30693613 19384713216 14466 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
[pid=14882/tid=14893] ppid=14879 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/14882/task/14893/stat : 14893 (Finalizer) S 14879 14882 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30693615 19384713216 14466 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
[pid=14882/tid=14900] ppid=14879 vsize=18930384 memory=59585004335790 CPUtime=0 cores=0,2
/proc/14882/task/14900/stat : 14900 (Common-Cleaner) S 14879 14882 13865 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30693615 19384713216 14466 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57864 KiB

[startup+0.205838 s]*
/proc/loadavg: 4.25 4.27 4.24 8/342 14901
/proc/meminfo: memFree=111856116/131249996 swapFree=33010684/33010684
[pid=14882] ppid=14879 vsize=18996948 memory=62264 CPUtime=0.32 cores=0,2
/proc/14882/stat : 14882 (java) S 14879 14882 13865 0 -1 4194304 7217 0 0 0 30 2 0 0 20 0 19 0 30693612 19452874752 15566 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
/proc/14882/statm: 4749237 15566 5457 1 0 548335 0
[pid=14882/tid=14884] ppid=14879 vsize=18996948 memory=4026597660 CPUtime=0.16 cores=0,2
/proc/14882/task/14884/stat : 14884 (java) R 14879 14882 13865 0 -1 4194368 5329 0 0 0 15 1 0 0 20 0 19 0 30693613 19452874752 15566 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
[pid=14882/tid=14893] ppid=14879 vsize=18996948 memory=16912 CPUtime=0 cores=0,2
/proc/14882/task/14893/stat : 14893 (Finalizer) S 14879 14882 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30693615 19452874752 15566 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
[pid=14882/tid=14900] ppid=14879 vsize=18996948 memory=58485492679654 CPUtime=0 cores=0,2
/proc/14882/task/14900/stat : 14900 (Common-Cleaner) S 14879 14882 13865 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 30693615 19452874752 15566 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
[pid=14882/tid=14901] ppid=14879 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/14882/task/14901/stat : 14901 (Timer-0) S 14879 14882 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30693629 19452874752 15566 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 62264 KiB

[startup+0.305777 s]*
/proc/loadavg: 4.25 4.27 4.24 7/342 14901
/proc/meminfo: memFree=111837276/131249996 swapFree=33010684/33010684
[pid=14882] ppid=14879 vsize=18996948 memory=78296 CPUtime=0.51 cores=0,2
/proc/14882/stat : 14882 (java) S 14879 14882 13865 0 -1 4194304 9059 0 0 0 48 3 0 0 20 0 19 0 30693612 19452874752 19574 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
/proc/14882/statm: 4749237 19574 5457 1 0 549023 0
[pid=14882/tid=14884] ppid=14879 vsize=18996948 memory=-6000919468377794670 CPUtime=0.25 cores=0,2
/proc/14882/task/14884/stat : 14884 (java) R 14879 14882 13865 0 -1 4194368 5350 0 0 0 24 1 0 0 20 0 19 0 30693613 19452874752 19574 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
[pid=14882/tid=14893] ppid=14879 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/14882/task/14893/stat : 14893 (Finalizer) S 14879 14882 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30693615 19452874752 19574 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
[pid=14882/tid=14900] ppid=14879 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/14882/task/14900/stat : 14900 (Common-Cleaner) S 14879 14882 13865 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 30693615 19452874752 19574 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
[pid=14882/tid=14901] ppid=14879 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/14882/task/14901/stat : 14901 (Timer-0) S 14879 14882 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30693629 19452874752 19574 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 78296 KiB

[startup+0.700243 s]
/proc/loadavg: 4.39 4.29 4.25 7/342 14901
/proc/meminfo: memFree=111800728/131249996 swapFree=33010684/33010684
[pid=14882] ppid=14879 vsize=18996948 memory=154248 CPUtime=1.27 cores=0,2
/proc/14882/stat : 14882 (java) S 14879 14882 13865 0 -1 4194304 11781 0 0 0 122 5 0 0 20 0 19 0 30693612 19452874752 38562 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
/proc/14882/statm: 4749237 38562 5457 1 0 550999 0
[pid=14882/tid=14884] ppid=14879 vsize=18996948 memory=17280 CPUtime=0.61 cores=0,2
/proc/14882/task/14884/stat : 14884 (java) R 14879 14882 13865 0 -1 4194368 5391 0 0 0 58 3 0 0 20 0 19 0 30693613 19452874752 38562 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
[pid=14882/tid=14893] ppid=14879 vsize=18996948 memory=11008 CPUtime=0 cores=0,2
/proc/14882/task/14893/stat : 14893 (Finalizer) S 14879 14882 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30693615 19452874752 38562 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
[pid=14882/tid=14900] ppid=14879 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/14882/task/14900/stat : 14900 (Common-Cleaner) S 14879 14882 13865 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 30693615 19452874752 38562 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
[pid=14882/tid=14901] ppid=14879 vsize=18996948 memory=4764 CPUtime=0 cores=0,2
/proc/14882/task/14901/stat : 14901 (Timer-0) S 14879 14882 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30693629 19452874752 38562 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 154248 KiB

[startup+1.50024 s]
/proc/loadavg: 4.39 4.29 4.25 6/343 14902
/proc/meminfo: memFree=111743584/131249996 swapFree=33010684/33010684
[pid=14882] ppid=14879 vsize=19063512 memory=168144 CPUtime=2.84 cores=0,2
/proc/14882/stat : 14882 (java) S 14879 14882 13865 0 -1 4194304 17551 0 0 0 278 6 0 0 20 0 20 0 30693612 19521036288 42036 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
/proc/14882/statm: 4765878 42036 5489 1 0 551400 0
[pid=14882/tid=14884] ppid=14879 vsize=19063512 memory=0 CPUtime=1.35 cores=0,2
/proc/14882/task/14884/stat : 14884 (java) R 14879 14882 13865 0 -1 4194368 6339 0 0 0 131 4 0 0 20 0 20 0 30693613 19521036288 42036 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
[pid=14882/tid=14893] ppid=14879 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/14882/task/14893/stat : 14893 (Finalizer) S 14879 14882 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30693615 19521036288 42036 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
[pid=14882/tid=14900] ppid=14879 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/14882/task/14900/stat : 14900 (Common-Cleaner) S 14879 14882 13865 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 30693615 19521036288 42036 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
[pid=14882/tid=14901] ppid=14879 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/14882/task/14901/stat : 14901 (Timer-0) S 14879 14882 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30693629 19521036288 42036 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 168144 KiB

[startup+3.10564 s]
/proc/loadavg: 4.39 4.29 4.25 6/343 14902
/proc/meminfo: memFree=111445232/131249996 swapFree=33010684/33010684
[pid=14882] ppid=14879 vsize=19063512 memory=474136 CPUtime=5.16 cores=0,2
/proc/14882/stat : 14882 (java) S 14879 14882 13865 0 -1 4194304 19767 0 0 0 502 14 0 0 20 0 20 0 30693612 19521036288 118534 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
/proc/14882/statm: 4765878 118534 5489 1 0 802058 0
[pid=14882/tid=14884] ppid=14879 vsize=19063512 memory=11008 CPUtime=2.87 cores=0,2
/proc/14882/task/14884/stat : 14884 (java) R 14879 14882 13865 0 -1 4194368 6832 0 0 0 278 9 0 0 20 0 20 0 30693613 19521036288 118534 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
[pid=14882/tid=14893] ppid=14879 vsize=19063512 memory=-6000919468377794670 CPUtime=0 cores=0,2
/proc/14882/task/14893/stat : 14893 (Finalizer) S 14879 14882 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30693615 19521036288 118534 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
[pid=14882/tid=14900] ppid=14879 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/14882/task/14900/stat : 14900 (Common-Cleaner) S 14879 14882 13865 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 30693615 19521036288 118534 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
[pid=14882/tid=14901] ppid=14879 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/14882/task/14901/stat : 14901 (Timer-0) S 14879 14882 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30693629 19521036288 118534 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
Current children cumulated CPU time: 5.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 474136 KiB

[startup+6.30022 s]
/proc/loadavg: 4.36 4.29 4.25 5/343 14902
/proc/meminfo: memFree=110824108/131249996 swapFree=33010684/33010684
[pid=14882] ppid=14879 vsize=19063512 memory=757944 CPUtime=8.43 cores=0,2
/proc/14882/stat : 14882 (java) S 14879 14882 13865 0 -1 4194304 20759 0 0 0 822 21 0 0 20 0 20 0 30693612 19521036288 189486 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
/proc/14882/statm: 4765878 189486 5489 1 0 1125839 0
[pid=14882/tid=14884] ppid=14879 vsize=19063512 memory=0 CPUtime=5.93 cores=0,2
/proc/14882/task/14884/stat : 14884 (java) R 14879 14882 13865 0 -1 4194368 6954 0 0 0 578 15 0 0 20 0 20 0 30693613 19521036288 189486 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
[pid=14882/tid=14893] ppid=14879 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/14882/task/14893/stat : 14893 (Finalizer) S 14879 14882 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30693615 19521036288 189486 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
[pid=14882/tid=14900] ppid=14879 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/14882/task/14900/stat : 14900 (Common-Cleaner) S 14879 14882 13865 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 30693615 19521036288 189486 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
[pid=14882/tid=14901] ppid=14879 vsize=19063512 memory=168144 CPUtime=0 cores=0,2
/proc/14882/task/14901/stat : 14901 (Timer-0) S 14879 14882 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30693629 19521036288 189486 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
Current children cumulated CPU time: 8.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 757944 KiB

[startup+12.7002 s]
/proc/loadavg: 4.33 4.28 4.25 6/343 14902
/proc/meminfo: memFree=110189072/131249996 swapFree=33010684/33010684
[pid=14882] ppid=14879 vsize=19063512 memory=1259632 CPUtime=15.2 cores=0,2
/proc/14882/stat : 14882 (java) S 14879 14882 13865 0 -1 4194304 21909 0 0 0 1485 35 0 0 20 0 20 0 30693612 19521036288 314908 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
/proc/14882/statm: 4765878 314908 5489 1 0 1126550 0
[pid=14882/tid=14884] ppid=14879 vsize=19063512 memory=168144 CPUtime=12.1 cores=0,2
/proc/14882/task/14884/stat : 14884 (java) R 14879 14882 13865 0 -1 4194368 7123 0 0 0 1187 23 0 0 20 0 20 0 30693613 19521036288 314908 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
[pid=14882/tid=14893] ppid=14879 vsize=19063512 memory=1155148 CPUtime=0 cores=0,2
/proc/14882/task/14893/stat : 14893 (Finalizer) S 14879 14882 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30693615 19521036288 314908 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
[pid=14882/tid=14900] ppid=14879 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/14882/task/14900/stat : 14900 (Common-Cleaner) S 14879 14882 13865 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 30693615 19521036288 314908 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
[pid=14882/tid=14901] ppid=14879 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/14882/task/14901/stat : 14901 (Timer-0) S 14879 14882 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30693629 19521036288 314908 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
Current children cumulated CPU time: 15.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1259632 KiB

[startup+25.5002 s]
/proc/loadavg: 4.28 4.27 4.24 5/343 14902
/proc/meminfo: memFree=109324796/131249996 swapFree=33010684/33010684
[pid=14882] ppid=14879 vsize=19063512 memory=1853664 CPUtime=28.37 cores=0,2
/proc/14882/stat : 14882 (java) S 14879 14882 13865 0 -1 4194304 26669 0 0 0 2783 54 0 0 20 0 20 0 30693612 19521036288 463416 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
/proc/14882/statm: 4765878 463416 5489 1 0 1126553 0
[pid=14882/tid=14884] ppid=14879 vsize=19063512 memory=1155148 CPUtime=24.44 cores=0,2
/proc/14882/task/14884/stat : 14884 (java) R 14879 14882 13865 0 -1 4194368 8625 0 0 0 2412 32 0 0 20 0 20 0 30693613 19521036288 463416 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
[pid=14882/tid=14893] ppid=14879 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/14882/task/14893/stat : 14893 (Finalizer) S 14879 14882 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30693615 19521036288 463416 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
[pid=14882/tid=14900] ppid=14879 vsize=19063512 memory=1530004 CPUtime=0 cores=0,2
/proc/14882/task/14900/stat : 14900 (Common-Cleaner) S 14879 14882 13865 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 30693615 19521036288 463416 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
[pid=14882/tid=14901] ppid=14879 vsize=19063512 memory=17280 CPUtime=0 cores=0,2
/proc/14882/task/14901/stat : 14901 (Timer-0) S 14879 14882 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30693629 19521036288 463416 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
Current children cumulated CPU time: 28.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1853664 KiB

[startup+51.1057 s]
/proc/loadavg: 4.45 4.31 4.26 5/343 14970
/proc/meminfo: memFree=117586716/131249996 swapFree=33010684/33010684
[pid=14882] ppid=14879 vsize=19063512 memory=2503052 CPUtime=54.31 cores=0,2
/proc/14882/stat : 14882 (java) S 14879 14882 13865 0 -1 4194304 31075 0 0 0 5351 80 0 0 20 0 20 0 30693612 19521036288 625763 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
/proc/14882/statm: 4765878 625763 5489 1 0 1126557 0

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

[startup+3222.3 s]
/proc/loadavg: 4.33 4.22 4.19 5/344 15151
/proc/meminfo: memFree=83026276/131249996 swapFree=33010684/33010684
[pid=14882] ppid=14879 vsize=19063512 memory=4444720 CPUtime=3250.04 cores=0,2
/proc/14882/stat : 14882 (java) S 14879 14882 13865 0 -1 4194304 239859 0 0 0 323879 1125 0 0 20 0 20 0 30693612 19521036288 1111180 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
/proc/14882/statm: 4765878 1111180 5521 1 0 1122482 0
[pid=14882/tid=14884] ppid=14879 vsize=19063512 memory=4444720 CPUtime=3174.12 cores=0,2
/proc/14882/task/14884/stat : 14884 (java) R 14879 14882 13865 0 -1 4194368 123345 0 0 0 316423 989 0 0 20 0 20 0 30693613 19521036288 1111180 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
[pid=14882/tid=14893] ppid=14879 vsize=19063512 memory=4444720 CPUtime=0 cores=0,2
/proc/14882/task/14893/stat : 14893 (Finalizer) S 14879 14882 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30693615 19521036288 1111180 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
[pid=14882/tid=14900] ppid=14879 vsize=19063512 memory=4444720 CPUtime=0 cores=0,2
/proc/14882/task/14900/stat : 14900 (Common-Cleaner) S 14879 14882 13865 0 -1 4194368 2246 0 0 0 0 0 0 0 20 0 20 0 30693615 19521036288 1111180 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
[pid=14882/tid=14901] ppid=14879 vsize=19063512 memory=17280 CPUtime=0 cores=0,2
/proc/14882/task/14901/stat : 14901 (Timer-0) S 14879 14882 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30693629 19521036288 1111180 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
Current children cumulated CPU time: 3250.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4444720 KiB

[startup+3282.3 s]
/proc/loadavg: 4.21 4.21 4.19 5/344 15153
/proc/meminfo: memFree=82605776/131249996 swapFree=33010684/33010684
[pid=14882] ppid=14879 vsize=19063512 memory=4444720 CPUtime=3310.1 cores=0,2
/proc/14882/stat : 14882 (java) S 14879 14882 13865 0 -1 4194304 244214 0 0 0 329872 1138 0 0 20 0 20 0 30693612 19521036288 1111180 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
/proc/14882/statm: 4765878 1111180 5521 1 0 1122482 0
[pid=14882/tid=14884] ppid=14879 vsize=19063512 memory=17280 CPUtime=3233.44 cores=0,2
/proc/14882/task/14884/stat : 14884 (java) R 14879 14882 13865 0 -1 4194368 126525 0 0 0 322342 1002 0 0 20 0 20 0 30693613 19521036288 1111180 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
[pid=14882/tid=14893] ppid=14879 vsize=19063512 memory=4444720 CPUtime=0 cores=0,2
/proc/14882/task/14893/stat : 14893 (Finalizer) S 14879 14882 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30693615 19521036288 1111180 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
[pid=14882/tid=14900] ppid=14879 vsize=19063512 memory=17280 CPUtime=0 cores=0,2
/proc/14882/task/14900/stat : 14900 (Common-Cleaner) S 14879 14882 13865 0 -1 4194368 2297 0 0 0 0 0 0 0 20 0 20 0 30693615 19521036288 1111180 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
[pid=14882/tid=14901] ppid=14879 vsize=19063512 memory=4444720 CPUtime=0 cores=0,2
/proc/14882/task/14901/stat : 14901 (Timer-0) S 14879 14882 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30693629 19521036288 1111180 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
Current children cumulated CPU time: 3310.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4444720 KiB

[startup+3342.3 s]
/proc/loadavg: 4.22 4.22 4.19 5/343 15156
/proc/meminfo: memFree=82004876/131249996 swapFree=33010684/33010684
[pid=14882] ppid=14879 vsize=19063512 memory=4444720 CPUtime=3371.14 cores=0,2
/proc/14882/stat : 14882 (java) S 14879 14882 13865 0 -1 4194304 249674 0 0 0 335957 1157 0 0 20 0 20 0 30693612 19521036288 1111180 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
/proc/14882/statm: 4765878 1111180 5521 1 0 1122482 0
[pid=14882/tid=14884] ppid=14879 vsize=19063512 memory=4444720 CPUtime=3292.59 cores=0,2
/proc/14882/task/14884/stat : 14884 (java) R 14879 14882 13865 0 -1 4194368 129483 0 0 0 328241 1018 0 0 20 0 20 0 30693613 19521036288 1111180 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
[pid=14882/tid=14893] ppid=14879 vsize=19063512 memory=17280 CPUtime=0 cores=0,2
/proc/14882/task/14893/stat : 14893 (Finalizer) S 14879 14882 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30693615 19521036288 1111180 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
[pid=14882/tid=14900] ppid=14879 vsize=19063512 memory=4444720 CPUtime=0 cores=0,2
/proc/14882/task/14900/stat : 14900 (Common-Cleaner) S 14879 14882 13865 0 -1 4194368 2308 0 0 0 0 0 0 0 20 0 20 0 30693615 19521036288 1111180 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
[pid=14882/tid=14901] ppid=14879 vsize=19063512 memory=6896 CPUtime=0 cores=0,2
/proc/14882/task/14901/stat : 14901 (Timer-0) S 14879 14882 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30693629 19521036288 1111180 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
Current children cumulated CPU time: 3371.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4444720 KiB

[startup+3402.3 s]
/proc/loadavg: 4.33 4.24 4.19 5/344 15159
/proc/meminfo: memFree=81580780/131249996 swapFree=33010684/33010684
[pid=14882] ppid=14879 vsize=19063512 memory=4444720 CPUtime=3431.18 cores=0,2
/proc/14882/stat : 14882 (java) S 14879 14882 13865 0 -1 4194304 250621 0 0 0 341944 1174 0 0 20 0 20 0 30693612 19521036288 1111180 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
/proc/14882/statm: 4765878 1111180 5521 1 0 1122482 0
[pid=14882/tid=14884] ppid=14879 vsize=19063512 memory=4444720 CPUtime=3351.81 cores=0,2
/proc/14882/task/14884/stat : 14884 (java) R 14879 14882 13865 0 -1 4194368 130289 0 0 0 334147 1034 0 0 20 0 20 0 30693613 19521036288 1111180 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
[pid=14882/tid=14893] ppid=14879 vsize=19063512 memory=4444720 CPUtime=0 cores=0,2
/proc/14882/task/14893/stat : 14893 (Finalizer) S 14879 14882 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30693615 19521036288 1111180 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
[pid=14882/tid=14900] ppid=14879 vsize=19063512 memory=14464 CPUtime=0 cores=0,2
/proc/14882/task/14900/stat : 14900 (Common-Cleaner) S 14879 14882 13865 0 -1 4194368 2312 0 0 0 0 0 0 0 20 0 20 0 30693615 19521036288 1111180 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
[pid=14882/tid=14901] ppid=14879 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/14882/task/14901/stat : 14901 (Timer-0) S 14879 14882 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30693629 19521036288 1111180 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
Current children cumulated CPU time: 3431.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4444720 KiB

[startup+3462.3 s]
/proc/loadavg: 4.45 4.29 4.21 5/345 15360
/proc/meminfo: memFree=106336776/131249996 swapFree=33010684/33010684
[pid=14882] ppid=14879 vsize=19063512 memory=4444720 CPUtime=3491.17 cores=0,2
/proc/14882/stat : 14882 (java) S 14879 14882 13865 0 -1 4194304 255117 0 0 0 347923 1194 0 0 20 0 20 0 30693612 19521036288 1111180 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
/proc/14882/statm: 4765878 1111180 5521 1 0 1122482 0
[pid=14882/tid=14884] ppid=14879 vsize=19063512 memory=1792 CPUtime=3411.1 cores=0,2
/proc/14882/task/14884/stat : 14884 (java) R 14879 14882 13865 0 -1 4194368 133179 0 0 0 340059 1051 0 0 20 0 20 0 30693613 19521036288 1111180 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
[pid=14882/tid=14893] ppid=14879 vsize=19063512 memory=17280 CPUtime=0 cores=0,2
/proc/14882/task/14893/stat : 14893 (Finalizer) S 14879 14882 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30693615 19521036288 1111180 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
[pid=14882/tid=14900] ppid=14879 vsize=19063512 memory=-6000919468377794670 CPUtime=0 cores=0,2
/proc/14882/task/14900/stat : 14900 (Common-Cleaner) S 14879 14882 13865 0 -1 4194368 2313 0 0 0 0 0 0 0 20 0 20 0 30693615 19521036288 1111180 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
[pid=14882/tid=14901] ppid=14879 vsize=19063512 memory=20096 CPUtime=0 cores=0,2
/proc/14882/task/14901/stat : 14901 (Timer-0) S 14879 14882 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30693629 19521036288 1111180 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
Current children cumulated CPU time: 3491.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4444720 KiB

[startup+3522.3 s]
/proc/loadavg: 4.36 4.29 4.22 5/345 15362
/proc/meminfo: memFree=101752756/131249996 swapFree=33010684/33010684
[pid=14882] ppid=14879 vsize=19063512 memory=4446128 CPUtime=3552.82 cores=0,2
/proc/14882/stat : 14882 (java) S 14879 14882 13865 0 -1 4194304 260958 0 0 0 354073 1209 0 0 20 0 20 0 30693612 19521036288 1111532 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
/proc/14882/statm: 4765878 1111532 5521 1 0 1122823 0
[pid=14882/tid=14884] ppid=14879 vsize=19063512 memory=4446128 CPUtime=3470.16 cores=0,2
/proc/14882/task/14884/stat : 14884 (java) R 14879 14882 13865 0 -1 4194368 137101 0 0 0 345952 1064 0 0 20 0 20 0 30693613 19521036288 1111532 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
[pid=14882/tid=14893] ppid=14879 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/14882/task/14893/stat : 14893 (Finalizer) S 14879 14882 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30693615 19521036288 1111532 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
[pid=14882/tid=14900] ppid=14879 vsize=19063512 memory=4446128 CPUtime=0 cores=0,2
/proc/14882/task/14900/stat : 14900 (Common-Cleaner) S 14879 14882 13865 0 -1 4194368 2366 0 0 0 0 0 0 0 20 0 20 0 30693615 19521036288 1111532 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
[pid=14882/tid=14901] ppid=14879 vsize=19063512 memory=4446128 CPUtime=0 cores=0,2
/proc/14882/task/14901/stat : 14901 (Timer-0) S 14879 14882 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30693629 19521036288 1111532 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
Current children cumulated CPU time: 3552.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4446128 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3569.6 s]
/proc/loadavg: 4.43 4.31 4.23 5/344 15363
/proc/meminfo: memFree=99436964/131249996 swapFree=33010684/33010684
[pid=14882] ppid=14879 vsize=19063512 memory=4446128 CPUtime=3600.03 cores=0,2
/proc/14882/stat : 14882 (java) S 14879 14882 13865 0 -1 4194304 262206 0 0 0 358783 1220 0 0 20 0 20 0 30693612 19521036288 1111532 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
/proc/14882/statm: 4765878 1111532 5521 1 0 1122823 0
[pid=14882/tid=14884] ppid=14879 vsize=19063512 memory=4446128 CPUtime=3517.12 cores=0,2
/proc/14882/task/14884/stat : 14884 (java) R 14879 14882 13865 0 -1 4194368 138255 0 0 0 350638 1074 0 0 20 0 20 0 30693613 19521036288 1111532 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
[pid=14882/tid=14893] ppid=14879 vsize=19063512 memory=14464 CPUtime=0 cores=0,2
/proc/14882/task/14893/stat : 14893 (Finalizer) S 14879 14882 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30693615 19521036288 1111532 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
[pid=14882/tid=14900] ppid=14879 vsize=19063512 memory=4446128 CPUtime=0 cores=0,2
/proc/14882/task/14900/stat : 14900 (Common-Cleaner) S 14879 14882 13865 0 -1 4194368 2368 0 0 0 0 0 0 0 20 0 20 0 30693615 19521036288 1111532 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
[pid=14882/tid=14901] ppid=14879 vsize=19063512 memory=1920 CPUtime=0 cores=0,2
/proc/14882/task/14901/stat : 14901 (Timer-0) S 14879 14882 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30693629 19521036288 1111532 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4446128 KiB

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

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

# cumulated CPU time of all completed processes:  user=3587.94 s, system=12.2219 s

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

[startup+3569.7 s]
/proc/loadavg: 4.43 4.31 4.23 5/344 15363
/proc/meminfo: memFree=99436964/131249996 swapFree=33010684/33010684
[pid=14882] ppid=14879 vsize=19263204 memory=4446896 CPUtime=3600.14 cores=0,2
/proc/14882/stat : 14882 (java) S 14879 14882 13865 0 -1 4194304 263757 0 0 0 358794 1220 0 0 20 0 17 0 30693612 19725520896 1111724 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
/proc/14882/statm: 4815801 1111724 5521 1 0 1123751 0
[pid=14882/tid=14884] ppid=14879 vsize=19263204 memory=4446128 CPUtime=3517.13 cores=0,2
/proc/14882/task/14884/stat : 14884 (java) S 14879 14882 13865 0 -1 4194368 138447 0 0 0 350639 1074 0 0 20 0 17 0 30693613 19725520896 1111724 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
[pid=14882/tid=14893] ppid=14879 vsize=19263204 memory=11008 CPUtime=0 cores=0,2
/proc/14882/task/14893/stat : 14893 (Finalizer) S 14879 14882 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 17 0 30693615 19725520896 1111724 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
[pid=14882/tid=14900] ppid=14879 vsize=19263204 memory=4446128 CPUtime=0 cores=0,2
/proc/14882/task/14900/stat : 14900 (Common-Cleaner) S 14879 14882 13865 0 -1 4194368 2368 0 0 0 0 0 0 0 20 0 17 0 30693615 19725520896 1111724 18446744073709551615 94170914009088 94170914012784 140735972108224 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94170914020600 94170914021392 94170933866496 140735972112688 140735972112870 140735972112870 140735972118472 0
Current children cumulated CPU time: 3600.14 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 4446896 KiB

Child status: 143

Real time (s): 3569.73
CPU time (s): 3600.16
CPU user time (s): 3587.94
CPU system time (s): 12.2219
CPU usage (%): 100.853
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 4933644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3587.94
system time used= 12.2219
maximum resident set size= 4933644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 263787
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15554712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 115389
involuntary context switches= 13689


# summary of solver processes directly reported to runsolver:
#   pid: 14882
#   total CPU time (s): 3600.16
#   total CPU user time (s): 3587.94
#   total CPU system time (s): 12.2219

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.18356 second user time and 17.3989 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-06-29 00:35:40
IDJOB=4493057
IDBENCH=147838
IDSOLVER=3364
FILE ID=nodeC030/4493057-1751150140
RUNJOBID= nodeC030-1751146486-13875
SLURM_JOB_ID= 9587459
Free space on /tmp= 433032 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-cardinality-31-30.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4493057-1751150140/watcher-4493057-1751150140 -o /tmp/evaluation-result-4493057-1751150140/solver-4493057-1751150140 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751146486-13875 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4493057-1751150140 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4493057-1751150140.opb

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

MD5SUM BENCH= 7aaaa459b6f720ed22034b278db01429
RANDOM SEED=71114328

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.638
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	: 7000.62
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		: 3600.329
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	: 7000.62
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		: 3600.324
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	: 7000.62
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		: 3614.010
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	: 7000.62
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		: 3607.992
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	: 7000.62
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		: 3600.319
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	: 7000.62
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		: 3600.312
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	: 7000.62
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		: 3600.338
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	: 7000.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        112103168 kB
MemAvailable:   120201856 kB
Buffers:            3280 kB
Cached:          8900480 kB
SwapCached:            0 kB
Active:          9883876 kB
Inactive:        8643648 kB
Active(anon):    9641920 kB
Inactive(anon):        0 kB
Active(file):     241956 kB
Inactive(file):  8643648 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            179992 kB
Writeback:           212 kB
AnonPages:       9626928 kB
Mapped:           122708 kB
Shmem:             18064 kB
KReclaimable:     104248 kB
Slab:             196372 kB
SReclaimable:     104248 kB
SUnreclaim:        92124 kB
KernelStack:        5264 kB
PageTables:        22476 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   10807148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151496 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9390080 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:      189140 kB
DirectMap2M:     9019392 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433032 MiB
End job on nodeC030 at 2025-06-29 01:35:10