Trace number 4493308

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 2025-06-06? (TO) 3600.17 3579.03

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
prestwich/robin/normalized-robin18.opb
MD5SUM524c0290a9c7ac599d8004695d4c7f99
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark21643.2
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables23409
Total number of constraints1386
Number of constraints which are clauses612
Number of constraints which are cardinality constraints (but not clauses)774
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint153
Maximum length of a constraint289
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 291
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.10	c Number of processors 	2
0.12/0.14	c Pseudo Boolean Optimization by upper bound
0.12/0.14	c --- Begin Solver configuration ---
0.12/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.14	c Learn all clauses as in MiniSAT
0.12/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.14	c Expensive reason simplification
0.12/0.14	c Glucose 2.1 dynamic restart strategy
0.12/0.14	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.12/0.14	c timeout=2147483s
0.12/0.14	c DB Simplification allowed=false
0.12/0.14	c Listener: none
0.12/0.14	c --- End Solver configuration ---
0.12/0.14	c solving HOME/instance-4493308-1751153711.opb
0.12/0.14	c reading problem ... 
0.12/0.14	c  no objective function found
0.70/0.49	c ... done. Wall clock time 0.356s.
0.70/0.49	c declared #vars     23409
0.70/0.49	c #constraints  1386
0.70/0.49	c constraints type 
0.70/0.49	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 774
0.70/0.49	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 612
0.70/0.49	c 1386 constraints processed.
6.60/5.38	c cleaning 2495 clauses out of 5000 with flag 17907/5000
12.46/10.94	c cleaning 4235 clauses out of 8505 with flag 39820/11000
19.43/17.63	c cleaning 5611 clauses out of 11270 with flag 65656/18000
27.29/25.46	c cleaning 6819 clauses out of 13659 with flag 96380/26000
36.11/34.14	c cleaning 7902 clauses out of 15841 with flag 129849/35001
45.57/43.54	c cleaning 8947 clauses out of 17938 with flag 167516/45000
56.13/54.07	c cleaning 9978 clauses out of 19992 with flag 210185/56001
68.55/66.37	c cleaning 10980 clauses out of 22014 with flag 256152/68001
81.88/79.58	c cleaning 11979 clauses out of 24033 with flag 305300/81000
96.34/93.69	c cleaning 13019 clauses out of 26054 with flag 360033/95000
111.36/108.60	c cleaning 13986 clauses out of 28035 with flag 419581/110000
128.47/125.55	c cleaning 15012 clauses out of 30050 with flag 484092/126001
145.76/142.74	c cleaning 16014 clauses out of 32038 with flag 553174/143001
164.08/160.96	c cleaning 16987 clauses out of 34023 with flag 624770/161000
184.17/180.52	c cleaning 18013 clauses out of 36037 with flag 702751/180001
205.09/201.48	c cleaning 18987 clauses out of 38023 with flag 785837/200000
227.40/223.69	c cleaning 19991 clauses out of 40036 with flag 871906/221000
250.41/246.53	c cleaning 20995 clauses out of 42046 with flag 962947/243001
273.72/269.75	c cleaning 22004 clauses out of 44053 with flag 1058995/266003
302.22/297.91	c cleaning 22998 clauses out of 46046 with flag 1174851/290000
329.84/325.16	c cleaning 24004 clauses out of 48048 with flag 1277911/315000
358.47/353.66	c cleaning 24999 clauses out of 50044 with flag 1387353/341000
388.39/383.21	c cleaning 26002 clauses out of 52045 with flag 1501705/368000
418.91/413.66	c cleaning 26989 clauses out of 54044 with flag 1621080/396001
451.30/445.75	c cleaning 28011 clauses out of 56055 with flag 1744558/425001
485.24/479.23	c cleaning 29006 clauses out of 58044 with flag 1874752/455001
518.93/512.86	c cleaning 29970 clauses out of 60037 with flag 2010105/486000
554.80/548.47	c cleaning 31004 clauses out of 62067 with flag 2146801/518000
592.38/585.78	c cleaning 31992 clauses out of 64063 with flag 2291818/551000
631.07/624.34	c cleaning 33008 clauses out of 66072 with flag 2441791/585001
672.18/665.12	c cleaning 34002 clauses out of 68063 with flag 2597615/620000
713.98/706.71	c cleaning 35009 clauses out of 70062 with flag 2760001/656001
756.69/748.79	c cleaning 35993 clauses out of 72052 with flag 2926185/693000
801.21/793.04	c cleaning 37014 clauses out of 74059 with flag 3097260/731000
847.59/839.10	c cleaning 37991 clauses out of 76045 with flag 3274070/770000
895.54/886.86	c cleaning 38997 clauses out of 78054 with flag 3457509/810000
944.68/935.75	c cleaning 39998 clauses out of 80057 with flag 3644661/851000
996.98/987.82	c cleaning 40992 clauses out of 82060 with flag 3841211/893001
1049.40/1040.08	c cleaning 42012 clauses out of 84068 with flag 4044030/936001
1103.34/1093.52	c cleaning 42991 clauses out of 86055 with flag 4250793/980000
1157.20/1147.18	c cleaning 44023 clauses out of 88064 with flag 4461894/1025000
1214.25/1203.58	c cleaning 45016 clauses out of 90041 with flag 4676623/1071000
1272.21/1261.12	c cleaning 45979 clauses out of 92025 with flag 4900091/1118000
1332.15/1320.75	c cleaning 47009 clauses out of 94046 with flag 5128971/1166000
1394.24/1382.43	c cleaning 48001 clauses out of 96037 with flag 5362762/1215000
1457.66/1445.45	c cleaning 48969 clauses out of 98036 with flag 5602124/1265000
1521.72/1509.14	c cleaning 50014 clauses out of 100067 with flag 5846715/1316000
1587.87/1574.94	c cleaning 51004 clauses out of 102053 with flag 6098263/1368000
1656.23/1642.94	c cleaning 51978 clauses out of 104050 with flag 6355525/1421001
1726.30/1712.68	c cleaning 53013 clauses out of 106071 with flag 6621396/1475000
1798.55/1784.55	c cleaning 54018 clauses out of 108058 with flag 6890266/1530000
1872.88/1857.77	c cleaning 54981 clauses out of 110041 with flag 7168738/1586001
1947.52/1931.86	c cleaning 55986 clauses out of 112060 with flag 7451322/1643001
2025.92/2010.10	c cleaning 57015 clauses out of 114074 with flag 7739206/1701001
2103.58/2087.52	c cleaning 58006 clauses out of 116058 with flag 8033539/1760000
2186.56/2170.07	c cleaning 59026 clauses out of 118053 with flag 8333265/1820001
2269.18/2252.59	c cleaning 59993 clauses out of 120027 with flag 8640775/1881001
2354.58/2337.51	c cleaning 60961 clauses out of 122033 with flag 8955344/1943000
2441.82/2424.31	c cleaning 62009 clauses out of 124072 with flag 9271622/2006000
2531.49/2513.84	c cleaning 63012 clauses out of 126064 with flag 9598721/2070001
2621.77/2603.70	c cleaning 63991 clauses out of 128051 with flag 9929448/2135000
2714.07/2695.98	c cleaning 64998 clauses out of 130060 with flag 10269193/2201000
2808.48/2790.08	c cleaning 65969 clauses out of 132063 with flag 10615586/2268001
2904.88/2886.10	c cleaning 67045 clauses out of 134093 with flag 10969317/2336000
3003.17/2984.21	c cleaning 67980 clauses out of 136048 with flag 11324858/2405000
3101.98/3082.74	c cleaning 69024 clauses out of 138068 with flag 11686857/2475000
3206.08/3186.44	c cleaning 69998 clauses out of 140046 with flag 12057418/2546002
3311.25/3291.15	c cleaning 70979 clauses out of 142048 with flag 12438445/2618002
3418.07/3397.13	c cleaning 72009 clauses out of 144067 with flag 12825380/2691000
3526.84/3505.80	c cleaning 73012 clauses out of 146058 with flag 13214661/2765000
3600.00/3578.91	c starts		: 16779
3600.00/3578.92	c timeout
3600.00/3578.92	c conflicts		: 2815851
3600.00/3578.92	c decisions		: 91168381
3600.00/3578.92	c propagations		: 931974988
3600.00/3578.92	c inspects		: 5597298578
3600.00/3578.92	c shortcuts		: 0
3600.00/3578.92	c learnt literals	: 0
3600.00/3578.92	c learnt binary clauses	: 0
3600.00/3578.92	c learnt ternary clauses	: 0
3600.00/3578.92	c learnt constraints	: 2815851
3600.00/3578.92	c ignored constraints	: 0
3600.00/3578.92	c root simplifications	: 0
3600.00/3578.92	c removed literals (reason simplification)	: 70996459
3600.00/3578.92	c reason swapping (by a shorter reason)	: 0
3600.00/3578.92	c Calls to reduceDB	: 70
3600.00/3578.92	c Number of update (reduction) of LBD	: 876667
3600.00/3578.92	c Imported unit clauses	: 0
3600.00/3578.93	c No decision after first conflict	: false
3600.00/3578.93	c number of reductions to clauses (during analyze)	: 0
3600.00/3578.93	c number of learned constraints concerned by reduction	: 0
3600.00/3578.93	c number of learning phase by resolution	: 0
3600.00/3578.93	c number of learning phase by cutting planes	: 0
3600.00/3578.93	c number of rounding to 1 operations	: 0
3600.00/3578.93	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3578.93	c number of reductions of the coefficients by power 2 	: 0
3600.00/3578.93	c number of right shift for reduction by power 2 	: 0
3600.00/3578.93	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3578.93	c number of ending skipping 	: 0
3600.00/3578.93	c number of internal skipping 	: 0
3600.00/3578.93	c number of derivation steps 	: 0
3600.00/3578.93	c number of skipped derivation steps 	: 0
3600.00/3578.93	c number of remaining unassigned 	: 0
3600.00/3578.93	c number of remaining assigned 	: 0
3600.00/3578.93	c number of falsified literals weakened from reason	: 0
3600.00/3578.93	c number of falsified literals weakened from conflict	: 0
3600.00/3578.93	c time for arithmetic operations	: 0
3600.00/3578.93	c minimum degree of deleted constraints	: null
3600.00/3578.93	c maximum degree of deleted constraints	: null
3600.00/3578.93	c number of deleted constraints	: 0
3600.00/3578.93	c speed (assignments/second)	: 260443.2259050715
3600.00/3578.93	c non guided choices	: 44547
3600.00/3578.98	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 123897
3600.00/3578.98	s UNKNOWN
3600.00/3578.98	c Total wall clock time (in seconds): 3578.847

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4493308-1751153711/watcher-4493308-1751153711 -o /tmp/evaluation-result-4493308-1751153711/solver-4493308-1751153711 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751146546-14292 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4493308-1751153711.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 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=15669, runsolver pid=15666

