Trace number 4503140

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2025-06-06? (TO) 3600.17 3605.38

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
heinz/normalized-neos-820157.opb
MD5SUM9baf2ba48863e92d1cef7cf6d2cd6be7
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 benchmark207.372
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1200
Total number of constraints1015
Number of constraints which are clauses835
Number of constraints which are cardinality constraints (but not clauses)180
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint20
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 21
Number of bits of the biggest sum of numbers5
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.08	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-4503140-1751162142.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  no objective function found
0.13/0.19	c ... done. Wall clock time 0.054s.
0.13/0.19	c declared #vars     1200
0.13/0.19	c #constraints  1135
0.13/0.19	c constraints type 
0.13/0.19	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 150
0.13/0.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 195
0.13/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 790
0.13/0.19	c 1135 constraints processed.
1.09/0.67	c cleaning 2498 clauses out of 5000 with flag 35057/5000
1.75/1.09	c cleaning 4245 clauses out of 8502 with flag 89638/11000
2.54/1.70	c cleaning 5626 clauses out of 11257 with flag 180975/18000
3.24/2.48	c cleaning 6808 clauses out of 13632 with flag 299268/26001
4.23/3.45	c cleaning 7912 clauses out of 15826 with flag 437311/35003
5.42/4.55	c cleaning 8952 clauses out of 17911 with flag 571838/45000
6.91/5.99	c cleaning 9971 clauses out of 19961 with flag 725932/56002
8.80/7.87	c cleaning 10982 clauses out of 21991 with flag 895208/68003
10.89/10.00	c cleaning 11984 clauses out of 24007 with flag 1101423/81001
13.50/12.56	c cleaning 12976 clauses out of 26022 with flag 1320808/95000
16.59/15.64	c cleaning 13987 clauses out of 28046 with flag 1584687/110000
19.49/18.60	c cleaning 15016 clauses out of 30061 with flag 1860813/126002
22.60/21.64	c cleaning 16007 clauses out of 32045 with flag 2115893/143002
25.82/24.83	c cleaning 17000 clauses out of 34036 with flag 2369882/161000
29.72/28.76	c cleaning 17983 clauses out of 36036 with flag 2624602/180000
33.42/32.49	c cleaning 19011 clauses out of 38053 with flag 2902472/200000
38.12/37.13	c cleaning 20011 clauses out of 40045 with flag 3242140/221003
43.11/42.13	c cleaning 20989 clauses out of 42031 with flag 3601087/243000
48.19/47.22	c cleaning 22020 clauses out of 44044 with flag 3941814/266002
53.48/52.59	c cleaning 22995 clauses out of 46024 with flag 4253568/290002
59.46/58.57	c cleaning 23990 clauses out of 48027 with flag 4584191/315000
69.05/68.16	c cleaning 24994 clauses out of 50038 with flag 4954106/341001
78.23/77.37	c cleaning 25993 clauses out of 52043 with flag 5353515/368000
87.12/86.27	c cleaning 27002 clauses out of 54051 with flag 5777297/396001
96.20/95.32	c cleaning 28002 clauses out of 56048 with flag 6179056/425000
104.09/103.24	c cleaning 29011 clauses out of 58046 with flag 6635793/455000
112.77/111.98	c cleaning 30016 clauses out of 60035 with flag 7190546/486000
123.04/122.28	c cleaning 30976 clauses out of 62020 with flag 7605627/518001
133.53/132.74	c cleaning 32000 clauses out of 64045 with flag 7995322/551002
145.23/144.42	c cleaning 33000 clauses out of 66044 with flag 8395017/585001
158.81/158.07	c cleaning 34013 clauses out of 68046 with flag 8860378/620003
172.37/171.66	c cleaning 35004 clauses out of 70030 with flag 9355502/656000
188.65/187.99	c cleaning 36001 clauses out of 72027 with flag 9909214/693001
205.21/204.50	c cleaning 36995 clauses out of 74025 with flag 10548257/731000
223.11/222.47	c cleaning 37993 clauses out of 76030 with flag 11242723/770000
243.67/243.05	c cleaning 38996 clauses out of 78038 with flag 12050111/810001
259.44/258.88	c cleaning 40010 clauses out of 80041 with flag 12794348/851000
277.94/277.32	c cleaning 41002 clauses out of 82032 with flag 13541503/893001
293.61/293.06	c cleaning 41998 clauses out of 84029 with flag 14402970/936000
316.67/316.11	c cleaning 43001 clauses out of 86033 with flag 15152216/980002
335.32/334.83	c cleaning 44003 clauses out of 88030 with flag 15958704/1025000
353.32/352.87	c cleaning 45003 clauses out of 90028 with flag 16828404/1071001
373.09/372.63	c cleaning 46002 clauses out of 92025 with flag 17757241/1118001
393.05/392.65	c cleaning 46995 clauses out of 94023 with flag 18717379/1166001
414.85/414.42	c cleaning 47998 clauses out of 96028 with flag 19710485/1215001
436.11/435.76	c cleaning 49001 clauses out of 98030 with flag 20358071/1265001
462.15/461.84	c cleaning 50007 clauses out of 100029 with flag 20963777/1316001
491.18/490.91	c cleaning 50991 clauses out of 102021 with flag 21657268/1368000
521.26/521.00	c cleaning 51998 clauses out of 104033 with flag 22529772/1421003
551.39/551.26	c cleaning 53004 clauses out of 106034 with flag 23480937/1475002
583.27/583.11	c cleaning 54001 clauses out of 108030 with flag 24440466/1530002
612.12/612.00	c cleaning 55001 clauses out of 110029 with flag 25163128/1586002
651.93/651.92	c cleaning 56001 clauses out of 112026 with flag 26131703/1643000
691.89/691.93	c cleaning 57006 clauses out of 114025 with flag 27197553/1701000
733.50/733.66	c cleaning 57998 clauses out of 116019 with flag 28381031/1760000
773.12/773.38	c cleaning 59001 clauses out of 118022 with flag 29606921/1820001
813.56/813.89	c cleaning 59997 clauses out of 120020 with flag 30806188/1881000
847.18/847.51	c cleaning 61008 clauses out of 122023 with flag 31943775/1943000
886.94/887.31	c cleaning 61990 clauses out of 124017 with flag 32713333/2006002
941.93/942.49	c cleaning 62998 clauses out of 126026 with flag 33811261/2070001
998.69/999.38	c cleaning 63996 clauses out of 128027 with flag 35044973/2135000
1046.14/1046.83	c cleaning 65003 clauses out of 130031 with flag 36160592/2201000
1101.72/1102.54	c cleaning 66001 clauses out of 132032 with flag 37446777/2268004
1166.52/1167.44	c cleaning 66991 clauses out of 134029 with flag 38954866/2336002
1215.42/1216.42	c cleaning 67995 clauses out of 136036 with flag 40363019/2405000
1267.56/1268.60	c cleaning 69000 clauses out of 138042 with flag 41871349/2475001
1327.33/1328.51	c cleaning 69988 clauses out of 140042 with flag 43557647/2546001
1384.61/1385.91	c cleaning 71017 clauses out of 142053 with flag 44794601/2618000
1449.04/1450.41	c cleaning 72008 clauses out of 144037 with flag 45855862/2691001
1503.94/1505.44	c cleaning 73003 clauses out of 146029 with flag 47075759/2765001
1564.02/1565.63	c cleaning 74005 clauses out of 148027 with flag 48018448/2840002
1631.66/1633.39	c cleaning 75008 clauses out of 150020 with flag 49081968/2916000
1689.74/1691.55	c cleaning 75990 clauses out of 152012 with flag 50104304/2993000
1757.30/1759.22	c cleaning 77001 clauses out of 154023 with flag 51195732/3071001
1847.51/1849.65	c cleaning 77995 clauses out of 156021 with flag 52562297/3150000
1914.02/1916.26	c cleaning 78998 clauses out of 158026 with flag 53777687/3230000
1985.97/1988.30	c cleaning 80002 clauses out of 160028 with flag 54913188/3311000
2065.31/2067.80	c cleaning 81004 clauses out of 162029 with flag 56216523/3393003
2135.76/2138.48	c cleaning 81996 clauses out of 164024 with flag 57484239/3476002
2216.79/2219.30	c cleaning 82996 clauses out of 166026 with flag 58819251/3560000
2294.54/2297.21	c cleaning 83998 clauses out of 168030 with flag 60018049/3645000
2384.26/2387.15	c cleaning 84996 clauses out of 170033 with flag 61416839/3731001
2469.58/2472.60	c cleaning 86009 clauses out of 172039 with flag 62730820/3818003
2549.59/2552.78	c cleaning 86991 clauses out of 174028 with flag 64162870/3906001
2630.89/2634.22	c cleaning 88012 clauses out of 176037 with flag 65455092/3995001
2729.56/2733.13	c cleaning 89010 clauses out of 178026 with flag 66803292/4085002
2820.35/2824.11	c cleaning 89998 clauses out of 180015 with flag 68036263/4176001
2921.90/2925.95	c cleaning 91001 clauses out of 182016 with flag 69397218/4268000
3034.02/3038.22	c cleaning 91993 clauses out of 184015 with flag 70772545/4361000
3142.80/3147.29	c cleaning 92990 clauses out of 186022 with flag 72159672/4455000
3256.37/3261.04	c cleaning 94001 clauses out of 188032 with flag 73596780/4550000
3366.35/3371.26	c cleaning 95010 clauses out of 190036 with flag 75064282/4646005
3466.80/3471.89	c cleaning 95992 clauses out of 192023 with flag 76950013/4743002
3588.86/3594.13	c cleaning 97008 clauses out of 194031 with flag 78575471/4841002
3600.03/3605.31	c starts		: 2879
3600.03/3605.32	c conflicts		: 4851139
3600.03/3605.32	c decisions		: 5964054
3600.03/3605.32	c propagations		: 875586754
3600.03/3605.32	c inspects		: 48762590805
3600.03/3605.32	c shortcuts		: 0
3600.03/3605.32	c learnt literals	: 0
3600.03/3605.32	c learnt binary clauses	: 0
3600.03/3605.32	c learnt ternary clauses	: 0
3600.03/3605.32	c learnt constraints	: 4851139
3600.03/3605.32	c ignored constraints	: 0
3600.03/3605.32	c root simplifications	: 0
3600.03/3605.32	c removed literals (reason simplification)	: 46924928
3600.03/3605.32	c reason swapping (by a shorter reason)	: 0
3600.03/3605.32	c Calls to reduceDB	: 94
3600.03/3605.32	c Number of update (reduction) of LBD	: 2002811
3600.03/3605.32	c Imported unit clauses	: 0
3600.03/3605.32	c No decision after first conflict	: false
3600.03/3605.32	c number of reductions to clauses (during analyze)	: 0
3600.03/3605.32	c number of learned constraints concerned by reduction	: 0
3600.03/3605.32	c number of learning phase by resolution	: 0
3600.03/3605.32	c number of learning phase by cutting planes	: 0
3600.03/3605.32	c number of rounding to 1 operations	: 0
3600.03/3605.32	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3605.32	c number of reductions of the coefficients by power 2 	: 0
3600.03/3605.32	c number of right shift for reduction by power 2 	: 0
3600.03/3605.32	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3605.32	c number of ending skipping 	: 0
3600.03/3605.32	c number of internal skipping 	: 0
3600.03/3605.32	c number of derivation steps 	: 0
3600.03/3605.32	c number of skipped derivation steps 	: 0
3600.03/3605.32	c number of remaining unassigned 	: 0
3600.03/3605.32	c number of remaining assigned 	: 0
3600.03/3605.32	c number of falsified literals weakened from reason	: 0
3600.03/3605.32	c number of falsified literals weakened from conflict	: 0
3600.03/3605.32	c time for arithmetic operations	: 0
3600.03/3605.32	c minimum degree of deleted constraints	: null
3600.03/3605.32	c maximum degree of deleted constraints	: null
3600.03/3605.32	c number of deleted constraints	: 0
3600.03/3605.32	c speed (assignments/second)	: 242872.31480012383
3600.03/3605.32	c non guided choices	: 818
3600.03/3605.33	c timeout
3600.03/3605.37	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 107160
3600.03/3605.37	s UNKNOWN
3600.03/3605.37	c Total wall clock time (in seconds): 3605.239

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4503140-1751162142/watcher-4503140-1751162142 -o /tmp/evaluation-result-4503140-1751162142/solver-4503140-1751162142 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751157346-19472 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4503140-1751162142.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
Current StackSize limit: 8192 KiB

