Trace number 4510552

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 301.724 300.096

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/
normalized-ECgrid5x50split.cnf-extracted.pb.metafix.opb
MD5SUMbecd4f2905a31b4ccafbaa36ee1998fb
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 benchmark1.75057
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables501
Total number of constraints698
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)696
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
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.08	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.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/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.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4510552-1751198451.opb
0.12/0.13	c reading problem ... 
0.12/0.13	c  no objective function found
0.12/0.17	c ... done. Wall clock time 0.039s.
0.12/0.17	c declared #vars     501
0.12/0.17	c #constraints  698
0.12/0.17	c constraints type 
0.12/0.17	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.12/0.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 696
0.12/0.17	c 698 constraints processed.
0.52/0.38	c cleaning 2497 clauses out of 5001 with flag 24006/5001
0.89/0.56	c cleaning 4244 clauses out of 8504 with flag 53205/11001
1.28/0.79	c cleaning 5612 clauses out of 11260 with flag 88133/18001
1.67/0.93	c cleaning 6807 clauses out of 13647 with flag 129123/26000
1.88/1.08	c cleaning 7914 clauses out of 15842 with flag 175646/35002
2.18/1.24	c cleaning 8939 clauses out of 17926 with flag 230672/45000
2.44/1.42	c cleaning 9964 clauses out of 19987 with flag 293567/56000
2.64/1.64	c cleaning 10996 clauses out of 22026 with flag 363872/68003
2.84/1.89	c cleaning 11988 clauses out of 24027 with flag 439538/81000
3.15/2.16	c cleaning 12988 clauses out of 26039 with flag 525860/95000
3.44/2.46	c cleaning 13992 clauses out of 28051 with flag 612536/110000
3.84/2.81	c cleaning 15013 clauses out of 30059 with flag 708073/126000
4.17/3.19	c cleaning 16004 clauses out of 32047 with flag 806102/143001
4.59/3.59	c cleaning 16990 clauses out of 34042 with flag 913824/161000
5.09/4.03	c cleaning 18000 clauses out of 36054 with flag 1022929/180002
5.59/4.52	c cleaning 19012 clauses out of 38054 with flag 1135868/200002
6.09/5.08	c cleaning 19995 clauses out of 40040 with flag 1253645/221000
6.70/5.64	c cleaning 20993 clauses out of 42046 with flag 1375518/243001
7.29/6.26	c cleaning 22004 clauses out of 44052 with flag 1501063/266000
7.99/6.94	c cleaning 23008 clauses out of 46050 with flag 1635626/290002
8.69/7.66	c cleaning 23995 clauses out of 48040 with flag 1773716/315000
9.48/8.40	c cleaning 25000 clauses out of 50045 with flag 1914443/341000
10.19/9.17	c cleaning 25992 clauses out of 52049 with flag 2062683/368004
10.99/9.99	c cleaning 27013 clauses out of 54054 with flag 2209170/396001
12.00/10.92	c cleaning 28006 clauses out of 56041 with flag 2370676/425001
12.90/11.89	c cleaning 28997 clauses out of 58034 with flag 2528683/455000
13.89/12.86	c cleaning 29992 clauses out of 60037 with flag 2693216/486000
14.99/13.99	c cleaning 31008 clauses out of 62046 with flag 2858850/518001
16.20/15.11	c cleaning 31997 clauses out of 64037 with flag 3027899/551000
17.39/16.32	c cleaning 33006 clauses out of 66040 with flag 3202414/585000
18.59/17.57	c cleaning 33999 clauses out of 68035 with flag 3380271/620001
19.89/18.85	c cleaning 34995 clauses out of 70035 with flag 3568731/656000
21.19/20.17	c cleaning 35997 clauses out of 72041 with flag 3762049/693001
22.58/21.55	c cleaning 37004 clauses out of 74043 with flag 3951640/731000
24.08/23.05	c cleaning 38005 clauses out of 76039 with flag 4145343/770000
25.68/24.67	c cleaning 38992 clauses out of 78034 with flag 4354405/810000
27.49/26.46	c cleaning 39994 clauses out of 80043 with flag 4555319/851001
29.48/28.45	c cleaning 41012 clauses out of 82048 with flag 4767798/893000
31.48/30.49	c cleaning 41996 clauses out of 84037 with flag 4982885/936001
33.68/32.65	c cleaning 43004 clauses out of 86042 with flag 5202169/980002
35.87/34.81	c cleaning 44001 clauses out of 88037 with flag 5427296/1025001
37.97/36.95	c cleaning 45000 clauses out of 90036 with flag 5661669/1071001
40.36/39.33	c cleaning 46001 clauses out of 92035 with flag 5895508/1118000
42.76/41.77	c cleaning 47000 clauses out of 94035 with flag 6137280/1166001
45.35/44.30	c cleaning 47996 clauses out of 96034 with flag 6375674/1215000
47.87/46.82	c cleaning 49001 clauses out of 98039 with flag 6610990/1265001
50.57/49.54	c cleaning 50010 clauses out of 100038 with flag 6854099/1316001
53.26/52.27	c cleaning 50996 clauses out of 102028 with flag 7093202/1368001
55.96/54.93	c cleaning 52005 clauses out of 104031 with flag 7336117/1421000
58.95/57.97	c cleaning 52998 clauses out of 106027 with flag 7585159/1475001
61.75/60.78	c cleaning 53997 clauses out of 108028 with flag 7833116/1530000
64.84/63.84	c cleaning 54999 clauses out of 110031 with flag 8085837/1586000
68.04/67.04	c cleaning 55998 clauses out of 112033 with flag 8363188/1643001
71.26/70.23	c cleaning 57010 clauses out of 114035 with flag 8623421/1701001
74.45/73.46	c cleaning 57996 clauses out of 116024 with flag 8897394/1760000
77.65/76.61	c cleaning 59000 clauses out of 118028 with flag 9170451/1820000
80.84/79.87	c cleaning 60003 clauses out of 120030 with flag 9438713/1881002
84.15/83.17	c cleaning 61003 clauses out of 122027 with flag 9710064/1943002
87.33/86.37	c cleaning 61994 clauses out of 124022 with flag 9984573/2006000
90.97/89.98	c cleaning 63006 clauses out of 126029 with flag 10276008/2070001
94.76/93.70	c cleaning 63993 clauses out of 128022 with flag 10574368/2135000
98.35/97.34	c cleaning 65004 clauses out of 130029 with flag 10870784/2201000
102.05/101.08	c cleaning 66004 clauses out of 132025 with flag 11163403/2268000
105.54/104.54	c cleaning 66998 clauses out of 134021 with flag 11447350/2336000
109.43/108.40	c cleaning 68006 clauses out of 136023 with flag 11742107/2405000
113.55/112.51	c cleaning 69002 clauses out of 138019 with flag 12046917/2475002
117.54/116.51	c cleaning 70001 clauses out of 140015 with flag 12359555/2546000
121.64/120.68	c cleaning 71003 clauses out of 142016 with flag 12658472/2618002
125.43/124.44	c cleaning 71998 clauses out of 144011 with flag 12958923/2691000
129.83/128.82	c cleaning 72996 clauses out of 146014 with flag 13268276/2765001
133.82/132.85	c cleaning 74003 clauses out of 148017 with flag 13572760/2840000
137.94/136.93	c cleaning 74997 clauses out of 150014 with flag 13880944/2916000
142.63/141.62	c cleaning 76002 clauses out of 152018 with flag 14196223/2993001
147.13/146.12	c cleaning 76999 clauses out of 154015 with flag 14519255/3071000
151.61/150.67	c cleaning 78000 clauses out of 156017 with flag 14837573/3150001
156.30/155.37	c cleaning 78996 clauses out of 158017 with flag 15159712/3230001
160.93/159.93	c cleaning 80004 clauses out of 160020 with flag 15481063/3311000
165.72/164.71	c cleaning 81004 clauses out of 162017 with flag 15806520/3393001
170.71/169.71	c cleaning 82001 clauses out of 164014 with flag 16137951/3476002
175.80/174.82	c cleaning 82997 clauses out of 166011 with flag 16472477/3560000
181.19/180.27	c cleaning 83998 clauses out of 168015 with flag 16822617/3645001
186.70/185.73	c cleaning 84997 clauses out of 170017 with flag 17176923/3731001
192.59/191.64	c cleaning 86000 clauses out of 172020 with flag 17545116/3818001
198.67/197.72	c cleaning 87002 clauses out of 174019 with flag 17909048/3906000
204.37/203.48	c cleaning 87997 clauses out of 176018 with flag 18281869/3995001
210.70/209.79	c cleaning 89004 clauses out of 178021 with flag 18656090/4085001
217.38/216.42	c cleaning 90000 clauses out of 180017 with flag 19054760/4176001
224.07/223.17	c cleaning 90997 clauses out of 182016 with flag 19458587/4268000
230.96/230.04	c cleaning 91996 clauses out of 184019 with flag 19869903/4361000
238.09/237.18	c cleaning 93004 clauses out of 186024 with flag 20285188/4455001
244.67/243.74	c cleaning 94002 clauses out of 188019 with flag 20687009/4550000
251.57/250.68	c cleaning 95001 clauses out of 190017 with flag 21089253/4646000
259.15/258.21	c cleaning 96001 clauses out of 192017 with flag 21508445/4743001
266.78/265.85	c cleaning 97004 clauses out of 194015 with flag 21936165/4841000
274.57/273.62	c cleaning 98000 clauses out of 196011 with flag 22372010/4940000
283.25/282.33	c cleaning 99000 clauses out of 198011 with flag 22828553/5040000
293.55/292.60	c cleaning 100002 clauses out of 200011 with flag 23295400/5141000
301.60/300.01	c starts		: 6656
301.60/300.01	c conflicts		: 5231071
301.60/300.01	c decisions		: 6993886
301.60/300.01	c propagations		: 46876367
301.60/300.01	c inspects		: 5583742224
301.60/300.01	c shortcuts		: 0
301.60/300.01	c learnt literals	: 13
301.60/300.01	c learnt binary clauses	: 73
301.60/300.01	c learnt ternary clauses	: 270
301.60/300.01	c learnt constraints	: 5231057
301.60/300.01	c ignored constraints	: 0
301.60/300.01	c root simplifications	: 0
301.60/300.01	c removed literals (reason simplification)	: 4843791
301.60/300.01	c reason swapping (by a shorter reason)	: 0
301.60/300.01	c Calls to reduceDB	: 97
301.60/300.01	c Number of update (reduction) of LBD	: 1149032
301.60/300.01	c Imported unit clauses	: 0
301.60/300.01	c No decision after first conflict	: false
301.60/300.01	c number of reductions to clauses (during analyze)	: 0
301.60/300.01	c number of learned constraints concerned by reduction	: 0
301.60/300.01	c number of learning phase by resolution	: 0
301.60/300.01	c number of learning phase by cutting planes	: 0
301.60/300.01	c number of rounding to 1 operations	: 0
301.60/300.01	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
301.60/300.01	c number of reductions of the coefficients by power 2 	: 0
301.60/300.01	c number of right shift for reduction by power 2 	: 0
301.60/300.01	c number of reductions of the coefficients by GCD over coefficients 	: 0
301.60/300.01	c number of ending skipping 	: 0
301.60/300.01	c number of internal skipping 	: 0
301.60/300.01	c number of derivation steps 	: 0
301.60/300.01	c number of skipped derivation steps 	: 0
301.60/300.01	c number of remaining unassigned 	: 0
301.60/300.01	c number of remaining assigned 	: 0
301.60/300.02	c number of falsified literals weakened from reason	: 0
301.60/300.02	c number of falsified literals weakened from conflict	: 0
301.60/300.02	c time for arithmetic operations	: 0
301.60/300.02	c minimum degree of deleted constraints	: null
301.60/300.02	c maximum degree of deleted constraints	: null
301.60/300.02	c number of deleted constraints	: 0
301.60/300.02	c speed (assignments/second)	: 156335.3299204589
301.60/300.02	c non guided choices	: 107150
301.60/300.07	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 189993
301.60/300.07	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 73
301.60/300.07	s UNSATISFIABLE
301.60/300.07	c Total wall clock time (in seconds): 299.948

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4510552-1751198451/watcher-4510552-1751198451 -o /tmp/evaluation-result-4510552-1751198451/solver-4510552-1751198451 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751191546-27854 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4510552-1751198451.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=29579, runsolver pid=29576
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 4.30 4.17 4.12 6/340 29597
/proc/meminfo: memFree=124791512/131249996 swapFree=33010684/33010684
[pid=29579] ppid=29576 vsize=18930384 memory=59508 CPUtime=0.12 cores=5,7
/proc/29579/stat : 29579 (java) S 29576 29579 27841 0 -1 4194304 6495 0 0 0 10 2 0 0 20 0 18 0 35523046 19384713216 14877 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
/proc/29579/statm: 4732596 14877 5368 1 0 547619 0
[pid=29579/tid=29581] ppid=29576 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/29579/task/29581/stat : 29581 (java) R 29576 29579 27841 0 -1 4194368 5074 0 0 0 6 1 0 0 20 0 18 0 35523048 19384713216 14877 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
[pid=29579/tid=29590] ppid=29576 vsize=18930384 memory=237112656212 CPUtime=0 cores=5,7
/proc/29579/task/29590/stat : 29590 (Finalizer) S 29576 29579 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35523050 19384713216 14877 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
[pid=29579/tid=29597] ppid=29576 vsize=18930384 memory=58485492706614 CPUtime=0 cores=5,7
/proc/29579/task/29597/stat : 29597 (Common-Cleaner) S 29576 29579 27841 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 35523050 19384713216 14877 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59508 KiB