[startup+0.100061 s]*
/proc/loadavg: 4.31 4.15 4.10 6/336 15687
/proc/meminfo: memFree=108456972/131249996 swapFree=33010684/33010684
[pid=15669] ppid=15666 vsize=18930384 memory=55616 CPUtime=0.12 cores=5,7
/proc/15669/stat : 15669 (java) S 15666 15669 14279 0 -1 4194304 6540 0 0 0 10 2 0 0 20 0 18 0 31048904 19384713216 13904 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
/proc/15669/statm: 4732596 13904 5328 1 0 547587 0
[pid=15669/tid=15671] ppid=15666 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/15669/task/15671/stat : 15671 (java) R 15666 15669 14279 0 -1 4194368 5039 0 0 0 6 1 0 0 20 0 18 0 31048905 19384713216 13904 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
[pid=15669/tid=15680] ppid=15666 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/15669/task/15680/stat : 15680 (Finalizer) S 15666 15669 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31048907 19384713216 13904 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
[pid=15669/tid=15687] ppid=15666 vsize=18930384 memory=60684515966010 CPUtime=0 cores=5,7
/proc/15669/task/15687/stat : 15687 (Common-Cleaner) S 15666 15669 14279 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 31048908 19384713216 13904 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55616 KiB

[startup+0.205681 s]*
/proc/loadavg: 4.31 4.15 4.10 6/336 15687
/proc/meminfo: memFree=108447772/131249996 swapFree=33010684/33010684
[pid=15669] ppid=15666 vsize=18930384 memory=76752 CPUtime=0.32 cores=5,7
/proc/15669/stat : 15669 (java) S 15666 15669 14279 0 -1 4194304 7160 0 0 0 29 3 0 0 20 0 18 0 31048904 19384713216 19188 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
/proc/15669/statm: 4732596 19188 5424 1 0 548071 0
[pid=15669/tid=15671] ppid=15666 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=5,7
/proc/15669/task/15671/stat : 15671 (java) R 15666 15669 14279 0 -1 4194368 5270 0 0 0 16 1 0 0 20 0 18 0 31048905 19384713216 19188 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
[pid=15669/tid=15680] ppid=15666 vsize=18930384 memory=16880 CPUtime=0 cores=5,7
/proc/15669/task/15680/stat : 15680 (Finalizer) S 15666 15669 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31048907 19384713216 19188 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
[pid=15669/tid=15687] ppid=15666 vsize=18930604 memory=59585004307431 CPUtime=0 cores=5,7
/proc/15669/task/15687/stat : 15687 (Common-Cleaner) S 15666 15669 14279 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 31048908 19384938496 19220 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 76752 KiB