solver pid=21616, runsolver pid=21613

[startup+0.100061 s]*
/proc/loadavg: 4.04 4.10 4.11 6/340 21634
/proc/meminfo: memFree=127335948/131249996 swapFree=33010684/33010684
[pid=21616] ppid=21613 vsize=18930384 memory=57744 CPUtime=0.13 cores=1,3
/proc/21616/stat : 21616 (java) S 21613 21616 19460 0 -1 4194304 6559 0 0 0 11 2 0 0 20 0 18 0 31891920 19384713216 14436 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
/proc/21616/statm: 4732596 14436 5338 1 0 547603 0
[pid=21616/tid=21618] ppid=21613 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/21616/task/21618/stat : 21618 (java) R 21613 21616 19460 0 -1 4194368 5055 0 0 0 6 1 0 0 20 0 18 0 31891921 19384713216 14436 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
[pid=21616/tid=21627] ppid=21613 vsize=18930384 memory=224227754321 CPUtime=0 cores=1,3
/proc/21616/task/21627/stat : 21627 (Finalizer) S 21613 21616 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31891923 19384713216 14436 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
[pid=21616/tid=21634] ppid=21613 vsize=18930384 memory=58485492707711 CPUtime=0 cores=1,3
/proc/21616/task/21634/stat : 21634 (Common-Cleaner) S 21613 21616 19460 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 31891924 19384713216 14436 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57744 KiB

