Trace number 4513878

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2025-06-06? (TO) 3600.16 3605.13

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/Instances3col_OPB/
normalized-3col-almost3reg-l080-r079-n1.opb
MD5SUM1372c66e4673859c6e3da379b7182901
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 benchmark879.083
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4323
Total number of constraints9214
Number of constraints which are clauses7773
Number of constraints which are cardinality constraints (but not clauses)1441
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.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.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4513878-1751222151.opb
0.12/0.13	c reading problem ... 
0.12/0.13	c  no objective function found
0.31/0.26	c ... done. Wall clock time 0.125s.
0.31/0.26	c declared #vars     4323
0.31/0.26	c #constraints  10655
0.31/0.26	c constraints type 
0.31/0.26	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 7773
0.31/0.26	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1441
0.31/0.26	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1441
0.31/0.26	c 10655 constraints processed.
2.46/1.51	c cleaning 2501 clauses out of 5002 with flag 269887/5002
3.57/2.55	c cleaning 4246 clauses out of 8499 with flag 418430/11000
4.79/3.70	c cleaning 5622 clauses out of 11253 with flag 595560/18000
6.10/5.08	c cleaning 6806 clauses out of 13631 with flag 798017/26000
7.68/6.59	c cleaning 7900 clauses out of 15827 with flag 1021346/35002
9.71/8.50	c cleaning 8954 clauses out of 17926 with flag 1267259/45001
11.91/10.76	c cleaning 9977 clauses out of 19972 with flag 1531638/56001
14.10/12.90	c cleaning 10992 clauses out of 21995 with flag 1790991/68001
16.70/15.50	c cleaning 11999 clauses out of 24003 with flag 2093909/81001
19.79/18.66	c cleaning 12995 clauses out of 26003 with flag 2451910/95000
22.78/21.61	c cleaning 13994 clauses out of 28008 with flag 2803591/110000
26.41/25.22	c cleaning 14998 clauses out of 30016 with flag 3209493/126002
30.21/29.10	c cleaning 16000 clauses out of 32016 with flag 3612130/143000
34.61/33.44	c cleaning 17007 clauses out of 34017 with flag 4046275/161001
38.90/37.76	c cleaning 17998 clauses out of 36010 with flag 4462663/180001
43.89/42.72	c cleaning 18993 clauses out of 38012 with flag 4939561/200001
49.18/48.05	c cleaning 19995 clauses out of 40018 with flag 5439876/221000
55.35/54.24	c cleaning 21005 clauses out of 42023 with flag 6007139/243000
61.45/60.36	c cleaning 22000 clauses out of 44019 with flag 6571456/266001
68.02/66.98	c cleaning 23005 clauses out of 46021 with flag 7146335/290003
75.11/74.07	c cleaning 23993 clauses out of 48013 with flag 7753658/315000
83.30/82.25	c cleaning 25001 clauses out of 50020 with flag 8398646/341000
91.98/90.91	c cleaning 26004 clauses out of 52020 with flag 9088725/368001
100.78/99.70	c cleaning 26997 clauses out of 54018 with flag 9771994/396003
110.66/109.67	c cleaning 27999 clauses out of 56020 with flag 10481800/425002
120.94/119.93	c cleaning 29003 clauses out of 58022 with flag 11240724/455003
130.91/129.90	c cleaning 29998 clauses out of 60018 with flag 11984478/486002
138.43/137.42	c cleaning 31000 clauses out of 62020 with flag 12740182/518002
147.12/146.19	c cleaning 32000 clauses out of 64018 with flag 13549651/551000
156.59/155.60	c cleaning 33006 clauses out of 66018 with flag 14390071/585000
166.88/165.94	c cleaning 33990 clauses out of 68014 with flag 15283170/620002
177.59/176.64	c cleaning 35002 clauses out of 70022 with flag 16215256/656000
190.76/189.87	c cleaning 35996 clauses out of 72020 with flag 17085374/693000
202.84/201.92	c cleaning 37007 clauses out of 74026 with flag 18035291/731002
215.31/214.46	c cleaning 37997 clauses out of 76018 with flag 18945565/770001
230.72/229.80	c cleaning 38994 clauses out of 78020 with flag 19935727/810000
244.40/243.55	c cleaning 40007 clauses out of 80026 with flag 20930884/851000
259.86/259.02	c cleaning 41007 clauses out of 82020 with flag 21980565/893001
273.14/272.36	c cleaning 42004 clauses out of 84013 with flag 23099045/936001
287.54/286.72	c cleaning 43002 clauses out of 86011 with flag 24023556/980003
306.10/305.32	c cleaning 43993 clauses out of 88006 with flag 25016595/1025000
322.10/321.33	c cleaning 44997 clauses out of 90014 with flag 25968834/1071001
338.16/337.45	c cleaning 46003 clauses out of 92017 with flag 26884198/1118001
356.13/355.43	c cleaning 46999 clauses out of 94013 with flag 27713754/1166000
375.70/375.05	c cleaning 47992 clauses out of 96014 with flag 28563727/1215000
395.98/395.38	c cleaning 49002 clauses out of 98022 with flag 29465414/1265000
415.75/415.15	c cleaning 50004 clauses out of 100021 with flag 30373512/1316001
437.20/436.62	c cleaning 50996 clauses out of 102017 with flag 31338991/1368001
457.01/456.48	c cleaning 52005 clauses out of 104022 with flag 32323439/1421002
478.17/477.66	c cleaning 53003 clauses out of 106015 with flag 33363940/1475000
498.26/497.75	c cleaning 54006 clauses out of 108013 with flag 34396300/1530001
522.11/521.67	c cleaning 54997 clauses out of 110007 with flag 35469045/1586001
546.16/545.71	c cleaning 55997 clauses out of 112010 with flag 36581084/1643001
571.25/570.81	c cleaning 57003 clauses out of 114014 with flag 37738432/1701002
599.18/598.83	c cleaning 57997 clauses out of 116011 with flag 38920661/1760002
624.83/624.53	c cleaning 58994 clauses out of 118015 with flag 40068426/1820003
652.61/652.31	c cleaning 59997 clauses out of 120018 with flag 41242225/1881000
675.76/675.52	c cleaning 60995 clauses out of 122021 with flag 42326001/1943000
698.46/698.28	c cleaning 62004 clauses out of 124027 with flag 43234280/2006001
723.92/723.76	c cleaning 63003 clauses out of 126023 with flag 44206767/2070001
745.53/745.33	c cleaning 64006 clauses out of 128019 with flag 45279448/2135000
772.66/772.55	c cleaning 65002 clauses out of 130013 with flag 46436332/2201000
800.76/800.68	c cleaning 66000 clauses out of 132011 with flag 47663745/2268000
826.01/825.98	c cleaning 66999 clauses out of 134012 with flag 48838306/2336001
851.55/851.56	c cleaning 67996 clauses out of 136012 with flag 50045932/2405000
879.54/879.59	c cleaning 69002 clauses out of 138016 with flag 51296006/2475000
910.86/910.94	c cleaning 70000 clauses out of 140014 with flag 52621741/2546000
943.90/944.04	c cleaning 70998 clauses out of 142016 with flag 54025589/2618002
981.07/981.23	c cleaning 71998 clauses out of 144016 with flag 55451639/2691000
1013.81/1014.03	c cleaning 72996 clauses out of 146020 with flag 56816199/2765002
1051.72/1052.06	c cleaning 74001 clauses out of 148024 with flag 58165730/2840002
1089.74/1090.18	c cleaning 75001 clauses out of 150021 with flag 59509888/2916000
1130.05/1130.54	c cleaning 76008 clauses out of 152021 with flag 61052608/2993001
1168.66/1169.23	c cleaning 76997 clauses out of 154012 with flag 62563163/3071000
1210.48/1210.76	c cleaning 77998 clauses out of 156016 with flag 64017773/3150001
1249.20/1249.59	c cleaning 78995 clauses out of 158017 with flag 65515735/3230000
1295.90/1296.31	c cleaning 80004 clauses out of 160024 with flag 67143298/3311002
1346.29/1346.80	c cleaning 81007 clauses out of 162021 with flag 68860408/3393003
1392.70/1393.32	c cleaning 81998 clauses out of 164013 with flag 70346338/3476002
1440.76/1441.47	c cleaning 82998 clauses out of 166014 with flag 72002693/3560001
1494.44/1495.21	c cleaning 84003 clauses out of 168016 with flag 73778601/3645001
1551.52/1552.49	c cleaning 85003 clauses out of 170014 with flag 75585999/3731002
1616.09/1617.16	c cleaning 85998 clauses out of 172009 with flag 77364841/3818000
1681.74/1682.94	c cleaning 86999 clauses out of 174012 with flag 79083953/3906001
1745.21/1746.57	c cleaning 87994 clauses out of 176013 with flag 80790161/3995001
1802.69/1804.07	c cleaning 89004 clauses out of 178019 with flag 82493115/4085001
1854.27/1855.72	c cleaning 90002 clauses out of 180015 with flag 84243440/4176001
1907.36/1909.00	c cleaning 90993 clauses out of 182012 with flag 85973190/4268000
1970.63/1972.36	c cleaning 92003 clauses out of 184019 with flag 87890977/4361000
2039.48/2041.37	c cleaning 92998 clauses out of 186016 with flag 89850290/4455000
2098.86/2100.86	c cleaning 94000 clauses out of 188019 with flag 91656790/4550001
2159.88/2161.96	c cleaning 95003 clauses out of 190018 with flag 93461977/4646000
2222.74/2224.96	c cleaning 95993 clauses out of 192015 with flag 95321759/4743000
2292.70/2295.02	c cleaning 96998 clauses out of 194023 with flag 97178942/4841001
2358.95/2361.42	c cleaning 98005 clauses out of 196027 with flag 98962547/4940003
2427.90/2430.52	c cleaning 99004 clauses out of 198022 with flag 100788207/5040003
2493.37/2496.12	c cleaning 100005 clauses out of 200016 with flag 102579035/5141001
2572.30/2575.17	c cleaning 101004 clauses out of 202012 with flag 104715157/5243002
2659.40/2662.42	c cleaning 101991 clauses out of 204007 with flag 106834684/5346001
2728.96/2732.15	c cleaning 103002 clauses out of 206015 with flag 108844082/5450000
2796.70/2800.08	c cleaning 104001 clauses out of 208015 with flag 110914396/5555002
2884.91/2888.49	c cleaning 105000 clauses out of 210013 with flag 113050433/5661001
2966.72/2970.48	c cleaning 105996 clauses out of 212012 with flag 115212351/5768000
3048.25/3052.11	c cleaning 107000 clauses out of 214018 with flag 117201825/5876002
3133.55/3137.52	c cleaning 108003 clauses out of 216017 with flag 119363282/5985001
3216.07/3220.26	c cleaning 109001 clauses out of 218013 with flag 121534821/6095000
3300.87/3305.26	c cleaning 109998 clauses out of 220012 with flag 123713210/6206000
3390.37/3394.93	c cleaning 110997 clauses out of 222014 with flag 125788202/6318000
3492.54/3497.39	c cleaning 111996 clauses out of 224018 with flag 127943629/6431001
3591.03/3596.02	c cleaning 112999 clauses out of 226021 with flag 130056776/6545000
3600.01/3605.01	c starts		: 4879
3600.01/3605.02	c timeout
3600.01/3605.03	c conflicts		: 6562632
3600.01/3605.03	c decisions		: 8038471
3600.01/3605.03	c propagations		: 2114360917
3600.01/3605.03	c inspects		: 36080880409
3600.01/3605.03	c shortcuts		: 0
3600.01/3605.03	c learnt literals	: 0
3600.01/3605.03	c learnt binary clauses	: 0
3600.01/3605.04	c learnt ternary clauses	: 3578
3600.01/3605.04	c learnt constraints	: 6562632
3600.01/3605.04	c ignored constraints	: 0
3600.01/3605.04	c root simplifications	: 0
3600.01/3605.04	c removed literals (reason simplification)	: 742077462
3600.01/3605.04	c reason swapping (by a shorter reason)	: 0
3600.01/3605.04	c Calls to reduceDB	: 110
3600.01/3605.04	c Number of update (reduction) of LBD	: 2506933
3600.01/3605.04	c Imported unit clauses	: 0
3600.01/3605.04	c No decision after first conflict	: false
3600.01/3605.04	c number of reductions to clauses (during analyze)	: 0
3600.01/3605.04	c number of learned constraints concerned by reduction	: 0
3600.01/3605.04	c number of learning phase by resolution	: 0
3600.01/3605.04	c number of learning phase by cutting planes	: 0
3600.01/3605.04	c number of rounding to 1 operations	: 0
3600.01/3605.04	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3605.04	c number of reductions of the coefficients by power 2 	: 0
3600.01/3605.04	c number of right shift for reduction by power 2 	: 0
3600.01/3605.04	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3605.04	c number of ending skipping 	: 0
3600.01/3605.04	c number of internal skipping 	: 0
3600.01/3605.04	c number of derivation steps 	: 0
3600.01/3605.04	c number of skipped derivation steps 	: 0
3600.01/3605.04	c number of remaining unassigned 	: 0
3600.01/3605.04	c number of remaining assigned 	: 0
3600.01/3605.04	c number of falsified literals weakened from reason	: 0
3600.01/3605.05	c number of falsified literals weakened from conflict	: 0
3600.01/3605.05	c time for arithmetic operations	: 0
3600.01/3605.05	c minimum degree of deleted constraints	: null
3600.01/3605.05	c maximum degree of deleted constraints	: null
3600.01/3605.05	c number of deleted constraints	: 0
3600.01/3605.05	c speed (assignments/second)	: 586543.6772840506
3600.01/3605.05	c non guided choices	: 39547
3600.01/3605.10	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 130654
3600.01/3605.10	s UNKNOWN
3600.01/3605.10	c Total wall clock time (in seconds): 3604.971

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4513878-1751222151/watcher-4513878-1751222151 -o /tmp/evaluation-result-4513878-1751222151/solver-4513878-1751222151 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751222147-28932 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4513878-1751222151.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100059 s]*
/proc/loadavg: 0.84 1.14 2.04 5/317 29209
/proc/meminfo: memFree=129703792/131250000 swapFree=33010684/33010684
[pid=29181] ppid=29175 vsize=18930384 memory=55720 CPUtime=0.12 cores=0,2
/proc/29181/stat : 29181 (java) S 29175 29181 28922 0 -1 4194304 6551 0 0 0 11 1 0 0 20 0 18 0 37892587 19384713216 13930 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
/proc/29181/statm: 4732596 13930 5359 1 0 547604 0
[pid=29181/tid=29183] ppid=29175 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/29181/task/29183/stat : 29183 (java) R 29175 29181 28922 0 -1 4194368 5054 0 0 0 6 1 0 0 20 0 18 0 37892588 19384713216 13930 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
[pid=29181/tid=29196] ppid=29175 vsize=18930384 memory=241407623509 CPUtime=0 cores=0,2
/proc/29181/task/29196/stat : 29196 (Finalizer) S 29175 29181 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 37892590 19384713216 13930 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
[pid=29181/tid=29203] ppid=29175 vsize=18930384 memory=60684515934839 CPUtime=0 cores=0,2
/proc/29181/task/29203/stat : 29203 (Common-Cleaner) S 29175 29181 28922 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 37892591 19384713216 13930 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55720 KiB

