Trace number 4503428

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-06UNSAT 652.448 650.351

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-25.opb
MD5SUM089881a3a57f24d34abbbcf8eb808729
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 benchmark28.9166
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7351
Total number of constraints155824
Number of constraints which are clauses139567
Number of constraints which are cardinality constraints (but not clauses)563
Number of constraints which are nor clauses,nor cardinality constraints15694
Minimum length of a constraint2
Maximum length of a constraint195
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 196
Number of bits of the biggest sum of numbers8
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-4503428-1751164065.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  no objective function found
1.65/0.96	c ... done. Wall clock time 0.826s.
1.65/0.96	c declared #vars     7351
1.65/0.96	c #constraints  156112
1.65/0.96	c constraints type 
1.65/0.96	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 31362
1.65/0.96	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 564
1.65/0.96	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15694
1.65/0.96	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 108492
1.65/0.96	c 156112 constraints processed.
3.82/2.08	c cleaning 2500 clauses out of 5003 with flag 54607/5003
5.03/2.76	c cleaning 4239 clauses out of 8501 with flag 138799/11001
6.21/3.54	c cleaning 5622 clauses out of 11261 with flag 240171/18000
7.22/4.55	c cleaning 6810 clauses out of 13640 with flag 342347/26001
8.62/5.90	c cleaning 7909 clauses out of 15829 with flag 484769/35000
10.25/7.25	c cleaning 8948 clauses out of 17915 with flag 565048/45000
11.59/8.58	c cleaning 9977 clauses out of 19968 with flag 623370/56001
13.19/10.19	c cleaning 10981 clauses out of 21990 with flag 742536/68000
14.58/11.51	c cleaning 11991 clauses out of 24008 with flag 853069/81000
15.89/12.82	c cleaning 12964 clauses out of 26016 with flag 994484/95001
17.59/14.57	c cleaning 13984 clauses out of 28052 with flag 1202427/110001
19.78/16.80	c cleaning 15034 clauses out of 30070 with flag 1394970/126003
21.50/18.47	c cleaning 15944 clauses out of 32033 with flag 1565627/143000
23.53/20.46	c cleaning 16996 clauses out of 34090 with flag 1828424/161001
25.82/22.71	c cleaning 18041 clauses out of 36094 with flag 2000109/180001
28.22/25.12	c cleaning 18975 clauses out of 38053 with flag 2278418/200001
30.61/27.59	c cleaning 20032 clauses out of 40078 with flag 2545951/221001
32.81/29.74	c cleaning 21000 clauses out of 42045 with flag 2741596/243000
35.60/32.51	c cleaning 21997 clauses out of 44045 with flag 2943334/266000
38.00/34.97	c cleaning 22957 clauses out of 46048 with flag 3219709/290000
41.49/38.49	c cleaning 24033 clauses out of 48091 with flag 3503772/315000
44.49/41.49	c cleaning 25006 clauses out of 50060 with flag 3825126/341002
47.88/44.85	c cleaning 25918 clauses out of 52052 with flag 4118597/368000
51.18/48.13	c cleaning 27006 clauses out of 54134 with flag 4503860/396000
54.07/51.03	c cleaning 28042 clauses out of 56129 with flag 4892443/425001
58.30/55.25	c cleaning 28953 clauses out of 58086 with flag 5257188/455000
62.39/59.36	c cleaning 30025 clauses out of 60133 with flag 5630824/486000
66.58/63.55	c cleaning 30952 clauses out of 62108 with flag 5962968/518000
73.07/70.06	c cleaning 32069 clauses out of 64156 with flag 6324114/551000
77.95/74.92	c cleaning 33028 clauses out of 66086 with flag 6623476/585000
83.35/80.30	c cleaning 33989 clauses out of 68058 with flag 6955402/620000
87.74/84.76	c cleaning 34982 clauses out of 70069 with flag 7266967/656000
92.43/89.43	c cleaning 36035 clauses out of 72088 with flag 7597279/693001
98.91/95.95	c cleaning 36998 clauses out of 74052 with flag 7948350/731000
105.59/102.64	c cleaning 38009 clauses out of 76054 with flag 8261977/770000
111.49/108.58	c cleaning 39007 clauses out of 78046 with flag 8675244/810001
117.87/114.95	c cleaning 39946 clauses out of 80037 with flag 9039938/851000
124.51/121.50	c cleaning 40971 clauses out of 82095 with flag 9450959/893004
130.49/127.52	c cleaning 42052 clauses out of 84120 with flag 9865579/936000
138.08/135.19	c cleaning 42991 clauses out of 86069 with flag 10277191/980001
145.86/142.94	c cleaning 43981 clauses out of 88078 with flag 10708634/1025001
154.44/151.50	c cleaning 44980 clauses out of 90097 with flag 11175507/1071001
162.13/159.25	c cleaning 45991 clauses out of 92116 with flag 11664876/1118000
170.21/167.35	c cleaning 47053 clauses out of 94125 with flag 12204047/1166000
178.90/176.03	c cleaning 47987 clauses out of 96074 with flag 12632597/1215002
186.77/183.92	c cleaning 48956 clauses out of 98085 with flag 13167635/1265000
197.51/194.68	c cleaning 50056 clauses out of 100129 with flag 13654755/1316000
208.48/205.61	c cleaning 51031 clauses out of 102073 with flag 14139045/1368000
217.97/215.13	c cleaning 51904 clauses out of 104041 with flag 14644232/1421000
226.64/223.89	c cleaning 53048 clauses out of 106138 with flag 15217250/1475001
237.51/234.72	c cleaning 54020 clauses out of 108089 with flag 15756091/1530000
249.08/246.38	c cleaning 54989 clauses out of 110069 with flag 16255967/1586000
261.77/259.00	c cleaning 56013 clauses out of 112080 with flag 16799013/1643000
274.03/271.33	c cleaning 56964 clauses out of 114068 with flag 17381788/1701002
286.78/284.05	c cleaning 58011 clauses out of 116100 with flag 18052777/1760000
299.14/296.41	c cleaning 59014 clauses out of 118090 with flag 18711232/1820002
315.10/312.40	c cleaning 60001 clauses out of 120075 with flag 19608884/1881001
332.36/329.79	c cleaning 60957 clauses out of 122074 with flag 20418623/1943001
345.33/342.77	c cleaning 61938 clauses out of 124115 with flag 21198915/2006000
359.01/356.47	c cleaning 63019 clauses out of 126177 with flag 21878629/2070000
378.37/375.88	c cleaning 64024 clauses out of 128158 with flag 22929786/2135000
394.80/392.29	c cleaning 65053 clauses out of 130134 with flag 23671203/2201000
413.66/411.18	c cleaning 66028 clauses out of 132080 with flag 24604859/2268000
432.41/429.91	c cleaning 67015 clauses out of 134052 with flag 25327413/2336000
452.66/450.22	c cleaning 68003 clauses out of 136036 with flag 26240056/2405000
472.32/469.91	c cleaning 68955 clauses out of 138033 with flag 27186719/2475000
496.06/493.72	c cleaning 69992 clauses out of 140077 with flag 28452618/2546000
516.02/513.70	c cleaning 70988 clauses out of 142085 with flag 29387885/2618000
537.34/535.06	c cleaning 71964 clauses out of 144099 with flag 30463692/2691002
559.58/557.37	c cleaning 73038 clauses out of 146133 with flag 31661613/2765000
583.12/580.92	c cleaning 74004 clauses out of 148095 with flag 32696883/2840000
605.18/603.07	c cleaning 75005 clauses out of 150092 with flag 33628715/2916001
626.23/624.15	c cleaning 75994 clauses out of 152086 with flag 34517510/2993000
651.36/649.30	c cleaning 76992 clauses out of 154092 with flag 35471073/3071003
652.26/650.27	c starts		: 9357
652.26/650.29	c conflicts		: 3075663
652.26/650.29	c decisions		: 12838723
652.26/650.29	c propagations		: 782780562
652.26/650.29	c inspects		: 8747793587
652.26/650.29	c shortcuts		: 0
652.26/650.29	c learnt literals	: 29
652.26/650.29	c learnt binary clauses	: 873
652.26/650.29	c learnt ternary clauses	: 3208
652.26/650.29	c learnt constraints	: 3075633
652.26/650.29	c ignored constraints	: 0
652.26/650.29	c root simplifications	: 0
652.26/650.29	c removed literals (reason simplification)	: 68674218
652.26/650.29	c reason swapping (by a shorter reason)	: 0
652.26/650.29	c Calls to reduceDB	: 74
652.26/650.29	c Number of update (reduction) of LBD	: 2130667
652.26/650.29	c Imported unit clauses	: 0
652.26/650.29	c No decision after first conflict	: false
652.26/650.29	c number of reductions to clauses (during analyze)	: 0
652.26/650.29	c number of learned constraints concerned by reduction	: 0
652.26/650.29	c number of learning phase by resolution	: 0
652.26/650.29	c number of learning phase by cutting planes	: 0
652.26/650.29	c number of rounding to 1 operations	: 0
652.26/650.29	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
652.26/650.29	c number of reductions of the coefficients by power 2 	: 0
652.26/650.29	c number of right shift for reduction by power 2 	: 0
652.26/650.29	c number of reductions of the coefficients by GCD over coefficients 	: 0
652.26/650.29	c number of ending skipping 	: 0
652.26/650.29	c number of internal skipping 	: 0
652.26/650.29	c number of derivation steps 	: 0
652.26/650.29	c number of skipped derivation steps 	: 0
652.26/650.29	c number of remaining unassigned 	: 0
652.26/650.29	c number of remaining assigned 	: 0
652.26/650.29	c number of falsified literals weakened from reason	: 0
652.26/650.29	c number of falsified literals weakened from conflict	: 0
652.26/650.29	c time for arithmetic operations	: 0
652.26/650.29	c minimum degree of deleted constraints	: null
652.26/650.29	c maximum degree of deleted constraints	: null
652.26/650.29	c number of deleted constraints	: 0
652.26/650.29	c speed (assignments/second)	: 1205533.3970920483
652.26/650.29	c non guided choices	: 296325
652.39/650.34	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 80879
652.39/650.34	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 873
652.39/650.34	s UNSATISFIABLE
652.39/650.34	c Total wall clock time (in seconds): 650.211

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4503428-1751164065/watcher-4503428-1751164065 -o /tmp/evaluation-result-4503428-1751164065/solver-4503428-1751164065 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751156866-21071 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4503428-1751164065.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 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
solver pid=22893, runsolver pid=22890
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 4.15 4.14 4.11 6/340 22911
/proc/meminfo: memFree=124133960/131250000 swapFree=33010684/33010684
[pid=22893] ppid=22890 vsize=18930384 memory=57632 CPUtime=0.13 cores=1,3
/proc/22893/stat : 22893 (java) S 22890 22893 21059 0 -1 4194304 6564 0 0 0 11 2 0 0 20 0 18 0 32084312 19384713216 14408 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
/proc/22893/statm: 4732596 14408 5335 1 0 547619 0
[pid=22893/tid=22895] ppid=22890 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=1,3
/proc/22893/task/22895/stat : 22895 (java) R 22890 22893 21059 0 -1 4194368 5075 0 0 0 7 1 0 0 20 0 18 0 32084313 19384713216 14408 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
[pid=22893/tid=22904] ppid=22890 vsize=18930384 memory=237112656212 CPUtime=0 cores=1,3
/proc/22893/task/22904/stat : 22904 (Finalizer) S 22890 22893 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32084315 19384713216 14408 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
[pid=22893/tid=22911] ppid=22890 vsize=18930384 memory=59585004336188 CPUtime=0 cores=1,3
/proc/22893/task/22911/stat : 22911 (Common-Cleaner) S 22890 22893 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32084316 19384713216 14408 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57632 KiB