[startup+0.205753 s]*
/proc/loadavg: 4.04 4.10 4.11 7/341 21635
/proc/meminfo: memFree=127325740/131249996 swapFree=33010684/33010684
[pid=21616] ppid=21613 vsize=18996948 memory=66200 CPUtime=0.32 cores=1,3
/proc/21616/stat : 21616 (java) S 21613 21616 19460 0 -1 4194304 7088 0 0 0 30 2 0 0 20 0 19 0 31891920 19452874752 16550 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
/proc/21616/statm: 4749237 16550 5434 1 0 548220 0
[pid=21616/tid=21618] ppid=21613 vsize=18996948 memory=4026597660 CPUtime=0.17 cores=1,3
/proc/21616/task/21618/stat : 21618 (java) R 21613 21616 19460 0 -1 4194368 5315 0 0 0 16 1 0 0 20 0 19 0 31891921 19452874752 16550 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
[pid=21616/tid=21627] ppid=21613 vsize=18996948 memory=16195 CPUtime=0 cores=1,3
/proc/21616/task/21627/stat : 21627 (Finalizer) S 21613 21616 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31891923 19452874752 16550 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
[pid=21616/tid=21634] ppid=21613 vsize=18996948 memory=57385981051877 CPUtime=0 cores=1,3
/proc/21616/task/21634/stat : 21634 (Common-Cleaner) S 21613 21616 19460 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 31891924 19452874752 16550 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
[pid=21616/tid=21635] ppid=21613 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/21616/task/21635/stat : 21635 (Timer-0) S 21613 21616 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31891939 19452874752 16550 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 66200 KiB

