Trace number 4493164

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.26 3570.12

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-85-80.opb
MD5SUMb66aa0ca883b9987dbaf460c58c6223e
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 benchmark3.15765
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6800
Total number of constraints285685
Number of constraints which are clauses285685
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint80
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 81
Number of bits of the biggest sum of numbers7
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.09	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-4493164-1751152883.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  no objective function found
1.46/0.87	c ... done. Wall clock time 0.741s.
1.46/0.87	c declared #vars     6800
1.46/0.87	c #constraints  285685
1.46/0.87	c constraints type 
1.46/0.87	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 285600
1.46/0.87	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 85
1.46/0.87	c 285685 constraints processed.
4.80/3.58	c cleaning 2500 clauses out of 5001 with flag 34711/5001
8.82/7.42	c cleaning 4245 clauses out of 8500 with flag 80195/11000
15.11/13.60	c cleaning 5623 clauses out of 11256 with flag 132825/18001
23.12/21.59	c cleaning 6811 clauses out of 13633 with flag 187938/26001
29.47/27.74	c cleaning 7903 clauses out of 15821 with flag 259483/35000
34.15/32.26	c cleaning 8950 clauses out of 17919 with flag 325501/45001
43.61/41.49	c cleaning 9972 clauses out of 19968 with flag 408428/56000
59.76/57.43	c cleaning 10989 clauses out of 21999 with flag 501630/68003
70.51/68.08	c cleaning 11988 clauses out of 24010 with flag 611968/81003
80.10/77.55	c cleaning 12994 clauses out of 26021 with flag 730469/95002
97.57/94.76	c cleaning 13995 clauses out of 28026 with flag 870269/110001
113.30/110.31	c cleaning 14997 clauses out of 30032 with flag 1013298/126002
132.71/129.62	c cleaning 16003 clauses out of 32033 with flag 1164394/143000
152.66/148.79	c cleaning 16997 clauses out of 34031 with flag 1319946/161001
177.56/173.42	c cleaning 18007 clauses out of 36037 with flag 1509958/180004
208.25/204.05	c cleaning 18995 clauses out of 38029 with flag 1703819/200003
242.09/237.66	c cleaning 20001 clauses out of 40032 with flag 1901349/221001
259.55/254.68	c cleaning 20996 clauses out of 42030 with flag 2071750/243000
273.97/268.91	c cleaning 22011 clauses out of 44035 with flag 2254985/266001
298.31/292.59	c cleaning 22999 clauses out of 46023 with flag 2422755/290000
333.42/327.50	c cleaning 24001 clauses out of 48024 with flag 2604044/315000
375.24/369.10	c cleaning 24999 clauses out of 50024 with flag 2785181/341001
413.57/407.23	c cleaning 25991 clauses out of 52024 with flag 2967496/368000
429.48/423.06	c cleaning 26994 clauses out of 54033 with flag 3185908/396000
448.96/442.24	c cleaning 27998 clauses out of 56039 with flag 3433000/425000
472.56/464.94	c cleaning 28999 clauses out of 58041 with flag 3696587/455000
496.09/488.12	c cleaning 29997 clauses out of 60042 with flag 4008097/486000
524.37/516.15	c cleaning 31001 clauses out of 62046 with flag 4337448/518001
554.96/546.45	c cleaning 32006 clauses out of 64045 with flag 4663933/551001
569.65/560.89	c cleaning 32990 clauses out of 66039 with flag 4922306/585001
598.25/589.35	c cleaning 34014 clauses out of 68049 with flag 5176025/620001
625.85/615.23	c cleaning 35000 clauses out of 70034 with flag 5477188/656000
643.71/632.78	c cleaning 35985 clauses out of 72035 with flag 5785752/693001
689.08/677.81	c cleaning 37024 clauses out of 74049 with flag 6054313/731000
709.80/698.03	c cleaning 37994 clauses out of 76027 with flag 6321928/770002
744.20/732.18	c cleaning 39000 clauses out of 78032 with flag 6629610/810001
782.25/769.91	c cleaning 39995 clauses out of 80033 with flag 6932497/851002
828.30/815.79	c cleaning 40999 clauses out of 82036 with flag 7233743/893000
880.82/867.81	c cleaning 41995 clauses out of 84038 with flag 7570876/936001
934.30/920.06	c cleaning 43002 clauses out of 86042 with flag 7934817/980000
997.18/982.47	c cleaning 44005 clauses out of 88040 with flag 8301725/1025000
1047.68/1032.65	c cleaning 44997 clauses out of 90037 with flag 8666636/1071002
1108.84/1093.52	c cleaning 46005 clauses out of 92038 with flag 9030833/1118000
1173.53/1157.97	c cleaning 46998 clauses out of 94034 with flag 9425031/1166001
1239.45/1223.67	c cleaning 47994 clauses out of 96035 with flag 9809013/1215000
1312.60/1296.30	c cleaning 49000 clauses out of 98043 with flag 10211535/1265002
1390.05/1373.59	c cleaning 49996 clauses out of 100043 with flag 10633415/1316002
1448.41/1430.33	c cleaning 51006 clauses out of 102045 with flag 11065950/1368000
1524.37/1505.94	c cleaning 51997 clauses out of 104040 with flag 11586651/1421001
1624.99/1606.25	c cleaning 52996 clauses out of 106046 with flag 12123702/1475004
1670.43/1651.26	c cleaning 53991 clauses out of 108047 with flag 12483470/1530001
1751.02/1731.40	c cleaning 54988 clauses out of 110055 with flag 12866752/1586000
1828.91/1808.96	c cleaning 55995 clauses out of 112067 with flag 13311391/1643000
1905.23/1885.11	c cleaning 57002 clauses out of 114072 with flag 13762169/1701000
1985.91/1965.46	c cleaning 57998 clauses out of 116071 with flag 14230142/1760001
2072.77/2051.99	c cleaning 59006 clauses out of 118075 with flag 14708161/1820003
2174.99/2151.35	c cleaning 59997 clauses out of 120067 with flag 15162196/1881001
2279.92/2256.14	c cleaning 61002 clauses out of 122070 with flag 15663903/1943001
2335.83/2311.81	c cleaning 62013 clauses out of 124067 with flag 16163864/2006000
2422.09/2397.66	c cleaning 63006 clauses out of 126054 with flag 16591021/2070000
2478.35/2453.62	c cleaning 63990 clauses out of 128048 with flag 17042856/2135000
2590.57/2565.31	c cleaning 64997 clauses out of 130062 with flag 17511767/2201004
2686.69/2661.26	c cleaning 66013 clauses out of 132061 with flag 18009830/2268000
2794.96/2768.98	c cleaning 67009 clauses out of 134049 with flag 18469859/2336001
2898.25/2871.71	c cleaning 68000 clauses out of 136040 with flag 19032017/2405001
2967.17/2940.48	c cleaning 68997 clauses out of 138039 with flag 19545563/2475000
3097.05/3069.88	c cleaning 69997 clauses out of 140045 with flag 20040486/2546003
3214.55/3186.72	c cleaning 70988 clauses out of 142045 with flag 20581356/2618000
3338.37/3310.43	c cleaning 72002 clauses out of 144060 with flag 21138760/2691003
3475.33/3445.37	c cleaning 73005 clauses out of 146056 with flag 21698097/2765001
3600.10/3570.02	c starts		: 267
3600.10/3570.02	c timeout
3600.10/3570.02	c conflicts		: 2832828
3600.10/3570.02	c decisions		: 3675812
3600.10/3570.02	c propagations		: 50491968
3600.10/3570.02	c inspects		: 10698363411
3600.10/3570.02	c shortcuts		: 0
3600.10/3570.02	c learnt literals	: 0
3600.10/3570.02	c learnt binary clauses	: 0
3600.10/3570.02	c learnt ternary clauses	: 0
3600.10/3570.02	c learnt constraints	: 2832828
3600.10/3570.02	c ignored constraints	: 0
3600.10/3570.02	c root simplifications	: 0
3600.10/3570.02	c removed literals (reason simplification)	: 9485003
3600.10/3570.02	c reason swapping (by a shorter reason)	: 0
3600.10/3570.02	c Calls to reduceDB	: 70
3600.10/3570.02	c Number of update (reduction) of LBD	: 1769591
3600.10/3570.02	c Imported unit clauses	: 0
3600.10/3570.02	c No decision after first conflict	: false
3600.10/3570.02	c number of reductions to clauses (during analyze)	: 0
3600.10/3570.02	c number of learned constraints concerned by reduction	: 0
3600.10/3570.02	c number of learning phase by resolution	: 0
3600.10/3570.02	c number of learning phase by cutting planes	: 0
3600.10/3570.02	c number of rounding to 1 operations	: 0
3600.10/3570.02	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.10/3570.02	c number of reductions of the coefficients by power 2 	: 0
3600.10/3570.02	c number of right shift for reduction by power 2 	: 0
3600.10/3570.02	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.10/3570.02	c number of ending skipping 	: 0
3600.10/3570.02	c number of internal skipping 	: 0
3600.10/3570.02	c number of derivation steps 	: 0
3600.10/3570.03	c number of skipped derivation steps 	: 0
3600.10/3570.03	c number of remaining unassigned 	: 0
3600.10/3570.03	c number of remaining assigned 	: 0
3600.10/3570.03	c number of falsified literals weakened from reason	: 0
3600.10/3570.03	c number of falsified literals weakened from conflict	: 0
3600.10/3570.03	c time for arithmetic operations	: 0
3600.10/3570.03	c minimum degree of deleted constraints	: null
3600.10/3570.03	c maximum degree of deleted constraints	: null
3600.10/3570.03	c number of deleted constraints	: 0
3600.10/3570.03	c speed (assignments/second)	: 14146.78461078106
3600.10/3570.03	c non guided choices	: 88914
3600.10/3570.08	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 140878
3600.10/3570.09	s UNKNOWN
3600.10/3570.09	c Total wall clock time (in seconds): 3569.959

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4493164-1751152883/watcher-4493164-1751152883 -o /tmp/evaluation-result-4493164-1751152883/solver-4493164-1751152883 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751145706-14500 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4493164-1751152883.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 VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=15867, runsolver pid=15864
Current StackSize limit: 8192 KiB


