Trace number 4503213

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.18 3611.14

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
heinz/normalized-neos-820146.opb
MD5SUM081659ee65bc936cbb896171f511d736
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 benchmark35.4553
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables600
Total number of constraints830
Number of constraints which are clauses675
Number of constraints which are cardinality constraints (but not clauses)155
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 13
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.12	c Pseudo Boolean Optimization by upper bound
0.13/0.12	c --- Begin Solver configuration ---
0.13/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.12	c Learn all clauses as in MiniSAT
0.13/0.12	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	c Expensive reason simplification
0.13/0.12	c Glucose 2.1 dynamic restart strategy
0.13/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.12	c timeout=2147483s
0.13/0.12	c DB Simplification allowed=false
0.13/0.12	c Listener: none
0.13/0.12	c --- End Solver configuration ---
0.13/0.12	c solving HOME/instance-4503213-1751161969.opb
0.13/0.12	c reading problem ... 
0.13/0.13	c using VERIPB proof format
0.13/0.13	c  no objective function found
0.13/0.17	c ... done. Wall clock time 0.044s.
0.13/0.17	c declared #vars     600
0.13/0.17	c #constraints  845
0.13/0.17	c constraints type 
0.13/0.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 170
0.13/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 675
0.13/0.17	c 845 constraints processed.
1.28/0.75	c cleaning 2497 clauses out of 5001 with flag 36638/5001
2.08/1.13	c cleaning 4250 clauses out of 8504 with flag 81680/11001
3.27/1.78	c cleaning 5619 clauses out of 11253 with flag 159046/18000
4.30/2.30	c cleaning 6809 clauses out of 13634 with flag 229684/26000
4.96/2.97	c cleaning 7905 clauses out of 15826 with flag 323671/35001
5.96/3.82	c cleaning 8956 clauses out of 17921 with flag 431255/45001
6.86/4.76	c cleaning 9970 clauses out of 19964 with flag 553693/56000
8.46/6.37	c cleaning 10986 clauses out of 21997 with flag 733276/68003
10.16/8.10	c cleaning 12000 clauses out of 24008 with flag 916682/81000
11.69/9.55	c cleaning 12999 clauses out of 26009 with flag 1079744/95001
13.69/11.55	c cleaning 13999 clauses out of 28009 with flag 1287547/110000
15.68/13.57	c cleaning 14991 clauses out of 30010 with flag 1493331/126000
18.84/16.66	c cleaning 16002 clauses out of 32021 with flag 1777954/143002
21.94/19.79	c cleaning 16998 clauses out of 34017 with flag 2053032/161000
24.94/22.78	c cleaning 18005 clauses out of 36021 with flag 2337894/180002
28.24/26.06	c cleaning 18996 clauses out of 38014 with flag 2632599/200000
31.63/29.46	c cleaning 20000 clauses out of 40018 with flag 2935039/221000
35.12/32.93	c cleaning 20992 clauses out of 42018 with flag 3249914/243000
39.63/37.59	c cleaning 22007 clauses out of 44028 with flag 3627884/266002
44.43/42.34	c cleaning 22995 clauses out of 46020 with flag 4003499/290001
49.63/47.58	c cleaning 24007 clauses out of 48027 with flag 4417570/315003
55.71/53.68	c cleaning 24997 clauses out of 50017 with flag 4859654/341000
61.69/59.64	c cleaning 26004 clauses out of 52021 with flag 5278649/368001
68.54/66.55	c cleaning 27004 clauses out of 54016 with flag 5760915/396000
75.91/73.99	c cleaning 27988 clauses out of 56013 with flag 6274798/425001
83.11/81.15	c cleaning 28998 clauses out of 58025 with flag 6758016/455001
90.28/88.32	c cleaning 29993 clauses out of 60027 with flag 7227215/486001
99.45/97.57	c cleaning 31005 clauses out of 62033 with flag 7752978/518000
107.12/105.24	c cleaning 32006 clauses out of 64028 with flag 8253696/551000
116.67/114.65	c cleaning 33001 clauses out of 66022 with flag 8805806/585000
126.05/124.08	c cleaning 34002 clauses out of 68023 with flag 9344161/620002
136.28/134.32	c cleaning 35003 clauses out of 70020 with flag 9933218/656001
147.85/145.99	c cleaning 35991 clauses out of 72016 with flag 10548912/693000
158.81/156.99	c cleaning 36998 clauses out of 74025 with flag 11143199/731000
170.78/168.94	c cleaning 38008 clauses out of 76029 with flag 11779661/770002
182.95/181.18	c cleaning 38995 clauses out of 78020 with flag 12421040/810001
197.40/195.63	c cleaning 40000 clauses out of 80025 with flag 13111732/851001
212.15/210.49	c cleaning 40999 clauses out of 82024 with flag 13797531/893000
226.93/225.26	c cleaning 42010 clauses out of 84025 with flag 14515198/936000
244.28/242.65	c cleaning 42992 clauses out of 86015 with flag 15278559/980000
262.13/260.51	c cleaning 44000 clauses out of 88024 with flag 16066801/1025001
279.28/277.74	c cleaning 45006 clauses out of 90025 with flag 16855154/1071002
297.91/296.43	c cleaning 45998 clauses out of 92018 with flag 17640033/1118001
318.02/316.67	c cleaning 46999 clauses out of 94020 with flag 18487540/1166001
339.28/337.94	c cleaning 47998 clauses out of 96020 with flag 19339838/1215000
358.97/357.75	c cleaning 49001 clauses out of 98022 with flag 20141269/1265000
383.21/382.00	c cleaning 50007 clauses out of 100023 with flag 21055662/1316002
407.94/406.86	c cleaning 50994 clauses out of 102015 with flag 21948940/1368001
433.49/432.40	c cleaning 52005 clauses out of 104023 with flag 22870102/1421003
460.20/459.20	c cleaning 53002 clauses out of 106015 with flag 23791548/1475000
487.32/486.45	c cleaning 54005 clauses out of 108013 with flag 24718013/1530000
519.64/518.83	c cleaning 54989 clauses out of 110010 with flag 25717709/1586002
547.64/546.96	c cleaning 56000 clauses out of 112020 with flag 26651766/1643001
575.57/574.96	c cleaning 56994 clauses out of 114019 with flag 27596944/1701000
610.69/610.13	c cleaning 58004 clauses out of 116026 with flag 28638302/1760001
642.02/641.51	c cleaning 58998 clauses out of 118023 with flag 29647741/1820002
675.33/674.98	c cleaning 59999 clauses out of 120023 with flag 30676381/1881000
708.35/708.07	c cleaning 61002 clauses out of 122024 with flag 31727303/1943000
743.24/743.07	c cleaning 62005 clauses out of 124022 with flag 32781679/2006000
782.26/782.17	c cleaning 62997 clauses out of 126017 with flag 33858930/2070000
826.19/826.19	c cleaning 64002 clauses out of 128021 with flag 35028126/2135001
865.75/865.81	c cleaning 64998 clauses out of 130018 with flag 36146319/2201000
906.27/906.43	c cleaning 65997 clauses out of 132020 with flag 37258092/2268000
954.06/954.34	c cleaning 67000 clauses out of 134023 with flag 38457163/2336000
993.22/993.68	c cleaning 68000 clauses out of 136023 with flag 39529785/2405000
1043.61/1044.13	c cleaning 69003 clauses out of 138024 with flag 40733583/2475001
1094.19/1094.75	c cleaning 70000 clauses out of 140020 with flag 41927140/2546000
1145.38/1146.05	c cleaning 71001 clauses out of 142023 with flag 43163182/2618003
1197.56/1198.32	c cleaning 72001 clauses out of 144019 with flag 44372677/2691000
1254.20/1255.13	c cleaning 73003 clauses out of 146022 with flag 45647203/2765004
1310.38/1311.43	c cleaning 73996 clauses out of 148016 with flag 46903253/2840001
1371.43/1372.65	c cleaning 74997 clauses out of 150022 with flag 48191682/2916003
1438.50/1439.89	c cleaning 75992 clauses out of 152024 with flag 49556138/2993002
1499.58/1501.03	c cleaning 76997 clauses out of 154030 with flag 50888569/3071000
1566.56/1569.44	c cleaning 78005 clauses out of 156036 with flag 52257171/3150003
1636.80/1639.86	c cleaning 79006 clauses out of 158029 with flag 53615184/3230001
1709.34/1712.52	c cleaning 80003 clauses out of 160022 with flag 55008083/3311000
1780.00/1783.39	c cleaning 81006 clauses out of 162019 with flag 56400195/3393000
1855.33/1858.84	c cleaning 82003 clauses out of 164015 with flag 57823374/3476002
1929.76/1933.48	c cleaning 82995 clauses out of 166011 with flag 59266325/3560001
2008.33/2012.24	c cleaning 84001 clauses out of 168017 with flag 60706609/3645002
2085.27/2089.31	c cleaning 84998 clauses out of 170014 with flag 62183007/3731000
2163.27/2167.54	c cleaning 85997 clauses out of 172016 with flag 63635529/3818000
2245.42/2251.67	c cleaning 87001 clauses out of 174020 with flag 65135580/3906001
2323.85/2330.20	c cleaning 88004 clauses out of 176018 with flag 66602872/3995000
2411.62/2418.27	c cleaning 88999 clauses out of 178014 with flag 68121378/4085000
2503.98/2510.84	c cleaning 89995 clauses out of 180015 with flag 69632961/4176000
2596.65/2603.74	c cleaning 91005 clauses out of 182021 with flag 71129903/4268001
2696.38/2703.69	c cleaning 92007 clauses out of 184015 with flag 72725061/4361000
2794.98/2802.40	c cleaning 92994 clauses out of 186009 with flag 74261942/4455001
2889.68/2897.39	c cleaning 93997 clauses out of 188014 with flag 75836007/4550000
2993.34/3001.23	c cleaning 95005 clauses out of 190017 with flag 77434150/4646000
3095.60/3103.76	c cleaning 95993 clauses out of 192012 with flag 78997786/4743000
3202.67/3211.01	c cleaning 96997 clauses out of 194020 with flag 80588368/4841001
3307.05/3315.69	c cleaning 98005 clauses out of 196023 with flag 82177004/4940001
3416.68/3425.58	c cleaning 98992 clauses out of 198017 with flag 83765157/5040000
3528.70/3539.55	c cleaning 100007 clauses out of 200025 with flag 85404631/5141000
3600.03/3611.02	c timeout
3600.03/3611.02	c starts		: 15546
3600.03/3611.03	c conflicts		: 5218280
3600.03/3611.03	c decisions		: 7812715
3600.03/3611.03	c propagations		: 363926350
3600.03/3611.03	c inspects		: 47450391140
3600.03/3611.03	c shortcuts		: 0
3600.03/3611.03	c learnt literals	: 0
3600.03/3611.03	c learnt binary clauses	: 0
3600.03/3611.03	c learnt ternary clauses	: 0
3600.03/3611.03	c learnt constraints	: 5218280
3600.03/3611.03	c ignored constraints	: 0
3600.03/3611.03	c root simplifications	: 0
3600.03/3611.03	c removed literals (reason simplification)	: 23878765
3600.03/3611.03	c reason swapping (by a shorter reason)	: 0
3600.03/3611.03	c Calls to reduceDB	: 97
3600.03/3611.03	c Number of update (reduction) of LBD	: 2064476
3600.03/3611.03	c Imported unit clauses	: 0
3600.03/3611.03	c No decision after first conflict	: false
3600.03/3611.03	c number of reductions to clauses (during analyze)	: 0
3600.03/3611.03	c number of learned constraints concerned by reduction	: 0
3600.03/3611.03	c number of learning phase by resolution	: 0
3600.03/3611.03	c number of learning phase by cutting planes	: 0
3600.03/3611.03	c number of rounding to 1 operations	: 0
3600.03/3611.03	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3611.03	c number of reductions of the coefficients by power 2 	: 0
3600.03/3611.03	c number of right shift for reduction by power 2 	: 0
3600.03/3611.03	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3611.03	c number of ending skipping 	: 0
3600.03/3611.03	c number of internal skipping 	: 0
3600.03/3611.03	c number of derivation steps 	: 0
3600.03/3611.03	c number of skipped derivation steps 	: 0
3600.03/3611.03	c number of remaining unassigned 	: 0
3600.03/3611.03	c number of remaining assigned 	: 0
3600.03/3611.03	c number of falsified literals weakened from reason	: 0
3600.03/3611.03	c number of falsified literals weakened from conflict	: 0
3600.03/3611.03	c time for arithmetic operations	: 0
3600.03/3611.03	c minimum degree of deleted constraints	: null
3600.03/3611.03	c maximum degree of deleted constraints	: null
3600.03/3611.03	c number of deleted constraints	: 0
3600.03/3611.03	c speed (assignments/second)	: 100786.64107349525
3600.03/3611.03	c non guided choices	: 818
3600.03/3611.09	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 177298
3600.03/3611.09	s UNKNOWN
3600.03/3611.09	c Total wall clock time (in seconds): 3610.966

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: 63708 MiB (62068 MiB free)
  memory of node 1: 64465 MiB (40933 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4503213-1751161969/watcher-4503213-1751161969 -o /tmp/evaluation-result-4503213-1751161969/solver-4503213-1751161969 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1751158366-20623 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4503213-1751161969 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4503213-1751161969.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=23338, runsolver pid=23335

[startup+0.100061 s]*
/proc/loadavg: 4.34 4.27 4.20 5/342 23356
/proc/meminfo: memFree=105436204/131250000 swapFree=33010684/33010684
[pid=23338] ppid=23335 vsize=18930384 memory=57776 CPUtime=0.13 cores=0,2
/proc/23338/stat : 23338 (java) S 23335 23338 20613 0 -1 4194304 6592 0 0 0 11 2 0 0 20 0 18 0 31876300 19384713216 14444 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
/proc/23338/statm: 4732596 14444 5339 1 0 547640 0
[pid=23338/tid=23340] ppid=23335 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=0,2
/proc/23338/task/23340/stat : 23340 (java) R 23335 23338 20613 0 -1 4194368 5098 0 0 0 7 1 0 0 20 0 18 0 31876301 19384713216 14444 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
[pid=23338/tid=23349] ppid=23335 vsize=18930384 memory=241407623509 CPUtime=0 cores=0,2
/proc/23338/task/23349/stat : 23349 (Finalizer) S 23335 23338 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31876303 19384713216 14444 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
[pid=23338/tid=23356] ppid=23335 vsize=18930384 memory=60684515952020 CPUtime=0 cores=0,2
/proc/23338/task/23356/stat : 23356 (Common-Cleaner) S 23335 23338 20613 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31876303 19384713216 14444 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57776 KiB

[startup+0.205747 s]*
/proc/loadavg: 4.34 4.27 4.20 7/343 23357
/proc/meminfo: memFree=105423980/131250000 swapFree=33010684/33010684
[pid=23338] ppid=23335 vsize=18996948 memory=66468 CPUtime=0.32 cores=0,2
/proc/23338/stat : 23338 (java) S 23335 23338 20613 0 -1 4194304 7127 0 0 0 30 2 0 0 20 0 19 0 31876300 19452874752 16617 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
/proc/23338/statm: 4749237 16617 5435 1 0 548266 0
[pid=23338/tid=23340] ppid=23335 vsize=18996948 memory=4026597660 CPUtime=0.18 cores=0,2
/proc/23338/task/23340/stat : 23340 (java) R 23335 23338 20613 0 -1 4194368 5351 0 0 0 17 1 0 0 20 0 19 0 31876301 19452874752 16617 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
[pid=23338/tid=23349] ppid=23335 vsize=18996948 memory=16898 CPUtime=0 cores=0,2
/proc/23338/task/23349/stat : 23349 (Finalizer) S 23335 23338 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31876303 19452874752 16617 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
[pid=23338/tid=23356] ppid=23335 vsize=18996948 memory=59585004307431 CPUtime=0 cores=0,2
/proc/23338/task/23356/stat : 23356 (Common-Cleaner) S 23335 23338 20613 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31876303 19452874752 16617 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
[pid=23338/tid=23357] ppid=23335 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/23338/task/23357/stat : 23357 (Timer-0) S 23335 23338 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31876317 19452874752 16617 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 66468 KiB

[startup+0.305705 s]*
/proc/loadavg: 4.34 4.27 4.20 6/343 23357
/proc/meminfo: memFree=105407596/131250000 swapFree=33010684/33010684
[pid=23338] ppid=23335 vsize=18996948 memory=78048 CPUtime=0.51 cores=0,2
/proc/23338/stat : 23338 (java) S 23335 23338 20613 0 -1 4194304 8725 0 0 0 49 2 0 0 20 0 19 0 31876300 19452874752 19512 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
/proc/23338/statm: 4749237 19512 5435 1 0 549028 0
[pid=23338/tid=23340] ppid=23335 vsize=18996948 memory=-6000919485625100653 CPUtime=0.28 cores=0,2
/proc/23338/task/23340/stat : 23340 (java) R 23335 23338 20613 0 -1 4194368 5378 0 0 0 26 2 0 0 20 0 19 0 31876301 19452874752 19512 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
[pid=23338/tid=23349] ppid=23335 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/23338/task/23349/stat : 23349 (Finalizer) S 23335 23338 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31876303 19452874752 19512 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
[pid=23338/tid=23356] ppid=23335 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/23338/task/23356/stat : 23356 (Common-Cleaner) S 23335 23338 20613 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31876303 19452874752 19512 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
[pid=23338/tid=23357] ppid=23335 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/23338/task/23357/stat : 23357 (Timer-0) S 23335 23338 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31876317 19452874752 19512 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 78048 KiB

[startup+0.700256 s]
/proc/loadavg: 4.34 4.27 4.20 6/343 23357
/proc/meminfo: memFree=105366764/131250000 swapFree=33010684/33010684
[pid=23338] ppid=23335 vsize=18996948 memory=142040 CPUtime=1.28 cores=0,2
/proc/23338/stat : 23338 (java) S 23335 23338 20613 0 -1 4194304 14272 0 0 0 123 5 0 0 20 0 19 0 31876300 19452874752 35510 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
/proc/23338/statm: 4749237 35510 5435 1 0 552089 0
[pid=23338/tid=23340] ppid=23335 vsize=18996948 memory=17280 CPUtime=0.65 cores=0,2
/proc/23338/task/23340/stat : 23340 (java) R 23335 23338 20613 0 -1 4194368 5409 0 0 0 62 3 0 0 20 0 19 0 31876301 19452874752 35510 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
[pid=23338/tid=23349] ppid=23335 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/23338/task/23349/stat : 23349 (Finalizer) S 23335 23338 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31876303 19452874752 35510 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
[pid=23338/tid=23356] ppid=23335 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/23338/task/23356/stat : 23356 (Common-Cleaner) S 23335 23338 20613 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31876303 19452874752 35510 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
[pid=23338/tid=23357] ppid=23335 vsize=18996948 memory=4764 CPUtime=0 cores=0,2
/proc/23338/task/23357/stat : 23357 (Timer-0) S 23335 23338 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31876317 19452874752 35510 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 142040 KiB

[startup+1.50028 s]
/proc/loadavg: 4.39 4.29 4.20 6/344 23358
/proc/meminfo: memFree=105284056/131250000 swapFree=33010684/33010684
[pid=23338] ppid=23335 vsize=19063512 memory=173124 CPUtime=2.87 cores=0,2
/proc/23338/stat : 23338 (java) S 23335 23338 20613 0 -1 4194304 21454 0 0 0 280 7 0 0 20 0 20 0 31876300 19521036288 43281 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
/proc/23338/statm: 4765878 43281 5467 1 0 553204 0
[pid=23338/tid=23340] ppid=23335 vsize=19063512 memory=0 CPUtime=1.41 cores=0,2
/proc/23338/task/23340/stat : 23340 (java) R 23335 23338 20613 0 -1 4194368 5927 0 0 0 137 4 0 0 20 0 20 0 31876301 19521036288 43281 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
[pid=23338/tid=23349] ppid=23335 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/23338/task/23349/stat : 23349 (Finalizer) S 23335 23338 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31876303 19521036288 43281 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
[pid=23338/tid=23356] ppid=23335 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/23338/task/23356/stat : 23356 (Common-Cleaner) S 23335 23338 20613 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31876303 19521036288 43281 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
[pid=23338/tid=23357] ppid=23335 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/23338/task/23357/stat : 23357 (Timer-0) S 23335 23338 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31876317 19521036288 43281 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
Current children cumulated CPU time: 2.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 173124 KiB

[startup+3.10553 s]
/proc/loadavg: 4.39 4.29 4.20 5/344 23358
/proc/meminfo: memFree=105152520/131250000 swapFree=33010684/33010684
[pid=23338] ppid=23335 vsize=19063512 memory=173764 CPUtime=5.16 cores=0,2
/proc/23338/stat : 23338 (java) S 23335 23338 20613 0 -1 4194304 23595 0 0 0 507 9 0 0 20 0 20 0 31876300 19521036288 43441 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
/proc/23338/statm: 4765878 43441 5467 1 0 553222 0
[pid=23338/tid=23340] ppid=23335 vsize=19063512 memory=10752 CPUtime=2.99 cores=0,2
/proc/23338/task/23340/stat : 23340 (java) R 23335 23338 20613 0 -1 4194368 6292 0 0 0 294 5 0 0 20 0 20 0 31876301 19521036288 43441 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
[pid=23338/tid=23349] ppid=23335 vsize=19063512 memory=-6000919485625100653 CPUtime=0 cores=0,2
/proc/23338/task/23349/stat : 23349 (Finalizer) S 23335 23338 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31876303 19521036288 43441 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
[pid=23338/tid=23356] ppid=23335 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/23338/task/23356/stat : 23356 (Common-Cleaner) S 23335 23338 20613 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31876303 19521036288 43441 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
[pid=23338/tid=23357] ppid=23335 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/23338/task/23357/stat : 23357 (Timer-0) S 23335 23338 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31876317 19521036288 43441 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
Current children cumulated CPU time: 5.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 173764 KiB

[startup+6.30021 s]
/proc/loadavg: 4.44 4.30 4.21 5/344 23359
/proc/meminfo: memFree=104874924/131250000 swapFree=33010684/33010684
[pid=23338] ppid=23335 vsize=19063512 memory=304880 CPUtime=8.46 cores=0,2
/proc/23338/stat : 23338 (java) S 23335 23338 20613 0 -1 4194304 25559 0 0 0 833 13 0 0 20 0 20 0 31876300 19521036288 76220 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
/proc/23338/statm: 4765878 76220 5467 1 0 553222 0
[pid=23338/tid=23340] ppid=23335 vsize=19063512 memory=0 CPUtime=6.17 cores=0,2
/proc/23338/task/23340/stat : 23340 (java) R 23335 23338 20613 0 -1 4194368 6945 0 0 0 608 9 0 0 20 0 20 0 31876301 19521036288 76220 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
[pid=23338/tid=23349] ppid=23335 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/23338/task/23349/stat : 23349 (Finalizer) S 23335 23338 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31876303 19521036288 76220 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
[pid=23338/tid=23356] ppid=23335 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/23338/task/23356/stat : 23356 (Common-Cleaner) S 23335 23338 20613 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31876303 19521036288 76220 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
[pid=23338/tid=23357] ppid=23335 vsize=19063512 memory=173252 CPUtime=0 cores=0,2
/proc/23338/task/23357/stat : 23357 (Timer-0) S 23335 23338 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31876317 19521036288 76220 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
Current children cumulated CPU time: 8.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 304880 KiB

[startup+12.7002 s]
/proc/loadavg: 4.41 4.29 4.20 5/344 23359
/proc/meminfo: memFree=104263776/131250000 swapFree=33010684/33010684
[pid=23338] ppid=23335 vsize=19063512 memory=837488 CPUtime=14.89 cores=0,2
/proc/23338/stat : 23338 (java) S 23335 23338 20613 0 -1 4194304 28586 0 0 0 1463 26 0 0 20 0 20 0 31876300 19521036288 209372 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
/proc/23338/statm: 4765878 209372 5467 1 0 553222 0
[pid=23338/tid=23340] ppid=23335 vsize=19063512 memory=173252 CPUtime=12.55 cores=0,2
/proc/23338/task/23340/stat : 23340 (java) R 23335 23338 20613 0 -1 4194368 8574 0 0 0 1233 22 0 0 20 0 20 0 31876301 19521036288 209372 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
[pid=23338/tid=23349] ppid=23335 vsize=19063512 memory=743280 CPUtime=0 cores=0,2
/proc/23338/task/23349/stat : 23349 (Finalizer) S 23335 23338 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31876303 19521036288 209372 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
[pid=23338/tid=23356] ppid=23335 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/23338/task/23356/stat : 23356 (Common-Cleaner) S 23335 23338 20613 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31876303 19521036288 209372 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
[pid=23338/tid=23357] ppid=23335 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/23338/task/23357/stat : 23357 (Timer-0) S 23335 23338 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31876317 19521036288 209372 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
Current children cumulated CPU time: 14.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 837488 KiB

[startup+25.5002 s]
/proc/loadavg: 4.43 4.30 4.21 5/344 23359
/proc/meminfo: memFree=103529192/131250000 swapFree=33010684/33010684
[pid=23338] ppid=23335 vsize=19063512 memory=1316828 CPUtime=27.74 cores=0,2
/proc/23338/stat : 23338 (java) S 23335 23338 20613 0 -1 4194304 32933 0 0 0 2736 38 0 0 20 0 20 0 31876300 19521036288 329207 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
/proc/23338/statm: 4765878 329207 5467 1 0 553222 0
[pid=23338/tid=23340] ppid=23335 vsize=19063512 memory=743280 CPUtime=25.3 cores=0,2
/proc/23338/task/23340/stat : 23340 (java) R 23335 23338 20613 0 -1 4194368 9802 0 0 0 2496 34 0 0 20 0 20 0 31876301 19521036288 329207 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
[pid=23338/tid=23349] ppid=23335 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/23338/task/23349/stat : 23349 (Finalizer) S 23335 23338 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31876303 19521036288 329207 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
[pid=23338/tid=23356] ppid=23335 vsize=19063512 memory=-6000919485625100653 CPUtime=0 cores=0,2
/proc/23338/task/23356/stat : 23356 (Common-Cleaner) S 23335 23338 20613 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31876303 19521036288 329207 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
[pid=23338/tid=23357] ppid=23335 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/23338/task/23357/stat : 23357 (Timer-0) S 23335 23338 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31876317 19521036288 329207 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
Current children cumulated CPU time: 27.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1316828 KiB

[startup+51.1056 s]
/proc/loadavg: 4.30 4.29 4.20 4/321 23389
/proc/meminfo: memFree=104539628/131250000 swapFree=33010684/33010684
[pid=23338] ppid=23335 vsize=19063512 memory=1316956 CPUtime=53.22 cores=0,2
/proc/23338/stat : 23338 (java) S 23335 23338 20613 0 -1 4194304 35081 0 0 0 5274 48 0 0 20 0 20 0 31876300 19521036288 329239 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0

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

/proc/23338/task/23349/stat : 23349 (Finalizer) S 23335 23338 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31876303 19521036288 434929 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
[pid=23338/tid=23356] ppid=23335 vsize=19063512 memory=1739716 CPUtime=0 cores=0,2
/proc/23338/task/23356/stat : 23356 (Common-Cleaner) S 23335 23338 20613 0 -1 4194368 1805 0 0 0 0 0 0 0 20 0 20 0 31876303 19521036288 434929 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
[pid=23338/tid=23357] ppid=23335 vsize=19063512 memory=1739716 CPUtime=0 cores=0,2
/proc/23338/task/23357/stat : 23357 (Timer-0) S 23335 23338 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31876317 19521036288 434929 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
Current children cumulated CPU time: 3213.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1739716 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.11 4.11 5/341 23737
/proc/meminfo: memFree=106330516/131250000 swapFree=33010684/33010684
[pid=23338] ppid=23335 vsize=19063512 memory=1739716 CPUtime=3273.82 cores=0,2
/proc/23338/stat : 23338 (java) S 23335 23338 20613 0 -1 4194304 92590 0 0 0 326781 601 0 0 20 0 20 0 31876300 19521036288 434929 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
/proc/23338/statm: 4765878 434929 5499 1 0 553223 0
[pid=23338/tid=23340] ppid=23335 vsize=19063512 memory=1739716 CPUtime=3266.11 cores=0,2
/proc/23338/task/23340/stat : 23340 (java) R 23335 23338 20613 0 -1 4194368 36405 0 0 0 326103 508 0 0 20 0 20 0 31876301 19521036288 434929 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
[pid=23338/tid=23349] ppid=23335 vsize=19063512 memory=1739716 CPUtime=0 cores=0,2
/proc/23338/task/23349/stat : 23349 (Finalizer) S 23335 23338 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31876303 19521036288 434929 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
[pid=23338/tid=23356] ppid=23335 vsize=19063512 memory=16380 CPUtime=0 cores=0,2
/proc/23338/task/23356/stat : 23356 (Common-Cleaner) S 23335 23338 20613 0 -1 4194368 1805 0 0 0 0 0 0 0 20 0 20 0 31876303 19521036288 434929 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
[pid=23338/tid=23357] ppid=23335 vsize=19063512 memory=1739716 CPUtime=0 cores=0,2
/proc/23338/task/23357/stat : 23357 (Timer-0) S 23335 23338 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31876317 19521036288 434929 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
Current children cumulated CPU time: 3273.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1739716 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.10 4.11 5/341 23739
/proc/meminfo: memFree=106146192/131250000 swapFree=33010684/33010684
[pid=23338] ppid=23335 vsize=19063512 memory=1739716 CPUtime=3333.67 cores=0,2
/proc/23338/stat : 23338 (java) S 23335 23338 20613 0 -1 4194304 92596 0 0 0 332756 611 0 0 20 0 20 0 31876300 19521036288 434929 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
/proc/23338/statm: 4765878 434929 5499 1 0 553223 0
[pid=23338/tid=23340] ppid=23335 vsize=19063512 memory=16380 CPUtime=3325.93 cores=0,2
/proc/23338/task/23340/stat : 23340 (java) R 23335 23338 20613 0 -1 4194368 36408 0 0 0 332078 515 0 0 20 0 20 0 31876301 19521036288 434929 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
[pid=23338/tid=23349] ppid=23335 vsize=19063512 memory=1739716 CPUtime=0 cores=0,2
/proc/23338/task/23349/stat : 23349 (Finalizer) S 23335 23338 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31876303 19521036288 434929 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
[pid=23338/tid=23356] ppid=23335 vsize=19063512 memory=1739716 CPUtime=0 cores=0,2
/proc/23338/task/23356/stat : 23356 (Common-Cleaner) S 23335 23338 20613 0 -1 4194368 1805 0 0 0 0 0 0 0 20 0 20 0 31876303 19521036288 434929 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
[pid=23338/tid=23357] ppid=23335 vsize=19063512 memory=4480 CPUtime=0 cores=0,2
/proc/23338/task/23357/stat : 23357 (Timer-0) S 23335 23338 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31876317 19521036288 434929 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
Current children cumulated CPU time: 3333.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1739716 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.11 4.11 5/343 23745
/proc/meminfo: memFree=105920564/131250000 swapFree=33010684/33010684
[pid=23338] ppid=23335 vsize=19063512 memory=1754060 CPUtime=3393.55 cores=0,2
/proc/23338/stat : 23338 (java) S 23335 23338 20613 0 -1 4194304 92959 0 0 0 338734 621 0 0 20 0 20 0 31876300 19521036288 438515 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
/proc/23338/statm: 4765878 438515 5499 1 0 553223 0
[pid=23338/tid=23340] ppid=23335 vsize=19063512 memory=1739716 CPUtime=3385.71 cores=0,2
/proc/23338/task/23340/stat : 23340 (java) R 23335 23338 20613 0 -1 4194368 36754 0 0 0 338048 523 0 0 20 0 20 0 31876301 19521036288 438515 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
[pid=23338/tid=23349] ppid=23335 vsize=19063512 memory=1754060 CPUtime=0 cores=0,2
/proc/23338/task/23349/stat : 23349 (Finalizer) S 23335 23338 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31876303 19521036288 438515 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
[pid=23338/tid=23356] ppid=23335 vsize=19063512 memory=1754060 CPUtime=0 cores=0,2
/proc/23338/task/23356/stat : 23356 (Common-Cleaner) S 23335 23338 20613 0 -1 4194368 1805 0 0 0 0 0 0 0 20 0 20 0 31876303 19521036288 438515 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
[pid=23338/tid=23357] ppid=23335 vsize=19063512 memory=1754060 CPUtime=0 cores=0,2
/proc/23338/task/23357/stat : 23357 (Timer-0) S 23335 23338 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31876317 19521036288 438515 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
Current children cumulated CPU time: 3393.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1754060 KiB

[startup+3462.3 s]
/proc/loadavg: 4.17 4.12 4.11 5/344 23750
/proc/meminfo: memFree=105740368/131250000 swapFree=33010684/33010684
[pid=23338] ppid=23335 vsize=19063512 memory=1754060 CPUtime=3453.41 cores=0,2
/proc/23338/stat : 23338 (java) S 23335 23338 20613 0 -1 4194304 94684 0 0 0 344710 631 0 0 20 0 20 0 31876300 19521036288 438515 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
/proc/23338/statm: 4765878 438515 5499 1 0 553223 0
[pid=23338/tid=23340] ppid=23335 vsize=19063512 memory=1739716 CPUtime=3445.44 cores=0,2
/proc/23338/task/23340/stat : 23340 (java) R 23335 23338 20613 0 -1 4194368 37800 0 0 0 344013 531 0 0 20 0 20 0 31876301 19521036288 438515 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
[pid=23338/tid=23349] ppid=23335 vsize=19063512 memory=1754060 CPUtime=0 cores=0,2
/proc/23338/task/23349/stat : 23349 (Finalizer) S 23335 23338 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31876303 19521036288 438515 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
[pid=23338/tid=23356] ppid=23335 vsize=19063512 memory=-6000919485625100653 CPUtime=0 cores=0,2
/proc/23338/task/23356/stat : 23356 (Common-Cleaner) S 23335 23338 20613 0 -1 4194368 1916 0 0 0 0 0 0 0 20 0 20 0 31876303 19521036288 438515 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
[pid=23338/tid=23357] ppid=23335 vsize=19063512 memory=1754060 CPUtime=0 cores=0,2
/proc/23338/task/23357/stat : 23357 (Timer-0) S 23335 23338 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31876317 19521036288 438515 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
Current children cumulated CPU time: 3453.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1754060 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.11 4.10 5/344 23753
/proc/meminfo: memFree=105539740/131250000 swapFree=33010684/33010684
[pid=23338] ppid=23335 vsize=19063512 memory=1754060 CPUtime=3511.53 cores=0,2
/proc/23338/stat : 23338 (java) S 23335 23338 20613 0 -1 4194304 95416 0 0 0 350512 641 0 0 20 0 20 0 31876300 19521036288 438515 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
/proc/23338/statm: 4765878 438515 5499 1 0 553223 0
[pid=23338/tid=23340] ppid=23335 vsize=19063512 memory=1754060 CPUtime=3503.54 cores=0,2
/proc/23338/task/23340/stat : 23340 (java) R 23335 23338 20613 0 -1 4194368 38513 0 0 0 349815 539 0 0 20 0 20 0 31876301 19521036288 438515 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
[pid=23338/tid=23349] ppid=23335 vsize=19063512 memory=1754060 CPUtime=0 cores=0,2
/proc/23338/task/23349/stat : 23349 (Finalizer) S 23335 23338 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31876303 19521036288 438515 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
[pid=23338/tid=23356] ppid=23335 vsize=19063512 memory=16380 CPUtime=0 cores=0,2
/proc/23338/task/23356/stat : 23356 (Common-Cleaner) S 23335 23338 20613 0 -1 4194368 1916 0 0 0 0 0 0 0 20 0 20 0 31876303 19521036288 438515 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
[pid=23338/tid=23357] ppid=23335 vsize=19063512 memory=1754060 CPUtime=0 cores=0,2
/proc/23338/task/23357/stat : 23357 (Timer-0) S 23335 23338 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31876317 19521036288 438515 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
Current children cumulated CPU time: 3511.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1754060 KiB

[startup+3582.3 s]
/proc/loadavg: 4.20 4.14 4.11 5/346 23826
/proc/meminfo: memFree=108534476/131250000 swapFree=33010684/33010684
[pid=23338] ppid=23335 vsize=19063512 memory=1784800 CPUtime=3571.42 cores=0,2
/proc/23338/stat : 23338 (java) S 23335 23338 20613 0 -1 4194304 96423 0 0 0 356489 653 0 0 20 0 20 0 31876300 19521036288 446200 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
/proc/23338/statm: 4765878 446200 5499 1 0 553223 0
[pid=23338/tid=23340] ppid=23335 vsize=19063512 memory=16380 CPUtime=3563.28 cores=0,2
/proc/23338/task/23340/stat : 23340 (java) R 23335 23338 20613 0 -1 4194368 38922 0 0 0 355780 548 0 0 20 0 20 0 31876301 19521036288 446200 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
[pid=23338/tid=23349] ppid=23335 vsize=19063512 memory=1784800 CPUtime=0 cores=0,2
/proc/23338/task/23349/stat : 23349 (Finalizer) S 23335 23338 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31876303 19521036288 446200 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
[pid=23338/tid=23356] ppid=23335 vsize=19063512 memory=1784800 CPUtime=0 cores=0,2
/proc/23338/task/23356/stat : 23356 (Common-Cleaner) S 23335 23338 20613 0 -1 4194368 2007 0 0 0 0 0 0 0 20 0 20 0 31876303 19521036288 446200 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
[pid=23338/tid=23357] ppid=23335 vsize=19063512 memory=1784800 CPUtime=0 cores=0,2
/proc/23338/task/23357/stat : 23357 (Timer-0) S 23335 23338 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31876317 19521036288 446200 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
Current children cumulated CPU time: 3571.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1784800 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611 s]*
/proc/loadavg: 4.13 4.12 4.10 5/346 23826
/proc/meminfo: memFree=107934652/131250000 swapFree=33010684/33010684
[pid=23338] ppid=23335 vsize=19063512 memory=1784800 CPUtime=3600.03 cores=0,2
/proc/23338/stat : 23338 (java) S 23335 23338 20613 0 -1 4194304 96426 0 0 0 359347 656 0 0 20 0 20 0 31876300 19521036288 446200 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
/proc/23338/statm: 4765878 446200 5499 1 0 553223 0
[pid=23338/tid=23340] ppid=23335 vsize=19063512 memory=-6000919498560006509 CPUtime=3591.89 cores=0,2
/proc/23338/task/23340/stat : 23340 (java) R 23335 23338 20613 0 -1 4194368 38923 0 0 0 358638 551 0 0 20 0 20 0 31876301 19521036288 446200 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
[pid=23338/tid=23349] ppid=23335 vsize=19063512 memory=5280 CPUtime=0 cores=0,2
/proc/23338/task/23349/stat : 23349 (Finalizer) S 23335 23338 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31876303 19521036288 446200 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
[pid=23338/tid=23356] ppid=23335 vsize=19063512 memory=6772 CPUtime=0 cores=0,2
/proc/23338/task/23356/stat : 23356 (Common-Cleaner) S 23335 23338 20613 0 -1 4194368 2007 0 0 0 0 0 0 0 20 0 20 0 31876303 19521036288 446200 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
[pid=23338/tid=23357] ppid=23335 vsize=19063512 memory=1784800 CPUtime=0 cores=0,2
/proc/23338/task/23357/stat : 23357 (Timer-0) S 23335 23338 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31876317 19521036288 446200 18446744073709551615 94696352178176 94696352181872 140733805474976 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94696352189688 94696352190480 94696361148416 140733805480240 140733805480422 140733805480422 140733805486024 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1784800 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.61 s, system=6.57513 s

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

