Trace number 4544460

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.21 3603.9

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/koops/
normalized-mat16_15_identity_complement.opb
MD5SUMec82efcd866f342a1f5f756e3ed31d43
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 benchmark5.10808
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5508
Total number of constraints408375
Number of constraints which are clauses397971
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10404
Minimum length of a constraint2
Maximum length of a constraint17
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 16
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 33
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.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.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	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-4544460-1753235699.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  no objective function found
2.04/1.18	c ... done. Wall clock time 1.053s.
2.04/1.18	c declared #vars     5508
2.04/1.18	c #constraints  408375
2.04/1.18	c constraints type 
2.04/1.18	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 312120
2.04/1.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5202
2.04/1.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 91053
2.04/1.18	c 408375 constraints processed.
5.68/4.14	c cleaning 2457 clauses out of 5000 with flag 35626/5000
10.21/8.69	c cleaning 4270 clauses out of 8543 with flag 92004/11000
15.19/13.43	c cleaning 5632 clauses out of 11274 with flag 159398/18001
19.78/17.84	c cleaning 6817 clauses out of 13641 with flag 221945/26000
26.27/24.36	c cleaning 7906 clauses out of 15826 with flag 304221/35002
34.26/32.32	c cleaning 8950 clauses out of 17918 with flag 397219/45000
43.34/41.40	c cleaning 9977 clauses out of 19970 with flag 488965/56002
53.61/51.74	c cleaning 10993 clauses out of 21992 with flag 594991/68001
65.08/63.27	c cleaning 11987 clauses out of 23999 with flag 697479/81001
76.61/74.72	c cleaning 12999 clauses out of 26011 with flag 804499/95000
90.88/89.08	c cleaning 13999 clauses out of 28012 with flag 954386/110000
106.09/104.11	c cleaning 15002 clauses out of 30013 with flag 1101047/126000
122.37/120.45	c cleaning 15999 clauses out of 32012 with flag 1242284/143001
137.82/135.97	c cleaning 17003 clauses out of 34015 with flag 1382149/161003
158.78/156.98	c cleaning 18003 clauses out of 36009 with flag 1566515/180000
179.43/177.67	c cleaning 18995 clauses out of 38006 with flag 1765701/200000
202.75/200.91	c cleaning 20000 clauses out of 40011 with flag 1976697/221000
226.99/225.24	c cleaning 21002 clauses out of 42012 with flag 2201016/243001
251.94/250.20	c cleaning 22000 clauses out of 44009 with flag 2418579/266000
277.78/276.11	c cleaning 23000 clauses out of 46009 with flag 2660229/290000
308.62/306.97	c cleaning 24002 clauses out of 48009 with flag 2911510/315000
337.96/336.31	c cleaning 24999 clauses out of 50008 with flag 3154544/341001
368.40/366.87	c cleaning 25999 clauses out of 52009 with flag 3407929/368001
403.73/402.23	c cleaning 27001 clauses out of 54009 with flag 3703055/396000
442.35/440.81	c cleaning 28007 clauses out of 56013 with flag 4019252/425005
479.26/477.85	c cleaning 28997 clauses out of 58001 with flag 4312901/455000
521.97/520.63	c cleaning 29995 clauses out of 60008 with flag 4628903/486004
565.16/563.82	c cleaning 30999 clauses out of 62010 with flag 4925816/518001
607.07/605.82	c cleaning 32001 clauses out of 64010 with flag 5232379/551000
647.70/646.55	c cleaning 33003 clauses out of 66013 with flag 5526481/585004
685.11/683.96	c cleaning 34003 clauses out of 68009 with flag 5797373/620003
722.51/721.46	c cleaning 34991 clauses out of 70003 with flag 6085223/656000
778.08/777.13	c cleaning 36004 clauses out of 72014 with flag 6478452/693002
834.05/833.15	c cleaning 37002 clauses out of 74011 with flag 6890470/731003
899.38/898.60	c cleaning 37997 clauses out of 76006 with flag 7278695/770000
972.52/971.95	c cleaning 38999 clauses out of 78009 with flag 7671339/810000
1053.13/1052.68	c cleaning 39998 clauses out of 80011 with flag 8107456/851001
1145.90/1145.66	c cleaning 41001 clauses out of 82012 with flag 8534612/893000
1233.72/1233.55	c cleaning 42004 clauses out of 84014 with flag 8995231/936003
1314.06/1314.01	c cleaning 42997 clauses out of 86007 with flag 9480673/980000
1386.21/1386.29	c cleaning 44001 clauses out of 88010 with flag 9955428/1025000
1458.36/1458.51	c cleaning 44998 clauses out of 90009 with flag 10453198/1071000
1532.90/1533.21	c cleaning 46003 clauses out of 92013 with flag 10903322/1118002
1613.78/1614.22	c cleaning 47000 clauses out of 94009 with flag 11355003/1166001
1707.35/1708.00	c cleaning 47989 clauses out of 96009 with flag 11876707/1215001
1805.13/1805.96	c cleaning 49001 clauses out of 98022 with flag 12392046/1265003
1893.35/1894.34	c cleaning 50004 clauses out of 100021 with flag 12887108/1316003
1982.84/1983.97	c cleaning 51000 clauses out of 102016 with flag 13394849/1368002
2072.95/2074.23	c cleaning 52002 clauses out of 104015 with flag 13916356/1421001
2158.21/2159.62	c cleaning 53000 clauses out of 106013 with flag 14431769/1475001
2254.67/2256.33	c cleaning 54001 clauses out of 108012 with flag 14985156/1530000
2345.04/2346.82	c cleaning 54994 clauses out of 110012 with flag 15558551/1586001
2436.11/2438.14	c cleaning 55998 clauses out of 112018 with flag 16058826/1643001
2526.51/2528.21	c cleaning 57004 clauses out of 114019 with flag 16591193/1701000
2626.67/2628.61	c cleaning 58005 clauses out of 116016 with flag 17148251/1760001
2735.37/2737.59	c cleaning 59003 clauses out of 118012 with flag 17765471/1820002
2846.64/2849.02	c cleaning 59998 clauses out of 120008 with flag 18369718/1881001
2960.61/2963.16	c cleaning 61006 clauses out of 122011 with flag 19010859/1943002
3068.66/3071.49	c cleaning 61998 clauses out of 124003 with flag 19634567/2006000
3180.63/3183.61	c cleaning 62999 clauses out of 126005 with flag 20332942/2070000
3305.75/3308.95	c cleaning 64002 clauses out of 128009 with flag 21050364/2135003
3433.67/3437.16	c cleaning 64997 clauses out of 130005 with flag 21751531/2201001
3595.98/3599.72	c cleaning 66000 clauses out of 132007 with flag 22613571/2268000
3600.07/3603.81	c starts		: 185
3600.07/3603.82	c timeout
3600.07/3603.82	c conflicts		: 2270154
3600.07/3603.82	c decisions		: 2569128
3600.07/3603.82	c propagations		: 951339004
3600.07/3603.82	c inspects		: 39875764924
3600.07/3603.82	c shortcuts		: 0
3600.07/3603.82	c learnt literals	: 0
3600.07/3603.82	c learnt binary clauses	: 0
3600.07/3603.82	c learnt ternary clauses	: 0
3600.07/3603.82	c learnt constraints	: 2270154
3600.07/3603.82	c ignored constraints	: 0
3600.07/3603.82	c root simplifications	: 0
3600.07/3603.82	c removed literals (reason simplification)	: 2871487
3600.07/3603.82	c reason swapping (by a shorter reason)	: 0
3600.07/3603.82	c Calls to reduceDB	: 63
3600.07/3603.82	c Number of update (reduction) of LBD	: 1343419
3600.07/3603.82	c Imported unit clauses	: 0
3600.07/3603.82	c No decision after first conflict	: false
3600.07/3603.82	c number of reductions to clauses (during analyze)	: 0
3600.07/3603.82	c number of learned constraints concerned by reduction	: 0
3600.07/3603.82	c number of learning phase by resolution	: 0
3600.07/3603.83	c number of learning phase by cutting planes	: 0
3600.07/3603.83	c number of rounding to 1 operations	: 0
3600.07/3603.83	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3603.83	c number of reductions of the coefficients by power 2 	: 0
3600.07/3603.83	c number of right shift for reduction by power 2 	: 0
3600.07/3603.83	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3603.83	c number of ending skipping 	: 0
3600.07/3603.83	c number of internal skipping 	: 0
3600.07/3603.83	c number of derivation steps 	: 0
3600.07/3603.83	c number of skipped derivation steps 	: 0
3600.07/3603.83	c number of remaining unassigned 	: 0
3600.07/3603.83	c number of remaining assigned 	: 0
3600.07/3603.83	c number of falsified literals weakened from reason	: 0
3600.07/3603.83	c number of falsified literals weakened from conflict	: 0
3600.07/3603.83	c time for arithmetic operations	: 0
3600.07/3603.83	c minimum degree of deleted constraints	: null
3600.07/3603.83	c maximum degree of deleted constraints	: null
3600.07/3603.83	c number of deleted constraints	: 0
3600.07/3603.83	c speed (assignments/second)	: 264066.672088606
3600.07/3603.83	c non guided choices	: 67
3600.07/3603.88	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 68161
3600.07/3603.88	s UNKNOWN
3600.07/3603.88	c Total wall clock time (in seconds): 3603.753

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4544460-1753235699/watcher-4544460-1753235699 -o /tmp/evaluation-result-4544460-1753235699/solver-4544460-1753235699 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1753232113-171697 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4544460-1753235699.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=172202, runsolver pid=172199
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 4.20 4.15 4.10 5/337 172220
/proc/meminfo: memFree=125617336/131249996 swapFree=33010672/33010684
[pid=172202] ppid=172199 vsize=18930384 memory=57796 CPUtime=0.13 cores=0,2
/proc/172202/stat : 172202 (java) S 172199 172202 171687 0 -1 4194304 6590 0 0 0 11 2 0 0 20 0 18 0 239247794 19384713216 14449 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
/proc/172202/statm: 4732596 14449 5337 1 0 547624 0
[pid=172202/tid=172204] ppid=172199 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=0,2
/proc/172202/task/172204/stat : 172204 (java) R 172199 172202 171687 0 -1 4194368 5093 0 0 0 7 1 0 0 20 0 18 0 239247796 19384713216 14449 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
[pid=172202/tid=172213] ppid=172199 vsize=18930384 memory=241407623509 CPUtime=0 cores=0,2
/proc/172202/task/172213/stat : 172213 (Finalizer) S 172199 172202 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239247798 19384713216 14449 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
[pid=172202/tid=172220] ppid=172199 vsize=18930384 memory=59585004324181 CPUtime=0 cores=0,2
/proc/172202/task/172220/stat : 172220 (Common-Cleaner) S 172199 172202 171687 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 239247798 19384713216 14449 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57796 KiB