[startup+0.205785 s]*
/proc/loadavg: 4.15 4.14 4.11 7/340 22911
/proc/meminfo: memFree=124132952/131250000 swapFree=33010684/33010684
[pid=22893] ppid=22890 vsize=18930384 memory=70204 CPUtime=0.33 cores=1,3
/proc/22893/stat : 22893 (java) S 22890 22893 21059 0 -1 4194304 7032 0 0 0 30 3 0 0 20 0 18 0 32084312 19384713216 17551 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
/proc/22893/statm: 4732596 17551 5431 1 0 547915 0
[pid=22893/tid=22895] ppid=22890 vsize=18930384 memory=4026597660 CPUtime=0.18 cores=1,3
/proc/22893/task/22895/stat : 22895 (java) R 22890 22893 21059 0 -1 4194368 5299 0 0 0 17 1 0 0 20 0 18 0 32084313 19384713216 17551 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
[pid=22893/tid=22904] ppid=22890 vsize=18930384 memory=16163 CPUtime=0 cores=1,3
/proc/22893/task/22904/stat : 22904 (Finalizer) S 22890 22893 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32084315 19384713216 17551 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
[pid=22893/tid=22911] ppid=22890 vsize=18930384 memory=58485492679654 CPUtime=0 cores=1,3
/proc/22893/task/22911/stat : 22911 (Common-Cleaner) S 22890 22893 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32084316 19384713216 17551 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 70204 KiB