[startup+0.305676 s]*
/proc/loadavg: 4.31 4.15 4.10 6/336 15687
/proc/meminfo: memFree=108386712/131249996 swapFree=33010684/33010684
[pid=15669] ppid=15666 vsize=18930384 memory=135688 CPUtime=0.51 cores=5,7
/proc/15669/stat : 15669 (java) S 15666 15669 14279 0 -1 4194304 8512 0 0 0 47 4 0 0 20 0 18 0 31048904 19384713216 33922 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
/proc/15669/statm: 4732596 33922 5424 1 0 548879 0
[pid=15669/tid=15671] ppid=15666 vsize=18930384 memory=-6000919481279604590 CPUtime=0.25 cores=5,7
/proc/15669/task/15671/stat : 15671 (java) R 15666 15669 14279 0 -1 4194368 5301 0 0 0 23 2 0 0 20 0 18 0 31048905 19384713216 33922 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
[pid=15669/tid=15680] ppid=15666 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/15669/task/15680/stat : 15680 (Finalizer) S 15666 15669 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31048907 19384713216 33922 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
[pid=15669/tid=15687] ppid=15666 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/15669/task/15687/stat : 15687 (Common-Cleaner) S 15666 15669 14279 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 31048908 19384713216 33922 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 135688 KiB

