Trace number 4503141

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.16 3607.42

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
heinz/normalized-neos-820157.opb
MD5SUM9baf2ba48863e92d1cef7cf6d2cd6be7
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark207.372
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1200
Total number of constraints1015
Number of constraints which are clauses835
Number of constraints which are cardinality constraints (but not clauses)180
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint20
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.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-4503141-1751161924.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.18	c ... done. Wall clock time 0.059s.
0.13/0.18	c declared #vars     1200
0.13/0.18	c #constraints  1135
0.13/0.19	c constraints type 
0.13/0.19	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 150
0.13/0.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 195
0.13/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 790
0.13/0.19	c 1135 constraints processed.
1.47/0.85	c cleaning 2498 clauses out of 5000 with flag 35057/5000
2.66/1.41	c cleaning 4245 clauses out of 8502 with flag 89638/11000
3.97/2.16	c cleaning 5626 clauses out of 11257 with flag 180975/18000
5.23/3.05	c cleaning 6808 clauses out of 13632 with flag 299268/26001
6.46/4.12	c cleaning 7912 clauses out of 15826 with flag 437311/35003
7.71/5.29	c cleaning 8952 clauses out of 17911 with flag 571838/45000
9.38/6.88	c cleaning 9971 clauses out of 19961 with flag 725932/56002
11.48/8.90	c cleaning 10982 clauses out of 21991 with flag 895208/68003
13.78/11.22	c cleaning 11984 clauses out of 24007 with flag 1101423/81001
16.58/14.05	c cleaning 12976 clauses out of 26022 with flag 1320808/95000
19.97/17.49	c cleaning 13987 clauses out of 28046 with flag 1584687/110000
23.36/20.84	c cleaning 15016 clauses out of 30061 with flag 1860813/126002
26.88/24.33	c cleaning 16007 clauses out of 32045 with flag 2115893/143002
30.41/27.83	c cleaning 17000 clauses out of 34036 with flag 2369882/161000
34.75/32.28	c cleaning 17983 clauses out of 36036 with flag 2624602/180000
39.04/36.50	c cleaning 19011 clauses out of 38053 with flag 2902472/200000
44.23/41.79	c cleaning 20011 clauses out of 40045 with flag 3242140/221003
49.81/47.38	c cleaning 20989 clauses out of 42031 with flag 3601087/243000
55.41/52.93	c cleaning 22020 clauses out of 44044 with flag 3941814/266002
61.10/58.68	c cleaning 22995 clauses out of 46024 with flag 4253568/290002
67.64/65.30	c cleaning 23990 clauses out of 48027 with flag 4584191/315000
77.71/75.40	c cleaning 24994 clauses out of 50038 with flag 4954106/341001
87.39/85.13	c cleaning 25993 clauses out of 52043 with flag 5353515/368000
96.55/94.45	c cleaning 27002 clauses out of 54051 with flag 5777297/396001
105.71/103.66	c cleaning 28002 clauses out of 56048 with flag 6179056/425000
113.78/111.77	c cleaning 29011 clauses out of 58046 with flag 6635793/455000
122.75/120.75	c cleaning 30016 clauses out of 60035 with flag 7190546/486000
133.38/131.43	c cleaning 30976 clauses out of 62020 with flag 7605627/518001
144.45/142.52	c cleaning 32000 clauses out of 64045 with flag 7995322/551002
156.48/154.42	c cleaning 33000 clauses out of 66044 with flag 8395017/585001
170.24/168.20	c cleaning 34013 clauses out of 68046 with flag 8860378/620003
183.70/181.73	c cleaning 35004 clauses out of 70030 with flag 9355502/656000
199.85/197.98	c cleaning 36001 clauses out of 72027 with flag 9909214/693001
216.40/214.54	c cleaning 36995 clauses out of 74025 with flag 10548257/731000
234.56/232.74	c cleaning 37993 clauses out of 76030 with flag 11242723/770000
255.47/253.78	c cleaning 38996 clauses out of 78038 with flag 12050111/810001
271.93/270.21	c cleaning 40010 clauses out of 80041 with flag 12794348/851000
290.60/289.15	c cleaning 41002 clauses out of 82032 with flag 13541503/893001
306.98/305.55	c cleaning 41998 clauses out of 84029 with flag 14402970/936000
330.38/329.08	c cleaning 43001 clauses out of 86033 with flag 15152216/980002
349.82/348.50	c cleaning 44003 clauses out of 88030 with flag 15958704/1025000
368.47/367.26	c cleaning 45003 clauses out of 90028 with flag 16828404/1071001
388.97/387.89	c cleaning 46002 clauses out of 92025 with flag 17757241/1118001
409.77/408.73	c cleaning 46995 clauses out of 94023 with flag 18717379/1166001
432.59/431.66	c cleaning 47998 clauses out of 96028 with flag 19710485/1215001
455.04/454.19	c cleaning 49001 clauses out of 98030 with flag 20358071/1265001
482.45/481.63	c cleaning 50007 clauses out of 100029 with flag 20963777/1316001
512.98/512.26	c cleaning 50991 clauses out of 102021 with flag 21657268/1368000
545.39/544.72	c cleaning 51998 clauses out of 104033 with flag 22529772/1421003
577.41/576.87	c cleaning 53004 clauses out of 106034 with flag 23480937/1475002
611.63/611.14	c cleaning 54001 clauses out of 108030 with flag 24440466/1530002
642.23/641.82	c cleaning 55001 clauses out of 110029 with flag 25163128/1586002
684.61/684.33	c cleaning 56001 clauses out of 112026 with flag 26131703/1643000
727.32/727.14	c cleaning 57006 clauses out of 114025 with flag 27197553/1701000
772.72/772.63	c cleaning 57998 clauses out of 116019 with flag 28381031/1760000
816.19/816.20	c cleaning 59001 clauses out of 118022 with flag 29606921/1820001
860.59/860.78	c cleaning 59997 clauses out of 120020 with flag 30806188/1881000
897.00/897.23	c cleaning 61008 clauses out of 122023 with flag 31943775/1943000
939.44/939.71	c cleaning 61990 clauses out of 124017 with flag 32713333/2006002
998.78/999.23	c cleaning 62998 clauses out of 126026 with flag 33811261/2070001
1062.53/1063.13	c cleaning 63996 clauses out of 128027 with flag 35044973/2135000
1116.09/1116.80	c cleaning 65003 clauses out of 130031 with flag 36160592/2201000
1178.70/1179.58	c cleaning 66001 clauses out of 132032 with flag 37446777/2268004
1251.86/1252.81	c cleaning 66991 clauses out of 134029 with flag 38954866/2336002
1307.35/1308.48	c cleaning 67995 clauses out of 136036 with flag 40363019/2405000
1365.23/1366.49	c cleaning 69000 clauses out of 138042 with flag 41871349/2475001
1433.00/1434.38	c cleaning 69988 clauses out of 140042 with flag 43557647/2546001
1498.26/1499.76	c cleaning 71017 clauses out of 142053 with flag 44794601/2618000
1569.48/1571.16	c cleaning 72008 clauses out of 144037 with flag 45855862/2691001
1631.24/1633.01	c cleaning 73003 clauses out of 146029 with flag 47075759/2765001
1698.91/1700.80	c cleaning 74005 clauses out of 148027 with flag 48018448/2840002
1774.69/1776.77	c cleaning 75008 clauses out of 150020 with flag 49081968/2916000
1841.57/1843.71	c cleaning 75990 clauses out of 152012 with flag 50104304/2993000
1917.19/1919.58	c cleaning 77001 clauses out of 154023 with flag 51195732/3071001
2017.29/2019.80	c cleaning 77995 clauses out of 156021 with flag 52562297/3150000
2091.99/2096.27	c cleaning 78998 clauses out of 158026 with flag 53777687/3230000
2172.80/2177.26	c cleaning 80002 clauses out of 160028 with flag 54913188/3311000
2262.12/2266.78	c cleaning 81004 clauses out of 162029 with flag 56216523/3393003
2341.84/2346.67	c cleaning 81996 clauses out of 164024 with flag 57484239/3476002
2431.86/2436.86	c cleaning 82996 clauses out of 166026 with flag 58819251/3560000
2518.68/2523.88	c cleaning 83998 clauses out of 168030 with flag 60018049/3645000
2619.45/2624.75	c cleaning 84996 clauses out of 170033 with flag 61416839/3731001
2717.14/2722.67	c cleaning 86009 clauses out of 172039 with flag 62730820/3818003
2806.23/2811.99	c cleaning 86991 clauses out of 174028 with flag 64162870/3906001
2891.16/2897.08	c cleaning 88012 clauses out of 176037 with flag 65455092/3995001
2993.26/2999.31	c cleaning 89010 clauses out of 178026 with flag 66803292/4085002
3087.26/3093.41	c cleaning 89998 clauses out of 180015 with flag 68036263/4176001
3191.84/3198.26	c cleaning 91001 clauses out of 182016 with flag 69397218/4268000
3307.17/3313.81	c cleaning 91993 clauses out of 184015 with flag 70772545/4361000
3420.64/3427.55	c cleaning 92990 clauses out of 186022 with flag 72159672/4455000
3538.19/3545.32	c cleaning 94001 clauses out of 188032 with flag 73596780/4550000
3600.02/3607.31	c starts		: 2799
3600.02/3607.31	c conflicts		: 4605581
3600.02/3607.32	c decisions		: 5674998
3600.02/3607.32	c propagations		: 836315122
3600.02/3607.32	c inspects		: 45506452971
3600.02/3607.32	c shortcuts		: 0
3600.02/3607.32	c learnt literals	: 0
3600.02/3607.32	c learnt binary clauses	: 0
3600.02/3607.32	c learnt ternary clauses	: 0
3600.02/3607.32	c learnt constraints	: 4605581
3600.02/3607.32	c ignored constraints	: 0
3600.02/3607.32	c root simplifications	: 0
3600.02/3607.32	c removed literals (reason simplification)	: 44713089
3600.02/3607.32	c reason swapping (by a shorter reason)	: 0
3600.02/3607.32	c Calls to reduceDB	: 91
3600.02/3607.32	c Number of update (reduction) of LBD	: 1902291
3600.02/3607.32	c Imported unit clauses	: 0
3600.02/3607.32	c No decision after first conflict	: false
3600.02/3607.32	c number of reductions to clauses (during analyze)	: 0
3600.02/3607.32	c number of learned constraints concerned by reduction	: 0
3600.02/3607.32	c number of learning phase by resolution	: 0
3600.02/3607.32	c number of learning phase by cutting planes	: 0
3600.02/3607.32	c number of rounding to 1 operations	: 0
3600.02/3607.32	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3607.32	c number of reductions of the coefficients by power 2 	: 0
3600.02/3607.32	c timeout
3600.02/3607.32	c number of right shift for reduction by power 2 	: 0
3600.02/3607.32	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3607.32	c number of ending skipping 	: 0
3600.02/3607.32	c number of internal skipping 	: 0
3600.02/3607.32	c number of derivation steps 	: 0
3600.02/3607.32	c number of skipped derivation steps 	: 0
3600.02/3607.32	c number of remaining unassigned 	: 0
3600.02/3607.32	c number of remaining assigned 	: 0
3600.02/3607.32	c number of falsified literals weakened from reason	: 0
3600.02/3607.32	c number of falsified literals weakened from conflict	: 0
3600.02/3607.32	c time for arithmetic operations	: 0
3600.02/3607.32	c minimum degree of deleted constraints	: null
3600.02/3607.32	c maximum degree of deleted constraints	: null
3600.02/3607.32	c number of deleted constraints	: 0
3600.02/3607.33	c speed (assignments/second)	: 231850.17753697117
3600.02/3607.33	c non guided choices	: 818
3600.02/3607.38	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 149612
3600.02/3607.38	s UNKNOWN
3600.02/3607.38	c Total wall clock time (in seconds): 3607.259

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4503141-1751161924/watcher-4503141-1751161924 -o /tmp/evaluation-result-4503141-1751161924/solver-4503141-1751161924 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1751158366-20624 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4503141-1751161924 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4503141-1751161924.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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
solver pid=23204, runsolver pid=23201
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 4.39 4.27 4.19 5/343 23222
/proc/meminfo: memFree=69355108/131250000 swapFree=33010684/33010684
[pid=23204] ppid=23201 vsize=18930384 memory=57868 CPUtime=0.13 cores=4,6
/proc/23204/stat : 23204 (java) S 23201 23204 20613 0 -1 4194304 6597 0 0 0 11 2 0 0 20 0 18 0 31871816 19384713216 14467 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
/proc/23204/statm: 4732596 14467 5359 1 0 547641 0
[pid=23204/tid=23206] ppid=23201 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=4,6
/proc/23204/task/23206/stat : 23206 (java) R 23201 23204 20613 0 -1 4194368 5093 0 0 0 7 1 0 0 20 0 18 0 31871817 19384713216 14467 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
[pid=23204/tid=23215] ppid=23201 vsize=18930384 memory=241407623509 CPUtime=0 cores=4,6
/proc/23204/task/23215/stat : 23215 (Finalizer) S 23201 23204 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31871819 19384713216 14467 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
[pid=23204/tid=23222] ppid=23201 vsize=18930384 memory=60684515952020 CPUtime=0 cores=4,6
/proc/23204/task/23222/stat : 23222 (Common-Cleaner) S 23201 23204 20613 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31871819 19384713216 14467 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57868 KiB