[startup+0.205615 s]*
/proc/loadavg: 0.84 1.14 2.04 7/317 29209
/proc/meminfo: memFree=129669608/131250000 swapFree=33010684/33010684
[pid=29181] ppid=29175 vsize=18930384 memory=111144 CPUtime=0.31 cores=0,2
/proc/29181/stat : 29181 (java) S 29175 29181 28922 0 -1 4194304 7072 0 0 0 29 2 0 0 20 0 18 0 37892587 19384713216 27786 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
/proc/29181/statm: 4732596 27786 5423 1 0 547908 0
[pid=29181/tid=29183] ppid=29175 vsize=18930384 memory=8387746946455109752 CPUtime=0.17 cores=0,2
/proc/29181/task/29183/stat : 29183 (java) R 29175 29181 28922 0 -1 4194368 5299 0 0 0 15 2 0 0 20 0 18 0 37892588 19384713216 27786 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
[pid=29181/tid=29196] ppid=29175 vsize=18930384 memory=241407623509 CPUtime=0 cores=0,2
/proc/29181/task/29196/stat : 29196 (Finalizer) S 29175 29181 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 37892590 19384713216 27786 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
[pid=29181/tid=29203] ppid=29175 vsize=18930384 memory=60684515934839 CPUtime=0 cores=0,2
/proc/29181/task/29203/stat : 29203 (Common-Cleaner) S 29175 29181 28922 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 37892591 19384713216 27786 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 111144 KiB