[startup+0.700209 s]
/proc/loadavg: 4.31 4.15 4.10 6/337 15688
/proc/meminfo: memFree=108358040/131249996 swapFree=33010684/33010684
[pid=15669] ppid=15666 vsize=19063512 memory=174400 CPUtime=1.26 cores=5,7
/proc/15669/stat : 15669 (java) S 15666 15669 14279 0 -1 4194304 13899 0 2 0 121 5 0 0 20 0 20 0 31048904 19521036288 43600 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
/proc/15669/statm: 4765878 43600 5520 1 0 552795 0
[pid=15669/tid=15671] ppid=15666 vsize=19063512 memory=17408 CPUtime=0.58 cores=5,7
/proc/15669/task/15671/stat : 15671 (java) R 15666 15669 14279 0 -1 4194368 5345 0 0 0 56 2 0 0 20 0 20 0 31048905 19521036288 43600 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
[pid=15669/tid=15680] ppid=15666 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/15669/task/15680/stat : 15680 (Finalizer) S 15666 15669 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31048907 19521036288 43600 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
[pid=15669/tid=15687] ppid=15666 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/15669/task/15687/stat : 15687 (Common-Cleaner) S 15666 15669 14279 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 31048908 19521036288 43600 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 174400 KiB

[startup+1.50016 s]
/proc/loadavg: 4.31 4.15 4.10 5/315 15700
/proc/meminfo: memFree=115688964/131249996 swapFree=33010684/33010684
[pid=15669] ppid=15666 vsize=19063512 memory=175296 CPUtime=2.46 cores=5,7
/proc/15669/stat : 15669 (java) S 15666 15669 14279 0 -1 4194304 15192 0 2 0 240 6 0 0 20 0 20 0 31048904 19521036288 43824 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
/proc/15669/statm: 4765878 43824 5520 1 0 552800 0
[pid=15669/tid=15671] ppid=15666 vsize=19063512 memory=3328 CPUtime=1.37 cores=5,7
/proc/15669/task/15671/stat : 15671 (java) R 15666 15669 14279 0 -1 4194368 5461 0 0 0 135 2 0 0 20 0 20 0 31048905 19521036288 43824 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
[pid=15669/tid=15680] ppid=15666 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/15669/task/15680/stat : 15680 (Finalizer) S 15666 15669 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31048907 19521036288 43824 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
[pid=15669/tid=15687] ppid=15666 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/15669/task/15687/stat : 15687 (Common-Cleaner) S 15666 15669 14279 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 31048908 19521036288 43824 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
[pid=15669/tid=15689] ppid=15666 vsize=19063512 memory=14384 CPUtime=0 cores=5,7
/proc/15669/task/15689/stat : 15689 (Timer-0) S 15666 15669 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31048955 19521036288 43824 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
Current children cumulated CPU time: 2.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 175296 KiB

[startup+3.1054 s]
/proc/loadavg: 4.31 4.15 4.10 5/337 15755
/proc/meminfo: memFree=115568620/131249996 swapFree=33010684/33010684
[pid=15669] ppid=15666 vsize=19063512 memory=175424 CPUtime=4.12 cores=5,7
/proc/15669/stat : 15669 (java) S 15666 15669 14279 0 -1 4194304 16113 0 2 0 406 6 0 0 20 0 20 0 31048904 19521036288 43856 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
/proc/15669/statm: 4765878 43856 5520 1 0 552818 0
[pid=15669/tid=15671] ppid=15666 vsize=19063512 memory=10752 CPUtime=2.96 cores=5,7
/proc/15669/task/15671/stat : 15671 (java) R 15666 15669 14279 0 -1 4194368 5736 0 0 0 294 2 0 0 20 0 20 0 31048905 19521036288 43856 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
[pid=15669/tid=15680] ppid=15666 vsize=19063512 memory=14384 CPUtime=0 cores=5,7
/proc/15669/task/15680/stat : 15680 (Finalizer) S 15666 15669 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31048907 19521036288 43856 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
[pid=15669/tid=15687] ppid=15666 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/15669/task/15687/stat : 15687 (Common-Cleaner) S 15666 15669 14279 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 31048908 19521036288 43856 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
[pid=15669/tid=15689] ppid=15666 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/15669/task/15689/stat : 15689 (Timer-0) S 15666 15669 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31048955 19521036288 43856 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
Current children cumulated CPU time: 4.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 175424 KiB

[startup+6.3002 s]
/proc/loadavg: 4.29 4.15 4.10 5/338 15756
/proc/meminfo: memFree=115546324/131249996 swapFree=33010684/33010684
[pid=15669] ppid=15666 vsize=19063512 memory=173440 CPUtime=7.74 cores=5,7
/proc/15669/stat : 15669 (java) S 15666 15669 14279 0 -1 4194304 24727 0 2 0 767 7 0 0 20 0 20 0 31048904 19521036288 43360 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
/proc/15669/statm: 4765878 43360 5520 1 0 553215 0
[pid=15669/tid=15671] ppid=15666 vsize=19063512 memory=0 CPUtime=6.14 cores=5,7
/proc/15669/task/15671/stat : 15671 (java) R 15666 15669 14279 0 -1 4194368 7061 0 0 0 611 3 0 0 20 0 20 0 31048905 19521036288 43360 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
[pid=15669/tid=15680] ppid=15666 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/15669/task/15680/stat : 15680 (Finalizer) S 15666 15669 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31048907 19521036288 43360 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
[pid=15669/tid=15687] ppid=15666 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/15669/task/15687/stat : 15687 (Common-Cleaner) S 15666 15669 14279 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 31048908 19521036288 43360 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
[pid=15669/tid=15689] ppid=15666 vsize=19063512 memory=175296 CPUtime=0 cores=5,7
/proc/15669/task/15689/stat : 15689 (Timer-0) S 15666 15669 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31048955 19521036288 43360 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
Current children cumulated CPU time: 7.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 173440 KiB