[startup+0.205864 s]*
/proc/loadavg: 4.20 4.15 4.10 7/337 172220
/proc/meminfo: memFree=125608388/131249996 swapFree=33010672/33010684
[pid=172202] ppid=172199 vsize=18930384 memory=72244 CPUtime=0.33 cores=0,2
/proc/172202/stat : 172202 (java) S 172199 172202 171687 0 -1 4194304 7024 0 0 0 31 2 0 0 20 0 18 0 239247794 19384713216 18061 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
/proc/172202/statm: 4732596 18061 5433 1 0 547909 0
[pid=172202/tid=172204] ppid=172199 vsize=18930384 memory=4026990876 CPUtime=0.18 cores=0,2
/proc/172202/task/172204/stat : 172204 (java) R 172199 172202 171687 0 -1 4194368 5282 0 0 0 17 1 0 0 20 0 18 0 239247796 19384713216 18061 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
[pid=172202/tid=172213] ppid=172199 vsize=18930384 memory=18954 CPUtime=0 cores=0,2
/proc/172202/task/172213/stat : 172213 (Finalizer) S 172199 172202 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239247798 19384713216 18061 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
[pid=172202/tid=172220] ppid=172199 vsize=18930384 memory=58485492679654 CPUtime=0 cores=0,2
/proc/172202/task/172220/stat : 172220 (Common-Cleaner) S 172199 172202 171687 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 239247798 19384713216 18061 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 72244 KiB