[startup+0.305775 s]*
/proc/loadavg: 4.04 4.10 4.11 6/341 21635
/proc/meminfo: memFree=127322968/131249996 swapFree=33010684/33010684
[pid=21616] ppid=21613 vsize=18996948 memory=70140 CPUtime=0.52 cores=1,3
/proc/21616/stat : 21616 (java) S 21613 21616 19460 0 -1 4194304 8828 0 0 0 49 3 0 0 20 0 19 0 31891920 19452874752 17535 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
/proc/21616/statm: 4749237 17535 5434 1 0 549140 0
[pid=21616/tid=21618] ppid=21613 vsize=18996948 memory=-6000919494248393581 CPUtime=0.26 cores=1,3
/proc/21616/task/21618/stat : 21618 (java) R 21613 21616 19460 0 -1 4194368 5322 0 0 0 25 1 0 0 20 0 19 0 31891921 19452874752 17535 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
[pid=21616/tid=21627] ppid=21613 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/21616/task/21627/stat : 21627 (Finalizer) S 21613 21616 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31891923 19452874752 17535 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
[pid=21616/tid=21634] ppid=21613 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/21616/task/21634/stat : 21634 (Common-Cleaner) S 21613 21616 19460 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 31891924 19452874752 17535 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
[pid=21616/tid=21635] ppid=21613 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/21616/task/21635/stat : 21635 (Timer-0) S 21613 21616 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31891939 19452874752 17535 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 70140 KiB

[startup+0.700223 s]
/proc/loadavg: 4.04 4.10 4.11 6/341 21635
/proc/meminfo: memFree=127317424/131249996 swapFree=33010684/33010684
[pid=21616] ppid=21613 vsize=18996948 memory=80112 CPUtime=1.25 cores=1,3
/proc/21616/stat : 21616 (java) S 21613 21616 19460 0 -1 4194304 10879 0 0 0 122 3 0 0 20 0 19 0 31891920 19452874752 20028 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
/proc/21616/statm: 4749237 20028 5434 1 0 550508 0
[pid=21616/tid=21618] ppid=21613 vsize=18996948 memory=17280 CPUtime=0.64 cores=1,3
/proc/21616/task/21618/stat : 21618 (java) R 21613 21616 19460 0 -1 4194368 5359 0 0 0 63 1 0 0 20 0 19 0 31891921 19452874752 20028 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
[pid=21616/tid=21627] ppid=21613 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/21616/task/21627/stat : 21627 (Finalizer) S 21613 21616 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31891923 19452874752 20028 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
[pid=21616/tid=21634] ppid=21613 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/21616/task/21634/stat : 21634 (Common-Cleaner) S 21613 21616 19460 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 31891924 19452874752 20028 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
[pid=21616/tid=21635] ppid=21613 vsize=18996948 memory=4764 CPUtime=0 cores=1,3
/proc/21616/task/21635/stat : 21635 (Timer-0) S 21613 21616 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31891939 19452874752 20028 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 80112 KiB

[startup+1.50021 s]
/proc/loadavg: 4.04 4.10 4.11 6/341 21635
/proc/meminfo: memFree=127311780/131249996 swapFree=33010684/33010684
[pid=21616] ppid=21613 vsize=18996948 memory=86032 CPUtime=2.33 cores=1,3
/proc/21616/stat : 21616 (java) S 21613 21616 19460 0 -1 4194304 13648 0 0 0 229 4 0 0 20 0 19 0 31891920 19452874752 21508 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
/proc/21616/statm: 4749237 21508 5434 1 0 550910 0
[pid=21616/tid=21618] ppid=21613 vsize=18996948 memory=0 CPUtime=1.43 cores=1,3
/proc/21616/task/21618/stat : 21618 (java) R 21613 21616 19460 0 -1 4194368 5745 0 0 0 142 1 0 0 20 0 19 0 31891921 19452874752 21508 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
[pid=21616/tid=21627] ppid=21613 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/21616/task/21627/stat : 21627 (Finalizer) S 21613 21616 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31891923 19452874752 21508 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
[pid=21616/tid=21634] ppid=21613 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/21616/task/21634/stat : 21634 (Common-Cleaner) S 21613 21616 19460 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 31891924 19452874752 21508 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
[pid=21616/tid=21635] ppid=21613 vsize=18996948 memory=4764 CPUtime=0 cores=1,3
/proc/21616/task/21635/stat : 21635 (Timer-0) S 21613 21616 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31891939 19452874752 21508 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
Current children cumulated CPU time: 2.33 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 86032 KiB

[startup+3.10534 s]
/proc/loadavg: 4.04 4.10 4.11 5/341 21635
/proc/meminfo: memFree=127307704/131249996 swapFree=33010684/33010684
[pid=21616] ppid=21613 vsize=18996948 memory=92304 CPUtime=3.94 cores=1,3
/proc/21616/stat : 21616 (java) S 21613 21616 19460 0 -1 4194304 14200 0 0 0 390 4 0 0 20 0 19 0 31891920 19452874752 23076 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
/proc/21616/statm: 4749237 23076 5434 1 0 550912 0
[pid=21616/tid=21618] ppid=21613 vsize=18996948 memory=10752 CPUtime=3.03 cores=1,3
/proc/21616/task/21618/stat : 21618 (java) R 21613 21616 19460 0 -1 4194368 5987 0 0 0 302 1 0 0 20 0 19 0 31891921 19452874752 23076 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
[pid=21616/tid=21627] ppid=21613 vsize=18996948 memory=-6000919494248393581 CPUtime=0 cores=1,3
/proc/21616/task/21627/stat : 21627 (Finalizer) S 21613 21616 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31891923 19452874752 23076 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
[pid=21616/tid=21634] ppid=21613 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/21616/task/21634/stat : 21634 (Common-Cleaner) S 21613 21616 19460 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 31891924 19452874752 23076 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
[pid=21616/tid=21635] ppid=21613 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/21616/task/21635/stat : 21635 (Timer-0) S 21613 21616 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31891939 19452874752 23076 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
Current children cumulated CPU time: 3.94 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 92304 KiB