[startup+0.305574 s]*
/proc/loadavg: 0.84 1.14 2.04 7/318 29222
/proc/meminfo: memFree=129653072/131250000 swapFree=33010684/33010684
[pid=29181] ppid=29175 vsize=18996948 memory=134720 CPUtime=0.5 cores=0,2
/proc/29181/stat : 29181 (java) S 29175 29181 28922 0 -1 4194304 8783 0 0 0 47 3 0 0 20 0 19 0 37892587 19452874752 33680 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
/proc/29181/statm: 4749237 33680 5423 1 0 549398 0
[pid=29181/tid=29183] ppid=29175 vsize=18996948 memory=-6000919507116778349 CPUtime=0.23 cores=0,2
/proc/29181/task/29183/stat : 29183 (java) R 29175 29181 28922 0 -1 4194368 5354 0 0 0 21 2 0 0 20 0 19 0 37892588 19452874752 33680 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
[pid=29181/tid=29196] ppid=29175 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/29181/task/29196/stat : 29196 (Finalizer) S 29175 29181 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37892590 19452874752 33680 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
[pid=29181/tid=29203] ppid=29175 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/29181/task/29203/stat : 29203 (Common-Cleaner) S 29175 29181 28922 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 37892591 19452874752 33680 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
[pid=29181/tid=29217] ppid=29175 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/29181/task/29217/stat : 29217 (Timer-0) S 29175 29181 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37892614 19452874752 33680 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 134720 KiB