[startup+0.205806 s]*
/proc/loadavg: 4.30 4.17 4.12 6/341 29598
/proc/meminfo: memFree=124781304/131249996 swapFree=33010684/33010684
[pid=29579] ppid=29576 vsize=18996948 memory=67632 CPUtime=0.32 cores=5,7
/proc/29579/stat : 29579 (java) S 29576 29579 27841 0 -1 4194304 6907 0 0 0 30 2 0 0 20 0 19 0 35523046 19452874752 16908 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
/proc/29579/statm: 4749237 16908 5432 1 0 548246 0
[pid=29579/tid=29581] ppid=29576 vsize=18996948 memory=4026597660 CPUtime=0.18 cores=5,7
/proc/29579/task/29581/stat : 29581 (java) R 29576 29579 27841 0 -1 4194368 5308 0 0 0 16 2 0 0 20 0 19 0 35523048 19452874752 16908 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
[pid=29579/tid=29590] ppid=29576 vsize=18996948 memory=18949 CPUtime=0 cores=5,7
/proc/29579/task/29590/stat : 29590 (Finalizer) S 29576 29579 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35523050 19452874752 16908 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
[pid=29579/tid=29597] ppid=29576 vsize=18996948 memory=57385981051877 CPUtime=0 cores=5,7
/proc/29579/task/29597/stat : 29597 (Common-Cleaner) S 29576 29579 27841 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35523050 19452874752 16908 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
[pid=29579/tid=29598] ppid=29576 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/29579/task/29598/stat : 29598 (Timer-0) S 29576 29579 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35523064 19452874752 16908 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 67632 KiB

