Trace number 4510768

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 302.677 300.688

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/
normalized-ECgrid5x60split.cnf-extracted.pb.metafix.opb
MD5SUM31f6aff17a47c209cb9ee9a70845e10e
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 benchmark17.18
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables601
Total number of constraints838
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)836
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.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	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.12/0.10	c Number of processors 	2
0.12/0.14	c Pseudo Boolean Optimization by upper bound
0.12/0.14	c --- Begin Solver configuration ---
0.12/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.14	c Learn all clauses as in MiniSAT
0.12/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.14	c Expensive reason simplification
0.12/0.14	c Glucose 2.1 dynamic restart strategy
0.12/0.14	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.14	c timeout=2147483s
0.12/0.14	c DB Simplification allowed=false
0.12/0.14	c Listener: none
0.12/0.14	c --- End Solver configuration ---
0.12/0.14	c solving HOME/instance-4510768-1751198857.opb
0.12/0.14	c reading problem ... 
0.12/0.14	c  no objective function found
0.12/0.19	c ... done. Wall clock time 0.052s.
0.12/0.19	c declared #vars     601
0.12/0.19	c #constraints  838
0.12/0.19	c constraints type 
0.12/0.19	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.12/0.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 836
0.12/0.19	c 838 constraints processed.
0.69/0.43	c cleaning 2498 clauses out of 5002 with flag 22160/5002
0.88/0.59	c cleaning 4241 clauses out of 8503 with flag 47640/11001
1.47/0.83	c cleaning 5601 clauses out of 11261 with flag 83225/18000
1.67/0.99	c cleaning 6783 clauses out of 13661 with flag 122231/26001
2.06/1.19	c cleaning 7906 clauses out of 15880 with flag 167209/35003
2.44/1.34	c cleaning 8972 clauses out of 17972 with flag 220417/45001
2.77/1.51	c cleaning 9961 clauses out of 19999 with flag 281192/56000
2.87/1.70	c cleaning 10990 clauses out of 22039 with flag 346625/68001
3.17/1.92	c cleaning 12003 clauses out of 24048 with flag 420805/81000
3.38/2.15	c cleaning 13013 clauses out of 26045 with flag 495929/95000
3.67/2.44	c cleaning 14002 clauses out of 28032 with flag 580246/110000
3.97/2.73	c cleaning 14981 clauses out of 30031 with flag 668797/126001
4.30/3.06	c cleaning 15993 clauses out of 32049 with flag 761854/143000
4.72/3.44	c cleaning 17006 clauses out of 34057 with flag 859084/161001
5.12/3.82	c cleaning 18025 clauses out of 36050 with flag 964058/180000
5.52/4.25	c cleaning 18982 clauses out of 38027 with flag 1074494/200002
6.01/4.72	c cleaning 19990 clauses out of 40044 with flag 1186723/221001
6.52/5.22	c cleaning 21014 clauses out of 42054 with flag 1303093/243001
7.03/5.76	c cleaning 22011 clauses out of 44040 with flag 1426627/266001
7.62/6.34	c cleaning 23005 clauses out of 46029 with flag 1553735/290001
8.22/6.94	c cleaning 23994 clauses out of 48023 with flag 1685432/315000
8.82/7.59	c cleaning 24980 clauses out of 50029 with flag 1819110/341000
9.62/8.30	c cleaning 26002 clauses out of 52049 with flag 1959614/368000
10.33/9.01	c cleaning 27004 clauses out of 54048 with flag 2105392/396001
11.03/9.77	c cleaning 28002 clauses out of 56043 with flag 2256667/425000
11.82/10.56	c cleaning 28994 clauses out of 58042 with flag 2412678/455001
12.72/11.46	c cleaning 30007 clauses out of 60047 with flag 2568727/486000
13.62/12.34	c cleaning 31006 clauses out of 62041 with flag 2729346/518001
14.62/13.32	c cleaning 32000 clauses out of 64034 with flag 2892785/551000
15.62/14.31	c cleaning 32997 clauses out of 66034 with flag 3057751/585000
16.61/15.37	c cleaning 34004 clauses out of 68037 with flag 3233690/620000
17.71/16.46	c cleaning 34995 clauses out of 70033 with flag 3411795/656000
18.81/17.59	c cleaning 35993 clauses out of 72039 with flag 3592403/693001
20.10/18.81	c cleaning 37009 clauses out of 74046 with flag 3777926/731001
21.31/20.10	c cleaning 38004 clauses out of 76036 with flag 3968948/770000
22.60/21.35	c cleaning 39007 clauses out of 78032 with flag 4160239/810000
24.11/22.80	c cleaning 39997 clauses out of 80026 with flag 4356126/851001
25.61/24.36	c cleaning 41004 clauses out of 82028 with flag 4557623/893000
27.20/25.93	c cleaning 41997 clauses out of 84024 with flag 4760020/936000
28.80/27.51	c cleaning 43002 clauses out of 86030 with flag 4968269/980003
30.49/29.21	c cleaning 43988 clauses out of 88025 with flag 5179641/1025000
32.29/31.07	c cleaning 44997 clauses out of 90039 with flag 5400857/1071002
33.98/32.78	c cleaning 46006 clauses out of 92040 with flag 5619417/1118000
35.88/34.66	c cleaning 47004 clauses out of 94037 with flag 5849425/1166003
37.77/36.57	c cleaning 47995 clauses out of 96030 with flag 6078716/1215000
39.80/38.51	c cleaning 49005 clauses out of 98036 with flag 6307221/1265001
41.89/40.68	c cleaning 49995 clauses out of 100030 with flag 6546446/1316000
43.99/42.78	c cleaning 50997 clauses out of 102035 with flag 6777782/1368000
46.39/45.13	c cleaning 52010 clauses out of 104039 with flag 7021262/1421001
48.78/47.57	c cleaning 52997 clauses out of 106028 with flag 7269145/1475000
51.07/49.89	c cleaning 54000 clauses out of 108031 with flag 7514424/1530000
53.86/52.61	c cleaning 54991 clauses out of 110032 with flag 7774910/1586001
56.56/55.38	c cleaning 56005 clauses out of 112040 with flag 8034342/1643000
59.29/58.03	c cleaning 57002 clauses out of 114036 with flag 8291611/1701001
62.07/60.87	c cleaning 58002 clauses out of 116033 with flag 8556898/1760000
65.07/63.82	c cleaning 58995 clauses out of 118031 with flag 8821712/1820000
68.16/66.99	c cleaning 60000 clauses out of 120036 with flag 9090155/1881000
71.15/69.95	c cleaning 61002 clauses out of 122037 with flag 9353787/1943001
74.45/73.23	c cleaning 62010 clauses out of 124035 with flag 9626181/2006001
77.94/76.70	c cleaning 62995 clauses out of 126024 with flag 9902522/2070000
81.46/80.25	c cleaning 64007 clauses out of 128029 with flag 10179770/2135000
85.06/83.86	c cleaning 65002 clauses out of 130023 with flag 10462759/2201001
88.45/87.27	c cleaning 65997 clauses out of 132022 with flag 10736337/2268002
91.84/90.69	c cleaning 67001 clauses out of 134026 with flag 11009487/2336003
95.53/94.32	c cleaning 67998 clauses out of 136022 with flag 11286839/2405000
99.23/98.01	c cleaning 69000 clauses out of 138025 with flag 11563500/2475001
103.04/101.84	c cleaning 70006 clauses out of 140025 with flag 11839552/2546001
106.64/105.47	c cleaning 71009 clauses out of 142018 with flag 12114604/2618000
110.34/109.10	c cleaning 71997 clauses out of 144009 with flag 12389873/2691000
113.62/112.43	c cleaning 72992 clauses out of 146013 with flag 12674243/2765001
116.81/115.62	c cleaning 73998 clauses out of 148020 with flag 12958166/2840000
120.25/119.01	c cleaning 74994 clauses out of 150022 with flag 13245576/2916000
123.43/122.29	c cleaning 76006 clauses out of 152029 with flag 13529914/2993001
126.93/125.71	c cleaning 77001 clauses out of 154023 with flag 13824787/3071001
130.32/129.13	c cleaning 78002 clauses out of 156022 with flag 14124217/3150001
134.01/132.84	c cleaning 78998 clauses out of 158019 with flag 14425473/3230000
137.64/136.42	c cleaning 80004 clauses out of 160023 with flag 14735467/3311002
141.34/140.17	c cleaning 80995 clauses out of 162017 with flag 15054053/3393000
145.23/144.05	c cleaning 81997 clauses out of 164022 with flag 15368938/3476000
149.32/148.13	c cleaning 83006 clauses out of 166026 with flag 15687818/3560001
153.21/152.09	c cleaning 84004 clauses out of 168019 with flag 16015691/3645000
157.54/156.35	c cleaning 84998 clauses out of 170015 with flag 16362121/3731000
162.03/160.86	c cleaning 85998 clauses out of 172017 with flag 16705085/3818000
166.91/165.76	c cleaning 87008 clauses out of 174021 with flag 17066863/3906002
171.80/170.69	c cleaning 87991 clauses out of 176012 with flag 17422064/3995001
176.94/175.78	c cleaning 88999 clauses out of 178021 with flag 17782324/4085001
182.12/180.90	c cleaning 90005 clauses out of 180023 with flag 18150421/4176002
187.61/186.49	c cleaning 90996 clauses out of 182016 with flag 18531892/4268000
193.00/191.85	c cleaning 92004 clauses out of 184020 with flag 18922212/4361000
198.19/197.09	c cleaning 93000 clauses out of 186018 with flag 19314395/4455002
204.31/203.13	c cleaning 94000 clauses out of 188017 with flag 19718417/4550001
210.59/209.42	c cleaning 95000 clauses out of 190017 with flag 20135444/4646001
216.18/215.04	c cleaning 96003 clauses out of 192017 with flag 20543967/4743001
222.06/220.96	c cleaning 96999 clauses out of 194014 with flag 20956424/4841001
228.09/226.91	c cleaning 98002 clauses out of 196015 with flag 21366043/4940001
233.48/232.32	c cleaning 98996 clauses out of 198013 with flag 21775495/5040001
239.17/238.02	c cleaning 100001 clauses out of 200016 with flag 22190311/5141000
245.85/244.76	c cleaning 101000 clauses out of 202016 with flag 22621765/5243001
254.10/252.95	c cleaning 102008 clauses out of 204016 with flag 23072463/5346001
262.29/261.13	c cleaning 102998 clauses out of 206008 with flag 23528150/5450001
271.56/270.40	c cleaning 103999 clauses out of 208010 with flag 23993240/5555001
281.63/280.56	c cleaning 104998 clauses out of 210010 with flag 24457232/5661000
292.00/290.46	c cleaning 106003 clauses out of 212013 with flag 24949322/5768001
300.96/299.05	c cleaning 107002 clauses out of 214008 with flag 25441471/5876001
302.48/300.58	c starts		: 7838
302.48/300.58	c conflicts		: 5907935
302.48/300.58	c decisions		: 8084949
302.48/300.58	c propagations		: 47371430
302.48/300.58	c inspects		: 5545790507
302.48/300.58	c shortcuts		: 0
302.48/300.58	c learnt literals	: 15
302.48/300.58	c learnt binary clauses	: 105
302.48/300.58	c learnt ternary clauses	: 444
302.48/300.58	c learnt constraints	: 5907919
302.48/300.59	c ignored constraints	: 0
302.48/300.59	c root simplifications	: 0
302.48/300.59	c removed literals (reason simplification)	: 5095941
302.48/300.59	c reason swapping (by a shorter reason)	: 0
302.48/300.59	c Calls to reduceDB	: 104
302.48/300.59	c Number of update (reduction) of LBD	: 1311026
302.48/300.59	c Imported unit clauses	: 0
302.48/300.59	c No decision after first conflict	: false
302.48/300.59	c number of reductions to clauses (during analyze)	: 0
302.48/300.59	c number of learned constraints concerned by reduction	: 0
302.48/300.59	c number of learning phase by resolution	: 0
302.48/300.59	c number of learning phase by cutting planes	: 0
302.48/300.59	c number of rounding to 1 operations	: 0
302.48/300.59	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
302.48/300.59	c number of reductions of the coefficients by power 2 	: 0
302.48/300.59	c number of right shift for reduction by power 2 	: 0
302.48/300.59	c number of reductions of the coefficients by GCD over coefficients 	: 0
302.48/300.59	c number of ending skipping 	: 0
302.48/300.59	c number of internal skipping 	: 0
302.48/300.59	c number of derivation steps 	: 0
302.48/300.59	c number of skipped derivation steps 	: 0
302.48/300.59	c number of remaining unassigned 	: 0
302.48/300.59	c number of remaining assigned 	: 0
302.48/300.59	c number of falsified literals weakened from reason	: 0
302.48/300.59	c number of falsified literals weakened from conflict	: 0
302.48/300.59	c time for arithmetic operations	: 0
302.48/300.59	c minimum degree of deleted constraints	: null
302.48/300.60	c maximum degree of deleted constraints	: null
302.59/300.60	c number of deleted constraints	: 0
302.59/300.60	c speed (assignments/second)	: 157693.4574337055
302.59/300.60	c non guided choices	: 169354
302.59/300.65	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 138821
302.59/300.65	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 105
302.59/300.65	s UNSATISFIABLE
302.59/300.65	c Total wall clock time (in seconds): 300.515

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=29999, runsolver pid=29996