[startup+6.30021 s]
/proc/loadavg: 4.11 4.11 4.11 5/341 21635
/proc/meminfo: memFree=127162008/131249996 swapFree=33010684/33010684
[pid=21616] ppid=21613 vsize=18996948 memory=101936 CPUtime=7.3 cores=1,3
/proc/21616/stat : 21616 (java) S 21613 21616 19460 0 -1 4194304 19332 0 0 0 725 5 0 0 20 0 19 0 31891920 19452874752 25484 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
/proc/21616/statm: 4749237 25484 5434 1 0 551275 0
[pid=21616/tid=21618] ppid=21613 vsize=18996948 memory=0 CPUtime=6.23 cores=1,3
/proc/21616/task/21618/stat : 21618 (java) R 21613 21616 19460 0 -1 4194368 6584 0 0 0 621 2 0 0 20 0 19 0 31891921 19452874752 25484 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
[pid=21616/tid=21627] ppid=21613 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/21616/task/21627/stat : 21627 (Finalizer) S 21613 21616 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31891923 19452874752 25484 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
[pid=21616/tid=21634] ppid=21613 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/21616/task/21634/stat : 21634 (Common-Cleaner) S 21613 21616 19460 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 31891924 19452874752 25484 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
[pid=21616/tid=21635] ppid=21613 vsize=18996948 memory=14824 CPUtime=0 cores=1,3
/proc/21616/task/21635/stat : 21635 (Timer-0) S 21613 21616 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31891939 19452874752 25484 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
Current children cumulated CPU time: 7.3 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 101936 KiB

[startup+12.7002 s]
/proc/loadavg: 4.11 4.11 4.11 5/341 21635
/proc/meminfo: memFree=127145624/131249996 swapFree=33010684/33010684
[pid=21616] ppid=21613 vsize=18996948 memory=118320 CPUtime=13.7 cores=1,3
/proc/21616/stat : 21616 (java) S 21613 21616 19460 0 -1 4194304 20381 0 0 0 1364 6 0 0 20 0 19 0 31891920 19452874752 29580 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
/proc/21616/statm: 4749237 29580 5434 1 0 551275 0
[pid=21616/tid=21618] ppid=21613 vsize=18996948 memory=10752 CPUtime=12.61 cores=1,3
/proc/21616/task/21618/stat : 21618 (java) R 21613 21616 19460 0 -1 4194368 7195 0 0 0 1259 2 0 0 20 0 19 0 31891921 19452874752 29580 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
[pid=21616/tid=21627] ppid=21613 vsize=18996948 memory=114224 CPUtime=0 cores=1,3
/proc/21616/task/21627/stat : 21627 (Finalizer) S 21613 21616 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31891923 19452874752 29580 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
[pid=21616/tid=21634] ppid=21613 vsize=18996948 memory=-6000919494248393581 CPUtime=0 cores=1,3
/proc/21616/task/21634/stat : 21634 (Common-Cleaner) S 21613 21616 19460 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 31891924 19452874752 29580 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
[pid=21616/tid=21635] ppid=21613 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/21616/task/21635/stat : 21635 (Timer-0) S 21613 21616 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31891939 19452874752 29580 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
Current children cumulated CPU time: 13.7 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 118320 KiB

[startup+25.5002 s]
/proc/loadavg: 4.08 4.11 4.11 5/341 21635
/proc/meminfo: memFree=127112992/131249996 swapFree=33010684/33010684
[pid=21616] ppid=21613 vsize=18996948 memory=147120 CPUtime=26.52 cores=1,3
/proc/21616/stat : 21616 (java) S 21613 21616 19460 0 -1 4194304 23200 0 0 0 2646 6 0 0 20 0 19 0 31891920 19452874752 36780 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
/proc/21616/statm: 4749237 36780 5466 1 0 551275 0
[pid=21616/tid=21618] ppid=21613 vsize=18996948 memory=114224 CPUtime=25.37 cores=1,3
/proc/21616/task/21618/stat : 21618 (java) R 21613 21616 19460 0 -1 4194368 8233 0 0 0 2535 2 0 0 20 0 19 0 31891921 19452874752 36780 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
[pid=21616/tid=21627] ppid=21613 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/21616/task/21627/stat : 21627 (Finalizer) S 21613 21616 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31891923 19452874752 36780 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
[pid=21616/tid=21634] ppid=21613 vsize=18996948 memory=145072 CPUtime=0 cores=1,3
/proc/21616/task/21634/stat : 21634 (Common-Cleaner) S 21613 21616 19460 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 31891924 19452874752 36780 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
[pid=21616/tid=21635] ppid=21613 vsize=18996948 memory=136752 CPUtime=0 cores=1,3
/proc/21616/task/21635/stat : 21635 (Timer-0) S 21613 21616 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31891939 19452874752 36780 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
Current children cumulated CPU time: 26.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 147120 KiB

[startup+51.1057 s]
/proc/loadavg: 4.13 4.11 4.11 5/342 21637
/proc/meminfo: memFree=127088432/131249996 swapFree=33010684/33010684
[pid=21616] ppid=21613 vsize=19063512 memory=172292 CPUtime=52.09 cores=1,3
/proc/21616/stat : 21616 (java) S 21613 21616 19460 0 -1 4194304 24702 0 0 0 5202 7 0 0 20 0 20 0 31891920 19521036288 43073 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
/proc/21616/statm: 4765878 43073 5498 1 0 551564 0
[pid=21616/tid=21618] ppid=21613 vsize=19063512 memory=14824 CPUtime=50.91 cores=1,3

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

