Trace number 4522420

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2025-06-06? (TO) 3600.3 3537.47

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/
MIPLIB01/opt/miplib2010/normalized-bab3.opb
MD5SUM5650d49d55a36e62ab842bae231a0f3b
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-9098882
Best CPU time to get the best result obtained on this benchmark3600.71
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables393800
Total number of constraints23067
Number of constraints which are clauses17479
Number of constraints which are cardinality constraints (but not clauses)1092
Number of constraints which are nor clauses,nor cardinality constraints4496
Minimum length of a constraint1
Maximum length of a constraint101656
Number of terms in the objective function 122664
Biggest coefficient in the objective function 30378
Number of bits for the biggest coefficient in the objective function 15
Sum of the numbers in the objective function 500013378
Number of bits of the sum of numbers in the objective function 29
Biggest number in a constraint 4511353
Number of bits of the biggest number in a constraint 23
Biggest sum of numbers in a constraint 500013378
Number of bits of the biggest sum of numbers29
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.14	c See www.sat4j.org for details.
0.11/0.15	c version PB25.v20250606
0.11/0.17	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.17	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.17	c java.vm.version	22.0.1+8-16
0.11/0.17	c java.vm.vendor	Oracle Corporation
0.11/0.17	c sun.arch.data.model	64
0.11/0.17	c java.version		22.0.1
0.11/0.17	c os.name		Linux
0.11/0.17	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.17	c os.arch		amd64
0.11/0.18	c Free memory 		2106806208
0.11/0.18	c Max memory 		16282288128
0.11/0.18	c Total memory 		2113929216
0.11/0.18	c Number of processors 	2
0.31/0.28	c Pseudo Boolean Optimization by upper bound
0.31/0.28	c --- Begin Solver configuration ---
0.31/0.28	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.31/0.28	c Learn all clauses as in MiniSAT
0.31/0.28	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.31/0.28	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.31/0.28	c Expensive reason simplification
0.31/0.28	c Glucose 2.1 dynamic restart strategy
0.31/0.28	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.31/0.28	c timeout=2147483s
0.31/0.28	c DB Simplification allowed=false
0.31/0.28	c Listener: none
0.31/0.28	c --- End Solver configuration ---
0.31/0.29	c solving HOME/instance-4522420-1751598784.opb
0.31/0.29	c reading problem ... 
0.31/0.30	c  objective function found
10.59/7.43	c ... done. Wall clock time 7.135s.
10.59/7.43	c declared #vars     393800
10.59/7.43	c #constraints  27624
10.59/7.43	c constraints type 
10.59/7.43	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 56
10.59/7.43	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 6144
10.59/7.43	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2356
10.59/7.43	c org.sat4j.specs.Constr$1 => 108
10.59/7.43	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 18768
10.59/7.43	c org.sat4j.pb.constraints.pb.UnitClausePB => 192
10.59/7.43	c 27624 constraints processed.
10.59/7.45	c objective function length is 122664 literals
26.20/20.82	c cleaning 2501 clauses out of 5001 with flag 22701/5001
42.58/36.65	c cleaning 4250 clauses out of 8499 with flag 51225/11000
57.12/50.97	c cleaning 5615 clauses out of 11250 with flag 84739/18001
75.04/68.14	c cleaning 6809 clauses out of 13634 with flag 120782/26000
79.25/72.23	c cleaning 7901 clauses out of 15825 with flag 165008/35000
84.30/77.31	c cleaning 8941 clauses out of 17924 with flag 222859/45000
89.78/82.74	c cleaning 9946 clauses out of 19986 with flag 285023/56003
95.79/88.55	c cleaning 10971 clauses out of 22037 with flag 356754/68000
101.48/94.18	c cleaning 11997 clauses out of 24068 with flag 432002/81002
107.27/99.87	c cleaning 13008 clauses out of 26070 with flag 514682/95001
116.91/109.43	c cleaning 13988 clauses out of 28062 with flag 604904/110001
139.95/132.16	c cleaning 15018 clauses out of 30074 with flag 685767/126001
149.91/142.07	c cleaning 16018 clauses out of 32057 with flag 776079/143002
157.84/149.66	c cleaning 16998 clauses out of 34040 with flag 872346/161003
167.64/159.19	c cleaning 17999 clauses out of 36039 with flag 985060/180000
192.84/184.07	c cleaning 18999 clauses out of 38040 with flag 1092511/200000
203.22/194.37	c cleaning 19981 clauses out of 40041 with flag 1221291/221000
213.28/204.22	c cleaning 20981 clauses out of 42060 with flag 1368564/243000
224.15/215.04	c cleaning 21999 clauses out of 44080 with flag 1543396/266001
235.89/226.55	c cleaning 23017 clauses out of 46080 with flag 1761798/290000
248.86/239.41	c cleaning 23993 clauses out of 48066 with flag 1970545/315003
262.68/253.08	c cleaning 24992 clauses out of 50070 with flag 2177373/341000
276.42/266.67	c cleaning 25995 clauses out of 52078 with flag 2419538/368000
292.09/282.28	c cleaning 26994 clauses out of 54084 with flag 2675389/396001
306.87/296.58	c cleaning 28006 clauses out of 56089 with flag 2937645/425000
319.98/309.45	c cleaning 28988 clauses out of 58083 with flag 3212154/455000
334.15/323.43	c cleaning 29999 clauses out of 60096 with flag 3477822/486001
357.82/345.96	c cleaning 31011 clauses out of 62097 with flag 3740644/518001
377.46/365.46	c cleaning 32032 clauses out of 64086 with flag 4014228/551001
402.87/390.55	c cleaning 33004 clauses out of 66053 with flag 4310214/585000
420.64/408.05	c cleaning 34000 clauses out of 68052 with flag 4512136/620003
463.01/449.98	c cleaning 35015 clauses out of 70049 with flag 4686333/656000
491.40/477.57	c cleaning 35998 clauses out of 72033 with flag 4898845/693002
520.14/505.49	c cleaning 37009 clauses out of 74033 with flag 5112160/731000
554.40/539.25	c cleaning 38014 clauses out of 76027 with flag 5373083/770003
566.80/551.44	c cleaning 38985 clauses out of 78010 with flag 5495724/810000
578.89/563.58	c cleaning 39961 clauses out of 80025 with flag 5614522/851000
591.91/576.58	c cleaning 40984 clauses out of 82065 with flag 5726683/893001
606.13/590.70	c cleaning 42013 clauses out of 84083 with flag 5863051/936003
621.15/605.72	c cleaning 42991 clauses out of 86068 with flag 5991504/980001
636.65/621.25	c cleaning 44002 clauses out of 88078 with flag 6132649/1025002
655.75/640.34	c cleaning 44977 clauses out of 90074 with flag 6288764/1071000
687.16/671.32	c cleaning 46034 clauses out of 92098 with flag 6513405/1118001
747.78/728.51	c cleaning 47026 clauses out of 94064 with flag 6754815/1166001
788.53/768.40	c cleaning 47988 clauses out of 96035 with flag 7029761/1215000
812.48/792.15	c cleaning 48940 clauses out of 98047 with flag 7259799/1265000
886.50/865.59	c cleaning 50029 clauses out of 100109 with flag 7617335/1316002
929.84/908.48	c cleaning 51000 clauses out of 102079 with flag 8171344/1368001
968.64/946.63	c cleaning 52026 clauses out of 104075 with flag 8478864/1421000
1001.02/977.85	c cleaning 53006 clauses out of 106049 with flag 8676681/1475000
1042.38/1018.45	c cleaning 53999 clauses out of 108042 with flag 8914415/1530000
1074.10/1049.99	c cleaning 54961 clauses out of 110044 with flag 9254346/1586001
1113.95/1089.46	c cleaning 56008 clauses out of 112084 with flag 9659209/1643002
1154.46/1129.32	c cleaning 56976 clauses out of 114075 with flag 10067471/1701001
1193.35/1168.11	c cleaning 57970 clauses out of 116098 with flag 10506023/1760000
1246.74/1220.77	c cleaning 59045 clauses out of 118130 with flag 10897054/1820002
1305.83/1279.54	c cleaning 59994 clauses out of 120084 with flag 11244397/1881001
1357.58/1330.91	c cleaning 60965 clauses out of 122091 with flag 11643553/1943002
1447.33/1420.28	c cleaning 61993 clauses out of 124127 with flag 12103287/2006003
1538.27/1510.43	c cleaning 63027 clauses out of 126132 with flag 12502160/2070001
1608.81/1579.80	c cleaning 64012 clauses out of 128103 with flag 12822207/2135000
1621.79/1592.80	c cleaning 64997 clauses out of 130091 with flag 13000170/2201000
1633.85/1604.90	c cleaning 66004 clauses out of 132094 with flag 13172091/2268000
1645.52/1616.54	c cleaning 66988 clauses out of 134090 with flag 13342718/2336000
1657.94/1628.98	c cleaning 68008 clauses out of 136102 with flag 13517300/2405000
1671.02/1642.11	c cleaning 68958 clauses out of 138094 with flag 13699692/2475000
1682.99/1654.11	c cleaning 70030 clauses out of 140137 with flag 13877524/2546001
1694.97/1666.09	c cleaning 71000 clauses out of 142112 with flag 14055464/2618006
1706.95/1678.01	c cleaning 71996 clauses out of 144106 with flag 14237993/2691000
1720.42/1691.52	c cleaning 73025 clauses out of 146114 with flag 14426941/2765004
1847.49/1816.74	c cleaning 74035 clauses out of 148084 with flag 14851405/2840002
1954.72/1921.28	c cleaning 74987 clauses out of 150043 with flag 15352056/2916000
1973.67/1940.15	c cleaning 75980 clauses out of 152057 with flag 15597729/2993001
1993.95/1960.45	c cleaning 76980 clauses out of 154077 with flag 15809724/3071001
2013.43/1979.80	c cleaning 78016 clauses out of 156097 with flag 16180363/3150001
2053.52/2019.16	c cleaning 78966 clauses out of 158079 with flag 16632583/3230000
2132.10/2096.45	c cleaning 80050 clauses out of 160113 with flag 17086952/3311000
2193.78/2157.28	c cleaning 81030 clauses out of 162063 with flag 17476334/3393001
2250.60/2212.65	c cleaning 81978 clauses out of 164031 with flag 17855096/3476001
2323.15/2284.15	c cleaning 83036 clauses out of 166072 with flag 18384918/3560021
2460.41/2418.93	c cleaning 83993 clauses out of 168009 with flag 18901684/3645001
2540.77/2498.25	c cleaning 84954 clauses out of 170011 with flag 19233687/3731000
2607.30/2564.75	c cleaning 85985 clauses out of 172057 with flag 19455419/3818000
2681.97/2637.31	c cleaning 87041 clauses out of 174084 with flag 19769290/3906012
2867.57/2820.58	c cleaning 87974 clauses out of 176025 with flag 20238473/3995002
3011.47/2962.40	c cleaning 88993 clauses out of 178045 with flag 20735666/4085000
3071.81/3021.68	c cleaning 90010 clauses out of 180056 with flag 21161837/4176005
3156.58/3104.97	c cleaning 90888 clauses out of 182041 with flag 21638174/4268000
3199.18/3146.88	c cleaning 92025 clauses out of 184153 with flag 22045728/4361000
3270.03/3216.11	c cleaning 93060 clauses out of 186133 with flag 22483206/4455005
3339.80/3284.53	c cleaning 94023 clauses out of 188070 with flag 23004873/4550002
3424.64/3368.27	c cleaning 95000 clauses out of 190045 with flag 23573709/4646000
3514.44/3453.71	c cleaning 96013 clauses out of 192048 with flag 24230881/4743003
3600.07/3537.32	c timeout
3600.07/3537.33	c starts		: 3669
3600.07/3537.33	c conflicts		: 4814938
3600.07/3537.33	c decisions		: 37216059
3600.07/3537.33	c propagations		: 1455720274
3600.07/3537.33	c inspects		: 8899077711
3600.07/3537.33	c shortcuts		: 0
3600.07/3537.33	c learnt literals	: 46
3600.07/3537.33	c learnt binary clauses	: 17319
3600.07/3537.33	c learnt ternary clauses	: 17562
3600.07/3537.33	c learnt constraints	: 4814892
3600.07/3537.33	c ignored constraints	: 0
3600.07/3537.33	c root simplifications	: 0
3600.07/3537.33	c removed literals (reason simplification)	: 92030602
3600.07/3537.33	c reason swapping (by a shorter reason)	: 0
3600.07/3537.33	c Calls to reduceDB	: 93
3600.07/3537.33	c Number of update (reduction) of LBD	: 2311834
3600.07/3537.33	c Imported unit clauses	: 0
3600.07/3537.33	c No decision after first conflict	: false
3600.07/3537.33	c number of reductions to clauses (during analyze)	: 0
3600.07/3537.33	c number of learned constraints concerned by reduction	: 0
3600.07/3537.33	c number of learning phase by resolution	: 0
3600.07/3537.33	c number of learning phase by cutting planes	: 0
3600.07/3537.33	c number of rounding to 1 operations	: 0
3600.07/3537.33	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3537.33	c number of reductions of the coefficients by power 2 	: 0
3600.07/3537.33	c number of right shift for reduction by power 2 	: 0
3600.07/3537.33	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3537.33	c number of ending skipping 	: 0
3600.07/3537.33	c number of internal skipping 	: 0
3600.07/3537.33	c number of derivation steps 	: 0
3600.07/3537.33	c number of skipped derivation steps 	: 0
3600.07/3537.33	c number of remaining unassigned 	: 0
3600.07/3537.33	c number of remaining assigned 	: 0
3600.07/3537.33	c number of falsified literals weakened from reason	: 0
3600.07/3537.33	c number of falsified literals weakened from conflict	: 0
3600.07/3537.33	c time for arithmetic operations	: 0
3600.07/3537.33	c minimum degree of deleted constraints	: null
3600.07/3537.33	c maximum degree of deleted constraints	: null
3600.07/3537.33	c number of deleted constraints	: 0
3600.07/3537.33	c speed (assignments/second)	: 412410.3483893924
3600.07/3537.34	c non guided choices	: 12607704
3600.07/3537.39	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 150651
3600.07/3537.39	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 17319
3600.07/3537.39	s UNKNOWN
3600.07/3537.39	c Total wall clock time (in seconds): 3537.103

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (40999 MiB free)
  memory of node 1: 64465 MiB (47960 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4522420-1751598784/watcher-4522420-1751598784 -o /tmp/evaluation-result-4522420-1751598784/solver-4522420-1751598784 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751595442-85917 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4522420-1751598784.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
Current StackSize limit: 8192 KiB

solver pid=86328, runsolver pid=86325

[startup+0.100075 s]*
/proc/loadavg: 4.47 4.34 4.29 7/324 86346
/proc/meminfo: memFree=91070060/131382112 swapFree=33002444/33010684
[pid=86328] ppid=86325 vsize=18930384 memory=50656 CPUtime=0.11 cores=5,7
/proc/86328/stat : 86328 (java) S 86325 86328 85904 0 -1 4194304 5815 0 0 0 8 3 0 0 20 0 18 0 75557837 19384713216 12664 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
/proc/86328/statm: 4732596 12664 5353 1 0 547025 0
[pid=86328/tid=86330] ppid=86325 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/86328/task/86330/stat : 86330 (java) R 86325 86328 85904 0 -1 4194368 4711 0 0 0 5 2 0 0 20 0 18 0 75557839 19384713216 12664 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
[pid=86328/tid=86339] ppid=86325 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/86328/task/86339/stat : 86339 (Finalizer) S 86325 86328 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 75557844 19384713216 12696 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
[pid=86328/tid=86346] ppid=86325 vsize=18930384 memory=58494082630061 CPUtime=0 cores=5,7
/proc/86328/task/86346/stat : 86346 (Common-Cleaner) S 86325 86328 85904 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 75557845 19384713216 12696 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 50656 KiB

[startup+0.217051 s]*
/proc/loadavg: 4.47 4.34 4.29 6/324 86346
/proc/meminfo: memFree=91063948/131382112 swapFree=33002444/33010684
[pid=86328] ppid=86325 vsize=18930384 memory=57640 CPUtime=0.31 cores=5,7
/proc/86328/stat : 86328 (java) S 86325 86328 85904 0 -1 4194304 6522 0 0 0 27 4 0 0 20 0 18 0 75557837 19384713216 14410 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
/proc/86328/statm: 4732596 14410 5353 1 0 547650 0
[pid=86328/tid=86330] ppid=86325 vsize=18930384 memory=4026794268 CPUtime=0.17 cores=5,7
/proc/86328/task/86330/stat : 86330 (java) R 86325 86328 85904 0 -1 4194368 5109 0 0 0 15 2 0 0 20 0 18 0 75557839 19384713216 14410 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
[pid=86328/tid=86339] ppid=86325 vsize=18930384 memory=13926 CPUtime=0 cores=5,7
/proc/86328/task/86339/stat : 86339 (Finalizer) S 86325 86328 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 75557844 19384713216 14410 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
[pid=86328/tid=86346] ppid=86325 vsize=18930384 memory=57394570986489 CPUtime=0 cores=5,7
/proc/86328/task/86346/stat : 86346 (Common-Cleaner) S 86325 86328 85904 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 75557845 19384713216 14410 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57640 KiB

[startup+0.315206 s]*
/proc/loadavg: 4.47 4.34 4.29 7/324 86346
/proc/meminfo: memFree=91051660/131382112 swapFree=33002444/33010684
[pid=86328] ppid=86325 vsize=18930384 memory=70764 CPUtime=0.46 cores=5,7
/proc/86328/stat : 86328 (java) S 86325 86328 85904 0 -1 4194304 6702 0 0 0 41 5 0 0 20 0 18 0 75557837 19384713216 17691 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
/proc/86328/statm: 4732596 17691 5417 1 0 547796 0
[pid=86328/tid=86330] ppid=86325 vsize=18930384 memory=-6000919485641877095 CPUtime=0.26 cores=5,7
/proc/86328/task/86330/stat : 86330 (java) R 86325 86328 85904 0 -1 4194368 5230 0 0 0 23 3 0 0 20 0 18 0 75557839 19384713216 17691 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
[pid=86328/tid=86339] ppid=86325 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/86328/task/86339/stat : 86339 (Finalizer) S 86325 86328 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 75557844 19384713216 17691 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
[pid=86328/tid=86346] ppid=86325 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/86328/task/86346/stat : 86346 (Common-Cleaner) S 86325 86328 85904 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 75557845 19384713216 17691 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 70764 KiB

[startup+0.700414 s]
/proc/loadavg: 4.47 4.34 4.29 6/324 86346
/proc/meminfo: memFree=91030488/131382112 swapFree=33002444/33010684
[pid=86328] ppid=86325 vsize=18930384 memory=123456 CPUtime=1.17 cores=5,7
/proc/86328/stat : 86328 (java) S 86325 86328 85904 0 -1 4194304 8792 0 0 0 110 7 0 0 20 0 18 0 75557837 19384713216 30864 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
/proc/86328/statm: 4732596 30864 5417 1 0 549152 0
[pid=86328/tid=86330] ppid=86325 vsize=18930384 memory=14464 CPUtime=0.6 cores=5,7
/proc/86328/task/86330/stat : 86330 (java) R 86325 86328 85904 0 -1 4194368 5260 0 0 0 55 5 0 0 20 0 18 0 75557839 19384713216 30864 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
[pid=86328/tid=86339] ppid=86325 vsize=18930384 memory=11136 CPUtime=0 cores=5,7
/proc/86328/task/86339/stat : 86339 (Finalizer) S 86325 86328 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 75557844 19384713216 30864 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
[pid=86328/tid=86346] ppid=86325 vsize=18930384 memory=3200 CPUtime=0 cores=5,7
/proc/86328/task/86346/stat : 86346 (Common-Cleaner) S 86325 86328 85904 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 75557845 19384713216 30864 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 123456 KiB

[startup+1.50027 s]
/proc/loadavg: 4.47 4.34 4.29 6/325 86347
/proc/meminfo: memFree=90719776/131382112 swapFree=33002444/33010684
[pid=86328] ppid=86325 vsize=18996948 memory=1222960 CPUtime=2.46 cores=5,7
/proc/86328/stat : 86328 (java) S 86325 86328 85904 0 -1 4194304 10189 0 0 0 211 35 0 0 20 0 19 0 75557837 19452874752 305740 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
/proc/86328/statm: 4749237 305740 5513 1 0 1234640 0
[pid=86328/tid=86330] ppid=86325 vsize=18996948 memory=3200 CPUtime=1.29 cores=5,7
/proc/86328/task/86330/stat : 86330 (java) R 86325 86328 85904 0 -1 4194368 5815 0 0 0 99 30 0 0 20 0 19 0 75557839 19452874752 305740 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
[pid=86328/tid=86339] ppid=86325 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/86328/task/86339/stat : 86339 (Finalizer) S 86325 86328 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 75557844 19452874752 305740 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
[pid=86328/tid=86346] ppid=86325 vsize=18996948 memory=11136 CPUtime=0 cores=5,7
/proc/86328/task/86346/stat : 86346 (Common-Cleaner) S 86325 86328 85904 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 75557845 19452874752 305740 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
Current children cumulated CPU time: 2.46 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1222960 KiB

[startup+3.10548 s]
/proc/loadavg: 4.43 4.33 4.29 5/325 86347
/proc/meminfo: memFree=87014744/131382112 swapFree=33002444/33010684
[pid=86328] ppid=86325 vsize=18996948 memory=4457280 CPUtime=4.29 cores=5,7
/proc/86328/stat : 86328 (java) S 86325 86328 85904 0 -1 4194304 13133 0 0 0 326 103 0 0 20 0 19 0 75557837 19452874752 1114320 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
/proc/86328/statm: 4749237 1114320 5513 1 0 1633749 0
[pid=86328/tid=86330] ppid=86325 vsize=18996948 memory=11136 CPUtime=2.81 cores=5,7
/proc/86328/task/86330/stat : 86330 (java) R 86325 86328 85904 0 -1 4194368 7405 0 0 0 184 97 0 0 20 0 19 0 75557839 19452874752 1114320 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
[pid=86328/tid=86339] ppid=86325 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/86328/task/86339/stat : 86339 (Finalizer) S 86325 86328 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 75557844 19452874752 1114320 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
[pid=86328/tid=86346] ppid=86325 vsize=18996948 memory=5632 CPUtime=0 cores=5,7
/proc/86328/task/86346/stat : 86346 (Common-Cleaner) S 86325 86328 85904 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 75557845 19452874752 1114320 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
Current children cumulated CPU time: 4.29 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 4457280 KiB

[startup+6.30036 s]
/proc/loadavg: 4.43 4.33 4.29 6/325 86347
/proc/meminfo: memFree=86630356/131382112 swapFree=33002444/33010684
[pid=86328] ppid=86325 vsize=18996948 memory=4474788 CPUtime=9.14 cores=5,7
/proc/86328/stat : 86328 (java) S 86325 86328 85904 0 -1 4194304 21378 0 0 0 808 106 0 0 20 0 19 0 75557837 19452874752 1118697 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
/proc/86328/statm: 4749237 1118697 5513 1 0 1638914 0
[pid=86328/tid=86330] ppid=86325 vsize=18996948 memory=5632 CPUtime=5.85 cores=5,7
/proc/86328/task/86330/stat : 86330 (java) R 86325 86328 85904 0 -1 4194368 7600 0 0 0 486 99 0 0 20 0 19 0 75557839 19452874752 1118697 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
[pid=86328/tid=86339] ppid=86325 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/86328/task/86339/stat : 86339 (Finalizer) S 86325 86328 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 75557844 19452874752 1118697 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
[pid=86328/tid=86346] ppid=86325 vsize=18996948 memory=-6000919485641877095 CPUtime=0 cores=5,7
/proc/86328/task/86346/stat : 86346 (Common-Cleaner) S 86325 86328 85904 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 75557845 19452874752 1118697 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
Current children cumulated CPU time: 9.14 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 4474788 KiB

[startup+12.7002 s]
/proc/loadavg: 4.47 4.35 4.29 6/326 86348
/proc/meminfo: memFree=86458576/131382112 swapFree=33002444/33010684
[pid=86328] ppid=86325 vsize=19063512 memory=4646804 CPUtime=17.7 cores=5,7
/proc/86328/stat : 86328 (java) S 86325 86328 85904 0 -1 4194304 21998 0 0 0 1658 112 0 0 20 0 20 0 75557837 19521036288 1161701 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
/proc/86328/statm: 4765878 1161701 5545 1 0 1639383 0
[pid=86328/tid=86330] ppid=86325 vsize=19063512 memory=4474788 CPUtime=11.84 cores=5,7
/proc/86328/task/86330/stat : 86330 (java) R 86325 86328 85904 0 -1 4194368 7760 0 0 0 1085 99 0 0 20 0 20 0 75557839 19521036288 1161701 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
[pid=86328/tid=86339] ppid=86325 vsize=19063512 memory=4646676 CPUtime=0 cores=5,7
/proc/86328/task/86339/stat : 86339 (Finalizer) S 86325 86328 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75557844 19521036288 1161701 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
[pid=86328/tid=86346] ppid=86325 vsize=19063512 memory=11136 CPUtime=0 cores=5,7
/proc/86328/task/86346/stat : 86346 (Common-Cleaner) S 86325 86328 85904 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 75557845 19521036288 1161701 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
[pid=86328/tid=86348] ppid=86325 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/86328/task/86348/stat : 86348 (Timer-0) S 86325 86328 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75558592 19521036288 1161701 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
Current children cumulated CPU time: 17.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4646804 KiB

[startup+25.5003 s]
/proc/loadavg: 4.37 4.33 4.29 5/326 86348
/proc/meminfo: memFree=86210368/131382112 swapFree=33002444/33010684
[pid=86328] ppid=86325 vsize=19063512 memory=4910332 CPUtime=31.2 cores=5,7
/proc/86328/stat : 86328 (java) S 86325 86328 85904 0 -1 4194304 33858 0 0 0 2998 122 0 0 20 0 20 0 75557837 19521036288 1227583 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
/proc/86328/statm: 4765878 1227583 5545 1 0 2188803 0
[pid=86328/tid=86330] ppid=86325 vsize=19063512 memory=0 CPUtime=24.25 cores=5,7
/proc/86328/task/86330/stat : 86330 (java) R 86325 86328 85904 0 -1 4194368 9662 0 0 0 2321 104 0 0 20 0 20 0 75557839 19521036288 1227583 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
[pid=86328/tid=86339] ppid=86325 vsize=19063512 memory=4835812 CPUtime=0 cores=5,7
/proc/86328/task/86339/stat : 86339 (Finalizer) S 86325 86328 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75557844 19521036288 1227583 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
[pid=86328/tid=86346] ppid=86325 vsize=19063512 memory=-6000919485641877095 CPUtime=0 cores=5,7
/proc/86328/task/86346/stat : 86346 (Common-Cleaner) S 86325 86328 85904 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 75557845 19521036288 1227583 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
[pid=86328/tid=86348] ppid=86325 vsize=19063512 memory=1356136 CPUtime=0 cores=5,7
/proc/86328/task/86348/stat : 86348 (Timer-0) S 86325 86328 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75558592 19521036288 1227583 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
Current children cumulated CPU time: 31.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4910332 KiB

[startup+51.1136 s]
/proc/loadavg: 4.32 4.32 4.28 5/326 86349
/proc/meminfo: memFree=85540404/131382112 swapFree=33002444/33010684
[pid=86328] ppid=86325 vsize=19063512 memory=5563724 CPUtime=57.33 cores=5,7
/proc/86328/stat : 86328 (java) S 86325 86328 85904 0 -1 4194304 38240 0 0 0 5595 138 0 0 20 0 20 0 75557837 19521036288 1390931 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
/proc/86328/statm: 4765878 1390931 5545 1 0 2188811 0
[pid=86328/tid=86330] ppid=86325 vsize=19063512 memory=5383500 CPUtime=49.01 cores=5,7
/proc/86328/task/86330/stat : 86330 (java) R 86325 86328 85904 0 -1 4194368 10750 0 0 0 4792 109 0 0 20 0 20 0 75557839 19521036288 1390931 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
[pid=86328/tid=86339] ppid=86325 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/86328/task/86339/stat : 86339 (Finalizer) S 86325 86328 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75557844 19521036288 1390931 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
[pid=86328/tid=86346] ppid=86325 vsize=19063512 memory=4646804 CPUtime=0 cores=5,7
/proc/86328/task/86346/stat : 86346 (Common-Cleaner) S 86325 86328 85904 0 -1 4194368 44 0 0 0 0 0 0 0 20 0 20 0 75557845 19521036288 1390931 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
[pid=86328/tid=86348] ppid=86325 vsize=19063512 memory=5563724 CPUtime=0 cores=5,7
/proc/86328/task/86348/stat : 86348 (Timer-0) S 86325 86328 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75558592 19521036288 1390931 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
Current children cumulated CPU time: 57.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5563724 KiB

[startup+102.3 s]

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

[startup+3222.3 s]
/proc/loadavg: 4.10 4.16 4.26 5/326 86836
/proc/meminfo: memFree=102712644/131382112 swapFree=33002444/33010684
[pid=86328] ppid=86325 vsize=19063512 memory=11789608 CPUtime=3276.34 cores=5,7
/proc/86328/stat : 86328 (java) S 86325 86328 85904 0 -1 4194304 244457 0 0 0 327157 477 0 0 20 0 20 0 75557837 19521036288 2947402 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
/proc/86328/statm: 4765878 2947402 5577 1 0 3240965 0
[pid=86328/tid=86330] ppid=86325 vsize=19063512 memory=11789608 CPUtime=3147.91 cores=5,7
/proc/86328/task/86330/stat : 86330 (java) R 86325 86328 85904 0 -1 4194368 114311 0 0 0 314611 180 0 0 20 0 20 0 75557839 19521036288 2947402 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
[pid=86328/tid=86339] ppid=86325 vsize=19063512 memory=11789608 CPUtime=0 cores=5,7
/proc/86328/task/86339/stat : 86339 (Finalizer) S 86325 86328 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75557844 19521036288 2947402 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
[pid=86328/tid=86346] ppid=86325 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/86328/task/86346/stat : 86346 (Common-Cleaner) S 86325 86328 85904 0 -1 4194368 2411 0 0 0 0 0 0 0 20 0 20 0 75557845 19521036288 2947402 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
[pid=86328/tid=86348] ppid=86325 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/86328/task/86348/stat : 86348 (Timer-0) S 86325 86328 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75558592 19521036288 2947402 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
Current children cumulated CPU time: 3276.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11789608 KiB

[startup+3282.3 s]
/proc/loadavg: 4.27 4.19 4.27 5/326 86838
/proc/meminfo: memFree=102616892/131382112 swapFree=33002444/33010684
[pid=86328] ppid=86325 vsize=19063512 memory=11801996 CPUtime=3337.61 cores=5,7
/proc/86328/stat : 86328 (java) S 86325 86328 85904 0 -1 4194304 247155 0 0 0 333281 480 0 0 20 0 20 0 75557837 19521036288 2950499 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
/proc/86328/statm: 4765878 2950499 5577 1 0 3240965 0
[pid=86328/tid=86330] ppid=86325 vsize=19063512 memory=11795852 CPUtime=3205.86 cores=5,7
/proc/86328/task/86330/stat : 86330 (java) R 86325 86328 85904 0 -1 4194368 116192 0 0 0 320405 181 0 0 20 0 20 0 75557839 19521036288 2950499 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
[pid=86328/tid=86339] ppid=86325 vsize=19063512 memory=11795852 CPUtime=0 cores=5,7
/proc/86328/task/86339/stat : 86339 (Finalizer) S 86325 86328 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75557844 19521036288 2950499 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
[pid=86328/tid=86346] ppid=86325 vsize=19063512 memory=5148 CPUtime=0 cores=5,7
/proc/86328/task/86346/stat : 86346 (Common-Cleaner) S 86325 86328 85904 0 -1 4194368 2412 0 0 0 0 0 0 0 20 0 20 0 75557845 19521036288 2950499 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
[pid=86328/tid=86348] ppid=86325 vsize=19063512 memory=19456 CPUtime=0 cores=5,7
/proc/86328/task/86348/stat : 86348 (Timer-0) S 86325 86328 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75558592 19521036288 2950499 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
Current children cumulated CPU time: 3337.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11801996 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.17 4.26 5/326 86840
/proc/meminfo: memFree=102233908/131382112 swapFree=33002444/33010684
[pid=86328] ppid=86325 vsize=19063512 memory=12187100 CPUtime=3398.37 cores=5,7
/proc/86328/stat : 86328 (java) S 86325 86328 85904 0 -1 4194304 250824 0 0 0 339345 492 0 0 20 0 20 0 75557837 19521036288 3046775 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
/proc/86328/statm: 4765878 3046775 5577 1 0 3240965 0
[pid=86328/tid=86330] ppid=86325 vsize=19063512 memory=5148 CPUtime=3264.17 cores=5,7
/proc/86328/task/86330/stat : 86330 (java) R 86325 86328 85904 0 -1 4194368 118738 0 0 0 326236 181 0 0 20 0 20 0 75557839 19521036288 3046775 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
[pid=86328/tid=86339] ppid=86325 vsize=19063512 memory=12187100 CPUtime=0 cores=5,7
/proc/86328/task/86339/stat : 86339 (Finalizer) S 86325 86328 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75557844 19521036288 3046775 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
[pid=86328/tid=86346] ppid=86325 vsize=19063512 memory=12150236 CPUtime=0 cores=5,7
/proc/86328/task/86346/stat : 86346 (Common-Cleaner) S 86325 86328 85904 0 -1 4194368 2452 0 0 0 0 0 0 0 20 0 20 0 75557845 19521036288 3046775 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
[pid=86328/tid=86348] ppid=86325 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/86328/task/86348/stat : 86348 (Timer-0) S 86325 86328 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75558592 19521036288 3046775 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
Current children cumulated CPU time: 3398.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 12187100 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.15 4.24 5/326 86846
/proc/meminfo: memFree=102229836/131382112 swapFree=33002444/33010684
[pid=86328] ppid=86325 vsize=19063512 memory=12189148 CPUtime=3459.36 cores=5,7
/proc/86328/stat : 86328 (java) S 86325 86328 85904 0 -1 4194304 254695 0 0 0 345440 496 0 0 20 0 20 0 75557837 19521036288 3047287 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
/proc/86328/statm: 4765878 3047287 5577 1 0 3240965 0
[pid=86328/tid=86330] ppid=86325 vsize=19063512 memory=14848 CPUtime=3321.84 cores=5,7
/proc/86328/task/86330/stat : 86330 (java) R 86325 86328 85904 0 -1 4194368 121020 0 0 0 332002 182 0 0 20 0 20 0 75557839 19521036288 3047287 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
[pid=86328/tid=86339] ppid=86325 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/86328/task/86339/stat : 86339 (Finalizer) S 86325 86328 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75557844 19521036288 3047287 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
[pid=86328/tid=86346] ppid=86325 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/86328/task/86346/stat : 86346 (Common-Cleaner) S 86325 86328 85904 0 -1 4194368 2481 0 0 0 0 0 0 0 20 0 20 0 75557845 19521036288 3047287 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
[pid=86328/tid=86348] ppid=86325 vsize=19063512 memory=12189148 CPUtime=0 cores=5,7
/proc/86328/task/86348/stat : 86348 (Timer-0) S 86325 86328 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75558592 19521036288 3047287 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
Current children cumulated CPU time: 3459.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 12189148 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.15 4.24 5/326 86849
/proc/meminfo: memFree=101245252/131382112 swapFree=33002444/33010684
[pid=86328] ppid=86325 vsize=19063512 memory=13170856 CPUtime=3523.1 cores=5,7
/proc/86328/stat : 86328 (java) S 86325 86328 85904 0 -1 4194304 265964 0 0 0 351786 524 0 0 20 0 20 0 75557837 19521036288 3292714 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
/proc/86328/statm: 4765878 3292714 5577 1 0 3663328 0
[pid=86328/tid=86330] ppid=86325 vsize=19063512 memory=14848 CPUtime=3379.86 cores=5,7
/proc/86328/task/86330/stat : 86330 (java) R 86325 86328 85904 0 -1 4194368 124662 0 0 0 337790 196 0 0 20 0 20 0 75557839 19521036288 3292714 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
[pid=86328/tid=86339] ppid=86325 vsize=19063512 memory=13170856 CPUtime=0 cores=5,7
/proc/86328/task/86339/stat : 86339 (Finalizer) S 86325 86328 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75557844 19521036288 3292714 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
[pid=86328/tid=86346] ppid=86325 vsize=19063512 memory=13170856 CPUtime=0 cores=5,7
/proc/86328/task/86346/stat : 86346 (Common-Cleaner) S 86325 86328 85904 0 -1 4194368 2515 0 0 0 0 0 0 0 20 0 20 0 75557845 19521036288 3292714 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
[pid=86328/tid=86348] ppid=86325 vsize=19063512 memory=-6000919485641877095 CPUtime=0 cores=5,7
/proc/86328/task/86348/stat : 86348 (Timer-0) S 86325 86328 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75558592 19521036288 3292714 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
Current children cumulated CPU time: 3523.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 13170856 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.15 4.23 5/326 86851
/proc/meminfo: memFree=101245016/131382112 swapFree=33002444/33010684
[pid=86328] ppid=86325 vsize=19063512 memory=13170856 CPUtime=3584.74 cores=5,7
/proc/86328/stat : 86328 (java) S 86325 86328 85904 0 -1 4194304 269745 0 0 0 357947 527 0 0 20 0 20 0 75557837 19521036288 3292714 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
/proc/86328/statm: 4765878 3292714 5577 1 0 3663328 0
[pid=86328/tid=86330] ppid=86325 vsize=19063512 memory=13170856 CPUtime=3437.19 cores=5,7
/proc/86328/task/86330/stat : 86330 (java) R 86325 86328 85904 0 -1 4194368 125748 0 0 0 343523 196 0 0 20 0 20 0 75557839 19521036288 3292714 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
[pid=86328/tid=86339] ppid=86325 vsize=19063512 memory=13170856 CPUtime=0 cores=5,7
/proc/86328/task/86339/stat : 86339 (Finalizer) S 86325 86328 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75557844 19521036288 3292714 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
[pid=86328/tid=86346] ppid=86325 vsize=19063512 memory=13170856 CPUtime=0 cores=5,7
/proc/86328/task/86346/stat : 86346 (Common-Cleaner) S 86325 86328 85904 0 -1 4194368 2593 0 0 0 0 0 0 0 20 0 20 0 75557845 19521036288 3292714 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
[pid=86328/tid=86348] ppid=86325 vsize=19063512 memory=13170856 CPUtime=0 cores=5,7
/proc/86328/task/86348/stat : 86348 (Timer-0) S 86325 86328 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75558592 19521036288 3292714 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
Current children cumulated CPU time: 3584.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 13170856 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3537.3 s]
/proc/loadavg: 4.18 4.16 4.23 5/326 86851
/proc/meminfo: memFree=101240992/131382112 swapFree=33002444/33010684
[pid=86328] ppid=86325 vsize=19063512 memory=13170856 CPUtime=3600.07 cores=5,7
/proc/86328/stat : 86328 (java) S 86325 86328 85904 0 -1 4194304 270645 0 0 0 359479 528 0 0 20 0 20 0 75557837 19521036288 3292714 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
/proc/86328/statm: 4765878 3292714 5577 1 0 3663328 0
[pid=86328/tid=86330] ppid=86325 vsize=19063512 memory=13170856 CPUtime=3451.8 cores=5,7
/proc/86328/task/86330/stat : 86330 (java) R 86325 86328 85904 0 -1 4194368 126506 0 0 0 344984 196 0 0 20 0 20 0 75557839 19521036288 3292714 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
[pid=86328/tid=86339] ppid=86325 vsize=19063512 memory=13170856 CPUtime=0 cores=5,7
/proc/86328/task/86339/stat : 86339 (Finalizer) S 86325 86328 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75557844 19521036288 3292714 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
[pid=86328/tid=86346] ppid=86325 vsize=19063512 memory=14464 CPUtime=0 cores=5,7
/proc/86328/task/86346/stat : 86346 (Common-Cleaner) S 86325 86328 85904 0 -1 4194368 2593 0 0 0 0 0 0 0 20 0 20 0 75557845 19521036288 3292714 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
[pid=86328/tid=86348] ppid=86325 vsize=19063512 memory=2824 CPUtime=0 cores=5,7
/proc/86328/task/86348/stat : 86348 (Timer-0) S 86325 86328 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75558592 19521036288 3292714 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 13170856 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.95 s, system=5.35336 s

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