[startup+0.305821 s]*
/proc/loadavg: 4.20 4.15 4.10 7/337 172220
/proc/meminfo: memFree=125564972/131249996 swapFree=33010672/33010684
[pid=172202] ppid=172199 vsize=18930384 memory=111240 CPUtime=0.52 cores=0,2
/proc/172202/stat : 172202 (java) S 172199 172202 171687 0 -1 4194304 8520 0 0 0 49 3 0 0 20 0 18 0 239247794 19384713216 27810 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
/proc/172202/statm: 4732596 27810 5433 1 0 548892 0
[pid=172202/tid=172204] ppid=172199 vsize=18930384 memory=-8526555900240765628 CPUtime=0.28 cores=0,2
/proc/172202/task/172204/stat : 172204 (java) R 172199 172202 171687 0 -1 4194368 5307 0 0 0 26 2 0 0 20 0 18 0 239247796 19384713216 27810 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
[pid=172202/tid=172213] ppid=172199 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/172202/task/172213/stat : 172213 (Finalizer) S 172199 172202 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239247798 19384713216 27810 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
[pid=172202/tid=172220] ppid=172199 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/172202/task/172220/stat : 172220 (Common-Cleaner) S 172199 172202 171687 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 239247798 19384713216 28322 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 111240 KiB

[startup+0.700235 s]
/proc/loadavg: 4.20 4.15 4.10 7/338 172221
/proc/meminfo: memFree=125507944/131249996 swapFree=33010672/33010684
[pid=172202] ppid=172199 vsize=18996948 memory=183264 CPUtime=1.27 cores=0,2
/proc/172202/stat : 172202 (java) S 172199 172202 171687 0 -1 4194304 12742 0 0 0 121 6 0 0 20 0 19 0 239247794 19452874752 45816 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
/proc/172202/statm: 4749237 45816 5465 1 0 551635 0
[pid=172202/tid=172204] ppid=172199 vsize=18996948 memory=27264 CPUtime=0.62 cores=0,2
/proc/172202/task/172204/stat : 172204 (java) R 172199 172202 171687 0 -1 4194368 5328 0 0 0 59 3 0 0 20 0 19 0 239247796 19452874752 45816 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
[pid=172202/tid=172213] ppid=172199 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/172202/task/172213/stat : 172213 (Finalizer) S 172199 172202 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239247798 19452874752 45816 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
[pid=172202/tid=172220] ppid=172199 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/172202/task/172220/stat : 172220 (Common-Cleaner) S 172199 172202 171687 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 239247798 19452874752 45816 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 183264 KiB