[startup+0.100062 s]*
/proc/loadavg: 4.36 4.22 4.13 5/338 15885
/proc/meminfo: memFree=122104600/131250000 swapFree=33010684/33010684
[pid=15867] ppid=15864 vsize=18930384 memory=57860 CPUtime=0.13 cores=0,2
/proc/15867/stat : 15867 (java) S 15864 15867 14490 0 -1 4194304 6591 0 0 0 11 2 0 0 20 0 18 0 30968195 19384713216 14433 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
/proc/15867/statm: 4732596 14465 5338 1 0 547623 0
[pid=15867/tid=15869] ppid=15864 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=0,2
/proc/15867/task/15869/stat : 15869 (java) R 15864 15867 14490 0 -1 4194368 5091 0 0 0 7 1 0 0 20 0 18 0 30968196 19384713216 14465 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
[pid=15867/tid=15878] ppid=15864 vsize=18930384 memory=241407623509 CPUtime=0 cores=0,2
/proc/15867/task/15878/stat : 15878 (Finalizer) S 15864 15867 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30968198 19384713216 14465 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
[pid=15867/tid=15885] ppid=15864 vsize=18930384 memory=61784027586760 CPUtime=0 cores=0,2
/proc/15867/task/15885/stat : 15885 (Common-Cleaner) S 15864 15867 14490 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30968199 19384713216 14465 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57860 KiB