[startup+3537.41 s]
/proc/loadavg: 4.18 4.16 4.23 5/326 86851
/proc/meminfo: memFree=101240992/131382112 swapFree=33002444/33010684
[pid=86328] ppid=86325 vsize=19263204 memory=13171624 CPUtime=3600.23 cores=5,7
/proc/86328/stat : 86328 (java) S 86325 86328 85904 0 -1 4194304 272993 0 0 0 359494 529 0 0 20 0 15 0 75557837 19725520896 3292906 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
/proc/86328/statm: 4815801 3292906 5609 1 0 3664268 0
[pid=86328/tid=86330] ppid=86325 vsize=19263204 memory=5888 CPUtime=3451.82 cores=5,7
/proc/86328/task/86330/stat : 86330 (java) S 86325 86328 85904 0 -1 4194368 126750 0 0 0 344986 196 0 0 20 0 15 0 75557839 19725520896 3292906 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
[pid=86328/tid=86339] ppid=86325 vsize=19263204 memory=10112 CPUtime=0 cores=5,7
/proc/86328/task/86339/stat : 86339 (Finalizer) S 86325 86328 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 15 0 75557844 19725520896 3292906 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
[pid=86328/tid=86346] ppid=86325 vsize=19263204 memory=9088 CPUtime=0 cores=5,7
/proc/86328/task/86346/stat : 86346 (Common-Cleaner) S 86325 86328 85904 0 -1 4194368 2593 0 0 0 0 0 0 0 20 0 15 0 75557845 19725520896 3292906 18446744073709551615 94161873096704 94161873100400 140730595207136 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94161873108216 94161873109008 94161886220288 140730595215745 140730595215846 140730595215846 140730595221448 0
Current children cumulated CPU time: 3600.23 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 13171624 KiB

