Trace number 4493129

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 VeriPB 2025-06-06? (TO) 3600.35 3540.73

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
roussel/normalized-pigeon-cardinality-45-40.opb
MD5SUMc29178bae55e2a953331375c03582f77
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 benchmark0.015398
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1800
Total number of constraints85
Number of constraints which are clauses45
Number of constraints which are cardinality constraints (but not clauses)40
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint40
Maximum length of a constraint45
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 46
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.14	c See www.sat4j.org for details.
0.11/0.15	c version PB25.v20250606
0.11/0.17	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.17	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.17	c java.vm.version	22.0.1+8-16
0.11/0.17	c java.vm.vendor	Oracle Corporation
0.11/0.17	c sun.arch.data.model	64
0.11/0.17	c java.version		22.0.1
0.11/0.17	c os.name		Linux
0.11/0.17	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.17	c os.arch		amd64
0.11/0.17	c Free memory 		2104792832
0.11/0.17	c Max memory 		16282288128
0.11/0.17	c Total memory 		2113929216
0.11/0.18	c Number of processors 	2
0.29/0.26	c Pseudo Boolean Optimization by upper bound
0.29/0.26	c --- Begin Solver configuration ---
0.29/0.26	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.29/0.26	c Learn all clauses as in MiniSAT
0.29/0.26	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.26	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.29/0.26	c Expensive reason simplification
0.29/0.26	c Glucose 2.1 dynamic restart strategy
0.29/0.26	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.29/0.26	c timeout=2147483s
0.29/0.26	c DB Simplification allowed=false
0.29/0.26	c Listener: none
0.29/0.26	c --- End Solver configuration ---
0.29/0.26	c solving HOME/instance-4493129-1751152586.opb
0.29/0.26	c reading problem ... 
0.29/0.27	c using VERIPB proof format
0.29/0.27	c  no objective function found
0.47/0.36	c ... done. Wall clock time 0.093s.
0.47/0.36	c declared #vars     1800
0.47/0.36	c #constraints  85
0.47/0.36	c constraints type 
0.47/0.36	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 40
0.47/0.36	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 45
0.47/0.36	c 85 constraints processed.
4.57/2.42	c cleaning 2501 clauses out of 5002 with flag 32783/5002
7.52/4.88	c cleaning 4227 clauses out of 8501 with flag 77997/11002
12.71/9.80	c cleaning 5615 clauses out of 11272 with flag 138804/18000
17.63/14.57	c cleaning 6810 clauses out of 13657 with flag 208012/26000
23.00/19.88	c cleaning 7905 clauses out of 15847 with flag 288393/35000
30.66/27.20	c cleaning 8960 clauses out of 17949 with flag 388147/45007
35.13/31.11	c cleaning 9960 clauses out of 19982 with flag 467749/56000
40.08/36.04	c cleaning 10986 clauses out of 22024 with flag 551541/68002
45.17/41.10	c cleaning 12010 clauses out of 24036 with flag 643354/81000
50.25/46.03	c cleaning 13003 clauses out of 26026 with flag 745914/95000
55.96/51.62	c cleaning 14003 clauses out of 28024 with flag 855875/110001
62.76/58.37	c cleaning 15003 clauses out of 30022 with flag 980529/126002
70.94/66.44	c cleaning 16003 clauses out of 32018 with flag 1114779/143001
78.84/74.19	c cleaning 16996 clauses out of 34015 with flag 1260997/161001
88.47/83.69	c cleaning 17998 clauses out of 36019 with flag 1396116/180001
97.46/92.53	c cleaning 18988 clauses out of 38020 with flag 1542009/200000
106.00/101.11	c cleaning 19975 clauses out of 40033 with flag 1694966/221001
116.11/110.82	c cleaning 20682 clauses out of 42057 with flag 1895148/243000
124.62/119.20	c cleaning 22168 clauses out of 44376 with flag 2050624/266001
132.87/127.44	c cleaning 23101 clauses out of 46209 with flag 2212175/290002
141.93/136.13	c cleaning 24019 clauses out of 48108 with flag 2368023/315002
157.08/151.32	c cleaning 25011 clauses out of 50088 with flag 2546191/341001
175.82/169.82	c cleaning 26000 clauses out of 52076 with flag 2763503/368000
195.64/189.48	c cleaning 27008 clauses out of 54077 with flag 2977822/396001
213.79/207.26	c cleaning 28017 clauses out of 56068 with flag 3211102/425000
229.64/223.02	c cleaning 29018 clauses out of 58051 with flag 3419891/455000
253.27/246.58	c cleaning 30001 clauses out of 60033 with flag 3628288/486000
275.18/268.22	c cleaning 31007 clauses out of 62033 with flag 3853983/518001
290.19/284.41	c cleaning 31993 clauses out of 64027 with flag 4083177/551002
303.83/297.90	c cleaning 33003 clauses out of 66034 with flag 4303507/585002
320.87/314.99	c cleaning 33994 clauses out of 68029 with flag 4559279/620000
348.41/342.23	c cleaning 34990 clauses out of 70035 with flag 4793434/656000
374.54/368.01	c cleaning 36011 clauses out of 72046 with flag 5057048/693001
403.93/397.30	c cleaning 36996 clauses out of 74034 with flag 5325019/731000
420.49/413.10	c cleaning 37999 clauses out of 76038 with flag 5557095/770000
439.88/432.28	c cleaning 38997 clauses out of 78039 with flag 5799386/810000
472.09/464.35	c cleaning 40015 clauses out of 80043 with flag 6121443/851001
492.08/484.10	c cleaning 41006 clauses out of 82027 with flag 6400168/893000
511.29/503.03	c cleaning 41998 clauses out of 84021 with flag 6660518/936000
531.05/522.53	c cleaning 43005 clauses out of 86025 with flag 6952212/980002
555.57/546.60	c cleaning 43987 clauses out of 88020 with flag 7280539/1025002
606.49/597.23	c cleaning 44997 clauses out of 90034 with flag 7666971/1071003
628.01/618.58	c cleaning 46009 clauses out of 92036 with flag 7982488/1118002
652.26/642.50	c cleaning 47009 clauses out of 94028 with flag 8285425/1166003
678.42/668.36	c cleaning 48007 clauses out of 96016 with flag 8589530/1215000
703.04/692.71	c cleaning 48992 clauses out of 98010 with flag 8902503/1265001
733.18/722.77	c cleaning 50001 clauses out of 100017 with flag 9215171/1316000
764.59/753.95	c cleaning 51010 clauses out of 102019 with flag 9524769/1368003
794.80/783.88	c cleaning 51987 clauses out of 104006 with flag 9851152/1421000
825.04/813.11	c cleaning 53003 clauses out of 106019 with flag 10186640/1475000
855.66/843.49	c cleaning 53996 clauses out of 108016 with flag 10541565/1530000
888.27/875.98	c cleaning 55005 clauses out of 110020 with flag 10899355/1586000
922.07/909.20	c cleaning 55991 clauses out of 112015 with flag 11239762/1643000
956.34/943.36	c cleaning 57000 clauses out of 114025 with flag 11598656/1701001
995.47/982.14	c cleaning 58001 clauses out of 116024 with flag 11951570/1760000
1030.35/1016.82	c cleaning 59006 clauses out of 118024 with flag 12334368/1820001
1068.60/1054.85	c cleaning 59999 clauses out of 120019 with flag 12707151/1881002
1106.92/1092.85	c cleaning 61010 clauses out of 122019 with flag 13083130/1943001
1147.37/1133.15	c cleaning 61989 clauses out of 124009 with flag 13466812/2006001
1186.22/1171.85	c cleaning 63001 clauses out of 126019 with flag 13856634/2070000
1227.31/1212.77	c cleaning 63997 clauses out of 128019 with flag 14258292/2135001
1268.64/1254.22	c cleaning 65005 clauses out of 130021 with flag 14665811/2201000
1312.56/1297.27	c cleaning 65995 clauses out of 132017 with flag 15082835/2268001
1356.93/1341.38	c cleaning 66996 clauses out of 134021 with flag 15500728/2336000
1403.66/1387.71	c cleaning 68004 clauses out of 136025 with flag 15934234/2405000
1448.22/1432.11	c cleaning 69011 clauses out of 138023 with flag 16371192/2475002
1494.35/1478.23	c cleaning 69990 clauses out of 140010 with flag 16820458/2546000
1543.47/1526.27	c cleaning 71006 clauses out of 142024 with flag 17278231/2618004
1591.26/1573.70	c cleaning 71998 clauses out of 144014 with flag 17732980/2691000
1640.48/1622.28	c cleaning 72999 clauses out of 146017 with flag 18197719/2765001
1693.41/1673.57	c cleaning 73997 clauses out of 148017 with flag 18675733/2840000
1746.30/1725.91	c cleaning 74999 clauses out of 150021 with flag 19158445/2916001
1802.64/1781.86	c cleaning 75995 clauses out of 152021 with flag 19646396/2993000
1860.18/1838.30	c cleaning 76996 clauses out of 154026 with flag 20132122/3071000
1914.40/1892.46	c cleaning 78006 clauses out of 156030 with flag 20634383/3150000
1973.40/1949.48	c cleaning 79001 clauses out of 158025 with flag 21144776/3230001
2035.85/2011.53	c cleaning 79998 clauses out of 160023 with flag 21658315/3311000
2095.22/2070.51	c cleaning 81004 clauses out of 162025 with flag 22181200/3393000
2158.26/2132.51	c cleaning 81996 clauses out of 164021 with flag 22715035/3476000
2220.04/2194.03	c cleaning 83001 clauses out of 166028 with flag 23253015/3560003
2285.32/2258.59	c cleaning 84009 clauses out of 168025 with flag 23792745/3645001
2350.98/2322.53	c cleaning 84990 clauses out of 170018 with flag 24348071/3731003
2420.31/2390.08	c cleaning 86006 clauses out of 172025 with flag 24906019/3818000
2491.87/2459.96	c cleaning 86997 clauses out of 174020 with flag 25468335/3906001
2561.68/2528.52	c cleaning 88007 clauses out of 176024 with flag 26044937/3995002
2632.53/2597.60	c cleaning 88997 clauses out of 178015 with flag 26640522/4085000
2705.51/2669.10	c cleaning 90008 clauses out of 180019 with flag 27221578/4176001
2781.92/2743.72	c cleaning 90996 clauses out of 182011 with flag 27813412/4268001
2855.48/2816.31	c cleaning 91991 clauses out of 184014 with flag 28417243/4361000
2932.73/2891.69	c cleaning 93006 clauses out of 186025 with flag 29023840/4455002
3008.14/2965.68	c cleaning 93993 clauses out of 188017 with flag 29648237/4550000
3085.70/3040.10	c cleaning 95006 clauses out of 190024 with flag 30274567/4646000
3166.73/3119.04	c cleaning 95997 clauses out of 192018 with flag 30899514/4743000
3249.43/3200.37	c cleaning 97009 clauses out of 194022 with flag 31530941/4841001
3334.87/3282.60	c cleaning 97989 clauses out of 196012 with flag 32177766/4940000
3423.59/3368.33	c cleaning 99005 clauses out of 198023 with flag 32823394/5040000
3511.75/3454.06	c cleaning 100004 clauses out of 200022 with flag 33487155/5141004
3596.75/3537.28	c cleaning 101006 clauses out of 202014 with flag 34150199/5243000
3600.05/3540.51	c timeout
3600.05/3540.55	c starts		: 36351
3600.05/3540.56	c conflicts		: 5248867
3600.05/3540.56	c decisions		: 42710256
3600.05/3540.56	c propagations		: 215196221
3600.05/3540.56	c inspects		: 19282931591
3600.05/3540.56	c shortcuts		: 0
3600.05/3540.56	c learnt literals	: 0
3600.05/3540.56	c learnt binary clauses	: 0
3600.05/3540.56	c learnt ternary clauses	: 0
3600.05/3540.56	c learnt constraints	: 5248867
3600.05/3540.56	c ignored constraints	: 0
3600.05/3540.56	c root simplifications	: 0
3600.05/3540.56	c removed literals (reason simplification)	: 52581142
3600.05/3540.56	c reason swapping (by a shorter reason)	: 0
3600.05/3540.56	c Calls to reduceDB	: 98
3600.05/3540.56	c Number of update (reduction) of LBD	: 2617721
3600.05/3540.56	c Imported unit clauses	: 0
3600.05/3540.56	c No decision after first conflict	: false
3600.05/3540.57	c number of reductions to clauses (during analyze)	: 0
3600.05/3540.57	c number of learned constraints concerned by reduction	: 0
3600.05/3540.57	c number of learning phase by resolution	: 0
3600.05/3540.57	c number of learning phase by cutting planes	: 0
3600.05/3540.57	c number of rounding to 1 operations	: 0
3600.05/3540.57	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3540.57	c number of reductions of the coefficients by power 2 	: 0
3600.05/3540.57	c number of right shift for reduction by power 2 	: 0
3600.05/3540.57	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3540.57	c number of ending skipping 	: 0
3600.05/3540.57	c number of internal skipping 	: 0
3600.05/3540.57	c number of derivation steps 	: 0
3600.05/3540.57	c number of skipped derivation steps 	: 0
3600.05/3540.57	c number of remaining unassigned 	: 0
3600.05/3540.57	c number of remaining assigned 	: 0
3600.05/3540.57	c number of falsified literals weakened from reason	: 0
3600.05/3540.57	c number of falsified literals weakened from conflict	: 0
3600.05/3540.57	c time for arithmetic operations	: 0
3600.05/3540.57	c minimum degree of deleted constraints	: null
3600.05/3540.57	c maximum degree of deleted constraints	: null
3600.05/3540.57	c number of deleted constraints	: 0
3600.05/3540.58	c speed (assignments/second)	: 60786.407163657
3600.05/3540.58	c non guided choices	: 105568
3600.30/3540.70	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 106875
3600.30/3540.71	s UNKNOWN
3600.30/3540.71	c Total wall clock time (in seconds): 3540.446

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: 63837 MiB (46150 MiB free)
  memory of node 1: 64465 MiB (44441 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4493129-1751152586/watcher-4493129-1751152586 -o /tmp/evaluation-result-4493129-1751152586/solver-4493129-1751152586 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751145467-13822 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4493129-1751152586 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4493129-1751152586.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 FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=15157, runsolver pid=15154

[startup+0.100062 s]*
/proc/loadavg: 4.24 4.21 4.23 5/331 15175
/proc/meminfo: memFree=92741564/131382116 swapFree=33010684/33010684
[pid=15157] ppid=15154 vsize=18930384 memory=48448 CPUtime=0.11 cores=0,2
/proc/15157/stat : 15157 (java) S 15154 15157 13812 0 -1 4194304 5804 0 0 0 8 3 0 0 20 0 18 0 30937831 19384713216 12112 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
/proc/15157/statm: 4732596 12112 5337 1 0 547008 0
[pid=15157/tid=15159] ppid=15154 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/15157/task/15159/stat : 15159 (java) R 15154 15157 13812 0 -1 4194368 4697 0 0 0 5 2 0 0 20 0 18 0 30937832 19384713216 12112 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
[pid=15157/tid=15168] ppid=15154 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/15157/task/15168/stat : 15168 (Finalizer) S 15154 15157 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30937837 19384713216 12112 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
[pid=15157/tid=15175] ppid=15154 vsize=18930384 memory=60693105881846 CPUtime=0 cores=0,2
/proc/15157/task/15175/stat : 15175 (Common-Cleaner) S 15154 15157 13812 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30937838 19384713216 12112 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48448 KiB

[startup+0.20779 s]*
/proc/loadavg: 4.24 4.21 4.23 6/331 15175
/proc/meminfo: memFree=92737468/131382116 swapFree=33010684/33010684
[pid=15157] ppid=15154 vsize=18930384 memory=57776 CPUtime=0.29 cores=0,2
/proc/15157/stat : 15157 (java) S 15154 15157 13812 0 -1 4194304 6582 0 0 0 25 4 0 0 20 0 18 0 30937831 19384713216 14444 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
/proc/15157/statm: 4732596 14444 5337 1 0 547631 0
[pid=15157/tid=15159] ppid=15154 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=0,2
/proc/15157/task/15159/stat : 15159 (java) R 15154 15157 13812 0 -1 4194368 5091 0 0 0 15 2 0 0 20 0 18 0 30937832 19384713216 14444 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
[pid=15157/tid=15168] ppid=15154 vsize=18930384 memory=14857 CPUtime=0 cores=0,2
/proc/15157/task/15168/stat : 15168 (Finalizer) S 15154 15157 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30937837 19384713216 14444 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
[pid=15157/tid=15175] ppid=15154 vsize=18930384 memory=59593594242043 CPUtime=0 cores=0,2
/proc/15157/task/15175/stat : 15175 (Common-Cleaner) S 15154 15157 13812 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30937838 19384713216 14444 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57776 KiB

[startup+0.310208 s]*
/proc/loadavg: 4.24 4.21 4.23 8/331 15175
/proc/meminfo: memFree=92736716/131382116 swapFree=33010684/33010684
[pid=15157] ppid=15154 vsize=18930384 memory=61140 CPUtime=0.47 cores=0,2
/proc/15157/stat : 15157 (java) S 15154 15157 13812 0 -1 4194304 6849 0 0 0 43 4 0 0 20 0 18 0 30937831 19384713216 15285 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
/proc/15157/statm: 4732596 15285 5401 1 0 547824 0
[pid=15157/tid=15159] ppid=15154 vsize=18930384 memory=-6000919489886644078 CPUtime=0.26 cores=0,2
/proc/15157/task/15159/stat : 15159 (java) R 15154 15157 13812 0 -1 4194368 5260 0 0 0 23 3 0 0 20 0 18 0 30937832 19384713216 15285 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
[pid=15157/tid=15168] ppid=15154 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/15157/task/15168/stat : 15168 (Finalizer) S 15154 15157 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30937837 19384713216 15285 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
[pid=15157/tid=15175] ppid=15154 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/15157/task/15175/stat : 15175 (Common-Cleaner) S 15154 15157 13812 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30937838 19384713216 15285 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61140 KiB

[startup+0.700321 s]
/proc/loadavg: 4.24 4.21 4.23 7/332 15176
/proc/meminfo: memFree=92727768/131382116 swapFree=33010684/33010684
[pid=15157] ppid=15154 vsize=18996948 memory=84496 CPUtime=1.19 cores=0,2
/proc/15157/stat : 15157 (java) S 15154 15157 13812 0 -1 4194304 8800 0 0 0 114 5 0 0 20 0 19 0 30937831 19452874752 21124 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
/proc/15157/statm: 4749237 21124 5401 1 0 549126 0
[pid=15157/tid=15159] ppid=15154 vsize=18996948 memory=17408 CPUtime=0.6 cores=0,2
/proc/15157/task/15159/stat : 15159 (java) R 15154 15157 13812 0 -1 4194368 5359 0 0 0 57 3 0 0 20 0 19 0 30937832 19452874752 21124 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
[pid=15157/tid=15168] ppid=15154 vsize=18996948 memory=11264 CPUtime=0 cores=0,2
/proc/15157/task/15168/stat : 15168 (Finalizer) S 15154 15157 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30937837 19452874752 21124 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
[pid=15157/tid=15175] ppid=15154 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/15157/task/15175/stat : 15175 (Common-Cleaner) S 15154 15157 13812 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30937838 19452874752 21124 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
[pid=15157/tid=15176] ppid=15154 vsize=18996948 memory=4764 CPUtime=0 cores=0,2
/proc/15157/task/15176/stat : 15176 (Timer-0) S 15154 15157 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30937868 19452874752 21124 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 84496 KiB

[startup+1.50027 s]
/proc/loadavg: 4.24 4.21 4.23 6/332 15176
/proc/meminfo: memFree=92664140/131382116 swapFree=33010684/33010684
[pid=15157] ppid=15154 vsize=19063512 memory=167396 CPUtime=2.79 cores=0,2
/proc/15157/stat : 15157 (java) S 15154 15157 13812 0 -1 4194304 16940 0 0 0 270 9 0 0 20 0 20 0 30937831 19521036288 41849 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
/proc/15157/statm: 4765878 41849 5465 1 0 551434 0
[pid=15157/tid=15159] ppid=15154 vsize=19063512 memory=0 CPUtime=1.38 cores=0,2
/proc/15157/task/15159/stat : 15159 (java) R 15154 15157 13812 0 -1 4194368 5818 0 0 0 133 5 0 0 20 0 20 0 30937832 19521036288 41849 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
[pid=15157/tid=15168] ppid=15154 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/15157/task/15168/stat : 15168 (Finalizer) S 15154 15157 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30937837 19521036288 41849 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
[pid=15157/tid=15175] ppid=15154 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/15157/task/15175/stat : 15175 (Common-Cleaner) S 15154 15157 13812 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 30937838 19521036288 41849 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
[pid=15157/tid=15176] ppid=15154 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/15157/task/15176/stat : 15176 (Timer-0) S 15154 15157 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30937868 19521036288 41849 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
Current children cumulated CPU time: 2.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 167396 KiB

[startup+3.10562 s]
/proc/loadavg: 4.24 4.21 4.23 6/333 15177
/proc/meminfo: memFree=92555572/131382116 swapFree=33010684/33010684
[pid=15157] ppid=15154 vsize=19063512 memory=235628 CPUtime=5.67 cores=0,2
/proc/15157/stat : 15157 (java) S 15154 15157 13812 0 -1 4194304 20732 0 0 0 554 13 0 0 20 0 20 0 30937831 19521036288 58907 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
/proc/15157/statm: 4765878 58907 5465 1 0 551821 0
[pid=15157/tid=15159] ppid=15154 vsize=19063512 memory=11264 CPUtime=2.91 cores=0,2
/proc/15157/task/15159/stat : 15159 (java) R 15154 15157 13812 0 -1 4194368 6824 0 0 0 283 8 0 0 20 0 20 0 30937832 19521036288 58907 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
[pid=15157/tid=15168] ppid=15154 vsize=19063512 memory=-6000919489886644078 CPUtime=0 cores=0,2
/proc/15157/task/15168/stat : 15168 (Finalizer) S 15154 15157 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30937837 19521036288 58907 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
[pid=15157/tid=15175] ppid=15154 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/15157/task/15175/stat : 15175 (Common-Cleaner) S 15154 15157 13812 0 -1 4194368 59 0 0 0 0 0 0 0 20 0 20 0 30937838 19521036288 58907 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
[pid=15157/tid=15176] ppid=15154 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/15157/task/15176/stat : 15176 (Timer-0) S 15154 15157 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30937868 19521036288 58907 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
Current children cumulated CPU time: 5.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 235628 KiB

[startup+6.30037 s]
/proc/loadavg: 4.46 4.26 4.24 5/333 15177
/proc/meminfo: memFree=92300984/131382116 swapFree=33010684/33010684
[pid=15157] ppid=15154 vsize=19063512 memory=435628 CPUtime=9.28 cores=0,2
/proc/15157/stat : 15157 (java) S 15154 15157 13812 0 -1 4194304 21253 0 0 0 908 20 0 0 20 0 20 0 30937831 19521036288 108907 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
/proc/15157/statm: 4765878 108907 5465 1 0 658343 0
[pid=15157/tid=15159] ppid=15154 vsize=19063512 memory=0 CPUtime=5.93 cores=0,2
/proc/15157/task/15159/stat : 15159 (java) R 15154 15157 13812 0 -1 4194368 6895 0 0 0 580 13 0 0 20 0 20 0 30937832 19521036288 108907 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
[pid=15157/tid=15168] ppid=15154 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/15157/task/15168/stat : 15168 (Finalizer) S 15154 15157 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30937837 19521036288 108907 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
[pid=15157/tid=15175] ppid=15154 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/15157/task/15175/stat : 15175 (Common-Cleaner) S 15154 15157 13812 0 -1 4194368 59 0 0 0 0 0 0 0 20 0 20 0 30937838 19521036288 108907 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
[pid=15157/tid=15176] ppid=15154 vsize=19063512 memory=167652 CPUtime=0 cores=0,2
/proc/15157/task/15176/stat : 15176 (Timer-0) S 15154 15157 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30937868 19521036288 108907 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
Current children cumulated CPU time: 9.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 435628 KiB

[startup+12.7004 s]
/proc/loadavg: 4.42 4.25 4.24 5/333 15177
/proc/meminfo: memFree=92025128/131382116 swapFree=33010684/33010684
[pid=15157] ppid=15154 vsize=19063512 memory=707860 CPUtime=15.84 cores=0,2
/proc/15157/stat : 15157 (java) S 15154 15157 13812 0 -1 4194304 22699 0 0 0 1554 30 0 0 20 0 20 0 30937831 19521036288 176965 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
/proc/15157/statm: 4765878 176965 5465 1 0 658345 0
[pid=15157/tid=15159] ppid=15154 vsize=19063512 memory=167652 CPUtime=11.97 cores=0,2
/proc/15157/task/15159/stat : 15159 (java) R 15154 15157 13812 0 -1 4194368 7439 0 0 0 1178 19 0 0 20 0 20 0 30937832 19521036288 176965 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
[pid=15157/tid=15168] ppid=15154 vsize=19063512 memory=629932 CPUtime=0 cores=0,2
/proc/15157/task/15168/stat : 15168 (Finalizer) S 15154 15157 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30937837 19521036288 176965 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
[pid=15157/tid=15175] ppid=15154 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/15157/task/15175/stat : 15175 (Common-Cleaner) S 15154 15157 13812 0 -1 4194368 59 0 0 0 0 0 0 0 20 0 20 0 30937838 19521036288 176965 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
[pid=15157/tid=15176] ppid=15154 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/15157/task/15176/stat : 15176 (Timer-0) S 15154 15157 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30937868 19521036288 176965 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
Current children cumulated CPU time: 15.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 707860 KiB

[startup+25.5005 s]
/proc/loadavg: 4.53 4.29 4.25 5/332 15177
/proc/meminfo: memFree=91238772/131382116 swapFree=33010684/33010684
[pid=15157] ppid=15154 vsize=19063512 memory=1345532 CPUtime=28.94 cores=0,2
/proc/15157/stat : 15157 (java) S 15154 15157 13812 0 -1 4194304 29692 0 0 0 2843 51 0 0 20 0 20 0 30937831 19521036288 336383 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
/proc/15157/statm: 4765878 336383 5465 1 0 1291428 0
[pid=15157/tid=15159] ppid=15154 vsize=19063512 memory=-6000919489886644078 CPUtime=24.34 cores=0,2
/proc/15157/task/15159/stat : 15159 (java) R 15154 15157 13812 0 -1 4194368 8788 0 0 0 2399 35 0 0 20 0 20 0 30937832 19521036288 336383 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
[pid=15157/tid=15168] ppid=15154 vsize=19063512 memory=1084572 CPUtime=0 cores=0,2
/proc/15157/task/15168/stat : 15168 (Finalizer) S 15154 15157 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30937837 19521036288 336383 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
[pid=15157/tid=15175] ppid=15154 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/15157/task/15175/stat : 15175 (Common-Cleaner) S 15154 15157 13812 0 -1 4194368 59 0 0 0 0 0 0 0 20 0 20 0 30937838 19521036288 336383 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
[pid=15157/tid=15176] ppid=15154 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/15157/task/15176/stat : 15176 (Timer-0) S 15154 15157 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30937868 19521036288 336383 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
Current children cumulated CPU time: 28.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1345532 KiB

[startup+51.1138 s]
/proc/loadavg: 4.43 4.28 4.25 6/332 15245
/proc/meminfo: memFree=107103208/131382116 swapFree=33010684/33010684
[pid=15157] ppid=15154 vsize=19063512 memory=2054464 CPUtime=55.46 cores=0,2
/proc/15157/stat : 15157 (java) S 15154 15157 13812 0 -1 4194304 33032 0 0 0 5466 80 0 0 20 0 20 0 30937831 19521036288 513616 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
/proc/15157/statm: 4765878 513616 5497 1 0 1291430 0
[pid=15157/tid=15159] ppid=15154 vsize=19063512 memory=14080 CPUtime=49.08 cores=0,2
/proc/15157/task/15159/stat : 15159 (java) R 15154 15157 13812 0 -1 4194368 9965 0 0 0 4853 55 0 0 20 0 20 0 30937832 19521036288 513616 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
[pid=15157/tid=15168] ppid=15154 vsize=19063512 memory=1929360 CPUtime=0 cores=0,2
/proc/15157/task/15168/stat : 15168 (Finalizer) S 15154 15157 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30937837 19521036288 513616 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0

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

Current children cumulated memory: 2878308 KiB

[startup+3282.3 s]
/proc/loadavg: 4.20 4.24 4.26 5/334 15557
/proc/meminfo: memFree=60879740/131382116 swapFree=33010684/33010684
[pid=15157] ppid=15154 vsize=19063512 memory=2878308 CPUtime=3334.57 cores=0,2
/proc/15157/stat : 15157 (java) S 15154 15157 13812 0 -1 4194304 266221 0 0 0 331997 1460 0 0 20 0 20 0 30937831 19521036288 719577 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
/proc/15157/statm: 4765878 719577 5529 1 0 730507 0
[pid=15157/tid=15159] ppid=15154 vsize=19063512 memory=2878308 CPUtime=3210.39 cores=0,2
/proc/15157/task/15159/stat : 15159 (java) R 15154 15157 13812 0 -1 4194368 157591 0 0 0 319855 1184 0 0 20 0 20 0 30937832 19521036288 719577 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
[pid=15157/tid=15168] ppid=15154 vsize=19063512 memory=2878308 CPUtime=0 cores=0,2
/proc/15157/task/15168/stat : 15168 (Finalizer) S 15154 15157 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30937837 19521036288 719577 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
[pid=15157/tid=15175] ppid=15154 vsize=19063512 memory=-6000919489886644078 CPUtime=0 cores=0,2
/proc/15157/task/15175/stat : 15175 (Common-Cleaner) S 15154 15157 13812 0 -1 4194368 2214 0 0 0 0 0 0 0 20 0 20 0 30937838 19521036288 719577 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
[pid=15157/tid=15176] ppid=15154 vsize=19063512 memory=-6000919489886644078 CPUtime=0 cores=0,2
/proc/15157/task/15176/stat : 15176 (Timer-0) S 15154 15157 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30937868 19521036288 719577 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
Current children cumulated CPU time: 3334.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2878308 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.21 4.25 5/332 15559
/proc/meminfo: memFree=60360736/131382116 swapFree=33010684/33010684
[pid=15157] ppid=15154 vsize=19063512 memory=2878308 CPUtime=3395.8 cores=0,2
/proc/15157/stat : 15157 (java) S 15154 15157 13812 0 -1 4194304 267317 0 0 0 338096 1484 0 0 20 0 20 0 30937831 19521036288 719577 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
/proc/15157/statm: 4765878 719577 5529 1 0 730507 0
[pid=15157/tid=15159] ppid=15154 vsize=19063512 memory=2878308 CPUtime=3269.28 cores=0,2
/proc/15157/task/15159/stat : 15159 (java) R 15154 15157 13812 0 -1 4194368 158593 0 0 0 325724 1204 0 0 20 0 20 0 30937832 19521036288 719577 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
[pid=15157/tid=15168] ppid=15154 vsize=19063512 memory=2878308 CPUtime=0 cores=0,2
/proc/15157/task/15168/stat : 15168 (Finalizer) S 15154 15157 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30937837 19521036288 719577 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
[pid=15157/tid=15175] ppid=15154 vsize=19063512 memory=2878308 CPUtime=0 cores=0,2
/proc/15157/task/15175/stat : 15175 (Common-Cleaner) S 15154 15157 13812 0 -1 4194368 2214 0 0 0 0 0 0 0 20 0 20 0 30937838 19521036288 719577 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
[pid=15157/tid=15176] ppid=15154 vsize=19063512 memory=2878308 CPUtime=0 cores=0,2
/proc/15157/task/15176/stat : 15176 (Timer-0) S 15154 15157 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30937868 19521036288 719577 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
Current children cumulated CPU time: 3395.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2878308 KiB

[startup+3402.3 s]
/proc/loadavg: 4.21 4.23 4.25 5/333 15562
/proc/meminfo: memFree=59705496/131382116 swapFree=33010684/33010684
[pid=15157] ppid=15154 vsize=19063512 memory=2820036 CPUtime=3458.11 cores=0,2
/proc/15157/stat : 15157 (java) S 15154 15157 13812 0 -1 4194304 273231 0 0 0 344305 1506 0 0 20 0 20 0 30937831 19521036288 705009 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
/proc/15157/statm: 4765878 705009 5529 1 0 715891 0
[pid=15157/tid=15159] ppid=15154 vsize=19063512 memory=11264 CPUtime=3327.88 cores=0,2
/proc/15157/task/15159/stat : 15159 (java) R 15154 15157 13812 0 -1 4194368 162834 0 0 0 331566 1222 0 0 20 0 20 0 30937832 19521036288 705009 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
[pid=15157/tid=15168] ppid=15154 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/15157/task/15168/stat : 15168 (Finalizer) S 15154 15157 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30937837 19521036288 705009 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
[pid=15157/tid=15175] ppid=15154 vsize=19063512 memory=-6000919489886644078 CPUtime=0 cores=0,2
/proc/15157/task/15175/stat : 15175 (Common-Cleaner) S 15154 15157 13812 0 -1 4194368 2255 0 0 0 0 0 0 0 20 0 20 0 30937838 19521036288 705009 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
[pid=15157/tid=15176] ppid=15154 vsize=19063512 memory=2820036 CPUtime=0 cores=0,2
/proc/15157/task/15176/stat : 15176 (Timer-0) S 15154 15157 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30937868 19521036288 705009 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
Current children cumulated CPU time: 3458.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2820036 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.20 4.24 5/333 15564
/proc/meminfo: memFree=59256608/131382116 swapFree=33010684/33010684
[pid=15157] ppid=15154 vsize=19063512 memory=2820036 CPUtime=3520.02 cores=0,2
/proc/15157/stat : 15157 (java) S 15154 15157 13812 0 -1 4194304 275993 0 0 0 350473 1529 0 0 20 0 20 0 30937831 19521036288 705009 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
/proc/15157/statm: 4765878 705009 5529 1 0 715891 0
[pid=15157/tid=15159] ppid=15154 vsize=19063512 memory=11264 CPUtime=3386.91 cores=0,2
/proc/15157/task/15159/stat : 15159 (java) R 15154 15157 13812 0 -1 4194368 164137 0 0 0 337452 1239 0 0 20 0 20 0 30937832 19521036288 705009 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
[pid=15157/tid=15168] ppid=15154 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/15157/task/15168/stat : 15168 (Finalizer) S 15154 15157 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30937837 19521036288 705009 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
[pid=15157/tid=15175] ppid=15154 vsize=19063512 memory=14080 CPUtime=0 cores=0,2
/proc/15157/task/15175/stat : 15175 (Common-Cleaner) S 15154 15157 13812 0 -1 4194368 2363 0 0 0 0 0 0 0 20 0 20 0 30937838 19521036288 705009 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
[pid=15157/tid=15176] ppid=15154 vsize=19063512 memory=14080 CPUtime=0 cores=0,2
/proc/15157/task/15176/stat : 15176 (Timer-0) S 15154 15157 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30937868 19521036288 705009 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
Current children cumulated CPU time: 3520.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2820036 KiB

[startup+3522.3 s]
/proc/loadavg: 4.25 4.22 4.24 5/332 15566
/proc/meminfo: memFree=58646980/131382116 swapFree=33010684/33010684
[pid=15157] ppid=15154 vsize=19063512 memory=2820036 CPUtime=3581.52 cores=0,2
/proc/15157/stat : 15157 (java) S 15154 15157 13812 0 -1 4194304 276654 0 0 0 356600 1552 0 0 20 0 20 0 30937831 19521036288 705009 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
/proc/15157/statm: 4765878 705009 5529 1 0 715891 0
[pid=15157/tid=15159] ppid=15154 vsize=19063512 memory=2820036 CPUtime=3445.78 cores=0,2
/proc/15157/task/15159/stat : 15159 (java) R 15154 15157 13812 0 -1 4194368 164777 0 0 0 343321 1257 0 0 20 0 20 0 30937832 19521036288 705009 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
[pid=15157/tid=15168] ppid=15154 vsize=19063512 memory=2820036 CPUtime=0 cores=0,2
/proc/15157/task/15168/stat : 15168 (Finalizer) S 15154 15157 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30937837 19521036288 705009 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
[pid=15157/tid=15175] ppid=15154 vsize=19063512 memory=2820036 CPUtime=0 cores=0,2
/proc/15157/task/15175/stat : 15175 (Common-Cleaner) S 15154 15157 13812 0 -1 4194368 2363 0 0 0 0 0 0 0 20 0 20 0 30937838 19521036288 705009 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
[pid=15157/tid=15176] ppid=15154 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/15157/task/15176/stat : 15176 (Timer-0) S 15154 15157 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30937868 19521036288 705009 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
Current children cumulated CPU time: 3581.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2820036 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3540.5 s]
/proc/loadavg: 4.24 4.22 4.24 5/332 15566
/proc/meminfo: memFree=58504836/131382116 swapFree=33010684/33010684
[pid=15157] ppid=15154 vsize=19063512 memory=2820036 CPUtime=3600.05 cores=0,2
/proc/15157/stat : 15157 (java) S 15154 15157 13812 0 -1 4194304 277018 0 0 0 358448 1557 0 0 20 0 20 0 30937831 19521036288 705009 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
/proc/15157/statm: 4765878 705009 5529 1 0 715891 0
[pid=15157/tid=15159] ppid=15154 vsize=19063512 memory=2820036 CPUtime=3463.52 cores=0,2
/proc/15157/task/15159/stat : 15159 (java) R 15154 15157 13812 0 -1 4194368 165056 0 0 0 345090 1262 0 0 20 0 20 0 30937832 19521036288 705009 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
[pid=15157/tid=15168] ppid=15154 vsize=19063512 memory=2820036 CPUtime=0 cores=0,2
/proc/15157/task/15168/stat : 15168 (Finalizer) S 15154 15157 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30937837 19521036288 705009 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
[pid=15157/tid=15175] ppid=15154 vsize=19063512 memory=2820036 CPUtime=0 cores=0,2
/proc/15157/task/15175/stat : 15175 (Common-Cleaner) S 15154 15157 13812 0 -1 4194368 2363 0 0 0 0 0 0 0 20 0 20 0 30937838 19521036288 705009 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
[pid=15157/tid=15176] ppid=15154 vsize=19063512 memory=14080 CPUtime=0 cores=0,2
/proc/15157/task/15176/stat : 15176 (Timer-0) S 15154 15157 13812 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30937868 19521036288 705009 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2820036 KiB

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

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