[startup+0.700232 s]
/proc/loadavg: 0.84 1.14 2.04 6/328 29249
/proc/meminfo: memFree=129619168/131250000 swapFree=33010684/33010684
[pid=29181] ppid=29175 vsize=18996948 memory=142496 CPUtime=1.26 cores=0,2
/proc/29181/stat : 29181 (java) S 29175 29181 28922 0 -1 4194304 11602 0 0 0 122 4 0 0 20 0 19 0 37892587 19452874752 35624 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
/proc/29181/statm: 4749237 35624 5423 1 0 551263 0
[pid=29181/tid=29183] ppid=29175 vsize=18996948 memory=17536 CPUtime=0.61 cores=0,2
/proc/29181/task/29183/stat : 29183 (java) R 29175 29181 28922 0 -1 4194368 5358 0 0 0 58 3 0 0 20 0 19 0 37892588 19452874752 35624 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
[pid=29181/tid=29196] ppid=29175 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/29181/task/29196/stat : 29196 (Finalizer) S 29175 29181 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37892590 19452874752 35624 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
[pid=29181/tid=29203] ppid=29175 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/29181/task/29203/stat : 29203 (Common-Cleaner) S 29175 29181 28922 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 37892591 19452874752 35624 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
[pid=29181/tid=29217] ppid=29175 vsize=18996948 memory=4760 CPUtime=0 cores=0,2
/proc/29181/task/29217/stat : 29217 (Timer-0) S 29175 29181 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37892614 19452874752 35624 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 142496 KiB

[startup+1.50023 s]
/proc/loadavg: 0.84 1.14 2.04 6/338 29259
/proc/meminfo: memFree=129565608/131250000 swapFree=33010684/33010684
[pid=29181] ppid=29175 vsize=18996948 memory=147080 CPUtime=2.46 cores=0,2
/proc/29181/stat : 29181 (java) S 29175 29181 28922 0 -1 4194304 15277 0 0 0 242 4 0 0 20 0 19 0 37892587 19452874752 36770 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
/proc/29181/statm: 4749237 36770 5423 1 0 551290 0
[pid=29181/tid=29183] ppid=29175 vsize=18996948 memory=10752 CPUtime=1.4 cores=0,2
/proc/29181/task/29183/stat : 29183 (java) R 29175 29181 28922 0 -1 4194368 6155 0 0 0 137 3 0 0 20 0 19 0 37892588 19452874752 36770 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
[pid=29181/tid=29196] ppid=29175 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/29181/task/29196/stat : 29196 (Finalizer) S 29175 29181 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37892590 19452874752 36770 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
[pid=29181/tid=29203] ppid=29175 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/29181/task/29203/stat : 29203 (Common-Cleaner) S 29175 29181 28922 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 37892591 19452874752 36770 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
[pid=29181/tid=29217] ppid=29175 vsize=18996948 memory=4760 CPUtime=0 cores=0,2
/proc/29181/task/29217/stat : 29217 (Timer-0) S 29175 29181 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37892614 19452874752 36770 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
Current children cumulated CPU time: 2.46 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 147080 KiB

[startup+3.10566 s]
/proc/loadavg: 0.84 1.14 2.04 5/338 29259
/proc/meminfo: memFree=129504260/131250000 swapFree=33010684/33010684
[pid=29181] ppid=29175 vsize=18996948 memory=158024 CPUtime=4.19 cores=0,2
/proc/29181/stat : 29181 (java) S 29175 29181 28922 0 -1 4194304 16598 0 0 0 414 5 0 0 20 0 19 0 37892587 19452874752 39506 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
/proc/29181/statm: 4749237 39506 5423 1 0 551401 0
[pid=29181/tid=29183] ppid=29175 vsize=18996948 memory=10752 CPUtime=2.99 cores=0,2
/proc/29181/task/29183/stat : 29183 (java) R 29175 29181 28922 0 -1 4194368 6712 0 0 0 296 3 0 0 20 0 19 0 37892588 19452874752 39506 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
[pid=29181/tid=29196] ppid=29175 vsize=18996948 memory=-6000919485558121325 CPUtime=0 cores=0,2
/proc/29181/task/29196/stat : 29196 (Finalizer) S 29175 29181 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37892590 19452874752 39506 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
[pid=29181/tid=29203] ppid=29175 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/29181/task/29203/stat : 29203 (Common-Cleaner) S 29175 29181 28922 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 37892591 19452874752 39506 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
[pid=29181/tid=29217] ppid=29175 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/29181/task/29217/stat : 29217 (Timer-0) S 29175 29181 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37892614 19452874752 39506 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
Current children cumulated CPU time: 4.19 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 158024 KiB