[startup+0.305736 s]*
/proc/loadavg: 4.30 4.17 4.12 6/341 29598
/proc/meminfo: memFree=124778028/131249996 swapFree=33010684/33010684
[pid=29579] ppid=29576 vsize=18996948 memory=71228 CPUtime=0.52 cores=5,7
/proc/29579/stat : 29579 (java) S 29576 29579 27841 0 -1 4194304 8859 0 0 0 49 3 0 0 20 0 19 0 35523046 19452874752 17807 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
/proc/29579/statm: 4749237 17807 5432 1 0 549148 0
[pid=29579/tid=29581] ppid=29576 vsize=18996948 memory=-6000919481262891885 CPUtime=0.27 cores=5,7
/proc/29579/task/29581/stat : 29581 (java) R 29576 29579 27841 0 -1 4194368 5315 0 0 0 25 2 0 0 20 0 19 0 35523048 19452874752 17807 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
[pid=29579/tid=29590] ppid=29576 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/29579/task/29590/stat : 29590 (Finalizer) S 29576 29579 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35523050 19452874752 17807 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
[pid=29579/tid=29597] ppid=29576 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/29579/task/29597/stat : 29597 (Common-Cleaner) S 29576 29579 27841 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35523050 19452874752 17807 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
[pid=29579/tid=29598] ppid=29576 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/29579/task/29598/stat : 29598 (Timer-0) S 29576 29579 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35523064 19452874752 17807 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 71228 KiB