[startup+12.7002 s]
/proc/loadavg: 4.26 4.14 4.10 5/338 15756
/proc/meminfo: memFree=115487848/131249996 swapFree=33010684/33010684
[pid=15669] ppid=15666 vsize=19063512 memory=214588 CPUtime=14.47 cores=5,7
/proc/15669/stat : 15669 (java) S 15666 15669 14279 0 -1 4194304 30143 0 2 0 1439 8 0 0 20 0 20 0 31048904 19521036288 53647 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
/proc/15669/statm: 4765878 53647 5520 1 0 554068 0
[pid=15669/tid=15671] ppid=15666 vsize=19063512 memory=10752 CPUtime=12.47 cores=5,7
/proc/15669/task/15671/stat : 15671 (java) R 15666 15669 14279 0 -1 4194368 7674 0 0 0 1244 3 0 0 20 0 20 0 31048905 19521036288 53647 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
[pid=15669/tid=15680] ppid=15666 vsize=19063512 memory=175296 CPUtime=0 cores=5,7
/proc/15669/task/15680/stat : 15680 (Finalizer) S 15666 15669 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31048907 19521036288 53647 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
[pid=15669/tid=15687] ppid=15666 vsize=19063512 memory=210748 CPUtime=0 cores=5,7
/proc/15669/task/15687/stat : 15687 (Common-Cleaner) S 15666 15669 14279 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 31048908 19521036288 53647 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
[pid=15669/tid=15689] ppid=15666 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/15669/task/15689/stat : 15689 (Timer-0) S 15666 15669 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31048955 19521036288 53647 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
Current children cumulated CPU time: 14.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 214588 KiB

[startup+25.5002 s]
/proc/loadavg: 4.28 4.15 4.11 5/338 15756
/proc/meminfo: memFree=115124652/131249996 swapFree=33010684/33010684
[pid=15669] ppid=15666 vsize=19063512 memory=360744 CPUtime=27.39 cores=5,7
/proc/15669/stat : 15669 (java) S 15666 15669 14279 0 -1 4194304 33243 0 2 0 2727 12 0 0 20 0 20 0 31048904 19521036288 90186 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
/proc/15669/statm: 4765878 90186 5520 1 0 554068 0
[pid=15669/tid=15671] ppid=15666 vsize=19063512 memory=0 CPUtime=25.09 cores=5,7
/proc/15669/task/15671/stat : 15671 (java) R 15666 15669 14279 0 -1 4194368 8813 0 0 0 2506 3 0 0 20 0 20 0 31048905 19521036288 90186 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
[pid=15669/tid=15680] ppid=15666 vsize=19063512 memory=360744 CPUtime=0 cores=5,7
/proc/15669/task/15680/stat : 15680 (Finalizer) S 15666 15669 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31048907 19521036288 90186 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
[pid=15669/tid=15687] ppid=15666 vsize=19063512 memory=360744 CPUtime=0 cores=5,7
/proc/15669/task/15687/stat : 15687 (Common-Cleaner) S 15666 15669 14279 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 31048908 19521036288 90186 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
[pid=15669/tid=15689] ppid=15666 vsize=19063512 memory=14384 CPUtime=0 cores=5,7
/proc/15669/task/15689/stat : 15689 (Timer-0) S 15666 15669 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31048955 19521036288 90186 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
Current children cumulated CPU time: 27.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 360744 KiB

[startup+51.1055 s]
/proc/loadavg: 4.25 4.16 4.11 5/339 15758
/proc/meminfo: memFree=114411444/131249996 swapFree=33010684/33010684
[pid=15669] ppid=15666 vsize=19063512 memory=688760 CPUtime=53.24 cores=5,7
/proc/15669/stat : 15669 (java) S 15666 15669 14279 0 -1 4194304 34313 0 2 0 5305 19 0 0 20 0 20 0 31048904 19521036288 172190 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
/proc/15669/statm: 4765878 172190 5520 1 0 554068 0
[pid=15669/tid=15671] ppid=15666 vsize=19063512 memory=608888 CPUtime=50.31 cores=5,7
/proc/15669/task/15671/stat : 15671 (java) R 15666 15669 14279 0 -1 4194368 8882 0 0 0 5028 3 0 0 20 0 20 0 31048905 19521036288 172190 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
[pid=15669/tid=15680] ppid=15666 vsize=19063512 memory=608888 CPUtime=0 cores=5,7
/proc/15669/task/15680/stat : 15680 (Finalizer) S 15666 15669 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31048907 19521036288 172190 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
[pid=15669/tid=15687] ppid=15666 vsize=19063512 memory=526956 CPUtime=0 cores=5,7
/proc/15669/task/15687/stat : 15687 (Common-Cleaner) S 15666 15669 14279 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 31048908 19521036288 172190 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
[pid=15669/tid=15689] ppid=15666 vsize=19063512 memory=0 CPUtime=0 cores=5,7

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