[startup+0.205796 s]*
/proc/loadavg: 4.39 4.27 4.19 8/344 23223
/proc/meminfo: memFree=69350068/131250000 swapFree=33010684/33010684
[pid=23204] ppid=23201 vsize=18996948 memory=66356 CPUtime=0.33 cores=4,6
/proc/23204/stat : 23204 (java) S 23201 23204 20613 0 -1 4194304 7122 0 0 0 31 2 0 0 20 0 19 0 31871816 19452874752 16589 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
/proc/23204/statm: 4749237 16589 5423 1 0 548265 0
[pid=23204/tid=23206] ppid=23201 vsize=18996948 memory=4026597660 CPUtime=0.18 cores=4,6
/proc/23204/task/23206/stat : 23206 (java) R 23201 23204 20613 0 -1 4194368 5349 0 0 0 17 1 0 0 20 0 19 0 31871817 19452874752 16589 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
[pid=23204/tid=23215] ppid=23201 vsize=18996948 memory=16898 CPUtime=0 cores=4,6
/proc/23204/task/23215/stat : 23215 (Finalizer) S 23201 23204 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31871819 19452874752 16589 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
[pid=23204/tid=23222] ppid=23201 vsize=18996948 memory=59585004307431 CPUtime=0 cores=4,6
/proc/23204/task/23222/stat : 23222 (Common-Cleaner) S 23201 23204 20613 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31871819 19452874752 16589 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
[pid=23204/tid=23223] ppid=23201 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/23204/task/23223/stat : 23223 (Timer-0) S 23201 23204 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31871835 19452874752 16589 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 66356 KiB