[startup+0.100059 s]*
/proc/loadavg: 4.33 4.19 4.14 6/338 30017
/proc/meminfo: memFree=127555000/131249996 swapFree=33010684/33010684
[pid=29999] ppid=29996 vsize=18930384 memory=55452 CPUtime=0.12 cores=0,2
/proc/29999/stat : 29999 (java) S 29996 29999 27841 0 -1 4194304 6539 0 0 0 10 2 0 0 20 0 18 0 35563577 19384713216 13863 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
/proc/29999/statm: 4732596 13863 5329 1 0 547603 0
[pid=29999/tid=30001] ppid=29996 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/29999/task/30001/stat : 30001 (java) R 29996 29999 27841 0 -1 4194368 5051 0 0 0 6 1 0 0 20 0 18 0 35563578 19384713216 13863 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
[pid=29999/tid=30010] ppid=29996 vsize=18930384 memory=237112656212 CPUtime=0 cores=0,2
/proc/29999/task/30010/stat : 30010 (Finalizer) S 29996 29999 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35563580 19384713216 13863 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
[pid=29999/tid=30017] ppid=29996 vsize=18930384 memory=58485492706614 CPUtime=0 cores=0,2
/proc/29999/task/30017/stat : 30017 (Common-Cleaner) S 29996 29999 27841 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 35563580 19384713216 13863 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55452 KiB