[startup+3611.11 s]*
/proc/loadavg: 4.13 4.12 4.10 5/328 23829
/proc/meminfo: memFree=109621464/131250000 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3611.14
CPU time (s): 3600.18
CPU user time (s): 3593.61
CPU system time (s): 6.57513
CPU usage (%): 99.6966
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 1784800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.61
system time used= 6.57513
maximum resident set size= 1785696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99223
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3529904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 105085
involuntary context switches= 9997


# summary of solver processes directly reported to runsolver:
#   pid: 23338
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3593.61
#   total CPU system time (s): 6.57513

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.64746 second user time and 16.3684 second system time

The end

Launcher Data

Begin job on nodeC033 at 2025-06-29 03:52:49
IDJOB=4503213
IDBENCH=155408
IDSOLVER=3364
FILE ID=nodeC033/4503213-1751161969
RUNJOBID= nodeC033-1751158366-20623
SLURM_JOB_ID= 9587493
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB11/DEC-LIN/heinz/normalized-neos-820146.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4503213-1751161969/watcher-4503213-1751161969 -o /tmp/evaluation-result-4503213-1751161969/solver-4503213-1751161969 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1751158366-20623 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4503213-1751161969 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4503213-1751161969.opb

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

MD5SUM BENCH= 081659ee65bc936cbb896171f511d736
RANDOM SEED=1684191909

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        105474256 kB
MemAvailable:   125147104 kB
Buffers:            3280 kB
Cached:         20460952 kB
SwapCached:            0 kB
Active:          4955236 kB
Inactive:       20202776 kB
Active(anon):    4712016 kB
Inactive(anon):        0 kB
Active(file):     243220 kB
Inactive(file): 20202776 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             84304 kB
Writeback:             0 kB
AnonPages:       4696636 kB
Mapped:           122796 kB
Shmem:             18120 kB
KReclaimable:     132180 kB
Slab:             221752 kB
SReclaimable:     132180 kB
SUnreclaim:        89572 kB
KernelStack:        5232 kB
PageTables:        12872 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    7235092 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151496 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4433920 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:      221908 kB
DirectMap2M:    11083776 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 433032 MiB
End job on nodeC033 at 2025-06-29 04:53:00