Trace number 4541848

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06? (TO) 3600.32 3546.92

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
equalities/array_comm/arraycomm_teq/normalized-22arraycomm_teq_less.opb
MD5SUM33cd2865dc6656b609d0c0476b6c078b
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.64241
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2992
Total number of constraints4445
Number of constraints which are clauses2904
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1541
Minimum length of a constraint2
Maximum length of a constraint88
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 8796093022208
Number of bits of the biggest number in a constraint 44
Biggest sum of numbers in a constraint 35184372088831
Number of bits of the biggest sum of numbers45
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.10/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.14	c See www.sat4j.org for details.
0.10/0.16	c version PB25.v20250606
0.10/0.18	c java.runtime.name	OpenJDK Runtime Environment
0.10/0.18	c java.vm.name		OpenJDK 64-Bit Server VM
0.10/0.18	c java.vm.version	22.0.1+8-16
0.10/0.18	c java.vm.vendor	Oracle Corporation
0.10/0.18	c sun.arch.data.model	64
0.10/0.18	c java.version		22.0.1
0.10/0.18	c os.name		Linux
0.10/0.18	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.10/0.18	c os.arch		amd64
0.10/0.19	c Free memory 		2104792832
0.10/0.19	c Max memory 		16282288128
0.10/0.19	c Total memory 		2113929216
0.10/0.20	c Number of processors 	2
0.28/0.30	c Pseudo Boolean Optimization by upper bound
0.28/0.30	c --- Begin Solver configuration ---
0.28/0.30	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.28/0.30	c Learn all clauses as in MiniSAT
0.28/0.30	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.30	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.28/0.30	c Expensive reason simplification
0.28/0.30	c Glucose 2.1 dynamic restart strategy
0.28/0.30	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.28/0.30	c timeout=2147483s
0.28/0.30	c DB Simplification allowed=false
0.28/0.30	c Listener: none
0.28/0.30	c --- End Solver configuration ---
0.28/0.30	c solving HOME/instance-4541848-1753212722.opb
0.28/0.30	c reading problem ... 
0.28/0.30	c using VERIPB proof format
0.28/0.31	c  no objective function found
0.83/0.53	c ... done. Wall clock time 0.228s.
0.83/0.53	c declared #vars     2992
0.83/0.53	c #constraints  5985
0.83/0.53	c constraints type 
0.83/0.53	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3168
0.83/0.53	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1849
0.83/0.53	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 968
0.83/0.53	c 5985 constraints processed.
4.73/2.54	c cleaning 2499 clauses out of 5001 with flag 25286/5001
10.74/7.06	c cleaning 4247 clauses out of 8502 with flag 59351/11001
16.47/11.97	c cleaning 5621 clauses out of 11254 with flag 105824/18000
23.24/18.53	c cleaning 6814 clauses out of 13633 with flag 165639/26000
30.19/25.25	c cleaning 7902 clauses out of 15820 with flag 231456/35001
39.34/34.24	c cleaning 8949 clauses out of 17917 with flag 317441/45000
49.56/44.03	c cleaning 9979 clauses out of 19968 with flag 423078/56000
58.77/53.13	c cleaning 10988 clauses out of 21990 with flag 545930/68001
68.69/62.96	c cleaning 11994 clauses out of 24002 with flag 701503/81001
80.87/74.75	c cleaning 13000 clauses out of 26007 with flag 861681/95000
95.25/88.82	c cleaning 14001 clauses out of 28008 with flag 1065317/110001
109.30/102.67	c cleaning 14998 clauses out of 30007 with flag 1308838/126001
125.05/118.04	c cleaning 16003 clauses out of 32009 with flag 1586376/143001
141.70/134.34	c cleaning 16996 clauses out of 34006 with flag 1875365/161001
159.43/151.81	c cleaning 18002 clauses out of 36009 with flag 2232529/180000
176.11/168.25	c cleaning 18999 clauses out of 38008 with flag 2595960/200001
196.10/187.76	c cleaning 19998 clauses out of 40008 with flag 2999953/221000
215.35/206.73	c cleaning 21004 clauses out of 42011 with flag 3432520/243001
235.40/226.53	c cleaning 21995 clauses out of 44006 with flag 3920630/266000
256.57/247.24	c cleaning 23001 clauses out of 46011 with flag 4409624/290000
280.38/270.36	c cleaning 24003 clauses out of 48011 with flag 4922758/315001
304.39/293.89	c cleaning 24996 clauses out of 50008 with flag 5434294/341001
333.08/321.97	c cleaning 26003 clauses out of 52012 with flag 5992882/368001
360.35/348.92	c cleaning 27000 clauses out of 54009 with flag 6625527/396001
387.48/375.67	c cleaning 28001 clauses out of 56008 with flag 7295020/425000
417.88/405.41	c cleaning 28999 clauses out of 58008 with flag 7969776/455001
450.42/437.73	c cleaning 30003 clauses out of 60009 with flag 8698229/486001
486.33/473.11	c cleaning 30999 clauses out of 62005 with flag 9466531/518000
522.54/508.84	c cleaning 32001 clauses out of 64007 with flag 10171372/551001
565.55/550.36	c cleaning 33001 clauses out of 66006 with flag 10961631/585001
604.07/588.21	c cleaning 33996 clauses out of 68004 with flag 11760930/620000
641.80/625.37	c cleaning 34999 clauses out of 70008 with flag 12643685/656000
684.82/667.75	c cleaning 36004 clauses out of 72010 with flag 13614094/693001
728.85/711.17	c cleaning 36996 clauses out of 74006 with flag 14704556/731001
773.26/755.04	c cleaning 38001 clauses out of 76010 with flag 15835303/770001
822.15/803.40	c cleaning 38999 clauses out of 78009 with flag 17012230/810001
870.79/851.36	c cleaning 40001 clauses out of 80010 with flag 18238008/851001
920.36/899.04	c cleaning 41001 clauses out of 82009 with flag 19217860/893001
969.92/947.80	c cleaning 41996 clauses out of 84007 with flag 20330284/936000
1024.77/1001.94	c cleaning 43004 clauses out of 86012 with flag 21533831/980001
1074.94/1051.51	c cleaning 43997 clauses out of 88007 with flag 22813668/1025000
1125.47/1101.46	c cleaning 45004 clauses out of 90010 with flag 24164503/1071000
1182.15/1157.45	c cleaning 46000 clauses out of 92007 with flag 25599043/1118001
1239.28/1213.83	c cleaning 46996 clauses out of 94006 with flag 26874705/1166000
1300.95/1274.73	c cleaning 47998 clauses out of 96010 with flag 28227209/1215000
1366.37/1339.42	c cleaning 48999 clauses out of 98013 with flag 29769022/1265001
1425.38/1397.75	c cleaning 50001 clauses out of 100013 with flag 31200448/1316000
1483.53/1455.00	c cleaning 51003 clauses out of 102013 with flag 32541385/1368001
1550.66/1520.76	c cleaning 51999 clauses out of 104009 with flag 34037835/1421000
1628.02/1597.10	c cleaning 53002 clauses out of 106011 with flag 35744763/1475001
1705.50/1673.61	c cleaning 53992 clauses out of 108008 with flag 37426838/1530000
1782.39/1749.66	c cleaning 55004 clauses out of 110017 with flag 39001282/1586001
1865.35/1831.76	c cleaning 56005 clauses out of 112012 with flag 40796458/1643000
1943.98/1909.47	c cleaning 56999 clauses out of 114007 with flag 42532608/1701000
2023.87/1988.48	c cleaning 57996 clauses out of 116008 with flag 44139534/1760000
2105.19/2068.92	c cleaning 59003 clauses out of 118013 with flag 45964848/1820001
2190.46/2152.92	c cleaning 59999 clauses out of 120010 with flag 47987288/1881001
2277.71/2237.70	c cleaning 61001 clauses out of 122010 with flag 50025164/1943000
2370.30/2329.23	c cleaning 61998 clauses out of 124010 with flag 52360978/2006001
2462.08/2420.03	c cleaning 63000 clauses out of 126011 with flag 54485695/2070000
2551.99/2508.96	c cleaning 64001 clauses out of 128012 with flag 56644905/2135001
2662.38/2618.59	c cleaning 64999 clauses out of 130011 with flag 58899645/2201001
2778.23/2733.54	c cleaning 66000 clauses out of 132011 with flag 61136684/2268000
2895.49/2849.69	c cleaning 67000 clauses out of 134012 with flag 63364728/2336001
3015.28/2968.52	c cleaning 68000 clauses out of 136011 with flag 65477146/2405000
3135.75/3087.99	c cleaning 69000 clauses out of 138012 with flag 67974280/2475001
3253.91/3203.53	c cleaning 70000 clauses out of 140012 with flag 70390872/2546001
3389.59/3337.91	c cleaning 71001 clauses out of 142012 with flag 73030212/2618001
3527.06/3474.24	c cleaning 71999 clauses out of 144011 with flag 75904402/2691001
3600.04/3546.72	c timeout
3600.04/3546.73	c starts		: 36
3600.04/3546.74	c conflicts		: 2737103
3600.04/3546.74	c decisions		: 2749434
3600.04/3546.74	c propagations		: 2081916905
3600.04/3546.74	c inspects		: 23351346065
3600.04/3546.74	c shortcuts		: 0
3600.04/3546.74	c learnt literals	: 0
3600.04/3546.74	c learnt binary clauses	: 28
3600.04/3546.74	c learnt ternary clauses	: 181
3600.04/3546.74	c learnt constraints	: 2737103
3600.04/3546.74	c ignored constraints	: 0
3600.04/3546.74	c root simplifications	: 0
3600.04/3546.74	c removed literals (reason simplification)	: 359671627
3600.04/3546.74	c reason swapping (by a shorter reason)	: 0
3600.04/3546.74	c Calls to reduceDB	: 69
3600.04/3546.74	c Number of update (reduction) of LBD	: 34198
3600.04/3546.74	c Imported unit clauses	: 0
3600.04/3546.74	c No decision after first conflict	: false
3600.04/3546.74	c number of reductions to clauses (during analyze)	: 0
3600.04/3546.74	c number of learned constraints concerned by reduction	: 0
3600.04/3546.74	c number of learning phase by resolution	: 0
3600.04/3546.74	c number of learning phase by cutting planes	: 0
3600.04/3546.74	c number of rounding to 1 operations	: 0
3600.04/3546.74	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3546.74	c number of reductions of the coefficients by power 2 	: 0
3600.04/3546.74	c number of right shift for reduction by power 2 	: 0
3600.04/3546.74	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3546.74	c number of ending skipping 	: 0
3600.04/3546.74	c number of internal skipping 	: 0
3600.04/3546.74	c number of derivation steps 	: 0
3600.04/3546.74	c number of skipped derivation steps 	: 0
3600.04/3546.74	c number of remaining unassigned 	: 0
3600.04/3546.74	c number of remaining assigned 	: 0
3600.04/3546.74	c number of falsified literals weakened from reason	: 0
3600.04/3546.74	c number of falsified literals weakened from conflict	: 0
3600.04/3546.75	c time for arithmetic operations	: 0
3600.04/3546.75	c minimum degree of deleted constraints	: null
3600.04/3546.75	c maximum degree of deleted constraints	: null
3600.04/3546.75	c number of deleted constraints	: 0
3600.04/3546.75	c speed (assignments/second)	: 587083.2318163309
3600.04/3546.75	c non guided choices	: 43
3600.19/3546.86	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 118086
3600.19/3546.86	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 28
3600.19/3546.87	s UNKNOWN
3600.19/3546.87	c Total wall clock time (in seconds): 3546.57

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: 63837 MiB (36117 MiB free)
  memory of node 1: 64465 MiB (41906 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4541848-1753212722/watcher-4541848-1753212722 -o /tmp/evaluation-result-4541848-1753212722/solver-4541848-1753212722 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1753209221-180197 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4541848-1753212722 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4541848-1753212722.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=180567, runsolver pid=180564

[startup+0.100064 s]*
/proc/loadavg: 4.15 4.19 4.18 5/326 180585
/proc/meminfo: memFree=79857228/131382116 swapFree=33005528/33010684
[pid=180567] ppid=180564 vsize=18930384 memory=52680 CPUtime=0.1 cores=1,3
/proc/180567/stat : 180567 (java) S 180564 180567 180184 0 -1 4194304 5811 0 0 0 8 2 0 0 20 0 18 0 236951631 19384713216 13170 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
/proc/180567/statm: 4732596 13170 5323 1 0 547015 0
[pid=180567/tid=180569] ppid=180564 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/180567/task/180569/stat : 180569 (java) R 180564 180567 180184 0 -1 4194368 4721 0 0 0 6 1 0 0 20 0 18 0 236951632 19384713216 13170 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
[pid=180567/tid=180578] ppid=180564 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/180567/task/180578/stat : 180578 (Finalizer) S 180564 180567 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 236951635 19384713216 13170 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
[pid=180567/tid=180585] ppid=180564 vsize=18930384 memory=56295059375534 CPUtime=0 cores=1,3
/proc/180567/task/180585/stat : 180585 (Common-Cleaner) S 180564 180567 180184 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 236951636 19384713216 13170 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 52680 KiB

[startup+0.207638 s]*
/proc/loadavg: 4.15 4.19 4.18 6/326 180585
/proc/meminfo: memFree=79853196/131382116 swapFree=33005528/33010684
[pid=180567] ppid=180564 vsize=18930384 memory=61524 CPUtime=0.28 cores=1,3
/proc/180567/stat : 180567 (java) S 180564 180567 180184 0 -1 4194304 6470 0 0 0 25 3 0 0 20 0 18 0 236951631 19384713216 15381 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
/proc/180567/statm: 4732596 15381 5355 1 0 547604 0
[pid=180567/tid=180569] ppid=180564 vsize=18930384 memory=4026990876 CPUtime=0.18 cores=1,3
/proc/180567/task/180569/stat : 180569 (java) R 180564 180567 180184 0 -1 4194368 5049 0 0 0 17 1 0 0 20 0 18 0 236951632 19384713216 15381 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
[pid=180567/tid=180578] ppid=180564 vsize=18930384 memory=2622 CPUtime=0 cores=1,3
/proc/180567/task/180578/stat : 180578 (Finalizer) S 180564 180567 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 236951635 19384713216 15381 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
[pid=180567/tid=180585] ppid=180564 vsize=18930384 memory=55195547730935 CPUtime=0 cores=1,3
/proc/180567/task/180585/stat : 180585 (Common-Cleaner) S 180564 180567 180184 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 236951636 19384713216 15381 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61524 KiB

[startup+0.311909 s]*
/proc/loadavg: 4.15 4.19 4.18 5/327 180587
/proc/meminfo: memFree=79851180/131382116 swapFree=33005528/33010684
[pid=180567] ppid=180564 vsize=18930384 memory=62932 CPUtime=0.46 cores=1,3
/proc/180567/stat : 180567 (java) S 180564 180567 180184 0 -1 4194304 6739 0 0 0 42 4 0 0 20 0 18 0 236951631 19384713216 15733 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
/proc/180567/statm: 4732596 15733 5451 1 0 547834 0
[pid=180567/tid=180569] ppid=180564 vsize=18930384 memory=-8887683905887183548 CPUtime=0.29 cores=1,3
/proc/180567/task/180569/stat : 180569 (java) S 180564 180567 180184 0 -1 4194368 5259 0 0 0 27 2 0 0 20 0 18 0 236951632 19384713216 15733 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
[pid=180567/tid=180578] ppid=180564 vsize=18930384 memory=-4421386491869031263 CPUtime=0 cores=1,3
/proc/180567/task/180578/stat : 180578 (Finalizer) S 180564 180567 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 236951635 19384713216 15733 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
[pid=180567/tid=180585] ppid=180564 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/180567/task/180585/stat : 180585 (Common-Cleaner) S 180564 180567 180184 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 236951636 19384713216 15733 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 62932 KiB

[startup+0.700322 s]
/proc/loadavg: 4.15 4.19 4.18 6/327 180587
/proc/meminfo: memFree=79842988/131382116 swapFree=33005528/33010684
[pid=180567] ppid=180564 vsize=18996948 memory=84948 CPUtime=1.17 cores=1,3
/proc/180567/stat : 180567 (java) S 180564 180567 180184 0 -1 4194304 8809 0 0 0 113 4 0 0 20 0 19 0 236951631 19452874752 21237 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
/proc/180567/statm: 4749237 21237 5451 1 0 549572 0
[pid=180567/tid=180569] ppid=180564 vsize=18996948 memory=22272 CPUtime=0.65 cores=1,3
/proc/180567/task/180569/stat : 180569 (java) R 180564 180567 180184 0 -1 4194368 5369 0 0 0 63 2 0 0 20 0 19 0 236951632 19452874752 21237 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
[pid=180567/tid=180578] ppid=180564 vsize=18996948 memory=11008 CPUtime=0 cores=1,3
/proc/180567/task/180578/stat : 180578 (Finalizer) S 180564 180567 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 236951635 19452874752 21237 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
[pid=180567/tid=180585] ppid=180564 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/180567/task/180585/stat : 180585 (Common-Cleaner) S 180564 180567 180184 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 236951636 19452874752 21237 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 84948 KiB

[startup+1.50024 s]
/proc/loadavg: 4.15 4.19 4.18 6/328 180588
/proc/meminfo: memFree=79812616/131382116 swapFree=33005528/33010684
[pid=180567] ppid=180564 vsize=19063512 memory=173988 CPUtime=2.74 cores=1,3
/proc/180567/stat : 180567 (java) S 180564 180567 180184 0 -1 4194304 17224 0 0 0 266 8 0 0 20 0 20 0 236951631 19521036288 43497 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
/proc/180567/statm: 4765878 43497 5483 1 0 552933 0
[pid=180567/tid=180569] ppid=180564 vsize=19063512 memory=3328 CPUtime=1.38 cores=1,3
/proc/180567/task/180569/stat : 180569 (java) R 180564 180567 180184 0 -1 4194368 5802 0 0 0 134 4 0 0 20 0 20 0 236951632 19521036288 43497 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
[pid=180567/tid=180578] ppid=180564 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/180567/task/180578/stat : 180578 (Finalizer) S 180564 180567 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236951635 19521036288 43497 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
[pid=180567/tid=180585] ppid=180564 vsize=19063512 memory=11008 CPUtime=0 cores=1,3
/proc/180567/task/180585/stat : 180585 (Common-Cleaner) S 180564 180567 180184 0 -1 4194368 44 0 0 0 0 0 0 0 20 0 20 0 236951636 19521036288 43497 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
[pid=180567/tid=180588] ppid=180564 vsize=19063512 memory=16368 CPUtime=0 cores=1,3
/proc/180567/task/180588/stat : 180588 (Timer-0) S 180564 180567 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236951685 19521036288 43497 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
Current children cumulated CPU time: 2.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 173988 KiB

[startup+3.1054 s]
/proc/loadavg: 4.30 4.22 4.19 6/329 180589
/proc/meminfo: memFree=79715184/131382116 swapFree=33005528/33010684
[pid=180567] ppid=180564 vsize=19063512 memory=183608 CPUtime=5.92 cores=1,3
/proc/180567/stat : 180567 (java) S 180564 180567 180184 0 -1 4194304 20328 0 0 0 582 10 0 0 20 0 20 0 236951631 19521036288 45902 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
/proc/180567/statm: 4765878 45902 5483 1 0 553604 0
[pid=180567/tid=180569] ppid=180564 vsize=19063512 memory=11008 CPUtime=2.91 cores=1,3
/proc/180567/task/180569/stat : 180569 (java) R 180564 180567 180184 0 -1 4194368 6719 0 0 0 286 5 0 0 20 0 20 0 236951632 19521036288 45902 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
[pid=180567/tid=180578] ppid=180564 vsize=19063512 memory=16368 CPUtime=0 cores=1,3
/proc/180567/task/180578/stat : 180578 (Finalizer) S 180564 180567 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236951635 19521036288 45902 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
[pid=180567/tid=180585] ppid=180564 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/180567/task/180585/stat : 180585 (Common-Cleaner) S 180564 180567 180184 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 236951636 19521036288 45902 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
[pid=180567/tid=180588] ppid=180564 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/180567/task/180588/stat : 180588 (Timer-0) S 180564 180567 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236951685 19521036288 45902 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
Current children cumulated CPU time: 5.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 183608 KiB

[startup+6.30032 s]
/proc/loadavg: 4.30 4.22 4.19 5/329 180589
/proc/meminfo: memFree=79585064/131382116 swapFree=33005528/33010684
[pid=180567] ppid=180564 vsize=19063512 memory=292600 CPUtime=10.01 cores=1,3
/proc/180567/stat : 180567 (java) S 180564 180567 180184 0 -1 4194304 21042 0 0 0 985 16 0 0 20 0 20 0 236951631 19521036288 73150 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
/proc/180567/statm: 4765878 73150 5483 1 0 553621 0
[pid=180567/tid=180569] ppid=180564 vsize=19063512 memory=0 CPUtime=5.9 cores=1,3
/proc/180567/task/180569/stat : 180569 (java) S 180564 180567 180184 0 -1 4194368 6792 0 0 0 581 9 0 0 20 0 20 0 236951632 19521036288 73150 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
[pid=180567/tid=180578] ppid=180564 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/180567/task/180578/stat : 180578 (Finalizer) S 180564 180567 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236951635 19521036288 73150 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
[pid=180567/tid=180585] ppid=180564 vsize=19063512 memory=11008 CPUtime=0 cores=1,3
/proc/180567/task/180585/stat : 180585 (Common-Cleaner) S 180564 180567 180184 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 236951636 19521036288 73150 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
[pid=180567/tid=180588] ppid=180564 vsize=19063512 memory=174116 CPUtime=0 cores=1,3
/proc/180567/task/180588/stat : 180588 (Timer-0) S 180564 180567 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236951685 19521036288 73150 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
Current children cumulated CPU time: 10.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 292600 KiB

[startup+12.7004 s]
/proc/loadavg: 4.35 4.23 4.19 6/329 180589
/proc/meminfo: memFree=79110412/131382116 swapFree=33005528/33010684
[pid=180567] ppid=180564 vsize=19063512 memory=699284 CPUtime=17.36 cores=1,3
/proc/180567/stat : 180567 (java) S 180564 180567 180184 0 -1 4194304 31966 0 0 0 1706 30 0 0 20 0 20 0 236951631 19521036288 174821 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
/proc/180567/statm: 4765878 174821 5483 1 0 852045 0
[pid=180567/tid=180569] ppid=180564 vsize=19063512 memory=11008 CPUtime=12.08 cores=1,3
/proc/180567/task/180569/stat : 180569 (java) R 180564 180567 180184 0 -1 4194368 7803 0 0 0 1191 17 0 0 20 0 20 0 236951632 19521036288 174821 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
[pid=180567/tid=180578] ppid=180564 vsize=19063512 memory=174116 CPUtime=0 cores=1,3
/proc/180567/task/180578/stat : 180578 (Finalizer) S 180564 180567 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236951635 19521036288 174821 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
[pid=180567/tid=180585] ppid=180564 vsize=19063512 memory=16368 CPUtime=0 cores=1,3
/proc/180567/task/180585/stat : 180585 (Common-Cleaner) S 180564 180567 180184 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 236951636 19521036288 174821 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
[pid=180567/tid=180588] ppid=180564 vsize=19063512 memory=699028 CPUtime=0 cores=1,3
/proc/180567/task/180588/stat : 180588 (Timer-0) S 180564 180567 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236951685 19521036288 174821 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
Current children cumulated CPU time: 17.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 699284 KiB

[startup+25.5004 s]
/proc/loadavg: 4.28 4.22 4.19 5/329 180589
/proc/meminfo: memFree=78285572/131382116 swapFree=33005528/33010684
[pid=180567] ppid=180564 vsize=19063512 memory=1512164 CPUtime=30.53 cores=1,3
/proc/180567/stat : 180567 (java) S 180564 180567 180184 0 -1 4194304 34988 0 0 0 3001 52 0 0 20 0 20 0 236951631 19521036288 378041 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
/proc/180567/statm: 4765878 378041 5483 1 0 1006625 0
[pid=180567/tid=180569] ppid=180564 vsize=19063512 memory=699028 CPUtime=24.33 cores=1,3
/proc/180567/task/180569/stat : 180569 (java) S 180564 180567 180184 0 -1 4194368 9118 0 0 0 2400 33 0 0 20 0 20 0 236951632 19521036288 378041 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
[pid=180567/tid=180578] ppid=180564 vsize=19063512 memory=1415904 CPUtime=0 cores=1,3
/proc/180567/task/180578/stat : 180578 (Finalizer) S 180564 180567 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236951635 19521036288 378041 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
[pid=180567/tid=180585] ppid=180564 vsize=19063512 memory=16368 CPUtime=0 cores=1,3
/proc/180567/task/180585/stat : 180585 (Common-Cleaner) S 180564 180567 180184 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 236951636 19521036288 378041 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
[pid=180567/tid=180588] ppid=180564 vsize=19063512 memory=1352380 CPUtime=0 cores=1,3
/proc/180567/task/180588/stat : 180588 (Timer-0) S 180564 180567 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236951685 19521036288 378041 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
Current children cumulated CPU time: 30.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1512164 KiB

[startup+51.1135 s]
/proc/loadavg: 4.26 4.22 4.19 5/329 180589
/proc/meminfo: memFree=77471044/131382116 swapFree=33005528/33010684
[pid=180567] ppid=180564 vsize=19063512 memory=1989620 CPUtime=56.76 cores=1,3
/proc/180567/stat : 180567 (java) S 180564 180567 180184 0 -1 4194304 41034 0 0 0 5597 79 0 0 20 0 20 0 236951631 19521036288 497405 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
/proc/180567/statm: 4765878 497405 5515 1 0 1006629 0
[pid=180567/tid=180569] ppid=180564 vsize=19063512 memory=1788744 CPUtime=49.19 cores=1,3
/proc/180567/task/180569/stat : 180569 (java) R 180564 180567 180184 0 -1 4194368 11137 0 0 0 4869 50 0 0 20 0 20 0 236951632 19521036288 497405 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
[pid=180567/tid=180578] ppid=180564 vsize=19063512 memory=1579748 CPUtime=0 cores=1,3
/proc/180567/task/180578/stat : 180578 (Finalizer) S 180564 180567 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236951635 19521036288 497405 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
[pid=180567/tid=180585] ppid=180564 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/180567/task/180585/stat : 180585 (Common-Cleaner) S 180564 180567 180184 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 236951636 19521036288 497405 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0

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

/proc/180567/task/180569/stat : 180569 (java) R 180564 180567 180184 0 -1 4194368 166131 0 0 0 314404 1411 0 0 20 0 20 0 236951632 19521036288 2597132 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
[pid=180567/tid=180578] ppid=180564 vsize=19063512 memory=9571064 CPUtime=0 cores=1,3
/proc/180567/task/180578/stat : 180578 (Finalizer) S 180564 180567 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236951635 19521036288 2597132 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
[pid=180567/tid=180585] ppid=180564 vsize=19063512 memory=10388528 CPUtime=0 cores=1,3
/proc/180567/task/180585/stat : 180585 (Common-Cleaner) S 180564 180567 180184 0 -1 4194368 3172 0 0 0 0 0 0 0 20 0 20 0 236951636 19521036288 2597132 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
[pid=180567/tid=180588] ppid=180564 vsize=19063512 memory=3104 CPUtime=0 cores=1,3
/proc/180567/task/180588/stat : 180588 (Timer-0) S 180564 180567 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236951685 19521036288 2597132 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
Current children cumulated CPU time: 3272.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10388528 KiB

[startup+3282.3 s]
/proc/loadavg: 4.86 4.48 4.35 5/327 180966
/proc/meminfo: memFree=54600240/131382116 swapFree=33005528/33010684
[pid=180567] ppid=180564 vsize=19063512 memory=10388528 CPUtime=3333.35 cores=1,3
/proc/180567/stat : 180567 (java) S 180564 180567 180184 0 -1 4194304 288753 0 0 0 331654 1681 0 0 20 0 20 0 236951631 19521036288 2597132 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
/proc/180567/statm: 4765878 2597132 5515 1 0 2613682 0
[pid=180567/tid=180569] ppid=180564 vsize=19063512 memory=-5155633680935826750 CPUtime=3217.12 cores=1,3
/proc/180567/task/180569/stat : 180569 (java) R 180564 180567 180184 0 -1 4194368 167500 0 0 0 320284 1428 0 0 20 0 20 0 236951632 19521036288 2597132 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
[pid=180567/tid=180578] ppid=180564 vsize=19063512 memory=6896 CPUtime=0 cores=1,3
/proc/180567/task/180578/stat : 180578 (Finalizer) S 180564 180567 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236951635 19521036288 2597132 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
[pid=180567/tid=180585] ppid=180564 vsize=19063512 memory=10388528 CPUtime=0 cores=1,3
/proc/180567/task/180585/stat : 180585 (Common-Cleaner) S 180564 180567 180184 0 -1 4194368 3253 0 0 0 0 0 0 0 20 0 20 0 236951636 19521036288 2597132 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
[pid=180567/tid=180588] ppid=180564 vsize=19063512 memory=10388528 CPUtime=0 cores=1,3
/proc/180567/task/180588/stat : 180588 (Timer-0) S 180564 180567 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236951685 19521036288 2597132 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
Current children cumulated CPU time: 3333.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10388528 KiB

[startup+3342.3 s]
/proc/loadavg: 4.37 4.41 4.33 5/328 180969
/proc/meminfo: memFree=54159044/131382116 swapFree=33005528/33010684
[pid=180567] ppid=180564 vsize=19063512 memory=10388528 CPUtime=3393.98 cores=1,3
/proc/180567/stat : 180567 (java) S 180564 180567 180184 0 -1 4194304 293147 0 0 0 337699 1699 0 0 20 0 20 0 236951631 19521036288 2597132 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
/proc/180567/statm: 4765878 2597132 5515 1 0 2613682 0
[pid=180567/tid=180569] ppid=180564 vsize=19063512 memory=10388528 CPUtime=3276.12 cores=1,3
/proc/180567/task/180569/stat : 180569 (java) R 180564 180567 180184 0 -1 4194368 170812 0 0 0 326169 1443 0 0 20 0 20 0 236951632 19521036288 2597132 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
[pid=180567/tid=180578] ppid=180564 vsize=19063512 memory=-8887683905887183548 CPUtime=0 cores=1,3
/proc/180567/task/180578/stat : 180578 (Finalizer) S 180564 180567 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236951635 19521036288 2597132 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
[pid=180567/tid=180585] ppid=180564 vsize=19063512 memory=10388528 CPUtime=0 cores=1,3
/proc/180567/task/180585/stat : 180585 (Common-Cleaner) S 180564 180567 180184 0 -1 4194368 3338 0 0 0 0 0 0 0 20 0 20 0 236951636 19521036288 2597132 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
[pid=180567/tid=180588] ppid=180564 vsize=19063512 memory=16368 CPUtime=0 cores=1,3
/proc/180567/task/180588/stat : 180588 (Timer-0) S 180564 180567 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236951685 19521036288 2597132 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
Current children cumulated CPU time: 3393.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10388528 KiB

[startup+3402.3 s]
/proc/loadavg: 4.34 4.39 4.33 5/328 180971
/proc/meminfo: memFree=53860300/131382116 swapFree=33005528/33010684
[pid=180567] ppid=180564 vsize=19063512 memory=10388528 CPUtime=3454.56 cores=1,3
/proc/180567/stat : 180567 (java) S 180564 180567 180184 0 -1 4194304 295753 0 0 0 343736 1720 0 0 20 0 20 0 236951631 19521036288 2597132 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
/proc/180567/statm: 4765878 2597132 5515 1 0 2613682 0
[pid=180567/tid=180569] ppid=180564 vsize=19063512 memory=10388528 CPUtime=3335.12 cores=1,3
/proc/180567/task/180569/stat : 180569 (java) R 180564 180567 180184 0 -1 4194368 172577 0 0 0 332052 1460 0 0 20 0 20 0 236951632 19521036288 2597132 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
[pid=180567/tid=180578] ppid=180564 vsize=19063512 memory=16368 CPUtime=0 cores=1,3
/proc/180567/task/180578/stat : 180578 (Finalizer) S 180564 180567 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236951635 19521036288 2597132 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
[pid=180567/tid=180585] ppid=180564 vsize=19063512 memory=10388528 CPUtime=0 cores=1,3
/proc/180567/task/180585/stat : 180585 (Common-Cleaner) S 180564 180567 180184 0 -1 4194368 3384 0 0 0 0 0 0 0 20 0 20 0 236951636 19521036288 2597132 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
[pid=180567/tid=180588] ppid=180564 vsize=19063512 memory=10388528 CPUtime=0 cores=1,3
/proc/180567/task/180588/stat : 180588 (Timer-0) S 180564 180567 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236951685 19521036288 2597132 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
Current children cumulated CPU time: 3454.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10388528 KiB

[startup+3462.3 s]
/proc/loadavg: 4.29 4.37 4.32 5/327 180973
/proc/meminfo: memFree=53462188/131382116 swapFree=33005528/33010684
[pid=180567] ppid=180564 vsize=19063512 memory=10388528 CPUtime=3515.01 cores=1,3
/proc/180567/stat : 180567 (java) S 180564 180567 180184 0 -1 4194304 302234 0 0 0 349761 1740 0 0 20 0 20 0 236951631 19521036288 2597132 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
/proc/180567/statm: 4765878 2597132 5515 1 0 2613682 0
[pid=180567/tid=180569] ppid=180564 vsize=19063512 memory=10388528 CPUtime=3394.29 cores=1,3
/proc/180567/task/180569/stat : 180569 (java) R 180564 180567 180184 0 -1 4194368 176360 0 0 0 337952 1477 0 0 20 0 20 0 236951632 19521036288 2597132 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
[pid=180567/tid=180578] ppid=180564 vsize=19063512 memory=10388528 CPUtime=0 cores=1,3
/proc/180567/task/180578/stat : 180578 (Finalizer) S 180564 180567 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236951635 19521036288 2597132 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
[pid=180567/tid=180585] ppid=180564 vsize=19063512 memory=10388528 CPUtime=0 cores=1,3
/proc/180567/task/180585/stat : 180585 (Common-Cleaner) S 180564 180567 180184 0 -1 4194368 3473 0 0 0 0 0 0 0 20 0 20 0 236951636 19521036288 2597132 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
[pid=180567/tid=180588] ppid=180564 vsize=19063512 memory=16368 CPUtime=0 cores=1,3
/proc/180567/task/180588/stat : 180588 (Timer-0) S 180564 180567 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236951685 19521036288 2597132 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
Current children cumulated CPU time: 3515.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10388528 KiB

[startup+3522.3 s]
/proc/loadavg: 4.25 4.34 4.32 6/328 180975
/proc/meminfo: memFree=52885980/131382116 swapFree=33005528/33010684
[pid=180567] ppid=180564 vsize=19063512 memory=10388528 CPUtime=3575.51 cores=1,3
/proc/180567/stat : 180567 (java) S 180564 180567 180184 0 -1 4194304 304186 0 0 0 355789 1762 0 0 20 0 20 0 236951631 19521036288 2597132 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
/proc/180567/statm: 4765878 2597132 5515 1 0 2613682 0
[pid=180567/tid=180569] ppid=180564 vsize=19063512 memory=10388528 CPUtime=3453.29 cores=1,3
/proc/180567/task/180569/stat : 180569 (java) R 180564 180567 180184 0 -1 4194368 178033 0 0 0 343833 1496 0 0 20 0 20 0 236951632 19521036288 2597132 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
[pid=180567/tid=180578] ppid=180564 vsize=19063512 memory=10388528 CPUtime=0 cores=1,3
/proc/180567/task/180578/stat : 180578 (Finalizer) S 180564 180567 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236951635 19521036288 2597132 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
[pid=180567/tid=180585] ppid=180564 vsize=19063512 memory=16368 CPUtime=0 cores=1,3
/proc/180567/task/180585/stat : 180585 (Common-Cleaner) S 180564 180567 180184 0 -1 4194368 3485 0 0 0 0 0 0 0 20 0 20 0 236951636 19521036288 2597132 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
[pid=180567/tid=180588] ppid=180564 vsize=19063512 memory=10388528 CPUtime=0 cores=1,3
/proc/180567/task/180588/stat : 180588 (Timer-0) S 180564 180567 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236951685 19521036288 2597132 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
Current children cumulated CPU time: 3575.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10388528 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3546.7 s]
/proc/loadavg: 4.23 4.33 4.31 5/328 180976
/proc/meminfo: memFree=51885652/131382116 swapFree=33005528/33010684
[pid=180567] ppid=180564 vsize=19063512 memory=10388528 CPUtime=3600.04 cores=1,3
/proc/180567/stat : 180567 (java) S 180564 180567 180184 0 -1 4194304 306846 0 0 0 358232 1772 0 0 20 0 20 0 236951631 19521036288 2597132 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
/proc/180567/statm: 4765878 2597132 5515 1 0 2613682 0
[pid=180567/tid=180569] ppid=180564 vsize=19063512 memory=10388528 CPUtime=3477.38 cores=1,3
/proc/180567/task/180569/stat : 180569 (java) R 180564 180567 180184 0 -1 4194368 180438 0 0 0 346232 1506 0 0 20 0 20 0 236951632 19521036288 2597132 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
[pid=180567/tid=180578] ppid=180564 vsize=19063512 memory=10388528 CPUtime=0 cores=1,3
/proc/180567/task/180578/stat : 180578 (Finalizer) S 180564 180567 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236951635 19521036288 2597132 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
[pid=180567/tid=180585] ppid=180564 vsize=19063512 memory=10388528 CPUtime=0.01 cores=1,3
/proc/180567/task/180585/stat : 180585 (Common-Cleaner) S 180564 180567 180184 0 -1 4194368 3610 0 0 0 1 0 0 0 20 0 20 0 236951636 19521036288 2597132 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
[pid=180567/tid=180588] ppid=180564 vsize=19063512 memory=-8887683905887183548 CPUtime=0 cores=1,3
/proc/180567/task/180588/stat : 180588 (Timer-0) S 180564 180567 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236951685 19521036288 2597132 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10388528 KiB

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

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