[startup+0.305712 s]*
/proc/loadavg: 4.15 4.14 4.11 6/340 22911
/proc/meminfo: memFree=124094388/131250000 swapFree=33010684/33010684
[pid=22893] ppid=22890 vsize=18930384 memory=113244 CPUtime=0.52 cores=1,3
/proc/22893/stat : 22893 (java) S 22890 22893 21059 0 -1 4194304 8535 0 0 0 48 4 0 0 20 0 18 0 32084312 19384713216 28311 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
/proc/22893/statm: 4732596 28311 5431 1 0 548915 0
[pid=22893/tid=22895] ppid=22890 vsize=18930384 memory=-6000919506998946413 CPUtime=0.28 cores=1,3
/proc/22893/task/22895/stat : 22895 (java) R 22890 22893 21059 0 -1 4194368 5320 0 0 0 26 2 0 0 20 0 18 0 32084313 19384713216 28311 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
[pid=22893/tid=22904] ppid=22890 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/22893/task/22904/stat : 22904 (Finalizer) S 22890 22893 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32084315 19384713216 28311 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
[pid=22893/tid=22911] ppid=22890 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/22893/task/22911/stat : 22911 (Common-Cleaner) S 22890 22893 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32084316 19384713216 28311 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 113244 KiB

[startup+0.700244 s]
/proc/loadavg: 4.15 4.14 4.11 6/341 22912
/proc/meminfo: memFree=124043220/131250000 swapFree=33010684/33010684
[pid=22893] ppid=22890 vsize=18996948 memory=177144 CPUtime=1.27 cores=1,3
/proc/22893/stat : 22893 (java) S 22890 22893 21059 0 -1 4194304 11141 0 0 0 121 6 0 0 20 0 19 0 32084312 19452874752 44286 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
/proc/22893/statm: 4749237 44286 5463 1 0 551147 0
[pid=22893/tid=22895] ppid=22890 vsize=18996948 memory=17408 CPUtime=0.61 cores=1,3
/proc/22893/task/22895/stat : 22895 (java) S 22890 22893 21059 0 -1 4194368 5343 0 0 0 59 2 0 0 20 0 19 0 32084313 19452874752 44286 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
[pid=22893/tid=22904] ppid=22890 vsize=18996948 memory=10496 CPUtime=0 cores=1,3
/proc/22893/task/22904/stat : 22904 (Finalizer) S 22890 22893 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 32084315 19452874752 44286 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
[pid=22893/tid=22911] ppid=22890 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/22893/task/22911/stat : 22911 (Common-Cleaner) S 22890 22893 21059 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 32084316 19452874752 44286 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 177144 KiB