[startup+0.306317 s]*
/proc/loadavg: 4.39 4.27 4.19 6/344 23223
/proc/meminfo: memFree=69333624/131250000 swapFree=33010684/33010684
[pid=23204] ppid=23201 vsize=18996948 memory=78596 CPUtime=0.52 cores=4,6
/proc/23204/stat : 23204 (java) S 23201 23204 20613 0 -1 4194304 9386 0 0 0 49 3 0 0 20 0 19 0 31871816 19452874752 19649 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
/proc/23204/statm: 4749237 19649 5423 1 0 549652 0
[pid=23204/tid=23206] ppid=23201 vsize=18996948 memory=-6000919502855367021 CPUtime=0.24 cores=4,6
/proc/23204/task/23206/stat : 23206 (java) R 23201 23204 20613 0 -1 4194368 5361 0 0 0 22 2 0 0 20 0 19 0 31871817 19452874752 19649 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
[pid=23204/tid=23215] ppid=23201 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/23204/task/23215/stat : 23215 (Finalizer) S 23201 23204 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31871819 19452874752 19649 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
[pid=23204/tid=23222] ppid=23201 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/23204/task/23222/stat : 23222 (Common-Cleaner) S 23201 23204 20613 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31871819 19452874752 19649 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
[pid=23204/tid=23223] ppid=23201 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/23204/task/23223/stat : 23223 (Timer-0) S 23201 23204 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31871835 19452874752 19649 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 78596 KiB