Child status: 143

Real time (s): 3537.47
CPU time (s): 3600.3
CPU user time (s): 3594.95
CPU system time (s): 5.35336
CPU usage (%): 101.776
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 13171624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.95
system time used= 5.35336
maximum resident set size= 13171752
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 273020
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 126478
involuntary context switches= 17151


# summary of solver processes directly reported to runsolver:
#   pid: 86328
#   total CPU time (s): 3600.3
#   total CPU user time (s): 3594.95
#   total CPU system time (s): 5.35336

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.1016 second user time and 32.097 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-07-04 05:13:05
IDJOB=4522420
IDBENCH=178803
IDSOLVER=3363
FILE ID=nodeC005/4522420-1751598784
RUNJOBID= nodeC005-1751595442-85917
SLURM_JOB_ID= 9598861
Free space on /tmp= 429428 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/MIPLIB01/opt/miplib2010/normalized-bab3.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4522420-1751598784/watcher-4522420-1751598784 -o /tmp/evaluation-result-4522420-1751598784/solver-4522420-1751598784 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751595442-85917 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4522420-1751598784.opb

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

MD5SUM BENCH= 5650d49d55a36e62ab842bae231a0f3b
RANDOM SEED=573695823

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        91095576 kB
MemAvailable:   90973888 kB
Buffers:              12 kB
Cached:           665796 kB
SwapCached:          240 kB
Active:         39236776 kB
Inactive:         410784 kB
Active(anon):   38953792 kB
Inactive(anon):    40840 kB
Active(file):     282984 kB
Inactive(file):   369944 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33002444 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             37284 kB
Writeback:             0 kB
AnonPages:      38983720 kB
Mapped:           118512 kB
Shmem:             12868 kB
KReclaimable:     130024 kB
Slab:             216832 kB
SReclaimable:     130024 kB
SUnreclaim:        86808 kB
KernelStack:        4960 kB
PageTables:        80040 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   42808780 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150328 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  38574080 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:      201544 kB
DirectMap2M:     8089600 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 429444 MiB
End job on nodeC005 at 2025-07-04 06:12:02