[startup+0.700247 s]
/proc/loadavg: 4.30 4.17 4.12 6/341 29598
/proc/meminfo: memFree=124764148/131249996 swapFree=33010684/33010684
[pid=29579] ppid=29576 vsize=18996948 memory=90244 CPUtime=1.28 cores=5,7
/proc/29579/stat : 29579 (java) S 29576 29579 27841 0 -1 4194304 15761 0 0 0 124 4 0 0 20 0 19 0 35523046 19452874752 22561 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
/proc/29579/statm: 4749237 22561 5432 1 0 552838 0
[pid=29579/tid=29581] ppid=29576 vsize=18996948 memory=17536 CPUtime=0.65 cores=5,7
/proc/29579/task/29581/stat : 29581 (java) R 29576 29579 27841 0 -1 4194368 5363 0 0 0 63 2 0 0 20 0 19 0 35523048 19452874752 22561 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
[pid=29579/tid=29590] ppid=29576 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/29579/task/29590/stat : 29590 (Finalizer) S 29576 29579 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35523050 19452874752 22561 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
[pid=29579/tid=29597] ppid=29576 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/29579/task/29597/stat : 29597 (Common-Cleaner) S 29576 29579 27841 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35523050 19452874752 22561 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
[pid=29579/tid=29598] ppid=29576 vsize=18996948 memory=4756 CPUtime=0 cores=5,7
/proc/29579/task/29598/stat : 29598 (Timer-0) S 29576 29579 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35523064 19452874752 22561 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 90244 KiB

[startup+1.50022 s]
/proc/loadavg: 4.44 4.20 4.13 6/341 29598
/proc/meminfo: memFree=124759296/131249996 swapFree=33010684/33010684
[pid=29579] ppid=29576 vsize=18996948 memory=98856 CPUtime=2.54 cores=5,7
/proc/29579/stat : 29579 (java) S 29576 29579 27841 0 -1 4194304 18780 0 0 0 250 4 0 0 20 0 19 0 35523046 19452874752 24714 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
/proc/29579/statm: 4749237 24714 5432 1 0 552841 0
[pid=29579/tid=29581] ppid=29576 vsize=18996948 memory=0 CPUtime=1.44 cores=5,7
/proc/29579/task/29581/stat : 29581 (java) R 29576 29579 27841 0 -1 4194368 5655 0 0 0 142 2 0 0 20 0 19 0 35523048 19452874752 24714 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
[pid=29579/tid=29590] ppid=29576 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/29579/task/29590/stat : 29590 (Finalizer) S 29576 29579 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35523050 19452874752 24714 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
[pid=29579/tid=29597] ppid=29576 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/29579/task/29597/stat : 29597 (Common-Cleaner) S 29576 29579 27841 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35523050 19452874752 24714 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
[pid=29579/tid=29598] ppid=29576 vsize=18996948 memory=4756 CPUtime=0 cores=5,7
/proc/29579/task/29598/stat : 29598 (Timer-0) S 29576 29579 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35523064 19452874752 24714 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
Current children cumulated CPU time: 2.54 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 98856 KiB

[startup+3.10559 s]
/proc/loadavg: 4.44 4.20 4.13 5/341 29598
/proc/meminfo: memFree=124738840/131249996 swapFree=33010684/33010684
[pid=29579] ppid=29576 vsize=18996948 memory=115240 CPUtime=4.17 cores=5,7
/proc/29579/stat : 29579 (java) S 29576 29579 27841 0 -1 4194304 19503 0 0 0 413 4 0 0 20 0 19 0 35523046 19452874752 28810 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
/proc/29579/statm: 4749237 28810 5432 1 0 552843 0
[pid=29579/tid=29581] ppid=29576 vsize=18996948 memory=10752 CPUtime=3.04 cores=5,7
/proc/29579/task/29581/stat : 29581 (java) R 29576 29579 27841 0 -1 4194368 5925 0 0 0 302 2 0 0 20 0 19 0 35523048 19452874752 28810 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
[pid=29579/tid=29590] ppid=29576 vsize=18996948 memory=-6000919481262891885 CPUtime=0 cores=5,7
/proc/29579/task/29590/stat : 29590 (Finalizer) S 29576 29579 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35523050 19452874752 28810 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
[pid=29579/tid=29597] ppid=29576 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/29579/task/29597/stat : 29597 (Common-Cleaner) S 29576 29579 27841 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35523050 19452874752 28810 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
[pid=29579/tid=29598] ppid=29576 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/29579/task/29598/stat : 29598 (Timer-0) S 29576 29579 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35523064 19452874752 28810 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
Current children cumulated CPU time: 4.17 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 115240 KiB