# cumulated CPU time of all completed processes:  user=3584.73 s, system=15.6153 s

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

[startup+3540.61 s]
/proc/loadavg: 4.24 4.22 4.24 5/332 15566
/proc/meminfo: memFree=58504836/131382116 swapFree=33010684/33010684
[pid=15157] ppid=15154 vsize=19263204 memory=2820804 CPUtime=3600.21 cores=0,2
/proc/15157/stat : 15157 (java) S 15154 15157 13812 0 -1 4194304 278330 0 0 0 358462 1559 0 0 20 0 21 0 30937831 19725520896 705201 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
/proc/15157/statm: 4815801 705201 5529 1 0 716831 0
[pid=15157/tid=15159] ppid=15154 vsize=19263204 memory=5632 CPUtime=3463.55 cores=0,2
/proc/15157/task/15159/stat : 15159 (java) S 15154 15157 13812 0 -1 4194368 165288 0 0 0 345092 1263 0 0 20 0 21 0 30937832 19725520896 705201 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
[pid=15157/tid=15168] ppid=15154 vsize=19263204 memory=3072 CPUtime=0 cores=0,2
/proc/15157/task/15168/stat : 15168 (Finalizer) S 15154 15157 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 30937837 19725520896 705201 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
[pid=15157/tid=15175] ppid=15154 vsize=19263204 memory=6784 CPUtime=0 cores=0,2
/proc/15157/task/15175/stat : 15175 (Common-Cleaner) S 15154 15157 13812 0 -1 4194368 2363 0 0 0 0 0 0 0 20 0 21 0 30937838 19725520896 705201 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
Current children cumulated CPU time: 3600.21 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2820804 KiB