[startup+0.206011 s]*
/proc/loadavg: 4.36 4.22 4.13 7/338 15885
/proc/meminfo: memFree=122087712/131250000 swapFree=33010684/33010684
[pid=15867] ppid=15864 vsize=18930384 memory=74448 CPUtime=0.33 cores=0,2
/proc/15867/stat : 15867 (java) S 15864 15867 14490 0 -1 4194304 7096 0 0 0 31 2 0 0 20 0 18 0 30968195 19384713216 18612 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
/proc/15867/statm: 4732596 18612 5434 1 0 547956 0
[pid=15867/tid=15869] ppid=15864 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=0,2
/proc/15867/task/15869/stat : 15869 (java) R 15864 15867 14490 0 -1 4194368 5270 0 0 0 16 1 0 0 20 0 18 0 30968196 19384713216 18612 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
[pid=15867/tid=15878] ppid=15864 vsize=18930384 memory=18954 CPUtime=0 cores=0,2
/proc/15867/task/15878/stat : 15878 (Finalizer) S 15864 15867 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30968198 19384713216 18612 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
[pid=15867/tid=15885] ppid=15864 vsize=18930384 memory=60684515935208 CPUtime=0 cores=0,2
/proc/15867/task/15885/stat : 15885 (Common-Cleaner) S 15864 15867 14490 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30968199 19384713216 18612 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 74448 KiB

[startup+0.306009 s]*
/proc/loadavg: 4.36 4.22 4.13 6/338 15885
/proc/meminfo: memFree=122047320/131250000 swapFree=33010684/33010684
[pid=15867] ppid=15864 vsize=18930384 memory=117304 CPUtime=0.52 cores=0,2
/proc/15867/stat : 15867 (java) S 15864 15867 14490 0 -1 4194304 8506 0 0 0 49 3 0 0 20 0 18 0 30968195 19384713216 29326 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
/proc/15867/statm: 4732596 29326 5434 1 0 548894 0
[pid=15867/tid=15869] ppid=15864 vsize=18930384 memory=-6000919489869408110 CPUtime=0.27 cores=0,2
/proc/15867/task/15869/stat : 15869 (java) R 15864 15867 14490 0 -1 4194368 5290 0 0 0 25 2 0 0 20 0 18 0 30968196 19384713216 29326 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
[pid=15867/tid=15878] ppid=15864 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/15867/task/15878/stat : 15878 (Finalizer) S 15864 15867 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30968198 19384713216 29326 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
[pid=15867/tid=15885] ppid=15864 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/15867/task/15885/stat : 15885 (Common-Cleaner) S 15864 15867 14490 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30968199 19384713216 29326 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 117304 KiB

[startup+0.700231 s]
/proc/loadavg: 4.36 4.22 4.13 6/339 15886
/proc/meminfo: memFree=122001256/131250000 swapFree=33010684/33010684
[pid=15867] ppid=15864 vsize=18996948 memory=176592 CPUtime=1.26 cores=0,2
/proc/15867/stat : 15867 (java) S 15864 15867 14490 0 -1 4194304 12729 0 0 0 121 5 0 0 20 0 19 0 30968195 19452874752 44148 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
/proc/15867/statm: 4749237 44148 5466 1 0 552101 0
[pid=15867/tid=15869] ppid=15864 vsize=18996948 memory=17536 CPUtime=0.61 cores=0,2
/proc/15867/task/15869/stat : 15869 (java) R 15864 15867 14490 0 -1 4194368 5313 0 0 0 58 3 0 0 20 0 19 0 30968196 19452874752 44148 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
[pid=15867/tid=15878] ppid=15864 vsize=18996948 memory=10880 CPUtime=0 cores=0,2
/proc/15867/task/15878/stat : 15878 (Finalizer) S 15864 15867 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30968198 19452874752 44148 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
[pid=15867/tid=15885] ppid=15864 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/15867/task/15885/stat : 15885 (Common-Cleaner) S 15864 15867 14490 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 30968199 19452874752 44148 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 176592 KiB