[startup+0.205587 s]*
/proc/loadavg: 4.33 4.19 4.14 7/339 30018
/proc/meminfo: memFree=127523640/131249996 swapFree=33010684/33010684
[pid=29999] ppid=29996 vsize=18996948 memory=66320 CPUtime=0.3 cores=0,2
/proc/29999/stat : 29999 (java) S 29996 29999 27841 0 -1 4194304 7111 0 0 0 28 2 0 0 20 0 19 0 35563577 19452874752 16580 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
/proc/29999/statm: 4749237 16580 5425 1 0 548246 0
[pid=29999/tid=30001] ppid=29996 vsize=18996948 memory=4026597660 CPUtime=0.15 cores=0,2
/proc/29999/task/30001/stat : 30001 (java) R 29996 29999 27841 0 -1 4194368 5304 0 0 0 14 1 0 0 20 0 19 0 35563578 19452874752 16580 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
[pid=29999/tid=30010] ppid=29996 vsize=18996948 memory=18949 CPUtime=0 cores=0,2
/proc/29999/task/30010/stat : 30010 (Finalizer) S 29996 29999 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35563580 19452874752 16580 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
[pid=29999/tid=30017] ppid=29996 vsize=18996948 memory=57385981051877 CPUtime=0 cores=0,2
/proc/29999/task/30017/stat : 30017 (Common-Cleaner) S 29996 29999 27841 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35563580 19452874752 16580 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
[pid=29999/tid=30018] ppid=29996 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/29999/task/30018/stat : 30018 (Timer-0) S 29996 29999 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35563597 19452874752 16580 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 66320 KiB