# cumulated CPU time of all completed processes:  user=3582.54 s, system=17.7792 s

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

[startup+3546.8 s]
/proc/loadavg: 4.23 4.33 4.31 5/328 180976
/proc/meminfo: memFree=51885652/131382116 swapFree=33005528/33010684
[pid=180567] ppid=180564 vsize=19263204 memory=10389424 CPUtime=3600.19 cores=1,3
/proc/180567/stat : 180567 (java) S 180564 180567 180184 0 -1 4194304 309399 0 0 0 358246 1773 0 0 20 0 21 0 236951631 19725520896 2597356 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
/proc/180567/statm: 4815801 2597356 5547 1 0 2614599 0
[pid=180567/tid=180569] ppid=180564 vsize=19263204 memory=5300 CPUtime=3477.4 cores=1,3
/proc/180567/task/180569/stat : 180569 (java) S 180564 180567 180184 0 -1 4194368 180823 0 0 0 346234 1506 0 0 20 0 21 0 236951632 19725520896 2597356 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
[pid=180567/tid=180578] ppid=180564 vsize=19263204 memory=-8887683905887183548 CPUtime=0 cores=1,3
/proc/180567/task/180578/stat : 180578 (Finalizer) S 180564 180567 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 236951635 19725520896 2597356 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
[pid=180567/tid=180585] ppid=180564 vsize=19263204 memory=4912 CPUtime=0.01 cores=1,3
/proc/180567/task/180585/stat : 180585 (Common-Cleaner) S 180564 180567 180184 0 -1 4194368 3610 0 0 0 1 0 0 0 20 0 21 0 236951636 19725520896 2597356 18446744073709551615 94116857663488 94116857667184 140735708838000 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94116857675000 94116857675792 94116865323008 140735708842324 140735708842468 140735708842468 140735708848072 0
Current children cumulated CPU time: 3600.19 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 10389424 KiB