[startup+1.50022 s]
/proc/loadavg: 4.15 4.14 4.11 6/342 22913
/proc/meminfo: memFree=123978856/131250000 swapFree=33010684/33010684
[pid=22893] ppid=22890 vsize=19063512 memory=226880 CPUtime=2.82 cores=1,3
/proc/22893/stat : 22893 (java) S 22890 22893 21059 0 -1 4194304 16935 0 0 0 274 8 0 0 20 0 20 0 32084312 19521036288 56720 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
/proc/22893/statm: 4765878 56720 5463 1 0 1121206 0
[pid=22893/tid=22895] ppid=22890 vsize=19063512 memory=3200 CPUtime=1.28 cores=1,3
/proc/22893/task/22895/stat : 22895 (java) R 22890 22893 21059 0 -1 4194368 5398 0 0 0 125 3 0 0 20 0 20 0 32084313 19521036288 56720 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
[pid=22893/tid=22904] ppid=22890 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/22893/task/22904/stat : 22904 (Finalizer) S 22890 22893 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32084315 19521036288 56720 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
[pid=22893/tid=22911] ppid=22890 vsize=19063512 memory=10496 CPUtime=0 cores=1,3
/proc/22893/task/22911/stat : 22911 (Common-Cleaner) S 22890 22893 21059 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 32084316 19521036288 56720 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
[pid=22893/tid=22913] ppid=22890 vsize=19063512 memory=16520 CPUtime=0 cores=1,3
/proc/22893/task/22913/stat : 22913 (Timer-0) S 22890 22893 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32084409 19521036288 56720 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 226880 KiB

[startup+3.10551 s]
/proc/loadavg: 4.22 4.15 4.12 6/342 22913
/proc/meminfo: memFree=123966888/131250000 swapFree=33010684/33010684
[pid=22893] ppid=22890 vsize=19063512 memory=234668 CPUtime=5.76 cores=1,3
/proc/22893/stat : 22893 (java) S 22890 22893 21059 0 -1 4194304 17346 0 0 0 567 9 0 0 20 0 20 0 32084312 19521036288 58667 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
/proc/22893/statm: 4765878 58667 5463 1 0 1121356 0
[pid=22893/tid=22895] ppid=22890 vsize=19063512 memory=16520 CPUtime=2.85 cores=1,3
/proc/22893/task/22895/stat : 22895 (java) R 22890 22893 21059 0 -1 4194368 5443 0 0 0 282 3 0 0 20 0 20 0 32084313 19521036288 58667 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
[pid=22893/tid=22904] ppid=22890 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/22893/task/22904/stat : 22904 (Finalizer) S 22890 22893 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32084315 19521036288 58667 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
[pid=22893/tid=22911] ppid=22890 vsize=19063512 memory=10496 CPUtime=0 cores=1,3
/proc/22893/task/22911/stat : 22911 (Common-Cleaner) S 22890 22893 21059 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 32084316 19521036288 58667 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
[pid=22893/tid=22913] ppid=22890 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/22893/task/22913/stat : 22913 (Timer-0) S 22890 22893 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32084409 19521036288 58667 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
Current children cumulated CPU time: 5.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 234668 KiB

[startup+6.30024 s]
/proc/loadavg: 4.22 4.15 4.12 6/342 22914
/proc/meminfo: memFree=123954696/131250000 swapFree=33010684/33010684
[pid=22893] ppid=22890 vsize=19063512 memory=240404 CPUtime=9.29 cores=1,3
/proc/22893/stat : 22893 (java) S 22890 22893 21059 0 -1 4194304 24090 0 0 0 919 10 0 0 20 0 20 0 32084312 19521036288 60101 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
/proc/22893/statm: 4765878 60101 5495 1 0 1121398 0
[pid=22893/tid=22895] ppid=22890 vsize=19063512 memory=0 CPUtime=6.03 cores=1,3
/proc/22893/task/22895/stat : 22895 (java) R 22890 22893 21059 0 -1 4194368 6786 0 0 0 600 3 0 0 20 0 20 0 32084313 19521036288 60101 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
[pid=22893/tid=22904] ppid=22890 vsize=19063512 memory=10496 CPUtime=0 cores=1,3
/proc/22893/task/22904/stat : 22904 (Finalizer) S 22890 22893 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32084315 19521036288 60101 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
[pid=22893/tid=22911] ppid=22890 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/22893/task/22911/stat : 22911 (Common-Cleaner) S 22890 22893 21059 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 32084316 19521036288 60101 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
[pid=22893/tid=22913] ppid=22890 vsize=19063512 memory=226880 CPUtime=0 cores=1,3
/proc/22893/task/22913/stat : 22913 (Timer-0) S 22890 22893 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32084409 19521036288 60101 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
Current children cumulated CPU time: 9.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 240404 KiB