[startup+0.700247 s]
/proc/loadavg: 4.39 4.27 4.19 6/344 23223
/proc/meminfo: memFree=69307096/131250000 swapFree=33010684/33010684
[pid=23204] ppid=23201 vsize=18996948 memory=128012 CPUtime=1.28 cores=4,6
/proc/23204/stat : 23204 (java) S 23201 23204 20613 0 -1 4194304 11551 0 0 0 123 5 0 0 20 0 19 0 31871816 19452874752 32003 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
/proc/23204/statm: 4749237 32003 5455 1 0 551080 0
[pid=23204/tid=23206] ppid=23201 vsize=18996948 memory=17280 CPUtime=0.57 cores=4,6
/proc/23204/task/23206/stat : 23206 (java) R 23201 23204 20613 0 -1 4194368 5392 0 0 0 54 3 0 0 20 0 19 0 31871817 19452874752 32003 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
[pid=23204/tid=23215] ppid=23201 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/23204/task/23215/stat : 23215 (Finalizer) S 23201 23204 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31871819 19452874752 32003 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
[pid=23204/tid=23222] ppid=23201 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/23204/task/23222/stat : 23222 (Common-Cleaner) S 23201 23204 20613 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31871819 19452874752 32003 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
[pid=23204/tid=23223] ppid=23201 vsize=18996948 memory=4764 CPUtime=0 cores=4,6
/proc/23204/task/23223/stat : 23223 (Timer-0) S 23201 23204 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31871835 19452874752 32003 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 128012 KiB

[startup+1.50025 s]
/proc/loadavg: 4.44 4.28 4.20 6/344 23223
/proc/meminfo: memFree=69242572/131250000 swapFree=33010684/33010684
[pid=23204] ppid=23201 vsize=19063512 memory=176276 CPUtime=2.87 cores=4,6
/proc/23204/stat : 23204 (java) S 23201 23204 20613 0 -1 4194304 21601 0 0 0 279 8 0 0 20 0 20 0 31871816 19521036288 44069 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
/proc/23204/statm: 4765878 44069 5487 1 0 553963 0
[pid=23204/tid=23206] ppid=23201 vsize=19063512 memory=0 CPUtime=1.35 cores=4,6
/proc/23204/task/23206/stat : 23206 (java) R 23201 23204 20613 0 -1 4194368 5876 0 0 0 131 4 0 0 20 0 20 0 31871817 19521036288 44069 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
[pid=23204/tid=23215] ppid=23201 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/23204/task/23215/stat : 23215 (Finalizer) S 23201 23204 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31871819 19521036288 44069 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
[pid=23204/tid=23222] ppid=23201 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/23204/task/23222/stat : 23222 (Common-Cleaner) S 23201 23204 20613 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31871819 19521036288 44069 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
[pid=23204/tid=23223] ppid=23201 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/23204/task/23223/stat : 23223 (Timer-0) S 23201 23204 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31871835 19521036288 44069 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
Current children cumulated CPU time: 2.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 176276 KiB

[startup+3.10561 s]
/proc/loadavg: 4.44 4.28 4.20 5/345 23224
/proc/meminfo: memFree=69194060/131250000 swapFree=33010684/33010684
[pid=23204] ppid=23201 vsize=19063512 memory=181184 CPUtime=5.4 cores=4,6
/proc/23204/stat : 23204 (java) S 23201 23204 20613 0 -1 4194304 23591 0 0 0 531 9 0 0 20 0 20 0 31871816 19521036288 45296 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
/proc/23204/statm: 4765878 45296 5487 1 0 553986 0
[pid=23204/tid=23206] ppid=23201 vsize=19063512 memory=10752 CPUtime=2.93 cores=4,6
/proc/23204/task/23206/stat : 23206 (java) R 23201 23204 20613 0 -1 4194368 6377 0 0 0 289 4 0 0 20 0 20 0 31871817 19521036288 45296 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
[pid=23204/tid=23215] ppid=23201 vsize=19063512 memory=-6000919502855367021 CPUtime=0 cores=4,6
/proc/23204/task/23215/stat : 23215 (Finalizer) S 23201 23204 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31871819 19521036288 45296 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
[pid=23204/tid=23222] ppid=23201 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/23204/task/23222/stat : 23222 (Common-Cleaner) S 23201 23204 20613 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31871819 19521036288 45296 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
[pid=23204/tid=23223] ppid=23201 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/23204/task/23223/stat : 23223 (Timer-0) S 23201 23204 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31871835 19521036288 45296 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
Current children cumulated CPU time: 5.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 181184 KiB