[startup+1.50024 s]
/proc/loadavg: 4.36 4.22 4.13 6/340 15887
/proc/meminfo: memFree=121973344/131250000 swapFree=33010684/33010684
[pid=15867] ppid=15864 vsize=19063512 memory=184772 CPUtime=2.7 cores=0,2
/proc/15867/stat : 15867 (java) S 15864 15867 14490 0 -1 4194304 13213 0 1 0 264 6 0 0 20 0 20 0 30968195 19521036288 46193 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
/proc/15867/statm: 4765878 46193 5498 1 0 552566 0
[pid=15867/tid=15869] ppid=15864 vsize=19063512 memory=3328 CPUtime=1.32 cores=0,2
/proc/15867/task/15869/stat : 15869 (java) R 15864 15867 14490 0 -1 4194368 5352 0 1 0 129 3 0 0 20 0 20 0 30968196 19521036288 46193 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
[pid=15867/tid=15878] ppid=15864 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/15867/task/15878/stat : 15878 (Finalizer) S 15864 15867 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30968198 19521036288 46193 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
[pid=15867/tid=15885] ppid=15864 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/15867/task/15885/stat : 15885 (Common-Cleaner) S 15864 15867 14490 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 30968199 19521036288 46193 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
[pid=15867/tid=15887] ppid=15864 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/15867/task/15887/stat : 15887 (Timer-0) S 15864 15867 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30968284 19521036288 46193 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
Current children cumulated CPU time: 2.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 184772 KiB

[startup+3.1058 s]
/proc/loadavg: 4.36 4.22 4.13 5/340 15888
/proc/meminfo: memFree=121973664/131250000 swapFree=33010684/33010684
[pid=15867] ppid=15864 vsize=19063512 memory=184900 CPUtime=4.32 cores=0,2
/proc/15867/stat : 15867 (java) S 15864 15867 14490 0 -1 4194304 13508 0 1 0 426 6 0 0 20 0 20 0 30968195 19521036288 46225 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
/proc/15867/statm: 4765878 46225 5498 1 0 552567 0
[pid=15867/tid=15869] ppid=15864 vsize=19063512 memory=14720 CPUtime=2.92 cores=0,2
/proc/15867/task/15869/stat : 15869 (java) R 15864 15867 14490 0 -1 4194368 5487 0 1 0 289 3 0 0 20 0 20 0 30968196 19521036288 46225 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
[pid=15867/tid=15878] ppid=15864 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/15867/task/15878/stat : 15878 (Finalizer) S 15864 15867 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30968198 19521036288 46225 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
[pid=15867/tid=15885] ppid=15864 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/15867/task/15885/stat : 15885 (Common-Cleaner) S 15864 15867 14490 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 30968199 19521036288 46225 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
[pid=15867/tid=15887] ppid=15864 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/15867/task/15887/stat : 15887 (Timer-0) S 15864 15867 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30968284 19521036288 46225 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
Current children cumulated CPU time: 4.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 184900 KiB

[startup+6.30022 s]
/proc/loadavg: 4.33 4.22 4.13 5/340 15888
/proc/meminfo: memFree=121824252/131250000 swapFree=33010684/33010684
[pid=15867] ppid=15864 vsize=19063512 memory=256920 CPUtime=7.71 cores=0,2
/proc/15867/stat : 15867 (java) S 15864 15867 14490 0 -1 4194304 20300 0 2 0 763 8 0 0 20 0 20 0 30968195 19521036288 64230 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
/proc/15867/statm: 4765878 64230 5498 1 0 1097774 0
[pid=15867/tid=15869] ppid=15864 vsize=19063512 memory=0 CPUtime=6.05 cores=0,2
/proc/15867/task/15869/stat : 15869 (java) R 15864 15867 14490 0 -1 4194368 6980 0 1 0 601 4 0 0 20 0 20 0 30968196 19521036288 64230 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
[pid=15867/tid=15878] ppid=15864 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/15867/task/15878/stat : 15878 (Finalizer) S 15864 15867 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30968198 19521036288 64230 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
[pid=15867/tid=15885] ppid=15864 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/15867/task/15885/stat : 15885 (Common-Cleaner) S 15864 15867 14490 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 30968199 19521036288 64230 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
[pid=15867/tid=15887] ppid=15864 vsize=19063512 memory=184772 CPUtime=0 cores=0,2
/proc/15867/task/15887/stat : 15887 (Timer-0) S 15864 15867 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30968284 19521036288 64230 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
Current children cumulated CPU time: 7.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 256920 KiB