[startup+0.305526 s]*
/proc/loadavg: 4.33 4.19 4.14 6/339 30018
/proc/meminfo: memFree=127519608/131249996 swapFree=33010684/33010684
[pid=29999] ppid=29996 vsize=18996948 memory=72644 CPUtime=0.5 cores=0,2
/proc/29999/stat : 29999 (java) S 29996 29999 27841 0 -1 4194304 8854 0 0 0 47 3 0 0 20 0 19 0 35563577 19452874752 18161 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
/proc/29999/statm: 4749237 18161 5425 1 0 549234 0
[pid=29999/tid=30001] ppid=29996 vsize=18996948 memory=-6000919481229075309 CPUtime=0.25 cores=0,2
/proc/29999/task/30001/stat : 30001 (java) R 29996 29999 27841 0 -1 4194368 5323 0 0 0 24 1 0 0 20 0 19 0 35563578 19452874752 18161 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
[pid=29999/tid=30010] ppid=29996 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/29999/task/30010/stat : 30010 (Finalizer) S 29996 29999 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35563580 19452874752 18161 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
[pid=29999/tid=30017] ppid=29996 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/29999/task/30017/stat : 30017 (Common-Cleaner) S 29996 29999 27841 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35563580 19452874752 18161 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
[pid=29999/tid=30018] ppid=29996 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/29999/task/30018/stat : 30018 (Timer-0) S 29996 29999 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35563597 19452874752 18161 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 72644 KiB

[startup+0.700238 s]
/proc/loadavg: 4.46 4.22 4.15 6/339 30019
/proc/meminfo: memFree=127496548/131249996 swapFree=33010684/33010684
[pid=29999] ppid=29996 vsize=18996948 memory=92592 CPUtime=1.27 cores=0,2
/proc/29999/stat : 29999 (java) S 29996 29999 27841 0 -1 4194304 16003 0 0 0 123 4 0 0 20 0 19 0 35563577 19452874752 23148 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
/proc/29999/statm: 4749237 23148 5425 1 0 553135 0
[pid=29999/tid=30001] ppid=29996 vsize=18996948 memory=17536 CPUtime=0.62 cores=0,2
/proc/29999/task/30001/stat : 30001 (java) R 29996 29999 27841 0 -1 4194368 5366 0 0 0 61 1 0 0 20 0 19 0 35563578 19452874752 23148 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
[pid=29999/tid=30010] ppid=29996 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/29999/task/30010/stat : 30010 (Finalizer) S 29996 29999 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35563580 19452874752 23148 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
[pid=29999/tid=30017] ppid=29996 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/29999/task/30017/stat : 30017 (Common-Cleaner) S 29996 29999 27841 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35563580 19452874752 23148 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
[pid=29999/tid=30018] ppid=29996 vsize=18996948 memory=4756 CPUtime=0 cores=0,2
/proc/29999/task/30018/stat : 30018 (Timer-0) S 29996 29999 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35563597 19452874752 23148 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 92592 KiB

[startup+1.50023 s]
/proc/loadavg: 4.46 4.22 4.15 6/339 30019
/proc/meminfo: memFree=127486592/131249996 swapFree=33010684/33010684
[pid=29999] ppid=29996 vsize=18996948 memory=101284 CPUtime=2.77 cores=0,2
/proc/29999/stat : 29999 (java) S 29996 29999 27841 0 -1 4194304 20245 0 0 0 272 5 0 0 20 0 19 0 35563577 19452874752 25321 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
/proc/29999/statm: 4749237 25321 5425 1 0 553138 0
[pid=29999/tid=30001] ppid=29996 vsize=18996948 memory=0 CPUtime=1.42 cores=0,2
/proc/29999/task/30001/stat : 30001 (java) R 29996 29999 27841 0 -1 4194368 5674 0 0 0 140 2 0 0 20 0 19 0 35563578 19452874752 25321 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
[pid=29999/tid=30010] ppid=29996 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/29999/task/30010/stat : 30010 (Finalizer) S 29996 29999 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35563580 19452874752 25321 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
[pid=29999/tid=30017] ppid=29996 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/29999/task/30017/stat : 30017 (Common-Cleaner) S 29996 29999 27841 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35563580 19452874752 25321 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
[pid=29999/tid=30018] ppid=29996 vsize=18996948 memory=4756 CPUtime=0 cores=0,2
/proc/29999/task/30018/stat : 30018 (Timer-0) S 29996 29999 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35563597 19452874752 25321 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
Current children cumulated CPU time: 2.77 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 101284 KiB

[startup+3.10523 s]
/proc/loadavg: 4.46 4.22 4.15 5/340 30020
/proc/meminfo: memFree=127441544/131249996 swapFree=33010684/33010684
[pid=29999] ppid=29996 vsize=18996948 memory=119844 CPUtime=4.42 cores=0,2
/proc/29999/stat : 29999 (java) S 29996 29999 27841 0 -1 4194304 21040 0 0 0 437 5 0 0 20 0 19 0 35563577 19452874752 29961 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
/proc/29999/statm: 4749237 29961 5425 1 0 553140 0
[pid=29999/tid=30001] ppid=29996 vsize=18996948 memory=10752 CPUtime=3.02 cores=0,2
/proc/29999/task/30001/stat : 30001 (java) R 29996 29999 27841 0 -1 4194368 6010 0 0 0 300 2 0 0 20 0 19 0 35563578 19452874752 29961 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
[pid=29999/tid=30010] ppid=29996 vsize=18996948 memory=-6000919481229075309 CPUtime=0 cores=0,2
/proc/29999/task/30010/stat : 30010 (Finalizer) S 29996 29999 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35563580 19452874752 29961 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
[pid=29999/tid=30017] ppid=29996 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/29999/task/30017/stat : 30017 (Common-Cleaner) S 29996 29999 27841 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35563580 19452874752 29961 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
[pid=29999/tid=30018] ppid=29996 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/29999/task/30018/stat : 30018 (Timer-0) S 29996 29999 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35563597 19452874752 29961 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
Current children cumulated CPU time: 4.42 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 119844 KiB