[startup+6.30022 s]
/proc/loadavg: 4.48 4.29 4.20 5/345 23224
/proc/meminfo: memFree=69104640/131250000 swapFree=33010684/33010684
[pid=23204] ppid=23201 vsize=19063512 memory=254984 CPUtime=8.88 cores=4,6
/proc/23204/stat : 23204 (java) S 23201 23204 20613 0 -1 4194304 24164 0 0 0 878 10 0 0 20 0 20 0 31871816 19521036288 63746 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
/proc/23204/statm: 4765878 63746 5487 1 0 553986 0
[pid=23204/tid=23206] ppid=23201 vsize=19063512 memory=0 CPUtime=6.12 cores=4,6
/proc/23204/task/23206/stat : 23206 (java) R 23201 23204 20613 0 -1 4194368 6613 0 0 0 606 6 0 0 20 0 20 0 31871817 19521036288 63746 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
[pid=23204/tid=23215] ppid=23201 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/23204/task/23215/stat : 23215 (Finalizer) S 23201 23204 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31871819 19521036288 63746 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
[pid=23204/tid=23222] ppid=23201 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/23204/task/23222/stat : 23222 (Common-Cleaner) S 23201 23204 20613 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31871819 19521036288 63746 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
[pid=23204/tid=23223] ppid=23201 vsize=19063512 memory=176404 CPUtime=0 cores=4,6
/proc/23204/task/23223/stat : 23223 (Timer-0) S 23201 23204 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31871835 19521036288 63746 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
Current children cumulated CPU time: 8.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 254984 KiB

[startup+12.7002 s]
/proc/loadavg: 4.45 4.29 4.20 5/345 23224
/proc/meminfo: memFree=68931848/131250000 swapFree=33010684/33010684
[pid=23204] ppid=23201 vsize=19063512 memory=370760 CPUtime=15.28 cores=4,6
/proc/23204/stat : 23204 (java) S 23201 23204 20613 0 -1 4194304 28050 0 0 0 1512 16 0 0 20 0 20 0 31871816 19521036288 92690 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
/proc/23204/statm: 4765878 92690 5487 1 0 553986 0
[pid=23204/tid=23206] ppid=23201 vsize=19063512 memory=176404 CPUtime=12.48 cores=4,6
/proc/23204/task/23206/stat : 23206 (java) R 23201 23204 20613 0 -1 4194368 7850 0 0 0 1237 11 0 0 20 0 20 0 31871817 19521036288 92690 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
[pid=23204/tid=23215] ppid=23201 vsize=19063512 memory=370760 CPUtime=0 cores=4,6
/proc/23204/task/23215/stat : 23215 (Finalizer) S 23201 23204 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31871819 19521036288 92690 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
[pid=23204/tid=23222] ppid=23201 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/23204/task/23222/stat : 23222 (Common-Cleaner) S 23201 23204 20613 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31871819 19521036288 92690 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
[pid=23204/tid=23223] ppid=23201 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/23204/task/23223/stat : 23223 (Timer-0) S 23201 23204 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31871835 19521036288 92690 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
Current children cumulated CPU time: 15.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 370760 KiB

[startup+25.5002 s]
/proc/loadavg: 4.38 4.28 4.20 5/344 23224
/proc/meminfo: memFree=68146164/131250000 swapFree=33010684/33010684
[pid=23204] ppid=23201 vsize=19063512 memory=1003708 CPUtime=28.11 cores=4,6
/proc/23204/stat : 23204 (java) S 23201 23204 20613 0 -1 4194304 34669 0 0 0 2777 34 0 0 20 0 20 0 31871816 19521036288 250927 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
/proc/23204/statm: 4765878 250927 5487 1 0 553986 0
[pid=23204/tid=23206] ppid=23201 vsize=19063512 memory=370760 CPUtime=25.24 cores=4,6
/proc/23204/task/23206/stat : 23206 (java) R 23201 23204 20613 0 -1 4194368 9561 0 0 0 2496 28 0 0 20 0 20 0 31871817 19521036288 250927 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
[pid=23204/tid=23215] ppid=23201 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/23204/task/23215/stat : 23215 (Finalizer) S 23201 23204 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31871819 19521036288 250927 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
[pid=23204/tid=23222] ppid=23201 vsize=19063512 memory=-6000919502855367021 CPUtime=0 cores=4,6
/proc/23204/task/23222/stat : 23222 (Common-Cleaner) S 23201 23204 20613 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31871819 19521036288 250927 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
[pid=23204/tid=23223] ppid=23201 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/23204/task/23223/stat : 23223 (Timer-0) S 23201 23204 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31871835 19521036288 250927 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
Current children cumulated CPU time: 28.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1003708 KiB

[startup+51.1056 s]
/proc/loadavg: 4.44 4.30 4.21 5/344 23359
/proc/meminfo: memFree=104862636/131250000 swapFree=33010684/33010684
[pid=23204] ppid=23201 vsize=19063512 memory=1306960 CPUtime=53.62 cores=4,6
/proc/23204/stat : 23204 (java) S 23201 23204 20613 0 -1 4194304 37520 0 0 0 5316 46 0 0 20 0 20 0 31871816 19521036288 326740 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0

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