[startup+6.30022 s]
/proc/loadavg: 4.49 4.22 4.13 5/341 29598
/proc/meminfo: memFree=124714504/131249996 swapFree=33010684/33010684
[pid=29579] ppid=29576 vsize=18996948 memory=137832 CPUtime=7.39 cores=5,7
/proc/29579/stat : 29579 (java) S 29576 29579 27841 0 -1 4194304 19991 0 0 0 734 5 0 0 20 0 19 0 35523046 19452874752 34458 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
/proc/29579/statm: 4749237 34458 5432 1 0 552843 0
[pid=29579/tid=29581] ppid=29576 vsize=18996948 memory=0 CPUtime=6.22 cores=5,7
/proc/29579/task/29581/stat : 29581 (java) R 29576 29579 27841 0 -1 4194368 6226 0 0 0 620 2 0 0 20 0 19 0 35523048 19452874752 34458 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
[pid=29579/tid=29590] ppid=29576 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/29579/task/29590/stat : 29590 (Finalizer) S 29576 29579 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35523050 19452874752 34458 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
[pid=29579/tid=29597] ppid=29576 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/29579/task/29597/stat : 29597 (Common-Cleaner) S 29576 29579 27841 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35523050 19452874752 34458 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
[pid=29579/tid=29598] ppid=29576 vsize=18996948 memory=100904 CPUtime=0 cores=5,7
/proc/29579/task/29598/stat : 29598 (Timer-0) S 29576 29579 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35523064 19452874752 34458 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
Current children cumulated CPU time: 7.39 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 137832 KiB

[startup+12.7002 s]
/proc/loadavg: 4.53 4.23 4.14 5/342 29610
/proc/meminfo: memFree=124676644/131249996 swapFree=33010684/33010684
[pid=29579] ppid=29576 vsize=19063512 memory=177376 CPUtime=13.8 cores=5,7
/proc/29579/stat : 29579 (java) S 29576 29579 27841 0 -1 4194304 22406 0 0 0 1374 6 0 0 20 0 20 0 35523046 19521036288 44344 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
/proc/29579/statm: 4765878 44344 5496 1 0 553132 0
[pid=29579/tid=29581] ppid=29576 vsize=19063512 memory=100904 CPUtime=12.6 cores=5,7
/proc/29579/task/29581/stat : 29581 (java) R 29576 29579 27841 0 -1 4194368 6983 0 0 0 1257 3 0 0 20 0 20 0 35523048 19521036288 44344 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
[pid=29579/tid=29590] ppid=29576 vsize=19063512 memory=177376 CPUtime=0 cores=5,7
/proc/29579/task/29590/stat : 29590 (Finalizer) S 29576 29579 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35523050 19521036288 44344 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
[pid=29579/tid=29597] ppid=29576 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/29579/task/29597/stat : 29597 (Common-Cleaner) S 29576 29579 27841 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 35523050 19521036288 44344 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
[pid=29579/tid=29598] ppid=29576 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/29579/task/29598/stat : 29598 (Timer-0) S 29576 29579 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35523064 19521036288 44344 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
Current children cumulated CPU time: 13.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 177376 KiB

[startup+25.5002 s]
/proc/loadavg: 4.52 4.24 4.14 5/342 29610
/proc/meminfo: memFree=124672992/131249996 swapFree=33010684/33010684
[pid=29579] ppid=29576 vsize=19063512 memory=185664 CPUtime=26.59 cores=5,7
/proc/29579/stat : 29579 (java) S 29576 29579 27841 0 -1 4194304 23543 0 0 0 2652 7 0 0 20 0 20 0 35523046 19521036288 46416 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
/proc/29579/statm: 4765878 46416 5496 1 0 553132 0
[pid=29579/tid=29581] ppid=29576 vsize=19063512 memory=177376 CPUtime=25.36 cores=5,7
/proc/29579/task/29581/stat : 29581 (java) R 29576 29579 27841 0 -1 4194368 7159 0 0 0 2533 3 0 0 20 0 20 0 35523048 19521036288 46416 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
[pid=29579/tid=29590] ppid=29576 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/29579/task/29590/stat : 29590 (Finalizer) S 29576 29579 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35523050 19521036288 46416 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
[pid=29579/tid=29597] ppid=29576 vsize=19063512 memory=-6000919481262891885 CPUtime=0 cores=5,7
/proc/29579/task/29597/stat : 29597 (Common-Cleaner) S 29576 29579 27841 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 35523050 19521036288 46416 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
[pid=29579/tid=29598] ppid=29576 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/29579/task/29598/stat : 29598 (Timer-0) S 29576 29579 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35523064 19521036288 46416 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
Current children cumulated CPU time: 26.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 185664 KiB

[startup+51.1056 s]
/proc/loadavg: 4.38 4.23 4.14 5/341 29611
/proc/meminfo: memFree=124652804/131249996 swapFree=33010684/33010684
[pid=29579] ppid=29576 vsize=19063512 memory=208492 CPUtime=52.17 cores=5,7
/proc/29579/stat : 29579 (java) S 29576 29579 27841 0 -1 4194304 23718 0 0 0 5209 8 0 0 20 0 20 0 35523046 19521036288 52123 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
/proc/29579/statm: 4765878 52123 5496 1 0 553132 0
[pid=29579/tid=29581] ppid=29576 vsize=19063512 memory=14848 CPUtime=50.88 cores=5,7

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

Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 348064 KiB