[startup+12.7002 s]
/proc/loadavg: 4.30 4.21 4.13 5/340 15888
/proc/meminfo: memFree=121730384/131250000 swapFree=33010684/33010684
[pid=15867] ppid=15864 vsize=19063512 memory=353304 CPUtime=14.2 cores=0,2
/proc/15867/stat : 15867 (java) S 15864 15867 14490 0 -1 4194304 22084 0 2 0 1409 11 0 0 20 0 20 0 30968195 19521036288 88326 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
/proc/15867/statm: 4765878 88326 5498 1 0 1097774 0
[pid=15867/tid=15869] ppid=15864 vsize=19063512 memory=184772 CPUtime=12.43 cores=0,2
/proc/15867/task/15869/stat : 15869 (java) R 15864 15867 14490 0 -1 4194368 7380 0 1 0 1237 6 0 0 20 0 20 0 30968196 19521036288 88326 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
[pid=15867/tid=15878] ppid=15864 vsize=19063512 memory=338968 CPUtime=0 cores=0,2
/proc/15867/task/15878/stat : 15878 (Finalizer) S 15864 15867 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30968198 19521036288 88326 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
[pid=15867/tid=15885] ppid=15864 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/15867/task/15885/stat : 15885 (Common-Cleaner) S 15864 15867 14490 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 30968199 19521036288 88326 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
[pid=15867/tid=15887] ppid=15864 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/15867/task/15887/stat : 15887 (Timer-0) S 15864 15867 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30968284 19521036288 88326 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
Current children cumulated CPU time: 14.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 353304 KiB

[startup+25.5002 s]
/proc/loadavg: 4.33 4.22 4.13 5/339 15954
/proc/meminfo: memFree=126806944/131250000 swapFree=33010684/33010684
[pid=15867] ppid=15864 vsize=19063512 memory=570552 CPUtime=27.12 cores=0,2
/proc/15867/stat : 15867 (java) S 15864 15867 14490 0 -1 4194304 25560 0 2 0 2695 17 0 0 20 0 20 0 30968195 19521036288 142638 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
/proc/15867/statm: 4765878 142638 5530 1 0 1097799 0
[pid=15867/tid=15869] ppid=15864 vsize=19063512 memory=0 CPUtime=25.05 cores=0,2
/proc/15867/task/15869/stat : 15869 (java) R 15864 15867 14490 0 -1 4194368 8544 0 1 0 2497 8 0 0 20 0 20 0 30968196 19521036288 142638 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
[pid=15867/tid=15878] ppid=15864 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/15867/task/15878/stat : 15878 (Finalizer) S 15864 15867 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30968198 19521036288 142638 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
[pid=15867/tid=15885] ppid=15864 vsize=19063512 memory=570424 CPUtime=0 cores=0,2
/proc/15867/task/15885/stat : 15885 (Common-Cleaner) S 15864 15867 14490 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 30968199 19521036288 142638 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
[pid=15867/tid=15887] ppid=15864 vsize=19063512 memory=570424 CPUtime=0 cores=0,2
/proc/15867/task/15887/stat : 15887 (Timer-0) S 15864 15867 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30968284 19521036288 142638 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
Current children cumulated CPU time: 27.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 570552 KiB

[startup+51.1058 s]
/proc/loadavg: 4.25 4.22 4.13 6/340 16022
/proc/meminfo: memFree=127680792/131250000 swapFree=33010684/33010684
[pid=15867] ppid=15864 vsize=19063512 memory=1206420 CPUtime=53.41 cores=0,2
/proc/15867/stat : 15867 (java) S 15864 15867 14490 0 -1 4194304 32169 0 2 0 5310 31 0 0 20 0 20 0 30968195 19521036288 301605 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
/proc/15867/statm: 4765878 301605 5530 1 0 1097801 0
[pid=15867/tid=15869] ppid=15864 vsize=19063512 memory=570552 CPUtime=50.01 cores=0,2
/proc/15867/task/15869/stat : 15869 (java) S 15864 15867 14490 0 -1 4194368 9320 0 1 0 4993 8 0 0 20 0 20 0 30968196 19521036288 301605 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
[pid=15867/tid=15878] ppid=15864 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/15867/task/15878/stat : 15878 (Finalizer) S 15864 15867 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30968198 19521036288 301605 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
[pid=15867/tid=15885] ppid=15864 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/15867/task/15885/stat : 15885 (Common-Cleaner) S 15864 15867 14490 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 30968199 19521036288 301605 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0

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