[startup+1.50023 s]
/proc/loadavg: 4.26 4.17 4.10 6/338 172221
/proc/meminfo: memFree=125255952/131249996 swapFree=33010672/33010684
[pid=172202] ppid=172199 vsize=19063512 memory=391952 CPUtime=2.8 cores=0,2
/proc/172202/stat : 172202 (java) S 172199 172202 171687 0 -1 4194304 17293 0 0 0 269 11 0 0 20 0 20 0 239247794 19521036288 97988 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
/proc/172202/statm: 4765878 97988 5497 1 0 1080853 0
[pid=172202/tid=172204] ppid=172199 vsize=19063512 memory=3328 CPUtime=1.31 cores=0,2
/proc/172202/task/172204/stat : 172204 (java) R 172199 172202 171687 0 -1 4194368 5460 0 0 0 124 7 0 0 20 0 20 0 239247796 19521036288 97988 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
[pid=172202/tid=172213] ppid=172199 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/172202/task/172213/stat : 172213 (Finalizer) S 172199 172202 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239247798 19521036288 97988 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
[pid=172202/tid=172220] ppid=172199 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/172202/task/172220/stat : 172220 (Common-Cleaner) S 172199 172202 171687 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 239247798 19521036288 97988 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
Current children cumulated CPU time: 2.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 391952 KiB

[startup+3.10575 s]
/proc/loadavg: 4.26 4.17 4.10 6/339 172222
/proc/meminfo: memFree=124829752/131249996 swapFree=33010672/33010684
[pid=172202] ppid=172199 vsize=19063512 memory=418924 CPUtime=4.66 cores=0,2
/proc/172202/stat : 172202 (java) S 172199 172202 171687 0 -1 4194304 17401 0 0 0 454 12 0 0 20 0 20 0 239247794 19521036288 104731 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
/proc/172202/statm: 4765878 104731 5497 1 0 1080866 0
[pid=172202/tid=172204] ppid=172199 vsize=19063512 memory=10752 CPUtime=2.87 cores=0,2
/proc/172202/task/172204/stat : 172204 (java) R 172199 172202 171687 0 -1 4194368 5464 0 0 0 280 7 0 0 20 0 20 0 239247796 19521036288 104731 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
[pid=172202/tid=172213] ppid=172199 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/172202/task/172213/stat : 172213 (Finalizer) S 172199 172202 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239247798 19521036288 104731 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
[pid=172202/tid=172220] ppid=172199 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/172202/task/172220/stat : 172220 (Common-Cleaner) S 172199 172202 171687 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 239247798 19521036288 104731 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
[pid=172202/tid=172222] ppid=172199 vsize=19063512 memory=5276 CPUtime=0 cores=0,2
/proc/172202/task/172222/stat : 172222 (Timer-0) S 172199 172202 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239247913 19521036288 104731 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
Current children cumulated CPU time: 4.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 418924 KiB

[startup+6.30024 s]
/proc/loadavg: 4.24 4.16 4.10 6/339 172222
/proc/meminfo: memFree=124407620/131249996 swapFree=33010672/33010684
[pid=172202] ppid=172199 vsize=19063512 memory=414012 CPUtime=7.92 cores=0,2
/proc/172202/stat : 172202 (java) S 172199 172202 171687 0 -1 4194304 20417 0 0 0 780 12 0 0 20 0 20 0 239247794 19521036288 103503 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
/proc/172202/statm: 4765878 103503 5497 1 0 1080910 0
[pid=172202/tid=172204] ppid=172199 vsize=19063512 memory=0 CPUtime=6.05 cores=0,2
/proc/172202/task/172204/stat : 172204 (java) R 172199 172202 171687 0 -1 4194368 5800 0 0 0 598 7 0 0 20 0 20 0 239247796 19521036288 103503 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
[pid=172202/tid=172213] ppid=172199 vsize=19063512 memory=7100839887185286273 CPUtime=0 cores=0,2
/proc/172202/task/172213/stat : 172213 (Finalizer) S 172199 172202 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239247798 19521036288 103503 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
[pid=172202/tid=172220] ppid=172199 vsize=19063512 memory=-8526555900240765628 CPUtime=0 cores=0,2
/proc/172202/task/172220/stat : 172220 (Common-Cleaner) S 172199 172202 171687 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 239247798 19521036288 103503 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
[pid=172202/tid=172222] ppid=172199 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/172202/task/172222/stat : 172222 (Timer-0) S 172199 172202 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239247913 19521036288 103503 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
Current children cumulated CPU time: 7.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 414012 KiB

[startup+12.7002 s]
/proc/loadavg: 4.22 4.16 4.10 5/339 172222
/proc/meminfo: memFree=123038800/131249996 swapFree=33010672/33010684
[pid=172202] ppid=172199 vsize=19063512 memory=414012 CPUtime=14.4 cores=0,2
/proc/172202/stat : 172202 (java) S 172199 172202 171687 0 -1 4194304 22721 0 0 0 1428 12 0 0 20 0 20 0 239247794 19521036288 103503 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
/proc/172202/statm: 4765878 103503 5497 1 0 1080910 0
[pid=172202/tid=172204] ppid=172199 vsize=19063512 memory=0 CPUtime=12.43 cores=0,2
/proc/172202/task/172204/stat : 172204 (java) R 172199 172202 171687 0 -1 4194368 6351 0 0 0 1236 7 0 0 20 0 20 0 239247796 19521036288 103503 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
[pid=172202/tid=172213] ppid=172199 vsize=19063512 memory=414012 CPUtime=0 cores=0,2
/proc/172202/task/172213/stat : 172213 (Finalizer) S 172199 172202 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239247798 19521036288 103503 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
[pid=172202/tid=172220] ppid=172199 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/172202/task/172220/stat : 172220 (Common-Cleaner) S 172199 172202 171687 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 239247798 19521036288 103503 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
[pid=172202/tid=172222] ppid=172199 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/172202/task/172222/stat : 172222 (Timer-0) S 172199 172202 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239247913 19521036288 103503 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
Current children cumulated CPU time: 14.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 414012 KiB