[startup+6.30016 s]
/proc/loadavg: 1.09 1.19 2.05 5/339 29260
/proc/meminfo: memFree=129442972/131250000 swapFree=33010684/33010684
[pid=29181] ppid=29175 vsize=19063512 memory=168552 CPUtime=7.46 cores=0,2
/proc/29181/stat : 29181 (java) S 29175 29181 28922 0 -1 4194304 21103 0 0 0 740 6 0 0 20 0 20 0 37892587 19521036288 42138 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
/proc/29181/statm: 4765878 42138 5487 1 0 551690 0
[pid=29181/tid=29183] ppid=29175 vsize=19063512 memory=0 CPUtime=6.17 cores=0,2
/proc/29181/task/29183/stat : 29183 (java) R 29175 29181 28922 0 -1 4194368 7195 0 0 0 614 3 0 0 20 0 20 0 37892588 19521036288 42138 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
[pid=29181/tid=29196] ppid=29175 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/29181/task/29196/stat : 29196 (Finalizer) S 29175 29181 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37892590 19521036288 42138 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
[pid=29181/tid=29203] ppid=29175 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/29181/task/29203/stat : 29203 (Common-Cleaner) S 29175 29181 28922 0 -1 4194368 59 0 0 0 0 0 0 0 20 0 20 0 37892591 19521036288 42138 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
[pid=29181/tid=29217] ppid=29175 vsize=19063512 memory=149820 CPUtime=0 cores=0,2
/proc/29181/task/29217/stat : 29217 (Timer-0) S 29175 29181 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37892614 19521036288 42138 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
Current children cumulated CPU time: 7.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 168552 KiB

[startup+12.7002 s]
/proc/loadavg: 1.32 1.24 2.06 5/341 29262
/proc/meminfo: memFree=129360800/131250000 swapFree=33010684/33010684
[pid=29181] ppid=29175 vsize=19063512 memory=167460 CPUtime=13.9 cores=0,2
/proc/29181/stat : 29181 (java) S 29175 29181 28922 0 -1 4194304 22958 0 0 0 1384 6 0 0 20 0 20 0 37892587 19521036288 41865 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
/proc/29181/statm: 4765878 41865 5519 1 0 551690 0
[pid=29181/tid=29183] ppid=29175 vsize=19063512 memory=149820 CPUtime=12.55 cores=0,2
/proc/29181/task/29183/stat : 29183 (java) R 29175 29181 28922 0 -1 4194368 7990 0 0 0 1252 3 0 0 20 0 20 0 37892588 19521036288 41865 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
[pid=29181/tid=29196] ppid=29175 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/29181/task/29196/stat : 29196 (Finalizer) S 29175 29181 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37892590 19521036288 41865 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
[pid=29181/tid=29203] ppid=29175 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/29181/task/29203/stat : 29203 (Common-Cleaner) S 29175 29181 28922 0 -1 4194368 59 0 0 0 0 0 0 0 20 0 20 0 37892591 19521036288 41865 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
[pid=29181/tid=29217] ppid=29175 vsize=19063512 memory=4252 CPUtime=0 cores=0,2
/proc/29181/task/29217/stat : 29217 (Timer-0) S 29175 29181 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37892614 19521036288 41865 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
Current children cumulated CPU time: 13.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 167460 KiB

[startup+25.5002 s]
/proc/loadavg: 1.98 1.39 2.10 5/342 29263
/proc/meminfo: memFree=129336232/131250000 swapFree=33010684/33010684
[pid=29181] ppid=29175 vsize=19063512 memory=167588 CPUtime=26.72 cores=0,2
/proc/29181/stat : 29181 (java) S 29175 29181 28922 0 -1 4194304 25658 0 0 0 2666 6 0 0 20 0 20 0 37892587 19521036288 41897 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
/proc/29181/statm: 4765878 41897 5519 1 0 551690 0
[pid=29181/tid=29183] ppid=29175 vsize=19063512 memory=14432 CPUtime=25.31 cores=0,2
/proc/29181/task/29183/stat : 29183 (java) R 29175 29181 28922 0 -1 4194368 8554 0 0 0 2528 3 0 0 20 0 20 0 37892588 19521036288 41897 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
[pid=29181/tid=29196] ppid=29175 vsize=19063512 memory=167460 CPUtime=0 cores=0,2
/proc/29181/task/29196/stat : 29196 (Finalizer) S 29175 29181 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37892590 19521036288 41897 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
[pid=29181/tid=29203] ppid=29175 vsize=19063512 memory=97 CPUtime=0 cores=0,2
/proc/29181/task/29203/stat : 29203 (Common-Cleaner) S 29175 29181 28922 0 -1 4194368 59 0 0 0 0 0 0 0 20 0 20 0 37892591 19521036288 41897 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
[pid=29181/tid=29217] ppid=29175 vsize=19063512 memory=14432 CPUtime=0 cores=0,2
/proc/29181/task/29217/stat : 29217 (Timer-0) S 29175 29181 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37892614 19521036288 41897 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
Current children cumulated CPU time: 26.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 167588 KiB