/proc/15669/task/15680/stat : 15680 (Finalizer) S 15666 15669 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31048907 19521036288 2407834 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
[pid=15669/tid=15687] ppid=15666 vsize=19063512 memory=9160296 CPUtime=0 cores=5,7
/proc/15669/task/15687/stat : 15687 (Common-Cleaner) S 15666 15669 14279 0 -1 4194368 2010 0 0 0 0 0 0 0 20 0 20 0 31048908 19521036288 2407834 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
[pid=15669/tid=15689] ppid=15666 vsize=19063512 memory=14384 CPUtime=0 cores=5,7
/proc/15669/task/15689/stat : 15689 (Timer-0) S 15666 15669 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31048955 19521036288 2407834 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
Current children cumulated CPU time: 3182.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9631336 KiB

[startup+3222.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/340 16321
/proc/meminfo: memFree=109278588/131249996 swapFree=33010684/33010684
[pid=15669] ppid=15666 vsize=19063512 memory=9854568 CPUtime=3242.15 cores=5,7
/proc/15669/stat : 15669 (java) S 15666 15669 14279 0 -1 4194304 211645 0 2 0 323913 302 0 0 20 0 20 0 31048904 19521036288 2463642 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
/proc/15669/statm: 4765878 2463642 5552 1 0 2787672 0
[pid=15669/tid=15671] ppid=15666 vsize=19063512 memory=9010792 CPUtime=3192.19 cores=5,7
/proc/15669/task/15671/stat : 15671 (java) R 15666 15669 14279 0 -1 4194368 117676 0 0 0 319167 52 0 0 20 0 20 0 31048905 19521036288 2463642 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
[pid=15669/tid=15680] ppid=15666 vsize=19063512 memory=2760 CPUtime=0 cores=5,7
/proc/15669/task/15680/stat : 15680 (Finalizer) S 15666 15669 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31048907 19521036288 2463642 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
[pid=15669/tid=15687] ppid=15666 vsize=19063512 memory=-6000919481279604590 CPUtime=0 cores=5,7
/proc/15669/task/15687/stat : 15687 (Common-Cleaner) S 15666 15669 14279 0 -1 4194368 2010 0 0 0 0 0 0 0 20 0 20 0 31048908 19521036288 2463642 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
[pid=15669/tid=15689] ppid=15666 vsize=19063512 memory=9854568 CPUtime=0 cores=5,7
/proc/15669/task/15689/stat : 15689 (Timer-0) S 15666 15669 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31048955 19521036288 2463642 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
Current children cumulated CPU time: 3242.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9854568 KiB

[startup+3282.3 s]
/proc/loadavg: 4.18 4.14 4.10 5/340 16325
/proc/meminfo: memFree=108675372/131249996 swapFree=33010684/33010684
[pid=15669] ppid=15666 vsize=19063512 memory=10323560 CPUtime=3302.46 cores=5,7
/proc/15669/stat : 15669 (java) S 15666 15669 14279 0 -1 4194304 215043 0 2 0 329933 313 0 0 20 0 20 0 31048904 19521036288 2580890 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
/proc/15669/statm: 4765878 2580890 5552 1 0 2787672 0
[pid=15669/tid=15671] ppid=15666 vsize=19063512 memory=9854568 CPUtime=3251.62 cores=5,7
/proc/15669/task/15671/stat : 15671 (java) R 15666 15669 14279 0 -1 4194368 120743 0 0 0 325110 52 0 0 20 0 20 0 31048905 19521036288 2580890 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
[pid=15669/tid=15680] ppid=15666 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/15669/task/15680/stat : 15680 (Finalizer) S 15666 15669 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31048907 19521036288 2580890 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
[pid=15669/tid=15687] ppid=15666 vsize=19063512 memory=9854568 CPUtime=0 cores=5,7
/proc/15669/task/15687/stat : 15687 (Common-Cleaner) S 15666 15669 14279 0 -1 4194368 2068 0 0 0 0 0 0 0 20 0 20 0 31048908 19521036288 2580890 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
[pid=15669/tid=15689] ppid=15666 vsize=19063512 memory=14384 CPUtime=0 cores=5,7
/proc/15669/task/15689/stat : 15689 (Timer-0) S 15666 15669 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31048955 19521036288 2580890 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
Current children cumulated CPU time: 3302.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10323560 KiB

[startup+3342.3 s]
/proc/loadavg: 4.19 4.14 4.10 5/340 16329
/proc/meminfo: memFree=107735024/131249996 swapFree=33010684/33010684
[pid=15669] ppid=15666 vsize=19063512 memory=10782440 CPUtime=3363.38 cores=5,7
/proc/15669/stat : 15669 (java) S 15666 15669 14279 0 -1 4194304 224730 0 2 0 336012 326 0 0 20 0 20 0 31048904 19521036288 2695610 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
/proc/15669/statm: 4765878 2695610 5552 1 0 4085061 0
[pid=15669/tid=15671] ppid=15666 vsize=19063512 memory=10323560 CPUtime=3311.16 cores=5,7
/proc/15669/task/15671/stat : 15671 (java) R 15666 15669 14279 0 -1 4194368 125545 0 0 0 331061 55 0 0 20 0 20 0 31048905 19521036288 2695610 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
[pid=15669/tid=15680] ppid=15666 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/15669/task/15680/stat : 15680 (Finalizer) S 15666 15669 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31048907 19521036288 2695610 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
[pid=15669/tid=15687] ppid=15666 vsize=19063512 memory=10323560 CPUtime=0 cores=5,7
/proc/15669/task/15687/stat : 15687 (Common-Cleaner) S 15666 15669 14279 0 -1 4194368 2171 0 0 0 0 0 0 0 20 0 20 0 31048908 19521036288 2695610 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
[pid=15669/tid=15689] ppid=15666 vsize=19063512 memory=14384 CPUtime=0 cores=5,7
/proc/15669/task/15689/stat : 15689 (Timer-0) S 15666 15669 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31048955 19521036288 2695610 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
Current children cumulated CPU time: 3363.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10782440 KiB

[startup+3402.3 s]
/proc/loadavg: 4.18 4.15 4.10 5/340 16331
/proc/meminfo: memFree=106936164/131249996 swapFree=33010684/33010684
[pid=15669] ppid=15666 vsize=19063512 memory=11247424 CPUtime=3423.26 cores=5,7
/proc/15669/stat : 15669 (java) S 15666 15669 14279 0 -1 4194304 228110 0 2 0 341990 336 0 0 20 0 20 0 31048904 19521036288 2811856 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
/proc/15669/statm: 4765878 2811856 5552 1 0 4085061 0
[pid=15669/tid=15671] ppid=15666 vsize=19063512 memory=10752 CPUtime=3371.01 cores=5,7
/proc/15669/task/15671/stat : 15671 (java) R 15666 15669 14279 0 -1 4194368 128841 0 0 0 337037 64 0 0 20 0 20 0 31048905 19521036288 2811856 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
[pid=15669/tid=15680] ppid=15666 vsize=19063512 memory=10323560 CPUtime=0 cores=5,7
/proc/15669/task/15680/stat : 15680 (Finalizer) S 15666 15669 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31048907 19521036288 2811856 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
[pid=15669/tid=15687] ppid=15666 vsize=19063512 memory=4352 CPUtime=0 cores=5,7
/proc/15669/task/15687/stat : 15687 (Common-Cleaner) S 15666 15669 14279 0 -1 4194368 2172 0 0 0 0 0 0 0 20 0 20 0 31048908 19521036288 2811856 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
[pid=15669/tid=15689] ppid=15666 vsize=19063512 memory=11214656 CPUtime=0 cores=5,7
/proc/15669/task/15689/stat : 15689 (Timer-0) S 15666 15669 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31048955 19521036288 2811856 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
Current children cumulated CPU time: 3423.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11247424 KiB

[startup+3462.3 s]
/proc/loadavg: 4.24 4.17 4.10 5/340 16333
/proc/meminfo: memFree=106035164/131249996 swapFree=33010684/33010684
[pid=15669] ppid=15666 vsize=19063512 memory=11675672 CPUtime=3483.42 cores=5,7
/proc/15669/stat : 15669 (java) S 15666 15669 14279 0 -1 4194304 233686 0 2 0 347996 346 0 0 20 0 20 0 31048904 19521036288 2918918 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
/proc/15669/statm: 4765878 2918918 5552 1 0 4085062 0
[pid=15669/tid=15671] ppid=15666 vsize=19063512 memory=10752 CPUtime=3430.6 cores=5,7
/proc/15669/task/15671/stat : 15671 (java) R 15666 15669 14279 0 -1 4194368 133458 0 0 0 342991 69 0 0 20 0 20 0 31048905 19521036288 2918918 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
[pid=15669/tid=15680] ppid=15666 vsize=19063512 memory=11675672 CPUtime=0 cores=5,7
/proc/15669/task/15680/stat : 15680 (Finalizer) S 15666 15669 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31048907 19521036288 2918918 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
[pid=15669/tid=15687] ppid=15666 vsize=19063512 memory=11675672 CPUtime=0 cores=5,7
/proc/15669/task/15687/stat : 15687 (Common-Cleaner) S 15666 15669 14279 0 -1 4194368 2207 0 0 0 0 0 0 0 20 0 20 0 31048908 19521036288 2918918 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
[pid=15669/tid=15689] ppid=15666 vsize=19063512 memory=-6000919481279604590 CPUtime=0 cores=5,7
/proc/15669/task/15689/stat : 15689 (Timer-0) S 15666 15669 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31048955 19521036288 2918918 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
Current children cumulated CPU time: 3483.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11675672 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.15 4.10 5/340 16335
/proc/meminfo: memFree=105405408/131249996 swapFree=33010684/33010684
[pid=15669] ppid=15666 vsize=19063512 memory=11868440 CPUtime=3543.52 cores=5,7
/proc/15669/stat : 15669 (java) S 15666 15669 14279 0 -1 4194304 240071 0 2 0 354000 352 0 0 20 0 20 0 31048904 19521036288 2967110 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
/proc/15669/statm: 4765878 2967110 5552 1 0 4085072 0
[pid=15669/tid=15671] ppid=15666 vsize=19063512 memory=11675672 CPUtime=3490.26 cores=5,7
/proc/15669/task/15671/stat : 15671 (java) R 15666 15669 14279 0 -1 4194368 138625 0 0 0 348957 69 0 0 20 0 20 0 31048905 19521036288 2967110 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
[pid=15669/tid=15680] ppid=15666 vsize=19063512 memory=11868440 CPUtime=0 cores=5,7
/proc/15669/task/15680/stat : 15680 (Finalizer) S 15666 15669 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31048907 19521036288 2967110 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
[pid=15669/tid=15687] ppid=15666 vsize=19063512 memory=11868440 CPUtime=0 cores=5,7
/proc/15669/task/15687/stat : 15687 (Common-Cleaner) S 15666 15669 14279 0 -1 4194368 2318 0 0 0 0 0 0 0 20 0 20 0 31048908 19521036288 2967110 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
[pid=15669/tid=15689] ppid=15666 vsize=19063512 memory=14384 CPUtime=0 cores=5,7
/proc/15669/task/15689/stat : 15689 (Timer-0) S 15666 15669 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31048955 19521036288 2967110 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
Current children cumulated CPU time: 3543.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11868440 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3578.9 s]
/proc/loadavg: 4.16 4.15 4.10 5/340 16337
/proc/meminfo: memFree=105121032/131249996 swapFree=33010684/33010684
[pid=15669] ppid=15666 vsize=19063512 memory=11868440 CPUtime=3600 cores=5,7
/proc/15669/stat : 15669 (java) S 15666 15669 14279 0 -1 4194304 244862 0 2 0 359646 354 0 0 20 0 20 0 31048904 19521036288 2967110 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
/proc/15669/statm: 4765878 2967110 5552 1 0 4085072 0
[pid=15669/tid=15671] ppid=15666 vsize=19063512 memory=11868440 CPUtime=3546.73 cores=5,7
/proc/15669/task/15671/stat : 15671 (java) R 15666 15669 14279 0 -1 4194368 143207 0 0 0 354603 70 0 0 20 0 20 0 31048905 19521036288 2967110 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
[pid=15669/tid=15680] ppid=15666 vsize=19063512 memory=-6000919481279604590 CPUtime=0 cores=5,7
/proc/15669/task/15680/stat : 15680 (Finalizer) S 15666 15669 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31048907 19521036288 2967110 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
[pid=15669/tid=15687] ppid=15666 vsize=19063512 memory=2732 CPUtime=0 cores=5,7
/proc/15669/task/15687/stat : 15687 (Common-Cleaner) S 15666 15669 14279 0 -1 4194368 2433 0 0 0 0 0 0 0 20 0 20 0 31048908 19521036288 2967110 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
[pid=15669/tid=15689] ppid=15666 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/15669/task/15689/stat : 15689 (Timer-0) S 15666 15669 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31048955 19521036288 2967110 18446744073709551615 94089485963264 94089485966960 140721642103008 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94089485974776 94089485975568 94089498546176 140721642109313 140721642109414 140721642109414 140721642115016 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11868440 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.58 s, system=3.58639 s

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