[startup+3540.7 s]
/proc/loadavg: 4.24 4.22 4.24 5/332 15566
/proc/meminfo: memFree=58504836/131382116 swapFree=33010684/33010684
[pid=15157] ppid=15154 vsize=19263204 memory=2820804 CPUtime=3600.3 cores=0,2
/proc/15157/stat : 15157 (java) S 15154 15157 13812 0 -1 4194304 278334 0 0 0 358471 1559 0 0 20 0 21 0 30937831 19725520896 705201 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
/proc/15157/statm: 4815801 705201 5529 1 0 716831 0
[pid=15157/tid=15159] ppid=15154 vsize=19263204 memory=2820036 CPUtime=3463.55 cores=0,2
/proc/15157/task/15159/stat : 15159 (java) S 15154 15157 13812 0 -1 4194368 165288 0 0 0 345092 1263 0 0 20 0 21 0 30937832 19725520896 705201 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
[pid=15157/tid=15168] ppid=15154 vsize=19263204 memory=2820036 CPUtime=0 cores=0,2
/proc/15157/task/15168/stat : 15168 (Finalizer) S 15154 15157 13812 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 30937837 19725520896 705201 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
[pid=15157/tid=15175] ppid=15154 vsize=19263204 memory=2820036 CPUtime=0 cores=0,2
/proc/15157/task/15175/stat : 15175 (Common-Cleaner) S 15154 15157 13812 0 -1 4194368 2363 0 0 0 0 0 0 0 20 0 21 0 30937838 19725520896 705201 18446744073709551615 94165476511744 94165476515440 140735547691440 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94165476523256 94165476524048 94165502509056 140735547697456 140735547697638 140735547697638 140735547703240 0
Current children cumulated CPU time: 3600.3 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2820804 KiB