/proc/meminfo: memFree=114030792/131249996 swapFree=33010684/33010684
[pid=21616] ppid=21613 vsize=19063512 memory=1376712 CPUtime=3277.63 cores=1,3
/proc/21616/stat : 21616 (java) S 21613 21616 19460 0 -1 4194304 56936 0 0 0 327654 109 0 0 20 0 20 0 31891920 19521036288 344178 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
/proc/21616/statm: 4765878 344178 5498 1 0 553761 0
[pid=21616/tid=21618] ppid=21613 vsize=19063512 memory=14824 CPUtime=3272.98 cores=1,3
/proc/21616/task/21618/stat : 21618 (java) R 21613 21616 19460 0 -1 4194368 21327 0 0 0 327293 5 0 0 20 0 20 0 31891921 19521036288 344178 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
[pid=21616/tid=21627] ppid=21613 vsize=19063512 memory=1376712 CPUtime=0 cores=1,3
/proc/21616/task/21627/stat : 21627 (Finalizer) S 21613 21616 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31891923 19521036288 344178 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
[pid=21616/tid=21634] ppid=21613 vsize=19063512 memory=1376712 CPUtime=0 cores=1,3
/proc/21616/task/21634/stat : 21634 (Common-Cleaner) S 21613 21616 19460 0 -1 4194368 846 0 0 0 0 0 0 0 20 0 20 0 31891924 19521036288 344178 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
[pid=21616/tid=21635] ppid=21613 vsize=19063512 memory=14824 CPUtime=0 cores=1,3
/proc/21616/task/21635/stat : 21635 (Timer-0) S 21613 21616 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31891939 19521036288 344178 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
Current children cumulated CPU time: 3277.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1376712 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.11 4.14 5/340 22079
/proc/meminfo: memFree=113838340/131249996 swapFree=33010684/33010684
[pid=21616] ppid=21613 vsize=19063512 memory=1376712 CPUtime=3337.51 cores=1,3
/proc/21616/stat : 21616 (java) S 21613 21616 19460 0 -1 4194304 57606 0 0 0 333640 111 0 0 20 0 20 0 31891920 19521036288 344178 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
/proc/21616/statm: 4765878 344178 5498 1 0 553762 0
[pid=21616/tid=21618] ppid=21613 vsize=19063512 memory=10752 CPUtime=3332.84 cores=1,3
/proc/21616/task/21618/stat : 21618 (java) R 21613 21616 19460 0 -1 4194368 21786 0 0 0 333279 5 0 0 20 0 20 0 31891921 19521036288 344178 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
[pid=21616/tid=21627] ppid=21613 vsize=19063512 memory=1376712 CPUtime=0 cores=1,3
/proc/21616/task/21627/stat : 21627 (Finalizer) S 21613 21616 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31891923 19521036288 344178 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
[pid=21616/tid=21634] ppid=21613 vsize=19063512 memory=14824 CPUtime=0 cores=1,3
/proc/21616/task/21634/stat : 21634 (Common-Cleaner) S 21613 21616 19460 0 -1 4194368 950 0 0 0 0 0 0 0 20 0 20 0 31891924 19521036288 344178 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
[pid=21616/tid=21635] ppid=21613 vsize=19063512 memory=1376712 CPUtime=0 cores=1,3
/proc/21616/task/21635/stat : 21635 (Timer-0) S 21613 21616 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31891939 19521036288 344178 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
Current children cumulated CPU time: 3337.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1376712 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.10 4.14 5/341 22086
/proc/meminfo: memFree=113526324/131249996 swapFree=33010684/33010684
[pid=21616] ppid=21613 vsize=19063512 memory=1376712 CPUtime=3397.4 cores=1,3
/proc/21616/stat : 21616 (java) S 21613 21616 19460 0 -1 4194304 58320 0 0 0 339627 113 0 0 20 0 20 0 31891920 19521036288 344178 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
/proc/21616/statm: 4765878 344178 5498 1 0 553763 0
[pid=21616/tid=21618] ppid=21613 vsize=19063512 memory=14824 CPUtime=3392.69 cores=1,3
/proc/21616/task/21618/stat : 21618 (java) R 21613 21616 19460 0 -1 4194368 22293 0 0 0 339264 5 0 0 20 0 20 0 31891921 19521036288 344178 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
[pid=21616/tid=21627] ppid=21613 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/21616/task/21627/stat : 21627 (Finalizer) S 21613 21616 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31891923 19521036288 344178 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
[pid=21616/tid=21634] ppid=21613 vsize=19063512 memory=1376712 CPUtime=0 cores=1,3
/proc/21616/task/21634/stat : 21634 (Common-Cleaner) S 21613 21616 19460 0 -1 4194368 1042 0 0 0 0 0 0 0 20 0 20 0 31891924 19521036288 344178 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
[pid=21616/tid=21635] ppid=21613 vsize=19063512 memory=1376712 CPUtime=0 cores=1,3
/proc/21616/task/21635/stat : 21635 (Timer-0) S 21613 21616 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31891939 19521036288 344178 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
Current children cumulated CPU time: 3397.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1376712 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.11 4.14 5/341 22090
/proc/meminfo: memFree=113506188/131249996 swapFree=33010684/33010684
[pid=21616] ppid=21613 vsize=19063512 memory=1395180 CPUtime=3457.32 cores=1,3
/proc/21616/stat : 21616 (java) S 21613 21616 19460 0 -1 4194304 59088 0 0 0 345616 116 0 0 20 0 20 0 31891920 19521036288 348795 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
/proc/21616/statm: 4765878 348795 5498 1 0 553766 0
[pid=21616/tid=21618] ppid=21613 vsize=19063512 memory=14824 CPUtime=3452.48 cores=1,3
/proc/21616/task/21618/stat : 21618 (java) R 21613 21616 19460 0 -1 4194368 22304 0 0 0 345243 5 0 0 20 0 20 0 31891921 19521036288 348795 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
[pid=21616/tid=21627] ppid=21613 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/21616/task/21627/stat : 21627 (Finalizer) S 21613 21616 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31891923 19521036288 348795 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
[pid=21616/tid=21634] ppid=21613 vsize=19063512 memory=14824 CPUtime=0 cores=1,3
/proc/21616/task/21634/stat : 21634 (Common-Cleaner) S 21613 21616 19460 0 -1 4194368 1042 0 0 0 0 0 0 0 20 0 20 0 31891924 19521036288 348795 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
[pid=21616/tid=21635] ppid=21613 vsize=19063512 memory=1395180 CPUtime=0 cores=1,3
/proc/21616/task/21635/stat : 21635 (Timer-0) S 21613 21616 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31891939 19521036288 348795 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
Current children cumulated CPU time: 3457.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1395180 KiB