[startup+6.30014 s]
/proc/loadavg: 4.43 4.22 4.15 5/340 30020
/proc/meminfo: memFree=127416968/131249996 swapFree=33010684/33010684
[pid=29999] ppid=29996 vsize=18996948 memory=146044 CPUtime=7.62 cores=0,2
/proc/29999/stat : 29999 (java) S 29996 29999 27841 0 -1 4194304 21379 0 0 0 756 6 0 0 20 0 19 0 35563577 19452874752 36511 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
/proc/29999/statm: 4749237 36511 5425 1 0 553140 0
[pid=29999/tid=30001] ppid=29996 vsize=18996948 memory=0 CPUtime=6.21 cores=0,2
/proc/29999/task/30001/stat : 30001 (java) R 29996 29999 27841 0 -1 4194368 6120 0 0 0 618 3 0 0 20 0 19 0 35563578 19452874752 36511 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
[pid=29999/tid=30010] ppid=29996 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/29999/task/30010/stat : 30010 (Finalizer) S 29996 29999 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35563580 19452874752 36511 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
[pid=29999/tid=30017] ppid=29996 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/29999/task/30017/stat : 30017 (Common-Cleaner) S 29996 29999 27841 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35563580 19452874752 36511 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
[pid=29999/tid=30018] ppid=29996 vsize=18996948 memory=103332 CPUtime=0 cores=0,2
/proc/29999/task/30018/stat : 30018 (Timer-0) S 29996 29999 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35563597 19452874752 36511 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
Current children cumulated CPU time: 7.62 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 146044 KiB

[startup+12.7002 s]
/proc/loadavg: 4.39 4.22 4.14 5/341 30021
/proc/meminfo: memFree=127371704/131249996 swapFree=33010684/33010684
[pid=29999] ppid=29996 vsize=19063512 memory=177516 CPUtime=14.02 cores=0,2
/proc/29999/stat : 29999 (java) S 29996 29999 27841 0 -1 4194304 24140 0 0 0 1395 7 0 0 20 0 20 0 35563577 19521036288 44379 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
/proc/29999/statm: 4765878 44379 5521 1 0 553429 0
[pid=29999/tid=30001] ppid=29996 vsize=19063512 memory=103332 CPUtime=12.58 cores=0,2
/proc/29999/task/30001/stat : 30001 (java) R 29996 29999 27841 0 -1 4194368 6992 0 0 0 1255 3 0 0 20 0 20 0 35563578 19521036288 44379 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
[pid=29999/tid=30010] ppid=29996 vsize=19063512 memory=177516 CPUtime=0 cores=0,2
/proc/29999/task/30010/stat : 30010 (Finalizer) S 29996 29999 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35563580 19521036288 44379 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
[pid=29999/tid=30017] ppid=29996 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/29999/task/30017/stat : 30017 (Common-Cleaner) S 29996 29999 27841 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 35563580 19521036288 44379 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
[pid=29999/tid=30018] ppid=29996 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/29999/task/30018/stat : 30018 (Timer-0) S 29996 29999 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35563597 19521036288 44379 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
Current children cumulated CPU time: 14.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 177516 KiB

[startup+25.5002 s]
/proc/loadavg: 4.40 4.23 4.15 5/341 30021
/proc/meminfo: memFree=127347128/131249996 swapFree=33010684/33010684
[pid=29999] ppid=29996 vsize=19063512 memory=185756 CPUtime=26.8 cores=0,2
/proc/29999/stat : 29999 (java) S 29996 29999 27841 0 -1 4194304 26172 0 0 0 2672 8 0 0 20 0 20 0 35563577 19521036288 46439 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
/proc/29999/statm: 4765878 46439 5521 1 0 553429 0
[pid=29999/tid=30001] ppid=29996 vsize=19063512 memory=177516 CPUtime=25.33 cores=0,2
/proc/29999/task/30001/stat : 30001 (java) R 29996 29999 27841 0 -1 4194368 7608 0 0 0 2530 3 0 0 20 0 20 0 35563578 19521036288 46439 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
[pid=29999/tid=30010] ppid=29996 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/29999/task/30010/stat : 30010 (Finalizer) S 29996 29999 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35563580 19521036288 46439 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
[pid=29999/tid=30017] ppid=29996 vsize=19063512 memory=-6000919481229075309 CPUtime=0 cores=0,2
/proc/29999/task/30017/stat : 30017 (Common-Cleaner) S 29996 29999 27841 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 35563580 19521036288 46439 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
[pid=29999/tid=30018] ppid=29996 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/29999/task/30018/stat : 30018 (Timer-0) S 29996 29999 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35563597 19521036288 46439 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
Current children cumulated CPU time: 26.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 185756 KiB

[startup+51.1055 s]
/proc/loadavg: 4.24 4.20 4.14 5/341 30021
/proc/meminfo: memFree=127252676/131249996 swapFree=33010684/33010684
[pid=29999] ppid=29996 vsize=19063512 memory=208584 CPUtime=52.37 cores=0,2
/proc/29999/stat : 29999 (java) S 29996 29999 27841 0 -1 4194304 27454 0 0 0 5228 9 0 0 20 0 20 0 35563577 19521036288 52146 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
/proc/29999/statm: 4765878 52146 5521 1 0 553429 0

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