/proc/15867/task/15878/stat : 15878 (Finalizer) S 15864 15867 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30968198 19521036288 2717993 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
[pid=15867/tid=15885] ppid=15864 vsize=19063512 memory=10359964 CPUtime=0 cores=0,2
/proc/15867/task/15885/stat : 15885 (Common-Cleaner) S 15864 15867 14490 0 -1 4194368 2745 0 0 0 0 0 0 0 20 0 20 0 30968199 19521036288 2717993 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
[pid=15867/tid=15887] ppid=15864 vsize=19063512 memory=10871972 CPUtime=0 cores=0,2
/proc/15867/task/15887/stat : 15887 (Timer-0) S 15864 15867 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30968284 19521036288 2717993 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
Current children cumulated CPU time: 3190.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10871972 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.14 4.11 5/340 16185
/proc/meminfo: memFree=94363588/131250000 swapFree=33010684/33010684
[pid=15867] ppid=15864 vsize=19063512 memory=11355300 CPUtime=3250.49 cores=0,2
/proc/15867/stat : 15867 (java) S 15864 15867 14490 0 -1 4194304 212214 0 2 0 324724 325 0 0 20 0 20 0 30968195 19521036288 2838825 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
/proc/15867/statm: 4765878 2838825 5530 1 0 3009418 0
[pid=15867/tid=15869] ppid=15864 vsize=19063512 memory=10871972 CPUtime=3186.65 cores=0,2
/proc/15867/task/15869/stat : 15869 (java) R 15864 15867 14490 0 -1 4194368 100575 0 1 0 318613 52 0 0 20 0 20 0 30968196 19521036288 2838825 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
[pid=15867/tid=15878] ppid=15864 vsize=19063512 memory=10871972 CPUtime=0 cores=0,2
/proc/15867/task/15878/stat : 15878 (Finalizer) S 15864 15867 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30968198 19521036288 2838825 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
[pid=15867/tid=15885] ppid=15864 vsize=19063512 memory=10871972 CPUtime=0 cores=0,2
/proc/15867/task/15885/stat : 15885 (Common-Cleaner) S 15864 15867 14490 0 -1 4194368 2745 0 0 0 0 0 0 0 20 0 20 0 30968199 19521036288 2838825 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
[pid=15867/tid=15887] ppid=15864 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/15867/task/15887/stat : 15887 (Timer-0) S 15864 15867 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30968284 19521036288 2838825 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
Current children cumulated CPU time: 3250.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11355300 KiB