[startup+3522.3 s]
/proc/loadavg: 4.05 4.09 4.12 5/341 22092
/proc/meminfo: memFree=113346544/131249996 swapFree=33010684/33010684
[pid=21616] ppid=21613 vsize=19063512 memory=1395180 CPUtime=3517.2 cores=1,3
/proc/21616/stat : 21616 (java) S 21613 21616 19460 0 -1 4194304 59259 0 0 0 351603 117 0 0 20 0 20 0 31891920 19521036288 348795 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
/proc/21616/statm: 4765878 348795 5498 1 0 553766 0
[pid=21616/tid=21618] ppid=21613 vsize=19063512 memory=1395180 CPUtime=3512.34 cores=1,3
/proc/21616/task/21618/stat : 21618 (java) R 21613 21616 19460 0 -1 4194368 22447 0 0 0 351229 5 0 0 20 0 20 0 31891921 19521036288 348795 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
[pid=21616/tid=21627] ppid=21613 vsize=19063512 memory=1395180 CPUtime=0 cores=1,3
/proc/21616/task/21627/stat : 21627 (Finalizer) S 21613 21616 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31891923 19521036288 348795 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
[pid=21616/tid=21634] ppid=21613 vsize=19063512 memory=1395180 CPUtime=0 cores=1,3
/proc/21616/task/21634/stat : 21634 (Common-Cleaner) S 21613 21616 19460 0 -1 4194368 1042 0 0 0 0 0 0 0 20 0 20 0 31891924 19521036288 348795 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
[pid=21616/tid=21635] ppid=21613 vsize=19063512 memory=-6000919494248393581 CPUtime=0 cores=1,3
/proc/21616/task/21635/stat : 21635 (Timer-0) S 21613 21616 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31891939 19521036288 348795 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
Current children cumulated CPU time: 3517.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1395180 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.10 4.12 5/341 22094
/proc/meminfo: memFree=113219304/131249996 swapFree=33010684/33010684
[pid=21616] ppid=21613 vsize=19063512 memory=1395180 CPUtime=3577.07 cores=1,3
/proc/21616/stat : 21616 (java) S 21613 21616 19460 0 -1 4194304 59711 0 0 0 357589 118 0 0 20 0 20 0 31891920 19521036288 348795 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
/proc/21616/statm: 4765878 348795 5498 1 0 553766 0
[pid=21616/tid=21618] ppid=21613 vsize=19063512 memory=1395180 CPUtime=3572.19 cores=1,3
/proc/21616/task/21618/stat : 21618 (java) R 21613 21616 19460 0 -1 4194368 22804 0 0 0 357214 5 0 0 20 0 20 0 31891921 19521036288 348795 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
[pid=21616/tid=21627] ppid=21613 vsize=19063512 memory=14824 CPUtime=0 cores=1,3
/proc/21616/task/21627/stat : 21627 (Finalizer) S 21613 21616 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31891923 19521036288 348795 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
[pid=21616/tid=21634] ppid=21613 vsize=19063512 memory=14824 CPUtime=0 cores=1,3
/proc/21616/task/21634/stat : 21634 (Common-Cleaner) S 21613 21616 19460 0 -1 4194368 1042 0 0 0 0 0 0 0 20 0 20 0 31891924 19521036288 348795 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
[pid=21616/tid=21635] ppid=21613 vsize=19063512 memory=1395180 CPUtime=0 cores=1,3
/proc/21616/task/21635/stat : 21635 (Timer-0) S 21613 21616 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31891939 19521036288 348795 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
Current children cumulated CPU time: 3577.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1395180 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3605.3 s]
/proc/loadavg: 4.09 4.10 4.12 5/340 22095
/proc/meminfo: memFree=113219404/131249996 swapFree=33010684/33010684
[pid=21616] ppid=21613 vsize=19063512 memory=1395180 CPUtime=3600.03 cores=1,3
/proc/21616/stat : 21616 (java) S 21613 21616 19460 0 -1 4194304 60030 0 0 0 359884 119 0 0 20 0 20 0 31891920 19521036288 348795 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
/proc/21616/statm: 4765878 348795 5498 1 0 553766 0
[pid=21616/tid=21618] ppid=21613 vsize=19063512 memory=3328 CPUtime=3595.14 cores=1,3
/proc/21616/task/21618/stat : 21618 (java) R 21613 21616 19460 0 -1 4194368 23044 0 0 0 359509 5 0 0 20 0 20 0 31891921 19521036288 348795 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
[pid=21616/tid=21627] ppid=21613 vsize=19063512 memory=17280 CPUtime=0 cores=1,3
/proc/21616/task/21627/stat : 21627 (Finalizer) S 21613 21616 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31891923 19521036288 348795 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
[pid=21616/tid=21634] ppid=21613 vsize=19063512 memory=14824 CPUtime=0 cores=1,3
/proc/21616/task/21634/stat : 21634 (Common-Cleaner) S 21613 21616 19460 0 -1 4194368 1042 0 0 0 0 0 0 0 20 0 20 0 31891924 19521036288 348795 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
[pid=21616/tid=21635] ppid=21613 vsize=19063512 memory=5504 CPUtime=0 cores=1,3
/proc/21616/task/21635/stat : 21635 (Timer-0) S 21613 21616 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31891939 19521036288 348795 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1395180 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.96 s, system=1.20614 s

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