/proc/29999/task/30017/stat : 30017 (Common-Cleaner) S 29996 29999 27841 0 -1 4194368 139 0 0 0 0 0 0 0 20 0 20 0 35563580 19521036288 99260 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
[pid=29999/tid=30018] ppid=29996 vsize=19063512 memory=397040 CPUtime=0 cores=0,2
/proc/29999/task/30018/stat : 30018 (Timer-0) S 29996 29999 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35563597 19521036288 99260 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
Current children cumulated CPU time: 163.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 397040 KiB

[startup+222.3 s]
/proc/loadavg: 4.13 4.18 4.14 5/340 30031
/proc/meminfo: memFree=126359444/131249996 swapFree=33010684/33010684
[pid=29999] ppid=29996 vsize=19063512 memory=503608 CPUtime=223.5 cores=0,2
/proc/29999/stat : 29999 (java) S 29996 29999 27841 0 -1 4194304 32340 0 0 0 22331 19 0 0 20 0 20 0 35563577 19521036288 125902 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
/proc/29999/statm: 4765878 125902 5521 1 0 553429 0
[pid=29999/tid=30001] ppid=29996 vsize=19063512 memory=435968 CPUtime=221.27 cores=0,2
/proc/29999/task/30001/stat : 30001 (java) R 29996 29999 27841 0 -1 4194368 9411 0 0 0 22121 6 0 0 20 0 20 0 35563578 19521036288 125902 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
[pid=29999/tid=30010] ppid=29996 vsize=19063512 memory=464652 CPUtime=0 cores=0,2
/proc/29999/task/30010/stat : 30010 (Finalizer) S 29996 29999 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35563580 19521036288 125902 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
[pid=29999/tid=30017] ppid=29996 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/29999/task/30017/stat : 30017 (Common-Cleaner) S 29996 29999 27841 0 -1 4194368 155 0 0 0 0 0 0 0 20 0 20 0 35563580 19521036288 125902 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
[pid=29999/tid=30018] ppid=29996 vsize=19063512 memory=279989991953072 CPUtime=0 cores=0,2
/proc/29999/task/30018/stat : 30018 (Timer-0) S 29996 29999 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35563597 19521036288 125902 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
Current children cumulated CPU time: 223.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 503608 KiB

[startup+282.3 s]
/proc/loadavg: 4.15 4.18 4.14 5/341 30101
/proc/meminfo: memFree=126711096/131249996 swapFree=33010684/33010684
[pid=29999] ppid=29996 vsize=19063512 memory=583484 CPUtime=283.43 cores=0,2
/proc/29999/stat : 29999 (java) S 29996 29999 27841 0 -1 4194304 32652 0 0 0 28320 23 0 0 20 0 20 0 35563577 19521036288 145871 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
/proc/29999/statm: 4765878 145871 5521 1 0 553429 0
[pid=29999/tid=30001] ppid=29996 vsize=19063512 memory=464652 CPUtime=281.04 cores=0,2
/proc/29999/task/30001/stat : 30001 (java) R 29996 29999 27841 0 -1 4194368 9424 0 0 0 28098 6 0 0 20 0 20 0 35563578 19521036288 145871 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
[pid=29999/tid=30010] ppid=29996 vsize=19063512 memory=583484 CPUtime=0 cores=0,2
/proc/29999/task/30010/stat : 30010 (Finalizer) S 29996 29999 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35563580 19521036288 145871 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
[pid=29999/tid=30017] ppid=29996 vsize=19063512 memory=583484 CPUtime=0 cores=0,2
/proc/29999/task/30017/stat : 30017 (Common-Cleaner) S 29996 29999 27841 0 -1 4194368 191 0 0 0 0 0 0 0 20 0 20 0 35563580 19521036288 145871 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
[pid=29999/tid=30018] ppid=29996 vsize=19063512 memory=583484 CPUtime=0 cores=0,2
/proc/29999/task/30018/stat : 30018 (Timer-0) S 29996 29999 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35563597 19521036288 145871 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
Current children cumulated CPU time: 283.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 583484 KiB

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

# cumulated CPU time of all completed processes:  user=302.407 s, system=0.269651 s

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

[startup+294.4 s]
/proc/loadavg: 4.13 4.17 4.14 5/341 30101
/proc/meminfo: memFree=126588504/131249996 swapFree=33010684/33010684
[pid=29999] ppid=29996 vsize=19063512 memory=625284 CPUtime=296.05 cores=0,2
/proc/29999/stat : 29999 (java) S 29996 29999 27841 0 -1 4194304 41250 0 0 0 29579 26 0 0 20 0 20 0 35563577 19521036288 156321 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
/proc/29999/statm: 4765878 156321 5521 1 0 555099 0
[pid=29999/tid=30001] ppid=29996 vsize=19063512 memory=583484 CPUtime=293.06 cores=0,2
/proc/29999/task/30001/stat : 30001 (java) R 29996 29999 27841 0 -1 4194368 10116 0 0 0 29300 6 0 0 20 0 20 0 35563578 19521036288 156321 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
[pid=29999/tid=30010] ppid=29996 vsize=19063512 memory=583484 CPUtime=0 cores=0,2
/proc/29999/task/30010/stat : 30010 (Finalizer) S 29996 29999 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35563580 19521036288 156321 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
[pid=29999/tid=30017] ppid=29996 vsize=19063512 memory=583484 CPUtime=0 cores=0,2
/proc/29999/task/30017/stat : 30017 (Common-Cleaner) S 29996 29999 27841 0 -1 4194368 191 0 0 0 0 0 0 0 20 0 20 0 35563580 19521036288 156321 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
[pid=29999/tid=30018] ppid=29996 vsize=19063512 memory=4380 CPUtime=0 cores=0,2
/proc/29999/task/30018/stat : 30018 (Timer-0) S 29996 29999 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35563597 19521036288 156321 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
Current children cumulated CPU time: 296.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 625284 KiB