[startup+3282.3 s]
/proc/loadavg: 4.04 4.11 4.10 5/340 16187
/proc/meminfo: memFree=93805656/131250000 swapFree=33010684/33010684
[pid=15867] ppid=15864 vsize=19063512 memory=11355300 CPUtime=3310.35 cores=0,2
/proc/15867/stat : 15867 (java) S 15864 15867 14490 0 -1 4194304 214074 0 2 0 330709 326 0 0 20 0 20 0 30968195 19521036288 2838825 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
/proc/15867/statm: 4765878 2838825 5530 1 0 3009418 0
[pid=15867/tid=15869] ppid=15864 vsize=19063512 memory=11355300 CPUtime=3246.49 cores=0,2
/proc/15867/task/15869/stat : 15869 (java) R 15864 15867 14490 0 -1 4194368 102276 0 1 0 324597 52 0 0 20 0 20 0 30968196 19521036288 2838825 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
[pid=15867/tid=15878] ppid=15864 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/15867/task/15878/stat : 15878 (Finalizer) S 15864 15867 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30968198 19521036288 2838825 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
[pid=15867/tid=15885] ppid=15864 vsize=19063512 memory=11355300 CPUtime=0 cores=0,2
/proc/15867/task/15885/stat : 15885 (Common-Cleaner) S 15864 15867 14490 0 -1 4194368 2824 0 0 0 0 0 0 0 20 0 20 0 30968199 19521036288 2838825 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
[pid=15867/tid=15887] ppid=15864 vsize=19063512 memory=9866396 CPUtime=0 cores=0,2
/proc/15867/task/15887/stat : 15887 (Timer-0) S 15864 15867 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30968284 19521036288 2838825 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
Current children cumulated CPU time: 3310.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11355300 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.13 4.10 5/340 16193
/proc/meminfo: memFree=93022860/131250000 swapFree=33010684/33010684
[pid=15867] ppid=15864 vsize=19063512 memory=12023324 CPUtime=3372.16 cores=0,2
/proc/15867/stat : 15867 (java) S 15864 15867 14490 0 -1 4194304 222678 0 2 0 336874 342 0 0 20 0 20 0 30968195 19521036288 3005831 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
/proc/15867/statm: 4765878 3005831 5530 1 0 3494769 0
[pid=15867/tid=15869] ppid=15864 vsize=19063512 memory=10880 CPUtime=3306.04 cores=0,2
/proc/15867/task/15869/stat : 15869 (java) R 15864 15867 14490 0 -1 4194368 106406 0 1 0 330544 60 0 0 20 0 20 0 30968196 19521036288 3005831 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
[pid=15867/tid=15878] ppid=15864 vsize=19063512 memory=17536 CPUtime=0 cores=0,2
/proc/15867/task/15878/stat : 15878 (Finalizer) S 15864 15867 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30968198 19521036288 3005831 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
[pid=15867/tid=15885] ppid=15864 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/15867/task/15885/stat : 15885 (Common-Cleaner) S 15864 15867 14490 0 -1 4194368 2912 0 0 0 0 0 0 0 20 0 20 0 30968199 19521036288 3005831 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
[pid=15867/tid=15887] ppid=15864 vsize=19063512 memory=2116 CPUtime=0 cores=0,2
/proc/15867/task/15887/stat : 15887 (Timer-0) S 15864 15867 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30968284 19521036288 3005831 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
Current children cumulated CPU time: 3372.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 12023324 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.12 4.10 5/340 16195
/proc/meminfo: memFree=92219832/131250000 swapFree=33010684/33010684
[pid=15867] ppid=15864 vsize=19063512 memory=12330524 CPUtime=3432.44 cores=0,2
/proc/15867/stat : 15867 (java) S 15864 15867 14490 0 -1 4194304 226708 0 2 0 342894 350 0 0 20 0 20 0 30968195 19521036288 3082631 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
/proc/15867/statm: 4765878 3082631 5530 1 0 3494769 0
[pid=15867/tid=15869] ppid=15864 vsize=19063512 memory=3328 CPUtime=3365.44 cores=0,2
/proc/15867/task/15869/stat : 15869 (java) R 15864 15867 14490 0 -1 4194368 108827 0 1 0 336480 64 0 0 20 0 20 0 30968196 19521036288 3082631 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
[pid=15867/tid=15878] ppid=15864 vsize=19063512 memory=17536 CPUtime=0 cores=0,2
/proc/15867/task/15878/stat : 15878 (Finalizer) S 15864 15867 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30968198 19521036288 3082631 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
[pid=15867/tid=15885] ppid=15864 vsize=19063512 memory=17536 CPUtime=0 cores=0,2
/proc/15867/task/15885/stat : 15885 (Common-Cleaner) S 15864 15867 14490 0 -1 4194368 2914 0 0 0 0 0 0 0 20 0 20 0 30968199 19521036288 3082631 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
[pid=15867/tid=15887] ppid=15864 vsize=19063512 memory=12330524 CPUtime=0 cores=0,2
/proc/15867/task/15887/stat : 15887 (Timer-0) S 15864 15867 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30968284 19521036288 3082631 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
Current children cumulated CPU time: 3432.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 12330524 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/340 16199
/proc/meminfo: memFree=91994460/131250000 swapFree=33010684/33010684
[pid=15867] ppid=15864 vsize=19063512 memory=12330524 CPUtime=3492.29 cores=0,2
/proc/15867/stat : 15867 (java) S 15864 15867 14490 0 -1 4194304 230098 0 2 0 348877 352 0 0 20 0 20 0 30968195 19521036288 3082631 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
/proc/15867/statm: 4765878 3082631 5530 1 0 3494769 0
[pid=15867/tid=15869] ppid=15864 vsize=19063512 memory=3328 CPUtime=3425.25 cores=0,2
/proc/15867/task/15869/stat : 15869 (java) R 15864 15867 14490 0 -1 4194368 112053 0 1 0 342461 64 0 0 20 0 20 0 30968196 19521036288 3082631 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
[pid=15867/tid=15878] ppid=15864 vsize=19063512 memory=12330524 CPUtime=0 cores=0,2
/proc/15867/task/15878/stat : 15878 (Finalizer) S 15864 15867 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30968198 19521036288 3082631 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
[pid=15867/tid=15885] ppid=15864 vsize=19063512 memory=17536 CPUtime=0 cores=0,2
/proc/15867/task/15885/stat : 15885 (Common-Cleaner) S 15864 15867 14490 0 -1 4194368 2994 0 0 0 0 0 0 0 20 0 20 0 30968199 19521036288 3082631 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
[pid=15867/tid=15887] ppid=15864 vsize=19063512 memory=12330524 CPUtime=0 cores=0,2
/proc/15867/task/15887/stat : 15887 (Timer-0) S 15864 15867 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30968284 19521036288 3082631 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
Current children cumulated CPU time: 3492.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 12330524 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/339 16201
/proc/meminfo: memFree=91789584/131250000 swapFree=33010684/33010684
[pid=15867] ppid=15864 vsize=19063512 memory=12428828 CPUtime=3552.51 cores=0,2
/proc/15867/stat : 15867 (java) S 15864 15867 14490 0 -1 4194304 234116 0 2 0 354896 355 0 0 20 0 20 0 30968195 19521036288 3107207 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
/proc/15867/statm: 4765878 3107207 5530 1 0 3494769 0
[pid=15867/tid=15869] ppid=15864 vsize=19063512 memory=12330524 CPUtime=3484.69 cores=0,2
/proc/15867/task/15869/stat : 15869 (java) R 15864 15867 14490 0 -1 4194368 114306 0 1 0 348404 65 0 0 20 0 20 0 30968196 19521036288 3107207 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
[pid=15867/tid=15878] ppid=15864 vsize=19063512 memory=12330524 CPUtime=0 cores=0,2
/proc/15867/task/15878/stat : 15878 (Finalizer) S 15864 15867 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30968198 19521036288 3107207 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
[pid=15867/tid=15885] ppid=15864 vsize=19063512 memory=12428828 CPUtime=0 cores=0,2
/proc/15867/task/15885/stat : 15885 (Common-Cleaner) S 15864 15867 14490 0 -1 4194368 3024 0 0 0 0 0 0 0 20 0 20 0 30968199 19521036288 3107207 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
[pid=15867/tid=15887] ppid=15864 vsize=19063512 memory=12428828 CPUtime=0 cores=0,2
/proc/15867/task/15887/stat : 15887 (Timer-0) S 15864 15867 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30968284 19521036288 3107207 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
Current children cumulated CPU time: 3552.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 12428828 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3570 s]*
/proc/loadavg: 4.11 4.12 4.09 5/339 16202
/proc/meminfo: memFree=91420772/131250000 swapFree=33010684/33010684
[pid=15867] ppid=15864 vsize=19063512 memory=12428828 CPUtime=3600.1 cores=0,2
/proc/15867/stat : 15867 (java) S 15864 15867 14490 0 -1 4194304 236060 0 2 0 359654 356 0 0 20 0 20 0 30968195 19521036288 3107207 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
/proc/15867/statm: 4765878 3107207 5530 1 0 3494769 0
[pid=15867/tid=15869] ppid=15864 vsize=19063512 memory=7686721470247706567 CPUtime=3532.25 cores=0,2
/proc/15867/task/15869/stat : 15869 (java) R 15864 15867 14490 0 -1 4194368 116102 0 1 0 353160 65 0 0 20 0 20 0 30968196 19521036288 3107207 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
[pid=15867/tid=15878] ppid=15864 vsize=19063512 memory=-4050210904893734549 CPUtime=0 cores=0,2
/proc/15867/task/15878/stat : 15878 (Finalizer) S 15864 15867 14490 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30968198 19521036288 3107207 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
[pid=15867/tid=15885] ppid=15864 vsize=19063512 memory=3472333810979584455 CPUtime=0 cores=0,2
/proc/15867/task/15885/stat : 15885 (Common-Cleaner) S 15864 15867 14490 0 -1 4194368 3149 0 0 0 0 0 0 0 20 0 20 0 30968199 19521036288 3107207 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
[pid=15867/tid=15887] ppid=15864 vsize=19063512 memory=4252 CPUtime=0 cores=0,2
/proc/15867/task/15887/stat : 15887 (Timer-0) S 15864 15867 14490 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30968284 19521036288 3107207 18446744073709551615 94273024753664 94273024757360 140732657461488 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94273024765176 94273024765968 94273050193920 140732657465729 140732657465830 140732657465830 140732657471432 0
Current children cumulated CPU time: 3600.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 12428828 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.66 s, system=3.60653 s

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