/proc/meminfo: memFree=106509272/131250000 swapFree=33010684/33010684
[pid=23204] ppid=23201 vsize=19063512 memory=1970012 CPUtime=3275.76 cores=4,6
/proc/23204/stat : 23204 (java) S 23201 23204 20613 0 -1 4194304 89108 0 0 0 326977 599 0 0 20 0 20 0 31871816 19521036288 492503 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
/proc/23204/statm: 4765878 492503 5519 1 0 553990 0
[pid=23204/tid=23206] ppid=23201 vsize=19063512 memory=-6000919502855367021 CPUtime=3267.41 cores=4,6
/proc/23204/task/23206/stat : 23206 (java) R 23201 23204 20613 0 -1 4194368 38602 0 0 0 326233 508 0 0 20 0 20 0 31871817 19521036288 492503 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
[pid=23204/tid=23215] ppid=23201 vsize=19063512 memory=16380 CPUtime=0 cores=4,6
/proc/23204/task/23215/stat : 23215 (Finalizer) S 23201 23204 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31871819 19521036288 492503 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
[pid=23204/tid=23222] ppid=23201 vsize=19063512 memory=1970012 CPUtime=0 cores=4,6
/proc/23204/task/23222/stat : 23222 (Common-Cleaner) S 23201 23204 20613 0 -1 4194368 1922 0 0 0 0 0 0 0 20 0 20 0 31871819 19521036288 492503 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
[pid=23204/tid=23223] ppid=23201 vsize=19063512 memory=17280 CPUtime=0 cores=4,6
/proc/23204/task/23223/stat : 23223 (Timer-0) S 23201 23204 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31871835 19521036288 492503 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
Current children cumulated CPU time: 3275.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1970012 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.10 4.11 5/341 23737
/proc/meminfo: memFree=106274348/131250000 swapFree=33010684/33010684
[pid=23204] ppid=23201 vsize=19063512 memory=1970012 CPUtime=3335.64 cores=4,6
/proc/23204/stat : 23204 (java) S 23201 23204 20613 0 -1 4194304 89359 0 0 0 332954 610 0 0 20 0 20 0 31871816 19521036288 492503 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
/proc/23204/statm: 4765878 492503 5519 1 0 553990 0
[pid=23204/tid=23206] ppid=23201 vsize=19063512 memory=1970012 CPUtime=3327.19 cores=4,6
/proc/23204/task/23206/stat : 23206 (java) R 23201 23204 20613 0 -1 4194368 38848 0 0 0 332201 518 0 0 20 0 20 0 31871817 19521036288 492503 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
[pid=23204/tid=23215] ppid=23201 vsize=19063512 memory=331621 CPUtime=0 cores=4,6
/proc/23204/task/23215/stat : 23215 (Finalizer) S 23201 23204 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31871819 19521036288 492503 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
[pid=23204/tid=23222] ppid=23201 vsize=19063512 memory=1970012 CPUtime=0 cores=4,6
/proc/23204/task/23222/stat : 23222 (Common-Cleaner) S 23201 23204 20613 0 -1 4194368 1922 0 0 0 0 0 0 0 20 0 20 0 31871819 19521036288 492503 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
[pid=23204/tid=23223] ppid=23201 vsize=19063512 memory=1970012 CPUtime=0 cores=4,6
/proc/23204/task/23223/stat : 23223 (Timer-0) S 23201 23204 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31871835 19521036288 492503 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
Current children cumulated CPU time: 3335.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1970012 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.11 4.11 5/341 23739
/proc/meminfo: memFree=106073936/131250000 swapFree=33010684/33010684
[pid=23204] ppid=23201 vsize=19063512 memory=1970012 CPUtime=3395.48 cores=4,6
/proc/23204/stat : 23204 (java) S 23201 23204 20613 0 -1 4194304 90232 0 0 0 338931 617 0 0 20 0 20 0 31871816 19521036288 492503 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
/proc/23204/statm: 4765878 492503 5519 1 0 553990 0
[pid=23204/tid=23206] ppid=23201 vsize=19063512 memory=1970012 CPUtime=3387.01 cores=4,6
/proc/23204/task/23206/stat : 23206 (java) R 23201 23204 20613 0 -1 4194368 39695 0 0 0 338177 524 0 0 20 0 20 0 31871817 19521036288 492503 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
[pid=23204/tid=23215] ppid=23201 vsize=19063512 memory=1970012 CPUtime=0 cores=4,6
/proc/23204/task/23215/stat : 23215 (Finalizer) S 23201 23204 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31871819 19521036288 492503 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
[pid=23204/tid=23222] ppid=23201 vsize=19063512 memory=1970012 CPUtime=0 cores=4,6
/proc/23204/task/23222/stat : 23222 (Common-Cleaner) S 23201 23204 20613 0 -1 4194368 1923 0 0 0 0 0 0 0 20 0 20 0 31871819 19521036288 492503 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
[pid=23204/tid=23223] ppid=23201 vsize=19063512 memory=1970012 CPUtime=0 cores=4,6
/proc/23204/task/23223/stat : 23223 (Timer-0) S 23201 23204 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31871835 19521036288 492503 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
Current children cumulated CPU time: 3395.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1970012 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.11 4.11 5/344 23746
/proc/meminfo: memFree=105885316/131250000 swapFree=33010684/33010684
[pid=23204] ppid=23201 vsize=19063512 memory=1972060 CPUtime=3455.35 cores=4,6
/proc/23204/stat : 23204 (java) S 23201 23204 20613 0 -1 4194304 91526 0 0 0 344907 628 0 0 20 0 20 0 31871816 19521036288 493015 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
/proc/23204/statm: 4765878 493015 5519 1 0 553990 0
[pid=23204/tid=23206] ppid=23201 vsize=19063512 memory=1970012 CPUtime=3446.72 cores=4,6
/proc/23204/task/23206/stat : 23206 (java) R 23201 23204 20613 0 -1 4194368 40663 0 0 0 344139 533 0 0 20 0 20 0 31871817 19521036288 493015 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
[pid=23204/tid=23215] ppid=23201 vsize=19063512 memory=1970012 CPUtime=0 cores=4,6
/proc/23204/task/23215/stat : 23215 (Finalizer) S 23201 23204 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31871819 19521036288 493015 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
[pid=23204/tid=23222] ppid=23201 vsize=19063512 memory=1972060 CPUtime=0 cores=4,6
/proc/23204/task/23222/stat : 23222 (Common-Cleaner) S 23201 23204 20613 0 -1 4194368 2034 0 0 0 0 0 0 0 20 0 20 0 31871819 19521036288 493015 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
[pid=23204/tid=23223] ppid=23201 vsize=19063512 memory=1972060 CPUtime=0 cores=4,6
/proc/23204/task/23223/stat : 23223 (Timer-0) S 23201 23204 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31871835 19521036288 493015 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
Current children cumulated CPU time: 3455.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1972060 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.11 4.11 5/344 23750
/proc/meminfo: memFree=105655156/131250000 swapFree=33010684/33010684
[pid=23204] ppid=23201 vsize=19063512 memory=2015068 CPUtime=3515.24 cores=4,6
/proc/23204/stat : 23204 (java) S 23201 23204 20613 0 -1 4194304 91814 0 0 0 350887 637 0 0 20 0 20 0 31871816 19521036288 503767 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
/proc/23204/statm: 4765878 503767 5519 1 0 553990 0
[pid=23204/tid=23206] ppid=23201 vsize=19063512 memory=1972060 CPUtime=3506.46 cores=4,6
/proc/23204/task/23206/stat : 23206 (java) R 23201 23204 20613 0 -1 4194368 40679 0 0 0 350106 540 0 0 20 0 20 0 31871817 19521036288 503767 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
[pid=23204/tid=23215] ppid=23201 vsize=19063512 memory=1972060 CPUtime=0 cores=4,6
/proc/23204/task/23215/stat : 23215 (Finalizer) S 23201 23204 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31871819 19521036288 503767 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
[pid=23204/tid=23222] ppid=23201 vsize=19063512 memory=1972060 CPUtime=0 cores=4,6
/proc/23204/task/23222/stat : 23222 (Common-Cleaner) S 23201 23204 20613 0 -1 4194368 2144 0 0 0 0 0 0 0 20 0 20 0 31871819 19521036288 503767 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
[pid=23204/tid=23223] ppid=23201 vsize=19063512 memory=-6000919502855367021 CPUtime=0 cores=4,6
/proc/23204/task/23223/stat : 23223 (Timer-0) S 23201 23204 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31871835 19521036288 503767 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
Current children cumulated CPU time: 3515.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2015068 KiB