[startup+297.6 s]
/proc/loadavg: 4.12 4.17 4.14 5/340 30101
/proc/meminfo: memFree=126576216/131249996 swapFree=33010684/33010684
[pid=29999] ppid=29996 vsize=19063512 memory=626564 CPUtime=299.56 cores=0,2
/proc/29999/stat : 29999 (java) S 29996 29999 27841 0 -1 4194304 41685 0 0 0 29930 26 0 0 20 0 20 0 35563577 19521036288 156641 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
/proc/29999/statm: 4765878 156641 5521 1 0 555103 0
[pid=29999/tid=30001] ppid=29996 vsize=19063512 memory=626564 CPUtime=296.25 cores=0,2
/proc/29999/task/30001/stat : 30001 (java) R 29996 29999 27841 0 -1 4194368 10148 0 0 0 29619 6 0 0 20 0 20 0 35563578 19521036288 156641 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
[pid=29999/tid=30010] ppid=29996 vsize=19063512 memory=21952 CPUtime=0 cores=0,2
/proc/29999/task/30010/stat : 30010 (Finalizer) S 29996 29999 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35563580 19521036288 156641 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
[pid=29999/tid=30017] ppid=29996 vsize=19063512 memory=4352 CPUtime=0 cores=0,2
/proc/29999/task/30017/stat : 30017 (Common-Cleaner) S 29996 29999 27841 0 -1 4194368 191 0 0 0 0 0 0 0 20 0 20 0 35563580 19521036288 156641 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
[pid=29999/tid=30018] ppid=29996 vsize=19063512 memory=503608 CPUtime=0 cores=0,2
/proc/29999/task/30018/stat : 30018 (Timer-0) S 29996 29999 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35563597 19521036288 156641 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
Current children cumulated CPU time: 299.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 626564 KiB

[startup+299.2 s]
/proc/loadavg: 4.12 4.17 4.14 5/340 30101
/proc/meminfo: memFree=126576240/131249996 swapFree=33010684/33010684
[pid=29999] ppid=29996 vsize=19063512 memory=626564 CPUtime=301.15 cores=0,2
/proc/29999/stat : 29999 (java) S 29996 29999 27841 0 -1 4194304 41688 0 0 0 30089 26 0 0 20 0 20 0 35563577 19521036288 156641 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
/proc/29999/statm: 4765878 156641 5521 1 0 555103 0
[pid=29999/tid=30001] ppid=29996 vsize=19063512 memory=17536 CPUtime=297.85 cores=0,2
/proc/29999/task/30001/stat : 30001 (java) R 29996 29999 27841 0 -1 4194368 10148 0 0 0 29779 6 0 0 20 0 20 0 35563578 19521036288 156641 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
[pid=29999/tid=30010] ppid=29996 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/29999/task/30010/stat : 30010 (Finalizer) S 29996 29999 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35563580 19521036288 156641 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
[pid=29999/tid=30017] ppid=29996 vsize=19063512 memory=17536 CPUtime=0 cores=0,2
/proc/29999/task/30017/stat : 30017 (Common-Cleaner) S 29996 29999 27841 0 -1 4194368 191 0 0 0 0 0 0 0 20 0 20 0 35563580 19521036288 156641 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
[pid=29999/tid=30018] ppid=29996 vsize=19063512 memory=-6000919481229075309 CPUtime=0 cores=0,2
/proc/29999/task/30018/stat : 30018 (Timer-0) S 29996 29999 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35563597 19521036288 156641 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
Current children cumulated CPU time: 301.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 626564 KiB

[startup+300 s]*
/proc/loadavg: 4.12 4.17 4.14 5/340 30101
/proc/meminfo: memFree=126576240/131249996 swapFree=33010684/33010684
[pid=29999] ppid=29996 vsize=19063512 memory=626564 CPUtime=301.96 cores=0,2
/proc/29999/stat : 29999 (java) S 29996 29999 27841 0 -1 4194304 41688 0 0 0 30170 26 0 0 20 0 20 0 35563577 19521036288 156641 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
/proc/29999/statm: 4765878 156641 5521 1 0 555103 0
[pid=29999/tid=30001] ppid=29996 vsize=19063512 memory=-6000919481263221868 CPUtime=298.65 cores=0,2
/proc/29999/task/30001/stat : 30001 (java) R 29996 29999 27841 0 -1 4194368 10148 0 0 0 29859 6 0 0 20 0 20 0 35563578 19521036288 156641 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
[pid=29999/tid=30010] ppid=29996 vsize=19063512 memory=4137564081907986073 CPUtime=0 cores=0,2
/proc/29999/task/30010/stat : 30010 (Finalizer) S 29996 29999 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35563580 19521036288 156641 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
[pid=29999/tid=30017] ppid=29996 vsize=19063512 memory=53013654012657 CPUtime=0 cores=0,2
/proc/29999/task/30017/stat : 30017 (Common-Cleaner) S 29996 29999 27841 0 -1 4194368 191 0 0 0 0 0 0 0 20 0 20 0 35563580 19521036288 156641 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
[pid=29999/tid=30018] ppid=29996 vsize=19063512 memory=106664 CPUtime=0 cores=0,2
/proc/29999/task/30018/stat : 30018 (Timer-0) S 29996 29999 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35563597 19521036288 156641 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
Current children cumulated CPU time: 301.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 626564 KiB