[startup+12.7002 s]
/proc/loadavg: 4.33 4.18 4.13 5/343 22917
/proc/meminfo: memFree=123938440/131250000 swapFree=33010684/33010684
[pid=22893] ppid=22890 vsize=19063512 memory=261080 CPUtime=15.79 cores=1,3
/proc/22893/stat : 22893 (java) S 22890 22893 21059 0 -1 4194304 24291 0 0 0 1569 10 0 0 20 0 20 0 32084312 19521036288 65270 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
/proc/22893/statm: 4765878 65270 5495 1 0 1121414 0
[pid=22893/tid=22895] ppid=22890 vsize=19063512 memory=226880 CPUtime=12.42 cores=1,3
/proc/22893/task/22895/stat : 22895 (java) R 22890 22893 21059 0 -1 4194368 6838 0 0 0 1238 4 0 0 20 0 20 0 32084313 19521036288 65270 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
[pid=22893/tid=22904] ppid=22890 vsize=19063512 memory=256984 CPUtime=0 cores=1,3
/proc/22893/task/22904/stat : 22904 (Finalizer) S 22890 22893 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32084315 19521036288 65270 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
[pid=22893/tid=22911] ppid=22890 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/22893/task/22911/stat : 22911 (Common-Cleaner) S 22890 22893 21059 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 32084316 19521036288 65270 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
[pid=22893/tid=22913] ppid=22890 vsize=19063512 memory=10496 CPUtime=0 cores=1,3
/proc/22893/task/22913/stat : 22913 (Timer-0) S 22890 22893 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32084409 19521036288 65270 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
Current children cumulated CPU time: 15.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 261080 KiB

[startup+25.5002 s]
/proc/loadavg: 4.28 4.17 4.12 5/342 22981
/proc/meminfo: memFree=125804644/131250000 swapFree=33010684/33010684
[pid=22893] ppid=22890 vsize=19063512 memory=308184 CPUtime=28.62 cores=1,3
/proc/22893/stat : 22893 (java) S 22890 22893 21059 0 -1 4194304 27762 0 0 0 2850 12 0 0 20 0 20 0 32084312 19521036288 77046 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
/proc/22893/statm: 4765878 77046 5495 1 0 1121414 0
[pid=22893/tid=22895] ppid=22890 vsize=19063512 memory=0 CPUtime=25.19 cores=1,3
/proc/22893/task/22895/stat : 22895 (java) R 22890 22893 21059 0 -1 4194368 8072 0 0 0 2514 5 0 0 20 0 20 0 32084313 19521036288 77046 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
[pid=22893/tid=22904] ppid=22890 vsize=19063512 memory=302040 CPUtime=0 cores=1,3
/proc/22893/task/22904/stat : 22904 (Finalizer) S 22890 22893 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32084315 19521036288 77046 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
[pid=22893/tid=22911] ppid=22890 vsize=19063512 memory=289752 CPUtime=0 cores=1,3
/proc/22893/task/22911/stat : 22911 (Common-Cleaner) S 22890 22893 21059 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 32084316 19521036288 77046 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
[pid=22893/tid=22913] ppid=22890 vsize=19063512 memory=16520 CPUtime=0 cores=1,3
/proc/22893/task/22913/stat : 22913 (Timer-0) S 22890 22893 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32084409 19521036288 77046 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
Current children cumulated CPU time: 28.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 308184 KiB

[startup+51.1057 s]
/proc/loadavg: 4.25 4.17 4.13 5/342 22981
/proc/meminfo: memFree=125706364/131250000 swapFree=33010684/33010684
[pid=22893] ppid=22890 vsize=19063512 memory=394200 CPUtime=54.17 cores=1,3
/proc/22893/stat : 22893 (java) S 22890 22893 21059 0 -1 4194304 28286 0 0 0 5402 15 0 0 20 0 20 0 32084312 19521036288 98550 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
/proc/22893/statm: 4765878 98550 5495 1 0 1121414 0
[pid=22893/tid=22895] ppid=22890 vsize=19063512 memory=357336 CPUtime=50.73 cores=1,3
/proc/22893/task/22895/stat : 22895 (java) R 22890 22893 21059 0 -1 4194368 8345 0 0 0 5065 8 0 0 20 0 20 0 32084313 19521036288 98550 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
[pid=22893/tid=22904] ppid=22890 vsize=19063512 memory=10496 CPUtime=0 cores=1,3
/proc/22893/task/22904/stat : 22904 (Finalizer) S 22890 22893 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32084315 19521036288 98550 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
[pid=22893/tid=22911] ppid=22890 vsize=19063512 memory=261080 CPUtime=0 cores=1,3
/proc/22893/task/22911/stat : 22911 (Common-Cleaner) S 22890 22893 21059 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 32084316 19521036288 98550 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
[pid=22893/tid=22913] ppid=22890 vsize=19063512 memory=0 CPUtime=0 cores=1,3

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

/proc/22893/task/22911/stat : 22911 (Common-Cleaner) S 22890 22893 21059 0 -1 4194368 147 0 0 0 0 0 0 0 20 0 20 0 32084316 19521036288 187342 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
[pid=22893/tid=22913] ppid=22890 vsize=19063512 memory=749368 CPUtime=0 cores=1,3
/proc/22893/task/22913/stat : 22913 (Timer-0) S 22890 22893 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32084409 19521036288 187342 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
Current children cumulated CPU time: 524.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 749368 KiB