[startup+51.1059 s]
/proc/loadavg: 2.67 1.60 2.15 5/342 29263
/proc/meminfo: memFree=129294776/131250000 swapFree=33010684/33010684
[pid=29181] ppid=29175 vsize=19063512 memory=177856 CPUtime=52.27 cores=0,2
/proc/29181/stat : 29181 (java) S 29175 29181 28922 0 -1 4194304 26714 0 0 0 5220 7 0 0 20 0 20 0 37892587 19521036288 44464 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
/proc/29181/statm: 4765878 44464 5519 1 0 551690 0
[pid=29181/tid=29183] ppid=29175 vsize=19063512 memory=14432 CPUtime=50.84 cores=0,2
/proc/29181/task/29183/stat : 29183 (java) R 29175 29181 28922 0 -1 4194368 8570 0 0 0 5081 3 0 0 20 0 20 0 37892588 19521036288 44464 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
[pid=29181/tid=29196] ppid=29175 vsize=19063512 memory=167460 CPUtime=0 cores=0,2

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

[startup+3282.3 s]
/proc/loadavg: 4.09 4.12 4.08 5/340 29567
/proc/meminfo: memFree=123063616/131250000 swapFree=33010684/33010684
[pid=29181] ppid=29175 vsize=19063512 memory=1555324 CPUtime=3278.02 cores=0,2
/proc/29181/stat : 29181 (java) S 29175 29181 28922 0 -1 4194304 65772 0 0 0 327682 120 0 0 20 0 20 0 37892587 19521036288 388831 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
/proc/29181/statm: 4765878 388831 5519 1 0 553942 0
[pid=29181/tid=29183] ppid=29175 vsize=19063512 memory=1555324 CPUtime=3272.49 cores=0,2
/proc/29181/task/29183/stat : 29183 (java) R 29175 29181 28922 0 -1 4194368 25452 0 0 0 327237 12 0 0 20 0 20 0 37892588 19521036288 388831 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
[pid=29181/tid=29196] ppid=29175 vsize=19063512 memory=2688 CPUtime=0 cores=0,2
/proc/29181/task/29196/stat : 29196 (Finalizer) S 29175 29181 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37892590 19521036288 388831 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
[pid=29181/tid=29203] ppid=29175 vsize=19063512 memory=1555324 CPUtime=0 cores=0,2
/proc/29181/task/29203/stat : 29203 (Common-Cleaner) S 29175 29181 28922 0 -1 4194368 1770 0 0 0 0 0 0 0 20 0 20 0 37892591 19521036288 388831 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
[pid=29181/tid=29217] ppid=29175 vsize=19063512 memory=14432 CPUtime=0 cores=0,2
/proc/29181/task/29217/stat : 29217 (Timer-0) S 29175 29181 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37892614 19521036288 388831 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
Current children cumulated CPU time: 3278.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1555324 KiB

[startup+3342.3 s]
/proc/loadavg: 4.41 4.22 4.11 5/340 29569
/proc/meminfo: memFree=123063480/131250000 swapFree=33010684/33010684
[pid=29181] ppid=29175 vsize=19063512 memory=1555324 CPUtime=3337.89 cores=0,2
/proc/29181/stat : 29181 (java) S 29175 29181 28922 0 -1 4194304 66030 0 0 0 333667 122 0 0 20 0 20 0 37892587 19521036288 388831 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
/proc/29181/statm: 4765878 388831 5519 1 0 553942 0
[pid=29181/tid=29183] ppid=29175 vsize=19063512 memory=2760 CPUtime=3332.33 cores=0,2
/proc/29181/task/29183/stat : 29183 (java) R 29175 29181 28922 0 -1 4194368 25686 0 0 0 333221 12 0 0 20 0 20 0 37892588 19521036288 388831 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
[pid=29181/tid=29196] ppid=29175 vsize=19063512 memory=1555324 CPUtime=0 cores=0,2
/proc/29181/task/29196/stat : 29196 (Finalizer) S 29175 29181 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37892590 19521036288 388831 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
[pid=29181/tid=29203] ppid=29175 vsize=19063512 memory=1555324 CPUtime=0 cores=0,2
/proc/29181/task/29203/stat : 29203 (Common-Cleaner) S 29175 29181 28922 0 -1 4194368 1770 0 0 0 0 0 0 0 20 0 20 0 37892591 19521036288 388831 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
[pid=29181/tid=29217] ppid=29175 vsize=19063512 memory=1555324 CPUtime=0 cores=0,2
/proc/29181/task/29217/stat : 29217 (Timer-0) S 29175 29181 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37892614 19521036288 388831 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
Current children cumulated CPU time: 3337.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1555324 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.18 4.10 5/340 29571
/proc/meminfo: memFree=123060172/131250000 swapFree=33010684/33010684
[pid=29181] ppid=29175 vsize=19063512 memory=1555324 CPUtime=3397.75 cores=0,2
/proc/29181/stat : 29181 (java) S 29175 29181 28922 0 -1 4194304 66086 0 0 0 339651 124 0 0 20 0 20 0 37892587 19521036288 388831 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
/proc/29181/statm: 4765878 388831 5519 1 0 553942 0
[pid=29181/tid=29183] ppid=29175 vsize=19063512 memory=1555324 CPUtime=3392.18 cores=0,2
/proc/29181/task/29183/stat : 29183 (java) R 29175 29181 28922 0 -1 4194368 25714 0 0 0 339205 13 0 0 20 0 20 0 37892588 19521036288 388831 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
[pid=29181/tid=29196] ppid=29175 vsize=19063512 memory=1555324 CPUtime=0 cores=0,2
/proc/29181/task/29196/stat : 29196 (Finalizer) S 29175 29181 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37892590 19521036288 388831 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
[pid=29181/tid=29203] ppid=29175 vsize=19063512 memory=1555324 CPUtime=0 cores=0,2
/proc/29181/task/29203/stat : 29203 (Common-Cleaner) S 29175 29181 28922 0 -1 4194368 1770 0 0 0 0 0 0 0 20 0 20 0 37892591 19521036288 388831 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
[pid=29181/tid=29217] ppid=29175 vsize=19063512 memory=1555324 CPUtime=0 cores=0,2
/proc/29181/task/29217/stat : 29217 (Timer-0) S 29175 29181 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37892614 19521036288 388831 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
Current children cumulated CPU time: 3397.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1555324 KiB