[startup+25.5002 s]
/proc/loadavg: 4.19 4.16 4.10 5/338 172289
/proc/meminfo: memFree=122786256/131249996 swapFree=33010672/33010684
[pid=172202] ppid=172199 vsize=19063512 memory=414524 CPUtime=27.47 cores=0,2
/proc/172202/stat : 172202 (java) S 172199 172202 171687 0 -1 4194304 27883 0 0 0 2734 13 0 0 20 0 20 0 239247794 19521036288 103631 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
/proc/172202/statm: 4765878 103631 5529 1 0 1080958 0
[pid=172202/tid=172204] ppid=172199 vsize=19063512 memory=14676 CPUtime=25.19 cores=0,2
/proc/172202/task/172204/stat : 172204 (java) R 172199 172202 171687 0 -1 4194368 7503 0 0 0 2512 7 0 0 20 0 20 0 239247796 19521036288 103631 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
[pid=172202/tid=172213] ppid=172199 vsize=19063512 memory=414396 CPUtime=0 cores=0,2
/proc/172202/task/172213/stat : 172213 (Finalizer) S 172199 172202 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239247798 19521036288 103631 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
[pid=172202/tid=172220] ppid=172199 vsize=19063512 memory=414396 CPUtime=0 cores=0,2
/proc/172202/task/172220/stat : 172220 (Common-Cleaner) S 172199 172202 171687 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 239247798 19521036288 103631 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
[pid=172202/tid=172222] ppid=172199 vsize=19063512 memory=391952 CPUtime=0 cores=0,2
/proc/172202/task/172222/stat : 172222 (Timer-0) S 172199 172202 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239247913 19521036288 103631 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
Current children cumulated CPU time: 27.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 414524 KiB

[startup+51.1057 s]
/proc/loadavg: 4.37 4.20 4.12 5/337 172289
/proc/meminfo: memFree=120398820/131249996 swapFree=33010672/33010684
[pid=172202] ppid=172199 vsize=19063512 memory=414524 CPUtime=53.01 cores=0,2
/proc/172202/stat : 172202 (java) S 172199 172202 171687 0 -1 4194304 28664 0 0 0 5287 14 0 0 20 0 20 0 239247794 19521036288 103631 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
/proc/172202/statm: 4765878 103631 5529 1 0 1080958 0
[pid=172202/tid=172204] ppid=172199 vsize=19063512 memory=3556 CPUtime=50.71 cores=0,2
/proc/172202/task/172204/stat : 172204 (java) R 172199 172202 171687 0 -1 4194368 8180 0 0 0 5064 7 0 0 20 0 20 0 239247796 19521036288 103631 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
[pid=172202/tid=172213] ppid=172199 vsize=19063512 memory=414524 CPUtime=0 cores=0,2
/proc/172202/task/172213/stat : 172213 (Finalizer) S 172199 172202 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239247798 19521036288 103631 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
[pid=172202/tid=172220] ppid=172199 vsize=19063512 memory=414524 CPUtime=0 cores=0,2
/proc/172202/task/172220/stat : 172220 (Common-Cleaner) S 172199 172202 171687 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 239247798 19521036288 103631 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
[pid=172202/tid=172222] ppid=172199 vsize=19063512 memory=414524 CPUtime=0 cores=0,2
/proc/172202/task/172222/stat : 172222 (Timer-0) S 172199 172202 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239247913 19521036288 103631 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0

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

/proc/meminfo: memFree=95252800/131249996 swapFree=33010672/33010684
[pid=172202] ppid=172199 vsize=19063512 memory=2480132 CPUtime=3219.34 cores=0,2
/proc/172202/stat : 172202 (java) S 172199 172202 171687 0 -1 4194304 86703 0 0 0 321786 148 0 0 20 0 20 0 239247794 19521036288 620033 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
/proc/172202/statm: 4765878 620033 5529 1 0 1084110 0
[pid=172202/tid=172204] ppid=172199 vsize=19063512 memory=2480132 CPUtime=3211.1 cores=0,2
/proc/172202/task/172204/stat : 172204 (java) R 172199 172202 171687 0 -1 4194368 29376 0 0 0 321099 11 0 0 20 0 20 0 239247796 19521036288 620033 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
[pid=172202/tid=172213] ppid=172199 vsize=19063512 memory=2480132 CPUtime=0 cores=0,2
/proc/172202/task/172213/stat : 172213 (Finalizer) S 172199 172202 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239247798 19521036288 620033 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
[pid=172202/tid=172220] ppid=172199 vsize=19063512 memory=2480132 CPUtime=0 cores=0,2
/proc/172202/task/172220/stat : 172220 (Common-Cleaner) S 172199 172202 171687 0 -1 4194368 2166 0 0 0 0 0 0 0 20 0 20 0 239247798 19521036288 620033 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
[pid=172202/tid=172222] ppid=172199 vsize=19063512 memory=2480132 CPUtime=0 cores=0,2
/proc/172202/task/172222/stat : 172222 (Timer-0) S 172199 172202 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239247913 19521036288 620033 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
Current children cumulated CPU time: 3219.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2480132 KiB