[startup+3605.3 s]
/proc/loadavg: 4.09 4.10 4.12 5/340 22095
/proc/meminfo: memFree=113219404/131249996 swapFree=33010684/33010684
[pid=21616] ppid=21613 vsize=19063512 memory=1395180 CPUtime=3600.03 cores=1,3
/proc/21616/stat : 21616 (java) S 21613 21616 19460 0 -1 4194304 60030 0 0 0 359884 119 0 0 20 0 20 0 31891920 19521036288 348795 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
/proc/21616/statm: 4765878 348795 5498 1 0 553766 0
[pid=21616/tid=21618] ppid=21613 vsize=19063512 memory=3328 CPUtime=3595.14 cores=1,3
/proc/21616/task/21618/stat : 21618 (java) R 21613 21616 19460 0 -1 4194368 23044 0 0 0 359509 5 0 0 20 0 20 0 31891921 19521036288 348795 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
[pid=21616/tid=21627] ppid=21613 vsize=19063512 memory=17280 CPUtime=0 cores=1,3
/proc/21616/task/21627/stat : 21627 (Finalizer) S 21613 21616 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31891923 19521036288 348795 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
[pid=21616/tid=21634] ppid=21613 vsize=19063512 memory=14824 CPUtime=0 cores=1,3
/proc/21616/task/21634/stat : 21634 (Common-Cleaner) S 21613 21616 19460 0 -1 4194368 1042 0 0 0 0 0 0 0 20 0 20 0 31891924 19521036288 348795 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
[pid=21616/tid=21635] ppid=21613 vsize=19063512 memory=5504 CPUtime=0 cores=1,3
/proc/21616/task/21635/stat : 21635 (Timer-0) S 21613 21616 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31891939 19521036288 348795 18446744073709551615 94161393389568 94161393393264 140729806195744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94161393401080 94161393401872 94161423204352 140729806203265 140729806203366 140729806203366 140729806208968 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1395180 KiB

Child status: 143

Real time (s): 3605.38
CPU time (s): 3600.17
CPU user time (s): 3598.96
CPU system time (s): 1.20614
CPU usage (%): 99.8554
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 1395180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.96
system time used= 1.20614
maximum resident set size= 1396204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62401
page faults= 0
swaps= 0
block input operations= 0
block output operations= 14488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 103508
involuntary context switches= 5552


# summary of solver processes directly reported to runsolver:
#   pid: 21616
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3598.96
#   total CPU system time (s): 1.20614

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.34328 second user time and 17.4033 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-06-29 03:55:42
IDJOB=4503140
IDBENCH=155406
IDSOLVER=3363
FILE ID=nodeC017/4503140-1751162142
RUNJOBID= nodeC017-1751157346-19472
SLURM_JOB_ID= 9587483
Free space on /tmp= 433004 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB11/DEC-LIN/heinz/normalized-neos-820157.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4503140-1751162142/watcher-4503140-1751162142 -o /tmp/evaluation-result-4503140-1751162142/solver-4503140-1751162142 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751157346-19472 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4503140-1751162142.opb

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

MD5SUM BENCH= 9baf2ba48863e92d1cef7cf6d2cd6be7
RANDOM SEED=2081406136

nodeC017 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		: 3600.068
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	: 7000.12
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		: 3601.662
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	: 7000.12
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.179
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	: 7000.12
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		: 3600.064
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	: 7000.12
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		: 3600.061
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	: 7000.12
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		: 3600.089
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	: 7000.12
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		: 3597.008
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	: 7000.12
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		: 3600.121
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	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        127352268 kB
MemAvailable:   127062116 kB
Buffers:            3280 kB
Cached:           520376 kB
SwapCached:            0 kB
Active:          3056956 kB
Inactive:         266828 kB
Active(anon):    2818208 kB
Inactive(anon):        0 kB
Active(file):     238748 kB
Inactive(file):   266828 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1188 kB
Writeback:            12 kB
AnonPages:       2803468 kB
Mapped:           122464 kB
Shmem:             18080 kB
KReclaimable:      86620 kB
Slab:             170684 kB
SReclaimable:      86620 kB
SUnreclaim:        84064 kB
KernelStack:        5228 kB
PageTables:         9304 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7072576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2596864 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:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432668 MiB
End job on nodeC017 at 2025-06-29 04:55:47