[startup+3462.3 s]
/proc/loadavg: 4.56 4.27 4.14 5/340 29574
/proc/meminfo: memFree=122970376/131250000 swapFree=33010684/33010684
[pid=29181] ppid=29175 vsize=19063512 memory=1555324 CPUtime=3457.62 cores=0,2
/proc/29181/stat : 29181 (java) S 29175 29181 28922 0 -1 4194304 66582 0 0 0 345636 126 0 0 20 0 20 0 37892587 19521036288 388831 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
/proc/29181/statm: 4765878 388831 5519 1 0 553942 0
[pid=29181/tid=29183] ppid=29175 vsize=19063512 memory=1555324 CPUtime=3452.03 cores=0,2
/proc/29181/task/29183/stat : 29183 (java) R 29175 29181 28922 0 -1 4194368 26132 0 0 0 345189 14 0 0 20 0 20 0 37892588 19521036288 388831 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
[pid=29181/tid=29196] ppid=29175 vsize=19063512 memory=1555324 CPUtime=0 cores=0,2
/proc/29181/task/29196/stat : 29196 (Finalizer) S 29175 29181 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37892590 19521036288 388831 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
[pid=29181/tid=29203] ppid=29175 vsize=19063512 memory=1555324 CPUtime=0 cores=0,2
/proc/29181/task/29203/stat : 29203 (Common-Cleaner) S 29175 29181 28922 0 -1 4194368 1770 0 0 0 0 0 0 0 20 0 20 0 37892591 19521036288 388831 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
[pid=29181/tid=29217] ppid=29175 vsize=19063512 memory=14432 CPUtime=0 cores=0,2
/proc/29181/task/29217/stat : 29217 (Timer-0) S 29175 29181 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37892614 19521036288 388831 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
Current children cumulated CPU time: 3457.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1555324 KiB

[startup+3522.3 s]
/proc/loadavg: 4.26 4.24 4.13 5/341 29579
/proc/meminfo: memFree=122970300/131250000 swapFree=33010684/33010684
[pid=29181] ppid=29175 vsize=19063512 memory=1555324 CPUtime=3517.49 cores=0,2
/proc/29181/stat : 29181 (java) S 29175 29181 28922 0 -1 4194304 67133 0 0 0 351620 129 0 0 20 0 20 0 37892587 19521036288 388831 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
/proc/29181/statm: 4765878 388831 5519 1 0 553942 0
[pid=29181/tid=29183] ppid=29175 vsize=19063512 memory=1555324 CPUtime=3511.86 cores=0,2
/proc/29181/task/29183/stat : 29183 (java) R 29175 29181 28922 0 -1 4194368 26529 0 0 0 351172 14 0 0 20 0 20 0 37892588 19521036288 388831 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
[pid=29181/tid=29196] ppid=29175 vsize=19063512 memory=1555324 CPUtime=0 cores=0,2
/proc/29181/task/29196/stat : 29196 (Finalizer) S 29175 29181 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37892590 19521036288 388831 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
[pid=29181/tid=29203] ppid=29175 vsize=19063512 memory=14432 CPUtime=0 cores=0,2
/proc/29181/task/29203/stat : 29203 (Common-Cleaner) S 29175 29181 28922 0 -1 4194368 1893 0 0 0 0 0 0 0 20 0 20 0 37892591 19521036288 388831 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
[pid=29181/tid=29217] ppid=29175 vsize=19063512 memory=1555324 CPUtime=0 cores=0,2
/proc/29181/task/29217/stat : 29217 (Timer-0) S 29175 29181 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37892614 19521036288 388831 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
Current children cumulated CPU time: 3517.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1555324 KiB