[startup+222.3 s]
/proc/loadavg: 4.14 4.18 4.13 5/341 29617
/proc/meminfo: memFree=124377476/131249996 swapFree=33010684/33010684
[pid=29579] ppid=29576 vsize=19063512 memory=397316 CPUtime=223.27 cores=5,7
/proc/29579/stat : 29579 (java) S 29576 29579 27841 0 -1 4194304 27307 0 0 0 22313 14 0 0 20 0 20 0 35523046 19521036288 99329 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
/proc/29579/statm: 4765878 99329 5496 1 0 553132 0
[pid=29579/tid=29581] ppid=29576 vsize=19063512 memory=364480 CPUtime=221.47 cores=5,7
/proc/29579/task/29581/stat : 29581 (java) R 29576 29579 27841 0 -1 4194368 8298 0 0 0 22144 3 0 0 20 0 20 0 35523048 19521036288 99329 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
[pid=29579/tid=29590] ppid=29576 vsize=19063512 memory=397316 CPUtime=0 cores=5,7
/proc/29579/task/29590/stat : 29590 (Finalizer) S 29576 29579 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35523050 19521036288 99329 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
[pid=29579/tid=29597] ppid=29576 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/29579/task/29597/stat : 29597 (Common-Cleaner) S 29576 29579 27841 0 -1 4194368 80 0 0 0 0 0 0 0 20 0 20 0 35523050 19521036288 99329 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
[pid=29579/tid=29598] ppid=29576 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/29579/task/29598/stat : 29598 (Timer-0) S 29576 29579 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35523064 19521036288 99329 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
Current children cumulated CPU time: 223.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 397316 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 4.16 4.12 5/341 29620
/proc/meminfo: memFree=124159808/131249996 swapFree=33010684/33010684
[pid=29579] ppid=29576 vsize=19063512 memory=475340 CPUtime=283.25 cores=5,7
/proc/29579/stat : 29579 (java) S 29576 29579 27841 0 -1 4194304 27541 0 0 0 28308 17 0 0 20 0 20 0 35523046 19521036288 118835 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
/proc/29579/statm: 4765878 118835 5496 1 0 553132 0
[pid=29579/tid=29581] ppid=29576 vsize=19063512 memory=434288 CPUtime=281.25 cores=5,7
/proc/29579/task/29581/stat : 29581 (java) R 29576 29579 27841 0 -1 4194368 8310 0 0 0 28122 3 0 0 20 0 20 0 35523048 19521036288 118835 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
[pid=29579/tid=29590] ppid=29576 vsize=19063512 memory=475340 CPUtime=0 cores=5,7
/proc/29579/task/29590/stat : 29590 (Finalizer) S 29576 29579 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35523050 19521036288 118835 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
[pid=29579/tid=29597] ppid=29576 vsize=19063512 memory=475340 CPUtime=0 cores=5,7
/proc/29579/task/29597/stat : 29597 (Common-Cleaner) S 29576 29579 27841 0 -1 4194368 80 0 0 0 0 0 0 0 20 0 20 0 35523050 19521036288 118835 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
[pid=29579/tid=29598] ppid=29576 vsize=19063512 memory=-6000919481262891885 CPUtime=0 cores=5,7
/proc/29579/task/29598/stat : 29598 (Timer-0) S 29576 29579 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35523064 19521036288 118835 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
Current children cumulated CPU time: 283.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 475340 KiB

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

# cumulated CPU time of all completed processes:  user=301.53 s, system=0.19352 s

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

[startup+288 s]*
/proc/loadavg: 4.09 4.16 4.12 5/341 29621
/proc/meminfo: memFree=124159824/131249996 swapFree=33010684/33010684
[pid=29579] ppid=29576 vsize=19063512 memory=475340 CPUtime=288.96 cores=5,7
/proc/29579/stat : 29579 (java) S 29576 29579 27841 0 -1 4194304 28345 0 0 0 28879 17 0 0 20 0 20 0 35523046 19521036288 118835 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
/proc/29579/statm: 4765878 118835 5496 1 0 553136 0
[pid=29579/tid=29581] ppid=29576 vsize=19063512 memory=1325340 CPUtime=286.94 cores=5,7
/proc/29579/task/29581/stat : 29581 (java) R 29576 29579 27841 0 -1 4194368 8369 0 0 0 28691 3 0 0 20 0 20 0 35523048 19521036288 118835 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
[pid=29579/tid=29590] ppid=29576 vsize=19063512 memory=6768 CPUtime=0 cores=5,7
/proc/29579/task/29590/stat : 29590 (Finalizer) S 29576 29579 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35523050 19521036288 118835 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
[pid=29579/tid=29597] ppid=29576 vsize=19063512 memory=-6000919481262891885 CPUtime=0 cores=5,7
/proc/29579/task/29597/stat : 29597 (Common-Cleaner) S 29576 29579 27841 0 -1 4194368 80 0 0 0 0 0 0 0 20 0 20 0 35523050 19521036288 118835 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
[pid=29579/tid=29598] ppid=29576 vsize=19063512 memory=-6000919481262891885 CPUtime=0 cores=5,7
/proc/29579/task/29598/stat : 29598 (Timer-0) S 29576 29579 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35523064 19521036288 118835 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
Current children cumulated CPU time: 288.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 475340 KiB