[startup+3282.3 s]
/proc/loadavg: 4.50 4.41 4.30 5/338 172980
/proc/meminfo: memFree=95027628/131249996 swapFree=33010672/33010684
[pid=172202] ppid=172199 vsize=19063512 memory=2480132 CPUtime=3279.21 cores=0,2
/proc/172202/stat : 172202 (java) S 172199 172202 171687 0 -1 4194304 87351 0 0 0 327771 150 0 0 20 0 20 0 239247794 19521036288 620033 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
/proc/172202/statm: 4765878 620033 5529 1 0 1084110 0
[pid=172202/tid=172204] ppid=172199 vsize=19063512 memory=14676 CPUtime=3270.95 cores=0,2
/proc/172202/task/172204/stat : 172204 (java) R 172199 172202 171687 0 -1 4194368 29893 0 0 0 327084 11 0 0 20 0 20 0 239247796 19521036288 620033 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
[pid=172202/tid=172213] ppid=172199 vsize=19063512 memory=2480132 CPUtime=0 cores=0,2
/proc/172202/task/172213/stat : 172213 (Finalizer) S 172199 172202 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239247798 19521036288 620033 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
[pid=172202/tid=172220] ppid=172199 vsize=19063512 memory=2480132 CPUtime=0 cores=0,2
/proc/172202/task/172220/stat : 172220 (Common-Cleaner) S 172199 172202 171687 0 -1 4194368 2229 0 0 0 0 0 0 0 20 0 20 0 239247798 19521036288 620033 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
[pid=172202/tid=172222] ppid=172199 vsize=19063512 memory=2480132 CPUtime=0 cores=0,2
/proc/172202/task/172222/stat : 172222 (Timer-0) S 172199 172202 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239247913 19521036288 620033 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
Current children cumulated CPU time: 3279.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2480132 KiB

[startup+3342.3 s]
/proc/loadavg: 4.62 4.48 4.34 5/338 173045
/proc/meminfo: memFree=110345516/131249996 swapFree=33010672/33010684
[pid=172202] ppid=172199 vsize=19063512 memory=2480132 CPUtime=3339.08 cores=0,2
/proc/172202/stat : 172202 (java) S 172199 172202 171687 0 -1 4194304 87877 0 0 0 333756 152 0 0 20 0 20 0 239247794 19521036288 620033 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
/proc/172202/statm: 4765878 620033 5529 1 0 1084110 0
[pid=172202/tid=172204] ppid=172199 vsize=19063512 memory=14676 CPUtime=3330.79 cores=0,2
/proc/172202/task/172204/stat : 172204 (java) R 172199 172202 171687 0 -1 4194368 30351 0 0 0 333068 11 0 0 20 0 20 0 239247796 19521036288 620033 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
[pid=172202/tid=172213] ppid=172199 vsize=19063512 memory=2480132 CPUtime=0 cores=0,2
/proc/172202/task/172213/stat : 172213 (Finalizer) S 172199 172202 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239247798 19521036288 620033 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
[pid=172202/tid=172220] ppid=172199 vsize=19063512 memory=2480132 CPUtime=0 cores=0,2
/proc/172202/task/172220/stat : 172220 (Common-Cleaner) S 172199 172202 171687 0 -1 4194368 2229 0 0 0 0 0 0 0 20 0 20 0 239247798 19521036288 620033 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
[pid=172202/tid=172222] ppid=172199 vsize=19063512 memory=2480132 CPUtime=0 cores=0,2
/proc/172202/task/172222/stat : 172222 (Timer-0) S 172199 172202 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239247913 19521036288 620033 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
Current children cumulated CPU time: 3339.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2480132 KiB

[startup+3402.3 s]
/proc/loadavg: 4.40 4.44 4.33 5/340 173121
/proc/meminfo: memFree=123738868/131249996 swapFree=33010672/33010684
[pid=172202] ppid=172199 vsize=19063512 memory=2480132 CPUtime=3398.95 cores=0,2
/proc/172202/stat : 172202 (java) S 172199 172202 171687 0 -1 4194304 88023 0 0 0 339742 153 0 0 20 0 20 0 239247794 19521036288 620033 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
/proc/172202/statm: 4765878 620033 5529 1 0 1084117 0
[pid=172202/tid=172204] ppid=172199 vsize=19063512 memory=2480132 CPUtime=3390.63 cores=0,2
/proc/172202/task/172204/stat : 172204 (java) R 172199 172202 171687 0 -1 4194368 30408 0 0 0 339052 11 0 0 20 0 20 0 239247796 19521036288 620033 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
[pid=172202/tid=172213] ppid=172199 vsize=19063512 memory=2480132 CPUtime=0 cores=0,2
/proc/172202/task/172213/stat : 172213 (Finalizer) S 172199 172202 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239247798 19521036288 620033 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
[pid=172202/tid=172220] ppid=172199 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/172202/task/172220/stat : 172220 (Common-Cleaner) S 172199 172202 171687 0 -1 4194368 2292 0 0 0 0 0 0 0 20 0 20 0 239247798 19521036288 620033 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
[pid=172202/tid=172222] ppid=172199 vsize=19063512 memory=2480132 CPUtime=0 cores=0,2
/proc/172202/task/172222/stat : 172222 (Timer-0) S 172199 172202 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239247913 19521036288 620033 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
Current children cumulated CPU time: 3398.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2480132 KiB