[startup+3546.9 s]*
/proc/loadavg: 4.23 4.33 4.31 5/310 180979
/proc/meminfo: memFree=59212720/131382116 swapFree=33005528/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): 3546.92
CPU time (s): 3600.32
CPU user time (s): 3582.54
CPU system time (s): 17.7792
CPU usage (%): 101.506
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 10389424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3582.54
system time used= 17.7792
maximum resident set size= 10389424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 309619
page faults= 0
swaps= 0
block input operations= 0
block output operations= 21215080
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 119208
involuntary context switches= 26877


# summary of solver processes directly reported to runsolver:
#   pid: 180567
#   total CPU time (s): 3600.32
#   total CPU user time (s): 3582.54
#   total CPU system time (s): 17.7792

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.4248 second user time and 36.2944 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-07-22 21:32:02
IDJOB=4541848
IDBENCH=163507
IDSOLVER=3364
FILE ID=nodeC010/4541848-1753212722
RUNJOBID= nodeC010-1753209221-180197
SLURM_JOB_ID= 9687770
Free space on /tmp= 408132 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/equalities/array_comm/arraycomm_teq/normalized-22arraycomm_teq_less.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4541848-1753212722/watcher-4541848-1753212722 -o /tmp/evaluation-result-4541848-1753212722/solver-4541848-1753212722 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1753209221-180197 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4541848-1753212722 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4541848-1753212722.opb

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

MD5SUM BENCH= 33cd2865dc6656b609d0c0476b6c078b
RANDOM SEED=1491964340

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        79896480 kB
MemAvailable:   121915872 kB
Buffers:             228 kB
Cached:         42764092 kB
SwapCached:         4300 kB
Active:          8811744 kB
Inactive:       41927512 kB
Active(anon):    7948140 kB
Inactive(anon):    48712 kB
Active(file):     863604 kB
Inactive(file): 41878800 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005528 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             92092 kB
Writeback:             0 kB
AnonPages:       7970952 kB
Mapped:           124236 kB
Shmem:             21832 kB
KReclaimable:     233232 kB
Slab:             325192 kB
SReclaimable:     233232 kB
SUnreclaim:        91960 kB
KernelStack:        4992 kB
PageTables:        19408 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    8545900 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150360 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7659520 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:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 393680 MiB
End job on nodeC010 at 2025-07-22 22:31:09