[startup+582.3 s]
/proc/loadavg: 4.08 4.11 4.10 5/340 23208
/proc/meminfo: memFree=124687176/131250000 swapFree=33010684/33010684
[pid=22893] ppid=22890 vsize=19063512 memory=749368 CPUtime=584.52 cores=1,3
/proc/22893/stat : 22893 (java) S 22890 22893 21059 0 -1 4194304 36114 0 0 0 58411 41 0 0 20 0 20 0 32084312 19521036288 187342 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
/proc/22893/statm: 4765878 187342 5495 1 0 1121423 0
[pid=22893/tid=22895] ppid=22890 vsize=19063512 memory=542092 CPUtime=580.02 cores=1,3
/proc/22893/task/22895/stat : 22895 (java) R 22890 22893 21059 0 -1 4194368 10507 0 0 0 57994 8 0 0 20 0 20 0 32084313 19521036288 187342 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
[pid=22893/tid=22904] ppid=22890 vsize=19063512 memory=689852 CPUtime=0 cores=1,3
/proc/22893/task/22904/stat : 22904 (Finalizer) S 22890 22893 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32084315 19521036288 187342 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
[pid=22893/tid=22911] ppid=22890 vsize=19063512 memory=749368 CPUtime=0 cores=1,3
/proc/22893/task/22911/stat : 22911 (Common-Cleaner) S 22890 22893 21059 0 -1 4194368 147 0 0 0 0 0 0 0 20 0 20 0 32084316 19521036288 187342 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
[pid=22893/tid=22913] ppid=22890 vsize=19063512 memory=16520 CPUtime=0 cores=1,3
/proc/22893/task/22913/stat : 22913 (Timer-0) S 22890 22893 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32084409 19521036288 187342 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
Current children cumulated CPU time: 584.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 749368 KiB

[startup+642.3 s]
/proc/loadavg: 4.15 4.12 4.10 5/340 23211
/proc/meminfo: memFree=124526832/131250000 swapFree=33010684/33010684
[pid=22893] ppid=22890 vsize=19063512 memory=749368 CPUtime=644.38 cores=1,3
/proc/22893/stat : 22893 (java) S 22890 22893 21059 0 -1 4194304 36326 0 0 0 64395 43 0 0 20 0 20 0 32084312 19521036288 187342 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
/proc/22893/statm: 4765878 187342 5495 1 0 1121423 0
[pid=22893/tid=22895] ppid=22890 vsize=19063512 memory=689852 CPUtime=639.85 cores=1,3
/proc/22893/task/22895/stat : 22895 (java) R 22890 22893 21059 0 -1 4194368 10705 0 0 0 63977 8 0 0 20 0 20 0 32084313 19521036288 187342 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
[pid=22893/tid=22904] ppid=22890 vsize=19063512 memory=749368 CPUtime=0 cores=1,3
/proc/22893/task/22904/stat : 22904 (Finalizer) S 22890 22893 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32084315 19521036288 187342 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
[pid=22893/tid=22911] ppid=22890 vsize=19063512 memory=749368 CPUtime=0 cores=1,3
/proc/22893/task/22911/stat : 22911 (Common-Cleaner) S 22890 22893 21059 0 -1 4194368 154 0 0 0 0 0 0 0 20 0 20 0 32084316 19521036288 187342 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
[pid=22893/tid=22913] ppid=22890 vsize=19063512 memory=10496 CPUtime=0 cores=1,3
/proc/22893/task/22913/stat : 22913 (Timer-0) S 22890 22893 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32084409 19521036288 187342 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
Current children cumulated CPU time: 644.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 749368 KiB

[startup+650.351 s]
# the end of solver process 22893 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=652 s, system=0.44792 s

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

[startup+646.4 s]
/proc/loadavg: 4.15 4.12 4.10 5/340 23211
/proc/meminfo: memFree=124526840/131250000 swapFree=33010684/33010684
[pid=22893] ppid=22890 vsize=19063512 memory=749368 CPUtime=648.47 cores=1,3
/proc/22893/stat : 22893 (java) S 22890 22893 21059 0 -1 4194304 36328 0 0 0 64804 43 0 0 20 0 20 0 32084312 19521036288 187342 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
/proc/22893/statm: 4765878 187342 5495 1 0 1121423 0
[pid=22893/tid=22895] ppid=22890 vsize=19063512 memory=749368 CPUtime=643.93 cores=1,3
/proc/22893/task/22895/stat : 22895 (java) R 22890 22893 21059 0 -1 4194368 10707 0 0 0 64385 8 0 0 20 0 20 0 32084313 19521036288 187342 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
[pid=22893/tid=22904] ppid=22890 vsize=19063512 memory=10496 CPUtime=0 cores=1,3
/proc/22893/task/22904/stat : 22904 (Finalizer) S 22890 22893 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32084315 19521036288 187342 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
[pid=22893/tid=22911] ppid=22890 vsize=19063512 memory=17408 CPUtime=0 cores=1,3
/proc/22893/task/22911/stat : 22911 (Common-Cleaner) S 22890 22893 21059 0 -1 4194368 154 0 0 0 0 0 0 0 20 0 20 0 32084316 19521036288 187342 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
[pid=22893/tid=22913] ppid=22890 vsize=19063512 memory=749368 CPUtime=0 cores=1,3
/proc/22893/task/22913/stat : 22913 (Timer-0) S 22890 22893 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32084409 19521036288 187342 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
Current children cumulated CPU time: 648.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 749368 KiB