[startup+3462.3 s]
/proc/loadavg: 4.18 4.37 4.32 5/341 173124
/proc/meminfo: memFree=123376272/131249996 swapFree=33010672/33010684
[pid=172202] ppid=172199 vsize=19063512 memory=2482256 CPUtime=3458.91 cores=0,2
/proc/172202/stat : 172202 (java) S 172199 172202 171687 0 -1 4194304 89250 0 0 0 345737 154 0 0 20 0 20 0 239247794 19521036288 620564 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
/proc/172202/statm: 4765878 620564 5529 1 0 1084119 0
[pid=172202/tid=172204] ppid=172199 vsize=19063512 memory=2480132 CPUtime=3450.36 cores=0,2
/proc/172202/task/172204/stat : 172204 (java) R 172199 172202 171687 0 -1 4194368 30950 0 0 0 345025 11 0 0 20 0 20 0 239247796 19521036288 620564 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
[pid=172202/tid=172213] ppid=172199 vsize=19063512 memory=2480132 CPUtime=0 cores=0,2
/proc/172202/task/172213/stat : 172213 (Finalizer) S 172199 172202 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239247798 19521036288 620564 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
[pid=172202/tid=172220] ppid=172199 vsize=19063512 memory=2480132 CPUtime=0 cores=0,2
/proc/172202/task/172220/stat : 172220 (Common-Cleaner) S 172199 172202 171687 0 -1 4194368 2292 0 0 0 0 0 0 0 20 0 20 0 239247798 19521036288 620564 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
[pid=172202/tid=172222] ppid=172199 vsize=19063512 memory=14676 CPUtime=0 cores=0,2
/proc/172202/task/172222/stat : 172222 (Timer-0) S 172199 172202 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239247913 19521036288 620564 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
Current children cumulated CPU time: 3458.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2482256 KiB

[startup+3522.3 s]
/proc/loadavg: 4.23 4.35 4.31 5/342 173127
/proc/meminfo: memFree=123071624/131249996 swapFree=33010672/33010684
[pid=172202] ppid=172199 vsize=19063512 memory=2482256 CPUtime=3518.78 cores=0,2
/proc/172202/stat : 172202 (java) S 172199 172202 171687 0 -1 4194304 89950 0 0 0 351722 156 0 0 20 0 20 0 239247794 19521036288 620564 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
/proc/172202/statm: 4765878 620564 5529 1 0 1084119 0
[pid=172202/tid=172204] ppid=172199 vsize=19063512 memory=2480132 CPUtime=3510.21 cores=0,2
/proc/172202/task/172204/stat : 172204 (java) R 172199 172202 171687 0 -1 4194368 31514 0 0 0 351009 12 0 0 20 0 20 0 239247796 19521036288 620564 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
[pid=172202/tid=172213] ppid=172199 vsize=19063512 memory=2480132 CPUtime=0 cores=0,2
/proc/172202/task/172213/stat : 172213 (Finalizer) S 172199 172202 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239247798 19521036288 620564 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
[pid=172202/tid=172220] ppid=172199 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/172202/task/172220/stat : 172220 (Common-Cleaner) S 172199 172202 171687 0 -1 4194368 2356 0 0 0 0 0 0 0 20 0 20 0 239247798 19521036288 620564 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
[pid=172202/tid=172222] ppid=172199 vsize=19063512 memory=2482256 CPUtime=0 cores=0,2
/proc/172202/task/172222/stat : 172222 (Timer-0) S 172199 172202 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239247913 19521036288 620564 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
Current children cumulated CPU time: 3518.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2482256 KiB