[startup+3582.3 s]
/proc/loadavg: 4.15 4.12 4.11 5/346 23755
/proc/meminfo: memFree=105500476/131250000 swapFree=33010684/33010684
[pid=23204] ppid=23201 vsize=19063512 memory=2015068 CPUtime=3575.1 cores=4,6
/proc/23204/stat : 23204 (java) S 23201 23204 20613 0 -1 4194304 92153 0 0 0 356863 647 0 0 20 0 20 0 31871816 19521036288 503767 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
/proc/23204/statm: 4765878 503767 5519 1 0 553990 0
[pid=23204/tid=23206] ppid=23201 vsize=19063512 memory=16380 CPUtime=3566.3 cores=4,6
/proc/23204/task/23206/stat : 23206 (java) R 23201 23204 20613 0 -1 4194368 41014 0 0 0 356081 549 0 0 20 0 20 0 31871817 19521036288 503767 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
[pid=23204/tid=23215] ppid=23201 vsize=19063512 memory=17280 CPUtime=0 cores=4,6
/proc/23204/task/23215/stat : 23215 (Finalizer) S 23201 23204 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31871819 19521036288 503767 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
[pid=23204/tid=23222] ppid=23201 vsize=19063512 memory=16380 CPUtime=0 cores=4,6
/proc/23204/task/23222/stat : 23222 (Common-Cleaner) S 23201 23204 20613 0 -1 4194368 2144 0 0 0 0 0 0 0 20 0 20 0 31871819 19521036288 503767 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
[pid=23204/tid=23223] ppid=23201 vsize=19063512 memory=2015068 CPUtime=0 cores=4,6
/proc/23204/task/23223/stat : 23223 (Timer-0) S 23201 23204 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31871835 19521036288 503767 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
Current children cumulated CPU time: 3575.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2015068 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3607.3 s]
/proc/loadavg: 4.10 4.11 4.10 5/346 23758
/proc/meminfo: memFree=105392964/131250000 swapFree=33010684/33010684
[pid=23204] ppid=23201 vsize=19063512 memory=2015068 CPUtime=3600.02 cores=4,6
/proc/23204/stat : 23204 (java) S 23201 23204 20613 0 -1 4194304 92511 0 0 0 359351 651 0 0 20 0 20 0 31871816 19521036288 503767 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
/proc/23204/statm: 4765878 503767 5519 1 0 553990 0
[pid=23204/tid=23206] ppid=23201 vsize=19063512 memory=16380 CPUtime=3591.21 cores=4,6
/proc/23204/task/23206/stat : 23206 (java) R 23201 23204 20613 0 -1 4194368 41371 0 0 0 358569 552 0 0 20 0 20 0 31871817 19521036288 503767 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
[pid=23204/tid=23215] ppid=23201 vsize=19063512 memory=2015068 CPUtime=0 cores=4,6
/proc/23204/task/23215/stat : 23215 (Finalizer) S 23201 23204 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31871819 19521036288 503767 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
[pid=23204/tid=23222] ppid=23201 vsize=19063512 memory=2015068 CPUtime=0 cores=4,6
/proc/23204/task/23222/stat : 23222 (Common-Cleaner) S 23201 23204 20613 0 -1 4194368 2144 0 0 0 0 0 0 0 20 0 20 0 31871819 19521036288 503767 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
[pid=23204/tid=23223] ppid=23201 vsize=19063512 memory=16380 CPUtime=0 cores=4,6
/proc/23204/task/23223/stat : 23223 (Timer-0) S 23201 23204 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31871835 19521036288 503767 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2015068 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.63 s, system=6.53149 s

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