[startup+294.4 s]
/proc/loadavg: 4.08 4.15 4.12 5/341 29621
/proc/meminfo: memFree=124159824/131249996 swapFree=33010684/33010684
[pid=29579] ppid=29576 vsize=19063512 memory=475340 CPUtime=295.34 cores=5,7
/proc/29579/stat : 29579 (java) S 29576 29579 27841 0 -1 4194304 28346 0 0 0 29517 17 0 0 20 0 20 0 35523046 19521036288 118835 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
/proc/29579/statm: 4765878 118835 5496 1 0 553136 0
[pid=29579/tid=29581] ppid=29576 vsize=19063512 memory=475340 CPUtime=293.32 cores=5,7
/proc/29579/task/29581/stat : 29581 (java) R 29576 29579 27841 0 -1 4194368 8370 0 0 0 29329 3 0 0 20 0 20 0 35523048 19521036288 118835 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
[pid=29579/tid=29590] ppid=29576 vsize=19063512 memory=-6000919481262891885 CPUtime=0 cores=5,7
/proc/29579/task/29590/stat : 29590 (Finalizer) S 29576 29579 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35523050 19521036288 118835 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
[pid=29579/tid=29597] ppid=29576 vsize=19063512 memory=17536 CPUtime=0 cores=5,7
/proc/29579/task/29597/stat : 29597 (Common-Cleaner) S 29576 29579 27841 0 -1 4194368 80 0 0 0 0 0 0 0 20 0 20 0 35523050 19521036288 118835 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
[pid=29579/tid=29598] ppid=29576 vsize=19063512 memory=475340 CPUtime=0 cores=5,7
/proc/29579/task/29598/stat : 29598 (Timer-0) S 29576 29579 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35523064 19521036288 118835 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
Current children cumulated CPU time: 295.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 475340 KiB

[startup+297.6 s]
/proc/loadavg: 4.16 4.17 4.13 5/341 29621
/proc/meminfo: memFree=124159824/131249996 swapFree=33010684/33010684
[pid=29579] ppid=29576 vsize=19063512 memory=476620 CPUtime=298.78 cores=5,7
/proc/29579/stat : 29579 (java) S 29576 29579 27841 0 -1 4194304 31690 0 0 0 29860 18 0 0 20 0 20 0 35523046 19521036288 119155 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
/proc/29579/statm: 4765878 119155 5496 1 0 553155 0
[pid=29579/tid=29581] ppid=29576 vsize=19063512 memory=475340 CPUtime=296.51 cores=5,7
/proc/29579/task/29581/stat : 29581 (java) R 29576 29579 27841 0 -1 4194368 8808 0 0 0 29648 3 0 0 20 0 20 0 35523048 19521036288 119155 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
[pid=29579/tid=29590] ppid=29576 vsize=19063512 memory=475340 CPUtime=0 cores=5,7
/proc/29579/task/29590/stat : 29590 (Finalizer) S 29576 29579 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35523050 19521036288 119155 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
[pid=29579/tid=29597] ppid=29576 vsize=19063512 memory=475340 CPUtime=0 cores=5,7
/proc/29579/task/29597/stat : 29597 (Common-Cleaner) S 29576 29579 27841 0 -1 4194368 80 0 0 0 0 0 0 0 20 0 20 0 35523050 19521036288 119155 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
[pid=29579/tid=29598] ppid=29576 vsize=19063512 memory=475340 CPUtime=0 cores=5,7
/proc/29579/task/29598/stat : 29598 (Timer-0) S 29576 29579 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35523064 19521036288 119155 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
Current children cumulated CPU time: 298.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 476620 KiB

[startup+299.2 s]
/proc/loadavg: 4.16 4.17 4.13 7/340 29687
/proc/meminfo: memFree=126186376/131249996 swapFree=33010684/33010684
[pid=29579] ppid=29576 vsize=19063512 memory=477772 CPUtime=300.78 cores=5,7
/proc/29579/stat : 29579 (java) S 29576 29579 27841 0 -1 4194304 32076 0 0 0 30060 18 0 0 20 0 20 0 35523046 19521036288 119443 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
/proc/29579/statm: 4765878 119443 5496 1 0 553155 0
[pid=29579/tid=29581] ppid=29576 vsize=19063512 memory=5040 CPUtime=298.11 cores=5,7
/proc/29579/task/29581/stat : 29581 (java) R 29576 29579 27841 0 -1 4194368 8837 0 0 0 29808 3 0 0 20 0 20 0 35523048 19521036288 119443 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
[pid=29579/tid=29590] ppid=29576 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/29579/task/29590/stat : 29590 (Finalizer) S 29576 29579 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35523050 19521036288 119443 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
[pid=29579/tid=29597] ppid=29576 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/29579/task/29597/stat : 29597 (Common-Cleaner) S 29576 29579 27841 0 -1 4194368 80 0 0 0 0 0 0 0 20 0 20 0 35523050 19521036288 119443 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
[pid=29579/tid=29598] ppid=29576 vsize=19063512 memory=4380 CPUtime=0 cores=5,7
/proc/29579/task/29598/stat : 29598 (Timer-0) S 29576 29579 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35523064 19521036288 119443 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
Current children cumulated CPU time: 300.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 477772 KiB