[startup+648 s]*
/proc/loadavg: 4.13 4.12 4.10 5/340 23211
/proc/meminfo: memFree=124526840/131250000 swapFree=33010684/33010684
[pid=22893] ppid=22890 vsize=19063512 memory=749368 CPUtime=650.07 cores=1,3
/proc/22893/stat : 22893 (java) S 22890 22893 21059 0 -1 4194304 36331 0 0 0 64964 43 0 0 20 0 20 0 32084312 19521036288 187342 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
/proc/22893/statm: 4765878 187342 5495 1 0 1121423 0
[pid=22893/tid=22895] ppid=22890 vsize=19063512 memory=-6000919498459801965 CPUtime=645.54 cores=1,3
/proc/22893/task/22895/stat : 22895 (java) R 22890 22893 21059 0 -1 4194368 10709 0 0 0 64546 8 0 0 20 0 20 0 32084313 19521036288 187342 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
[pid=22893/tid=22904] ppid=22890 vsize=19063512 memory=-5155633680935826750 CPUtime=0 cores=1,3
/proc/22893/task/22904/stat : 22904 (Finalizer) S 22890 22893 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32084315 19521036288 187342 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
[pid=22893/tid=22911] ppid=22890 vsize=19063512 memory=6896 CPUtime=0 cores=1,3
/proc/22893/task/22911/stat : 22911 (Common-Cleaner) S 22890 22893 21059 0 -1 4194368 154 0 0 0 0 0 0 0 20 0 20 0 32084316 19521036288 187342 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
[pid=22893/tid=22913] ppid=22890 vsize=19063512 memory=749368 CPUtime=0 cores=1,3
/proc/22893/task/22913/stat : 22913 (Timer-0) S 22890 22893 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32084409 19521036288 187342 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
Current children cumulated CPU time: 650.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 749368 KiB

[startup+649.6 s]
/proc/loadavg: 4.13 4.12 4.10 5/340 23211
/proc/meminfo: memFree=124526840/131250000 swapFree=33010684/33010684
[pid=22893] ppid=22890 vsize=19063512 memory=749368 CPUtime=651.66 cores=1,3
/proc/22893/stat : 22893 (java) S 22890 22893 21059 0 -1 4194304 36331 0 0 0 65123 43 0 0 20 0 20 0 32084312 19521036288 187342 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
/proc/22893/statm: 4765878 187342 5495 1 0 1121423 0
[pid=22893/tid=22895] ppid=22890 vsize=19063512 memory=5760 CPUtime=647.12 cores=1,3
/proc/22893/task/22895/stat : 22895 (java) R 22890 22893 21059 0 -1 4194368 10709 0 0 0 64704 8 0 0 20 0 20 0 32084313 19521036288 187342 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
[pid=22893/tid=22904] ppid=22890 vsize=19063512 memory=749368 CPUtime=0 cores=1,3
/proc/22893/task/22904/stat : 22904 (Finalizer) S 22890 22893 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32084315 19521036288 187342 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
[pid=22893/tid=22911] ppid=22890 vsize=19063512 memory=749368 CPUtime=0 cores=1,3
/proc/22893/task/22911/stat : 22911 (Common-Cleaner) S 22890 22893 21059 0 -1 4194368 154 0 0 0 0 0 0 0 20 0 20 0 32084316 19521036288 187342 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
[pid=22893/tid=22913] ppid=22890 vsize=19063512 memory=21576 CPUtime=0 cores=1,3
/proc/22893/task/22913/stat : 22913 (Timer-0) S 22890 22893 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32084409 19521036288 187342 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
Current children cumulated CPU time: 651.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 749368 KiB

[startup+650 s]*
/proc/loadavg: 4.13 4.12 4.10 5/340 23211
/proc/meminfo: memFree=124526840/131250000 swapFree=33010684/33010684
[pid=22893] ppid=22890 vsize=19063512 memory=749368 CPUtime=652.07 cores=1,3
/proc/22893/stat : 22893 (java) S 22890 22893 21059 0 -1 4194304 36468 0 0 0 65164 43 0 0 20 0 20 0 32084312 19521036288 187342 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
/proc/22893/statm: 4765878 187342 5495 1 0 1121423 0
[pid=22893/tid=22895] ppid=22890 vsize=19063512 memory=-6000919498459801965 CPUtime=647.53 cores=1,3
/proc/22893/task/22895/stat : 22895 (java) R 22890 22893 21059 0 -1 4194368 10826 0 0 0 64745 8 0 0 20 0 20 0 32084313 19521036288 187342 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
[pid=22893/tid=22904] ppid=22890 vsize=19063512 memory=-5155633680935826750 CPUtime=0 cores=1,3
/proc/22893/task/22904/stat : 22904 (Finalizer) S 22890 22893 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32084315 19521036288 187342 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
[pid=22893/tid=22911] ppid=22890 vsize=19063512 memory=794016 CPUtime=0 cores=1,3
/proc/22893/task/22911/stat : 22911 (Common-Cleaner) S 22890 22893 21059 0 -1 4194368 154 0 0 0 0 0 0 0 20 0 20 0 32084316 19521036288 187342 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
[pid=22893/tid=22913] ppid=22890 vsize=19063512 memory=6896 CPUtime=0 cores=1,3
/proc/22893/task/22913/stat : 22913 (Timer-0) S 22890 22893 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32084409 19521036288 187342 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
Current children cumulated CPU time: 652.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 749368 KiB