[startup+300.4 s]
/proc/loadavg: 4.12 4.17 4.14 5/340 30101
/proc/meminfo: memFree=126576240/131249996 swapFree=33010684/33010684
[pid=29999] ppid=29996 vsize=19063512 memory=626564 CPUtime=302.35 cores=0,2
/proc/29999/stat : 29999 (java) S 29996 29999 27841 0 -1 4194304 41696 0 0 0 30209 26 0 0 20 0 20 0 35563577 19521036288 156641 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
/proc/29999/statm: 4765878 156641 5521 1 0 555103 0
[pid=29999/tid=30001] ppid=29996 vsize=19063512 memory=-6000919481229075309 CPUtime=299.04 cores=0,2
/proc/29999/task/30001/stat : 30001 (java) R 29996 29999 27841 0 -1 4194368 10148 0 0 0 29898 6 0 0 20 0 20 0 35563578 19521036288 156641 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
[pid=29999/tid=30010] ppid=29996 vsize=19063512 memory=211292520752 CPUtime=0 cores=0,2
/proc/29999/task/30010/stat : 30010 (Finalizer) S 29996 29999 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35563580 19521036288 156641 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
[pid=29999/tid=30017] ppid=29996 vsize=19063512 memory=53013654012657 CPUtime=0 cores=0,2
/proc/29999/task/30017/stat : 30017 (Common-Cleaner) S 29996 29999 27841 0 -1 4194368 191 0 0 0 0 0 0 0 20 0 20 0 35563580 19521036288 156641 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
[pid=29999/tid=30018] ppid=29996 vsize=19063512 memory=106664 CPUtime=0 cores=0,2
/proc/29999/task/30018/stat : 30018 (Timer-0) S 29996 29999 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35563597 19521036288 156641 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
Current children cumulated CPU time: 302.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 626564 KiB

[startup+300.6 s]
/proc/loadavg: 4.12 4.17 4.14 5/340 30101
/proc/meminfo: memFree=126576240/131249996 swapFree=33010684/33010684
[pid=29999] ppid=29996 vsize=19196640 memory=627204 CPUtime=302.59 cores=0,2
/proc/29999/stat : 29999 (java) S 29996 29999 27841 0 -1 4194304 42965 0 0 0 30233 26 0 0 20 0 20 0 35563577 19657359360 156801 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
/proc/29999/statm: 4799160 156801 5521 1 0 555737 0
[pid=29999/tid=30001] ppid=29996 vsize=19196640 memory=10752 CPUtime=299.22 cores=0,2
/proc/29999/task/30001/stat : 30001 (java) S 29996 29999 27841 0 -1 4194368 10995 0 0 0 29916 6 0 0 20 0 20 0 35563578 19657359360 156801 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
[pid=29999/tid=30010] ppid=29996 vsize=19196640 memory=5632 CPUtime=0 cores=0,2
/proc/29999/task/30010/stat : 30010 (Finalizer) S 29996 29999 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35563580 19657359360 156801 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
[pid=29999/tid=30017] ppid=29996 vsize=19196640 memory=4380 CPUtime=0 cores=0,2
/proc/29999/task/30017/stat : 30017 (Common-Cleaner) S 29996 29999 27841 0 -1 4194368 191 0 0 0 0 0 0 0 20 0 20 0 35563580 19657359360 156801 18446744073709551615 94041940070400 94041940074096 140722182838608 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94041940081912 94041940082704 94041944014848 140722182846849 140722182846950 140722182846950 140722182852552 0
Current children cumulated CPU time: 302.59 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 627204 KiB

Child status: 20

Real time (s): 300.688
CPU time (s): 302.677
CPU user time (s): 302.407
CPU system time (s): 0.269651
CPU usage (%): 100.662
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 627204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 302.407
system time used= 0.269651
maximum resident set size= 627460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43201
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11011
involuntary context switches= 1641


# summary of solver processes directly reported to runsolver:
#   pid: 29999
#   total CPU time (s): 302.677
#   total CPU user time (s): 302.407
#   total CPU system time (s): 0.269651

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.632757 second user time and 1.38371 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-06-29 14:07:37
IDJOB=4510768
IDBENCH=160385
IDSOLVER=3363
FILE ID=nodeC024/4510768-1751198857
RUNJOBID= nodeC024-1751191546-27851
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-ECgrid5x60split.cnf-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4510768-1751198857/watcher-4510768-1751198857 -o /tmp/evaluation-result-4510768-1751198857/solver-4510768-1751198857 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751191546-27851 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4510768-1751198857.opb

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.564
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:        127582692 kB
MemAvailable:   127264060 kB
Buffers:            3280 kB
Cached:           490984 kB
SwapCached:            0 kB
Active:          2871568 kB
Inactive:         236420 kB
Active(anon):    2631792 kB
Inactive(anon):        0 kB
Active(file):     239776 kB
Inactive(file):   236420 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               812 kB
Writeback:            16 kB
AnonPages:       2616336 kB
Mapped:           122692 kB
Shmem:             18064 kB
KReclaimable:      88424 kB
Slab:             175128 kB
SReclaimable:      88424 kB
SUnreclaim:        86704 kB
KernelStack:        5232 kB
PageTables:         8772 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7053732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151416 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2402304 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:12:38