[startup+3582.3 s]
/proc/loadavg: 4.21 4.31 4.30 5/342 173129
/proc/meminfo: memFree=122728444/131249996 swapFree=33010672/33010684
[pid=172202] ppid=172199 vsize=19063512 memory=2482256 CPUtime=3578.63 cores=0,2
/proc/172202/stat : 172202 (java) S 172199 172202 171687 0 -1 4194304 90295 0 0 0 357706 157 0 0 20 0 20 0 239247794 19521036288 620564 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
/proc/172202/statm: 4765878 620564 5529 1 0 1084119 0
[pid=172202/tid=172204] ppid=172199 vsize=19063512 memory=2482256 CPUtime=3570.04 cores=0,2
/proc/172202/task/172204/stat : 172204 (java) R 172199 172202 171687 0 -1 4194368 31734 0 0 0 356992 12 0 0 20 0 20 0 239247796 19521036288 620564 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
[pid=172202/tid=172213] ppid=172199 vsize=19063512 memory=2482256 CPUtime=0 cores=0,2
/proc/172202/task/172213/stat : 172213 (Finalizer) S 172199 172202 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239247798 19521036288 620564 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
[pid=172202/tid=172220] ppid=172199 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/172202/task/172220/stat : 172220 (Common-Cleaner) S 172199 172202 171687 0 -1 4194368 2406 0 0 0 0 0 0 0 20 0 20 0 239247798 19521036288 620564 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
[pid=172202/tid=172222] ppid=172199 vsize=19063512 memory=2482256 CPUtime=0 cores=0,2
/proc/172202/task/172222/stat : 172222 (Timer-0) S 172199 172202 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239247913 19521036288 620564 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
Current children cumulated CPU time: 3578.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2482256 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3603.8 s]
/proc/loadavg: 4.22 4.31 4.30 5/342 173129
/proc/meminfo: memFree=122712076/131249996 swapFree=33010672/33010684
[pid=172202] ppid=172199 vsize=19063512 memory=2482256 CPUtime=3600.07 cores=0,2
/proc/172202/stat : 172202 (java) S 172199 172202 171687 0 -1 4194304 90454 0 0 0 359850 157 0 0 20 0 20 0 239247794 19521036288 620564 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
/proc/172202/statm: 4765878 620564 5529 1 0 1084119 0
[pid=172202/tid=172204] ppid=172199 vsize=19063512 memory=5276 CPUtime=3591.47 cores=0,2
/proc/172202/task/172204/stat : 172204 (java) R 172199 172202 171687 0 -1 4194368 31857 0 0 0 359135 12 0 0 20 0 20 0 239247796 19521036288 620564 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
[pid=172202/tid=172213] ppid=172199 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/172202/task/172213/stat : 172213 (Finalizer) S 172199 172202 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239247798 19521036288 620564 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
[pid=172202/tid=172220] ppid=172199 vsize=19063512 memory=-8526555900240765628 CPUtime=0 cores=0,2
/proc/172202/task/172220/stat : 172220 (Common-Cleaner) S 172199 172202 171687 0 -1 4194368 2406 0 0 0 0 0 0 0 20 0 20 0 239247798 19521036288 620564 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
[pid=172202/tid=172222] ppid=172199 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/172202/task/172222/stat : 172222 (Timer-0) S 172199 172202 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239247913 19521036288 620564 18446744073709551615 93848086196224 93848086199920 140733367900688 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93848086207736 93848086208528 93848098910208 140733367908735 140733367908836 140733367908836 140733367914440 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2482256 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.62 s, system=1.59429 s

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

Child status: 143

Real time (s): 3603.9
CPU time (s): 3600.21
CPU user time (s): 3598.62
CPU system time (s): 1.59429
CPU usage (%): 99.8977
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2482256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.62
system time used= 1.59429
maximum resident set size= 2483408
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92879
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15216
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 128627
involuntary context switches= 9229


# summary of solver processes directly reported to runsolver:
#   pid: 172202
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3598.62
#   total CPU system time (s): 1.59429

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.66724 second user time and 16.8902 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-07-23 03:54:59
IDJOB=4544460
IDBENCH=180672
IDSOLVER=3363
FILE ID=nodeC024/4544460-1753235699
RUNJOBID= nodeC024-1753232113-171697
SLURM_JOB_ID= 9687842
Free space on /tmp= 433028 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB25/normalized-PB25/DEC-LIN/koops/normalized-mat16_15_identity_complement.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4544460-1753235699/watcher-4544460-1753235699 -o /tmp/evaluation-result-4544460-1753235699/solver-4544460-1753235699 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1753232113-171697 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4544460-1753235699.opb

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

MD5SUM BENCH= ec82efcd866f342a1f5f756e3ed31d43
RANDOM SEED=683053489

nodeC024 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.677
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.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	: 0xb00002a
cpu MHz		: 3599.669
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.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	: 0xb00002a
cpu MHz		: 3599.730
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.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	: 0xb00002a
cpu MHz		: 3477.691
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.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	: 0xb00002a
cpu MHz		: 3599.678
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.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	: 0xb00002a
cpu MHz		: 3700.000
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.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	: 0xb00002a
cpu MHz		: 3598.041
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.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	: 0xb00002a
cpu MHz		: 3599.674
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        125654480 kB
MemAvailable:   126228616 kB
Buffers:            2128 kB
Cached:          1335972 kB
SwapCached:            8 kB
Active:          4715588 kB
Inactive:         208740 kB
Active(anon):    3610892 kB
Inactive(anon):     1588 kB
Active(file):    1104696 kB
Inactive(file):   207152 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             13812 kB
Writeback:             0 kB
AnonPages:       3586348 kB
Mapped:           128692 kB
Shmem:             26248 kB
KReclaimable:     202656 kB
Slab:             299148 kB
SReclaimable:     202656 kB
SUnreclaim:        96492 kB
KernelStack:        5168 kB
PageTables:        10764 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   10103468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151368 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3393536 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:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 433020 MiB
End job on nodeC024 at 2025-07-23 04:55:03