[startup+650.2 s]
/proc/loadavg: 4.13 4.12 4.10 5/340 23211
/proc/meminfo: memFree=124526840/131250000 swapFree=33010684/33010684
[pid=22893] ppid=22890 vsize=19063512 memory=749368 CPUtime=652.26 cores=1,3
/proc/22893/stat : 22893 (java) S 22890 22893 21059 0 -1 4194304 36506 0 0 0 65183 43 0 0 20 0 20 0 32084312 19521036288 187342 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
/proc/22893/statm: 4765878 187342 5495 1 0 1121423 0
[pid=22893/tid=22895] ppid=22890 vsize=19063512 memory=211292520752 CPUtime=647.72 cores=1,3
/proc/22893/task/22895/stat : 22895 (java) R 22890 22893 21059 0 -1 4194368 10863 0 0 0 64764 8 0 0 20 0 20 0 32084313 19521036288 187342 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
[pid=22893/tid=22904] ppid=22890 vsize=19063512 memory=58511212151542 CPUtime=0 cores=1,3
/proc/22893/task/22904/stat : 22904 (Finalizer) S 22890 22893 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32084315 19521036288 187342 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
[pid=22893/tid=22911] ppid=22890 vsize=19063512 memory=3474298625390280736 CPUtime=0 cores=1,3
/proc/22893/task/22911/stat : 22911 (Common-Cleaner) S 22890 22893 21059 0 -1 4194368 154 0 0 0 0 0 0 0 20 0 20 0 32084316 19521036288 187342 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
[pid=22893/tid=22913] ppid=22890 vsize=19063512 memory=6896 CPUtime=0 cores=1,3
/proc/22893/task/22913/stat : 22913 (Timer-0) S 22890 22893 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32084409 19521036288 187342 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
Current children cumulated CPU time: 652.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 749368 KiB

[startup+650.3 s]
/proc/loadavg: 4.13 4.12 4.10 5/340 23211
/proc/meminfo: memFree=124526840/131250000 swapFree=33010684/33010684
[pid=22893] ppid=22890 vsize=19196640 memory=750008 CPUtime=652.39 cores=1,3
/proc/22893/stat : 22893 (java) S 22890 22893 21059 0 -1 4194304 39316 0 0 0 65195 44 0 0 20 0 20 0 32084312 19657359360 187502 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
/proc/22893/statm: 4799160 187502 5527 1 0 1122041 0
[pid=22893/tid=22895] ppid=22890 vsize=19196640 memory=689852 CPUtime=647.8 cores=1,3
/proc/22893/task/22895/stat : 22895 (java) S 22890 22893 21059 0 -1 4194368 12865 0 0 0 64772 8 0 0 20 0 20 0 32084313 19657359360 187502 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
[pid=22893/tid=22904] ppid=22890 vsize=19196640 memory=749368 CPUtime=0 cores=1,3
/proc/22893/task/22904/stat : 22904 (Finalizer) S 22890 22893 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32084315 19657359360 187502 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
[pid=22893/tid=22911] ppid=22890 vsize=19196640 memory=10496 CPUtime=0 cores=1,3
/proc/22893/task/22911/stat : 22911 (Common-Cleaner) S 22890 22893 21059 0 -1 4194368 154 0 0 0 0 0 0 0 20 0 20 0 32084316 19657359360 187502 18446744073709551615 94906662227968 94906662231664 140736586129024 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94906662239480 94906662240272 94906680213504 140736586131841 140736586131942 140736586131942 140736586137544 0
Current children cumulated CPU time: 652.39 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 750008 KiB

Child status: 20

Real time (s): 650.351
CPU time (s): 652.448
CPU user time (s): 652
CPU system time (s): 0.44792
CPU usage (%): 100.322
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 750008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 652
system time used= 0.44792
maximum resident set size= 750136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39595
page faults= 0
swaps= 0
block input operations= 0
block output operations= 632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30172
involuntary context switches= 2591


# summary of solver processes directly reported to runsolver:
#   pid: 22893
#   total CPU time (s): 652.448
#   total CPU user time (s): 652
#   total CPU system time (s): 0.44792

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.21134 second user time and 3.25255 second system time

The end

Launcher Data

Begin job on nodeC018 at 2025-06-29 04:27:45
IDJOB=4503428
IDBENCH=155463
IDSOLVER=3363
FILE ID=nodeC018/4503428-1751164065
RUNJOBID= nodeC018-1751156866-21071
SLURM_JOB_ID= 9587480
Free space on /tmp= 433052 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-25.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4503428-1751164065/watcher-4503428-1751164065 -o /tmp/evaluation-result-4503428-1751164065/solver-4503428-1751164065 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751156866-21071 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4503428-1751164065.opb

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

MD5SUM BENCH= 089881a3a57f24d34abbbcf8eb808729
RANDOM SEED=528259300

nodeC018 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.856
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.66
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.840
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.66
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		: 3547.965
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.66
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		: 3518.966
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.66
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.591
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.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        124163424 kB
MemAvailable:   123793728 kB
Buffers:            3280 kB
Cached:           424032 kB
SwapCached:            0 kB
Active:          6302116 kB
Inactive:         167672 kB
Active(anon):    6060552 kB
Inactive(anon):        0 kB
Active(file):     241564 kB
Inactive(file):   167672 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              6864 kB
Writeback:            24 kB
AnonPages:       6043016 kB
Mapped:           122392 kB
Shmem:             18076 kB
KReclaimable:      86328 kB
Slab:             169792 kB
SReclaimable:      86328 kB
SUnreclaim:        83464 kB
KernelStack:        5232 kB
PageTables:        15524 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    6894808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151496 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5804032 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432972 MiB
End job on nodeC018 at 2025-06-29 04:38:35