[startup+3579.01 s]*
/proc/loadavg: 4.14 4.15 4.10 5/322 16340
/proc/meminfo: memFree=107071396/131249996 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3579.03
CPU time (s): 3600.17
CPU user time (s): 3596.58
CPU system time (s): 3.58639
CPU usage (%): 100.591
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 11868440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.58
system time used= 3.58639
maximum resident set size= 11869208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 247563
page faults= 2
swaps= 0
block input operations= 152
block output operations= 16672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 111027
involuntary context switches= 5349


# summary of solver processes directly reported to runsolver:
#   pid: 15669
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3596.58
#   total CPU system time (s): 3.58639

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.42502 second user time and 16.8936 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-06-29 01:35:11
IDJOB=4493308
IDBENCH=147859
IDSOLVER=3363
FILE ID=nodeC022/4493308-1751153711
RUNJOBID= nodeC022-1751146546-14292
SLURM_JOB_ID= 9587461
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/prestwich/robin/normalized-robin18.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4493308-1751153711/watcher-4493308-1751153711 -o /tmp/evaluation-result-4493308-1751153711/solver-4493308-1751153711 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751146546-14292 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4493308-1751153711.opb

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

MD5SUM BENCH= 524c0290a9c7ac599d8004695d4c7f99
RANDOM SEED=493626063

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        108484168 kB
MemAvailable:   108110568 kB
Buffers:            3280 kB
Cached:           417440 kB
SwapCached:            0 kB
Active:         21995152 kB
Inactive:         169648 kB
Active(anon):   21762144 kB
Inactive(anon):        0 kB
Active(file):     233008 kB
Inactive(file):   169648 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2884 kB
Writeback:             0 kB
AnonPages:      21747204 kB
Mapped:           121988 kB
Shmem:             18060 kB
KReclaimable:      85104 kB
Slab:             168964 kB
SReclaimable:      85104 kB
SUnreclaim:        83860 kB
KernelStack:        5168 kB
PageTables:        46224 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   25907196 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151416 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  21407744 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC022 at 2025-06-29 02:34:51