[startup+3582.3 s]
/proc/loadavg: 4.22 4.22 4.13 5/340 29581
/proc/meminfo: memFree=122970216/131250000 swapFree=33010684/33010684
[pid=29181] ppid=29175 vsize=19063512 memory=1555324 CPUtime=3577.36 cores=0,2
/proc/29181/stat : 29181 (java) S 29175 29181 28922 0 -1 4194304 67534 0 0 0 357605 131 0 0 20 0 20 0 37892587 19521036288 388831 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
/proc/29181/statm: 4765878 388831 5519 1 0 553942 0
[pid=29181/tid=29183] ppid=29175 vsize=19063512 memory=4643103031390006940 CPUtime=3571.71 cores=0,2
/proc/29181/task/29183/stat : 29183 (java) R 29175 29181 28922 0 -1 4194368 26848 0 0 0 357157 14 0 0 20 0 20 0 37892588 19521036288 388831 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
[pid=29181/tid=29196] ppid=29175 vsize=19063512 memory=14432 CPUtime=0 cores=0,2
/proc/29181/task/29196/stat : 29196 (Finalizer) S 29175 29181 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37892590 19521036288 388831 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
[pid=29181/tid=29203] ppid=29175 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/29181/task/29203/stat : 29203 (Common-Cleaner) S 29175 29181 28922 0 -1 4194368 1893 0 0 0 0 0 0 0 20 0 20 0 37892591 19521036288 388831 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
[pid=29181/tid=29217] ppid=29175 vsize=19063512 memory=17536 CPUtime=0 cores=0,2
/proc/29181/task/29217/stat : 29217 (Timer-0) S 29175 29181 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37892614 19521036288 388831 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
Current children cumulated CPU time: 3577.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1555324 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3605 s]*
/proc/loadavg: 4.16 4.21 4.13 5/317 29724
/proc/meminfo: memFree=126946088/131250000 swapFree=33010684/33010684
[pid=29181] ppid=29175 vsize=19063512 memory=1555324 CPUtime=3600.01 cores=0,2
/proc/29181/stat : 29181 (java) S 29175 29181 28922 0 -1 4194304 67888 0 0 0 359870 131 0 0 20 0 20 0 37892587 19521036288 388831 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
/proc/29181/statm: 4765878 388831 5519 1 0 553942 0
[pid=29181/tid=29183] ppid=29175 vsize=19063512 memory=-6000919489919673453 CPUtime=3594.36 cores=0,2
/proc/29181/task/29183/stat : 29183 (java) R 29175 29181 28922 0 -1 4194368 27112 0 0 0 359422 14 0 0 20 0 20 0 37892588 19521036288 388831 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
[pid=29181/tid=29196] ppid=29175 vsize=19063512 memory=4800 CPUtime=0 cores=0,2
/proc/29181/task/29196/stat : 29196 (Finalizer) S 29175 29181 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37892590 19521036288 388831 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
[pid=29181/tid=29203] ppid=29175 vsize=19063512 memory=5056 CPUtime=0 cores=0,2
/proc/29181/task/29203/stat : 29203 (Common-Cleaner) S 29175 29181 28922 0 -1 4194368 1971 0 0 0 0 0 0 0 20 0 20 0 37892591 19521036288 388831 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
[pid=29181/tid=29217] ppid=29175 vsize=19063512 memory=6880 CPUtime=0 cores=0,2
/proc/29181/task/29217/stat : 29217 (Timer-0) S 29175 29181 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37892614 19521036288 388831 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1555324 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.83 s, system=1.32876 s

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

[startup+3605.11 s]
/proc/loadavg: 4.16 4.21 4.13 5/317 29724
/proc/meminfo: memFree=126946088/131250000 swapFree=33010684/33010684
[pid=29181] ppid=29175 vsize=19263204 memory=1556348 CPUtime=3600.14 cores=0,2
/proc/29181/stat : 29181 (java) S 29175 29181 28922 0 -1 4194304 70318 0 0 0 359882 132 0 0 20 0 16 0 37892587 19725520896 389087 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
/proc/29181/statm: 4815801 389087 5551 1 0 554896 0
[pid=29181/tid=29183] ppid=29175 vsize=19263204 memory=1555324 CPUtime=3594.37 cores=0,2
/proc/29181/task/29183/stat : 29183 (java) S 29175 29181 28922 0 -1 4194368 27360 0 0 0 359423 14 0 0 20 0 16 0 37892588 19725520896 389087 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
[pid=29181/tid=29196] ppid=29175 vsize=19263204 memory=1555324 CPUtime=0 cores=0,2
/proc/29181/task/29196/stat : 29196 (Finalizer) S 29175 29181 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 16 0 37892590 19725520896 389087 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
[pid=29181/tid=29203] ppid=29175 vsize=19263204 memory=1555324 CPUtime=0 cores=0,2
/proc/29181/task/29203/stat : 29203 (Common-Cleaner) S 29175 29181 28922 0 -1 4194368 1971 0 0 0 0 0 0 0 20 0 16 0 37892591 19725520896 389087 18446744073709551615 94855705550848 94855705554544 140730938850096 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94855705562360 94855705563152 94855724244992 140730938853761 140730938853862 140730938853862 140730938859464 0
Current children cumulated CPU time: 3600.14 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 1556348 KiB

Child status: 143

Real time (s): 3605.13
CPU time (s): 3600.16
CPU user time (s): 3598.83
CPU system time (s): 1.32876
CPU usage (%): 99.8622
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 1556348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.83
system time used= 1.32876
maximum resident set size= 1556476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70346
page faults= 0
swaps= 0
block input operations= 0
block output operations= 14344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 105247
involuntary context switches= 5972


# summary of solver processes directly reported to runsolver:
#   pid: 29181
#   total CPU time (s): 3600.16
#   total CPU user time (s): 3598.83
#   total CPU system time (s): 1.32876

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.93877 second user time and 17.8889 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-06-29 20:35:51
IDJOB=4513878
IDBENCH=162572
IDSOLVER=3363
FILE ID=nodeC019/4513878-1751222151
RUNJOBID= nodeC019-1751222147-28932
SLURM_JOB_ID= 9587678
Free space on /tmp= 433064 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/Instances3col_OPB/normalized-3col-almost3reg-l080-r079-n1.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4513878-1751222151/watcher-4513878-1751222151 -o /tmp/evaluation-result-4513878-1751222151/solver-4513878-1751222151 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751222147-28932 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4513878-1751222151.opb

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

MD5SUM BENCH= 1372c66e4673859c6e3da379b7182901
RANDOM SEED=1453362713

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129725788 kB
MemAvailable:   129605744 kB
Buffers:            3280 kB
Cached:           689292 kB
SwapCached:            0 kB
Active:           497744 kB
Inactive:         432504 kB
Active(anon):     255780 kB
Inactive(anon):        0 kB
Active(file):     241964 kB
Inactive(file):   432504 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4420 kB
Writeback:             0 kB
AnonPages:        240828 kB
Mapped:           122580 kB
Shmem:             18064 kB
KReclaimable:      89456 kB
Slab:             175288 kB
SReclaimable:      89456 kB
SUnreclaim:        85832 kB
KernelStack:        4880 kB
PageTables:         3864 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    4825464 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151128 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     96256 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:      176852 kB
DirectMap2M:     9031680 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC019 at 2025-06-29 21:35:56