[startup+3570.11 s]*
/proc/loadavg: 4.11 4.12 4.09 5/321 16205
/proc/meminfo: memFree=99915632/131250000 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): 3570.12
CPU time (s): 3600.26
CPU user time (s): 3596.66
CPU system time (s): 3.60653
CPU usage (%): 100.844
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 12428828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.66
system time used= 3.60653
maximum resident set size= 12429980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 239606
page faults= 2
swaps= 0
block input operations= 992
block output operations= 16072
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 112640
involuntary context switches= 10827


# summary of solver processes directly reported to runsolver:
#   pid: 15867
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3596.66
#   total CPU system time (s): 3.60653

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.26167 second user time and 19.0667 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-06-29 01:21:23
IDJOB=4493164
IDBENCH=147848
IDSOLVER=3363
FILE ID=nodeC027/4493164-1751152883
RUNJOBID= nodeC027-1751145706-14500
SLURM_JOB_ID= 9587449
Free space on /tmp= 433052 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-clauses-85-80.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4493164-1751152883/watcher-4493164-1751152883 -o /tmp/evaluation-result-4493164-1751152883/solver-4493164-1751152883 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751145706-14500 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4493164-1751152883.opb

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

MD5SUM BENCH= b66aa0ca883b9987dbaf460c58c6223e
RANDOM SEED=2050686290

nodeC027 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.644
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.29
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.668
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.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.901
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.29
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		: 3700.000
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.29
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.617
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.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.634
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.29
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		: 3594.580
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.29
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		: 3602.171
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.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        122124572 kB
MemAvailable:   121737764 kB
Buffers:            3280 kB
Cached:           390900 kB
SwapCached:            0 kB
Active:          8416464 kB
Inactive:         150032 kB
Active(anon):    8190384 kB
Inactive(anon):        0 kB
Active(file):     226080 kB
Inactive(file):   150032 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              8144 kB
Writeback:             0 kB
AnonPages:       8175460 kB
Mapped:           122504 kB
Shmem:             18068 kB
KReclaimable:      85232 kB
Slab:             168148 kB
SReclaimable:      85232 kB
SUnreclaim:        82916 kB
KernelStack:        5184 kB
PageTables:        19656 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   12249608 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151416 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7927808 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:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC027 at 2025-06-29 02:20:53