Child status: 143

Real time (s): 3540.73
CPU time (s): 3600.35
CPU user time (s): 3584.73
CPU system time (s): 15.6153
CPU usage (%): 101.684
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 6395232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3584.73
system time used= 15.6153
maximum resident set size= 6395232
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 278459
page faults= 0
swaps= 0
block input operations= 0
block output operations= 20858144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 121948
involuntary context switches= 14696


# summary of solver processes directly reported to runsolver:
#   pid: 15157
#   total CPU time (s): 3600.35
#   total CPU user time (s): 3584.73
#   total CPU system time (s): 15.6153

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.7084 second user time and 39.0949 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-06-29 01:16:27
IDJOB=4493129
IDBENCH=147846
IDSOLVER=3364
FILE ID=nodeC004/4493129-1751152586
RUNJOBID= nodeC004-1751145467-13822
SLURM_JOB_ID= 9587447
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-cardinality-45-40.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4493129-1751152586/watcher-4493129-1751152586 -o /tmp/evaluation-result-4493129-1751152586/solver-4493129-1751152586 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751145467-13822 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4493129-1751152586 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4493129-1751152586.opb

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

MD5SUM BENCH= c29178bae55e2a953331375c03582f77
RANDOM SEED=1781258500

nodeC004 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	: 0xb00001f
cpu MHz		: 1196.957
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 3543.391
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 2394.420
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 1197.305
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 3640.968
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 3591.868
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 1197.475
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 1197.643
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        92765600 kB
MemAvailable:   109373520 kB
Buffers:            3280 kB
Cached:         17401288 kB
SwapCached:            0 kB
Active:         20870172 kB
Inactive:       17169120 kB
Active(anon):   20652836 kB
Inactive(anon):        0 kB
Active(file):     217336 kB
Inactive(file): 17169120 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44544 kB
Writeback:             0 kB
AnonPages:      20636944 kB
Mapped:           122136 kB
Shmem:             17976 kB
KReclaimable:     122184 kB
Slab:             205860 kB
SReclaimable:     122184 kB
SUnreclaim:        83676 kB
KernelStack:        5072 kB
PageTables:        43920 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   21195156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150456 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:  20258816 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:      197448 kB
DirectMap2M:    10190848 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 433048 MiB
End job on nodeC004 at 2025-06-29 02:15:28