[startup+299.6 s]
/proc/loadavg: 4.16 4.17 4.13 7/340 29687
/proc/meminfo: memFree=126186376/131249996 swapFree=33010684/33010684
[pid=29579] ppid=29576 vsize=19063512 memory=477772 CPUtime=301.18 cores=5,7
/proc/29579/stat : 29579 (java) S 29576 29579 27841 0 -1 4194304 32076 0 0 0 30100 18 0 0 20 0 20 0 35523046 19521036288 119443 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
/proc/29579/statm: 4765878 119443 5496 1 0 553155 0
[pid=29579/tid=29581] ppid=29576 vsize=19063512 memory=4352 CPUtime=298.51 cores=5,7
/proc/29579/task/29581/stat : 29581 (java) R 29576 29579 27841 0 -1 4194368 8837 0 0 0 29848 3 0 0 20 0 20 0 35523048 19521036288 119443 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
[pid=29579/tid=29590] ppid=29576 vsize=19063512 memory=-6000919481262891885 CPUtime=0 cores=5,7
/proc/29579/task/29590/stat : 29590 (Finalizer) S 29576 29579 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35523050 19521036288 119443 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
[pid=29579/tid=29597] ppid=29576 vsize=19063512 memory=17536 CPUtime=0 cores=5,7
/proc/29579/task/29597/stat : 29597 (Common-Cleaner) S 29576 29579 27841 0 -1 4194368 80 0 0 0 0 0 0 0 20 0 20 0 35523050 19521036288 119443 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
[pid=29579/tid=29598] ppid=29576 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/29579/task/29598/stat : 29598 (Timer-0) S 29576 29579 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35523064 19521036288 119443 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
Current children cumulated CPU time: 301.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 477772 KiB

[startup+300 s]*
/proc/loadavg: 4.16 4.17 4.13 6/341 29688
/proc/meminfo: memFree=126172072/131249996 swapFree=33010684/33010684
[pid=29579] ppid=29576 vsize=19064540 memory=478028 CPUtime=301.6 cores=5,7
/proc/29579/stat : 29579 (java) S 29576 29579 27841 0 -1 4194304 32824 0 0 0 30142 18 0 0 20 0 21 0 35523046 19522088960 119507 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
/proc/29579/statm: 4766135 119507 5496 1 0 553443 0
[pid=29579/tid=29581] ppid=29576 vsize=19064540 memory=476748 CPUtime=298.9 cores=5,7
/proc/29579/task/29581/stat : 29581 (java) S 29576 29579 27841 0 -1 4194368 9552 0 0 0 29887 3 0 0 20 0 21 0 35523048 19522088960 119507 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
[pid=29579/tid=29590] ppid=29576 vsize=19064540 memory=1325340 CPUtime=0 cores=5,7
/proc/29579/task/29590/stat : 29590 (Finalizer) S 29576 29579 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 35523050 19522088960 119507 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
[pid=29579/tid=29597] ppid=29576 vsize=19064540 memory=-6000919485574570861 CPUtime=0 cores=5,7
/proc/29579/task/29597/stat : 29597 (Common-Cleaner) S 29576 29579 27841 0 -1 4194368 80 0 0 0 0 0 0 0 20 0 21 0 35523050 19522088960 119507 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
[pid=29579/tid=29598] ppid=29576 vsize=19064540 memory=211292520752 CPUtime=0 cores=5,7
/proc/29579/task/29598/stat : 29598 (Timer-0) S 29576 29579 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 35523064 19522088960 119507 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
[pid=29579/tid=29688] ppid=29576 vsize=19064540 memory=4179393467853832945 CPUtime=0 cores=5,7
/proc/29579/task/29688/stat : 29688 (java) R 29576 29579 27841 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 21 0 35553046 19522088960 119507 18446744073709551615 94005143261184 94005143264880 140725817990048 0 0 0 2147221247 0 16800975 0 0 0 -1 7 0 0 0 0 0 94005143272696 94005143273488 94005150429184 140725817997697 140725817997798 140725817997798 140725818003400 0
Current children cumulated CPU time: 301.6 s
Current children cumulated vsize: 19064540 KiB
Current children cumulated memory: 478028 KiB

Child status: 20

Real time (s): 300.096
CPU time (s): 301.724
CPU user time (s): 301.53
CPU system time (s): 0.19352
CPU usage (%): 100.543
Max. virtual memory (cumulated for all children) (KiB): 19064540
Max. memory (cumulated for all children) (KiB): 478028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 301.53
system time used= 0.19352
maximum resident set size= 478540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33391
page faults= 0
swaps= 0
block input operations= 0
block output operations= 352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10353
involuntary context switches= 728


# summary of solver processes directly reported to runsolver:
#   pid: 29579
#   total CPU time (s): 301.724
#   total CPU user time (s): 301.53
#   total CPU system time (s): 0.19352

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.605208 second user time and 1.47576 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-06-29 14:00:51
IDJOB=4510552
IDBENCH=160372
IDSOLVER=3363
FILE ID=nodeC024/4510552-1751198451
RUNJOBID= nodeC024-1751191546-27854
SLURM_JOB_ID= 9587580
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/normalized-ECgrid5x50split.cnf-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4510552-1751198451/watcher-4510552-1751198451 -o /tmp/evaluation-result-4510552-1751198451/solver-4510552-1751198451 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751191546-27854 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4510552-1751198451.opb

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

MD5SUM BENCH= becd4f2905a31b4ccafbaa36ee1998fb
RANDOM SEED=384821799

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        124816112 kB
MemAvailable:   124497212 kB
Buffers:            3280 kB
Cached:           490704 kB
SwapCached:            0 kB
Active:          5623728 kB
Inactive:         236144 kB
Active(anon):    5383952 kB
Inactive(anon):        0 kB
Active(file):     239776 kB
Inactive(file):   236144 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               780 kB
Writeback:             0 kB
AnonPages:       5368772 kB
Mapped:           122420 kB
Shmem:             18064 kB
KReclaimable:      88436 kB
Slab:             175224 kB
SReclaimable:      88436 kB
SUnreclaim:        86788 kB
KernelStack:        5228 kB
PageTables:        13984 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7054220 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151512 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5158912 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC024 at 2025-06-29 14:05:52