[startup+3607.3 s]
/proc/loadavg: 4.10 4.11 4.10 5/346 23758
/proc/meminfo: memFree=105392964/131250000 swapFree=33010684/33010684
[pid=23204] ppid=23201 vsize=19063512 memory=2015068 CPUtime=3600.02 cores=4,6
/proc/23204/stat : 23204 (java) S 23201 23204 20613 0 -1 4194304 92511 0 0 0 359351 651 0 0 20 0 20 0 31871816 19521036288 503767 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
/proc/23204/statm: 4765878 503767 5519 1 0 553990 0
[pid=23204/tid=23206] ppid=23201 vsize=19063512 memory=16380 CPUtime=3591.21 cores=4,6
/proc/23204/task/23206/stat : 23206 (java) R 23201 23204 20613 0 -1 4194368 41371 0 0 0 358569 552 0 0 20 0 20 0 31871817 19521036288 503767 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
[pid=23204/tid=23215] ppid=23201 vsize=19063512 memory=2015068 CPUtime=0 cores=4,6
/proc/23204/task/23215/stat : 23215 (Finalizer) S 23201 23204 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31871819 19521036288 503767 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
[pid=23204/tid=23222] ppid=23201 vsize=19063512 memory=2015068 CPUtime=0 cores=4,6
/proc/23204/task/23222/stat : 23222 (Common-Cleaner) S 23201 23204 20613 0 -1 4194368 2144 0 0 0 0 0 0 0 20 0 20 0 31871819 19521036288 503767 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
[pid=23204/tid=23223] ppid=23201 vsize=19063512 memory=16380 CPUtime=0 cores=4,6
/proc/23204/task/23223/stat : 23223 (Timer-0) S 23201 23204 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31871835 19521036288 503767 18446744073709551615 94267459080192 94267459083888 140730050648960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94267459091704 94267459092496 94267470733312 140730050652464 140730050652646 140730050652646 140730050658248 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2015068 KiB

Child status: 143

Real time (s): 3607.42
CPU time (s): 3600.16
CPU user time (s): 3593.63
CPU system time (s): 6.53149
CPU usage (%): 99.7989
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2015068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.63
system time used= 6.53149
maximum resident set size= 2015836
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 94924
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3369600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 104835
involuntary context switches= 7129


# summary of solver processes directly reported to runsolver:
#   pid: 23204
#   total CPU time (s): 3600.16
#   total CPU user time (s): 3593.63
#   total CPU system time (s): 6.53149

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.54643 second user time and 17.5384 second system time

The end

Launcher Data

Begin job on nodeC033 at 2025-06-29 03:52:04
IDJOB=4503141
IDBENCH=155406
IDSOLVER=3364
FILE ID=nodeC033/4503141-1751161924
RUNJOBID= nodeC033-1751158366-20624
SLURM_JOB_ID= 9587493
Free space on /tmp= 433052 MiB

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

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

MD5SUM BENCH= 9baf2ba48863e92d1cef7cf6d2cd6be7
RANDOM SEED=811554684

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		: 3600.063
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		: 3600.075
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		: 3603.766
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		: 3573.082
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.090
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.063
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		: 3601.408
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		: 3602.773
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:        69397024 kB
MemAvailable:   120945140 kB
Buffers:            3280 kB
Cached:         52300292 kB
SwapCached:            0 kB
Active:          9055904 kB
Inactive:       52042116 kB
Active(anon):    8812684 kB
Inactive(anon):        0 kB
Active(file):     243220 kB
Inactive(file): 52042116 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            140660 kB
Writeback:            24 kB
AnonPages:       8796756 kB
Mapped:           122876 kB
Shmem:             18120 kB
KReclaimable:     204036 kB
Slab:             296384 kB
SReclaimable:     204036 kB
SUnreclaim:        92348 kB
KernelStack:        5228 kB
PageTables:        20920 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    9356936 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151544 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8493056 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= 433036 MiB
End job on nodeC033 at 2025-06-29 04:52:12