Trace number 4544304

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.27 3527.25

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/extended-even-colouring/
random_norational_opb/normalized-ec_random_norational_random4reg_split_350.opb
MD5SUM7a60842b33cead3593177bf84a5f4859
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.040427
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2103
Total number of constraints1754
Number of constraints which are clauses1402
Number of constraints which are cardinality constraints (but not clauses)351
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint1402
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 1401
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4205
Number of bits of the biggest sum of numbers13
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.10	c version PB25.v20250606
0.09/0.11	c java.runtime.name	OpenJDK Runtime Environment
0.09/0.11	c java.vm.name		OpenJDK 64-Bit Server VM
0.09/0.11	c java.vm.version	22.0.1+8-16
0.09/0.11	c java.vm.vendor	Oracle Corporation
0.09/0.11	c sun.arch.data.model	64
0.09/0.11	c java.version		22.0.1
0.09/0.11	c os.name		Linux
0.09/0.11	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.09/0.11	c os.arch		amd64
0.09/0.12	c Free memory 		2104792832
0.09/0.12	c Max memory 		16282288128
0.09/0.12	c Total memory 		2113929216
0.09/0.12	c Number of processors 	2
0.09/0.16	c Pseudo Boolean Optimization by upper bound
0.09/0.16	c --- Begin Solver configuration ---
0.09/0.16	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.09/0.16	c Learn all clauses as in MiniSAT
0.09/0.16	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.16	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.16	c Expensive reason simplification
0.09/0.16	c Glucose 2.1 dynamic restart strategy
0.09/0.16	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.09/0.16	c timeout=2147483s
0.09/0.16	c DB Simplification allowed=false
0.09/0.16	c Listener: none
0.09/0.16	c --- End Solver configuration ---
0.09/0.16	c solving HOME/instance-4544304-1753234778.opb
0.09/0.16	c reading problem ... 
0.09/0.16	c  no objective function found
0.27/0.24	c ... done. Wall clock time 0.072s.
0.27/0.24	c declared #vars     2103
0.27/0.24	c #constraints  2105
0.27/0.24	c constraints type 
0.27/0.24	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1404
0.27/0.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 700
0.27/0.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.27/0.24	c 2105 constraints processed.
2.60/1.84	c cleaning 2500 clauses out of 5000 with flag 12015/5000
4.41/3.48	c cleaning 4252 clauses out of 8503 with flag 29144/11003
6.60/5.50	c cleaning 5623 clauses out of 11249 with flag 52308/18001
9.06/7.91	c cleaning 6815 clauses out of 13630 with flag 78781/26005
11.91/10.66	c cleaning 7903 clauses out of 15811 with flag 111853/35001
15.01/13.63	c cleaning 8950 clauses out of 17908 with flag 149443/45001
18.51/17.09	c cleaning 9979 clauses out of 19958 with flag 191926/56001
22.68/21.01	c cleaning 10987 clauses out of 21980 with flag 241171/68002
27.16/25.48	c cleaning 11992 clauses out of 23994 with flag 290123/81003
32.17/30.23	c cleaning 13000 clauses out of 26000 with flag 340964/95001
37.89/35.84	c cleaning 14001 clauses out of 28001 with flag 416265/110002
44.10/41.82	c cleaning 14996 clauses out of 29998 with flag 501536/126000
51.46/48.50	c cleaning 16000 clauses out of 32002 with flag 586128/143000
57.67/54.56	c cleaning 17000 clauses out of 34002 with flag 656796/161000
65.60/62.26	c cleaning 17995 clauses out of 36003 with flag 738712/180001
74.29/70.62	c cleaning 19004 clauses out of 38008 with flag 820775/200001
83.38/79.57	c cleaning 20000 clauses out of 40003 with flag 910278/221000
93.12/88.94	c cleaning 21002 clauses out of 42004 with flag 1004702/243001
103.78/98.81	c cleaning 21999 clauses out of 44001 with flag 1112204/266000
114.38/109.21	c cleaning 23000 clauses out of 46003 with flag 1215448/290001
126.37/120.93	c cleaning 24002 clauses out of 48003 with flag 1338769/315001
137.94/132.23	c cleaning 24993 clauses out of 50002 with flag 1488009/341002
146.14/139.02	c cleaning 25998 clauses out of 52007 with flag 1579561/368000
151.49/144.12	c cleaning 27002 clauses out of 54010 with flag 1641742/396001
157.01/149.31	c cleaning 28002 clauses out of 56007 with flag 1705080/425000
163.06/155.24	c cleaning 28997 clauses out of 58006 with flag 1770170/455001
169.50/161.30	c cleaning 30003 clauses out of 60008 with flag 1837974/486000
176.51/167.92	c cleaning 30997 clauses out of 62006 with flag 1907839/518001
183.95/175.00	c cleaning 32004 clauses out of 64008 with flag 1981390/551000
190.94/181.70	c cleaning 33003 clauses out of 66005 with flag 2056378/585001
198.84/189.37	c cleaning 34001 clauses out of 68001 with flag 2133293/620000
206.07/196.23	c cleaning 35001 clauses out of 70001 with flag 2211051/656001
214.98/203.51	c cleaning 35997 clauses out of 72002 with flag 2291216/693003
222.57/210.85	c cleaning 36995 clauses out of 74002 with flag 2373256/731000
230.58/218.56	c cleaning 38001 clauses out of 76010 with flag 2457268/770003
238.82/226.49	c cleaning 38995 clauses out of 78006 with flag 2543471/810000
248.90/236.06	c cleaning 40004 clauses out of 80011 with flag 2634404/851000
259.42/246.26	c cleaning 41003 clauses out of 82010 with flag 2729881/893003
268.13/254.60	c cleaning 41995 clauses out of 84004 with flag 2824163/936000
278.15/264.45	c cleaning 43002 clauses out of 86010 with flag 2921124/980001
289.93/274.23	c cleaning 43997 clauses out of 88007 with flag 3021364/1025000
299.92/283.57	c cleaning 44999 clauses out of 90012 with flag 3120888/1071002
309.92/293.01	c cleaning 46002 clauses out of 92012 with flag 3221166/1118001
321.58/304.37	c cleaning 47005 clauses out of 94010 with flag 3319532/1166001
335.72/317.98	c cleaning 48000 clauses out of 96004 with flag 3419320/1215000
353.85/335.72	c cleaning 49001 clauses out of 98005 with flag 3520266/1265001
369.21/350.64	c cleaning 49999 clauses out of 100004 with flag 3624580/1316001
388.95/368.29	c cleaning 51003 clauses out of 102005 with flag 3731377/1368001
407.33/386.13	c cleaning 51994 clauses out of 104002 with flag 3839888/1421001
426.26/404.70	c cleaning 53004 clauses out of 106007 with flag 3950435/1475000
447.06/424.90	c cleaning 54000 clauses out of 108003 with flag 4063596/1530000
468.21/445.71	c cleaning 54996 clauses out of 110003 with flag 4178283/1586000
490.12/467.24	c cleaning 55999 clauses out of 112008 with flag 4295143/1643001
515.80/492.49	c cleaning 57000 clauses out of 114009 with flag 4414038/1701001
540.91/517.38	c cleaning 58002 clauses out of 116008 with flag 4534351/1760000
568.30/542.44	c cleaning 59003 clauses out of 118006 with flag 4657372/1820000
593.61/567.32	c cleaning 59995 clauses out of 120003 with flag 4783566/1881000
619.52/592.81	c cleaning 61004 clauses out of 122008 with flag 4911967/1943000
650.83/623.58	c cleaning 62002 clauses out of 124005 with flag 5039988/2006001
677.77/650.06	c cleaning 63000 clauses out of 126005 with flag 5170291/2070003
700.26/671.99	c cleaning 63996 clauses out of 128002 with flag 5301616/2135000
726.09/697.32	c cleaning 64998 clauses out of 130006 with flag 5436255/2201000
760.03/730.62	c cleaning 66001 clauses out of 132008 with flag 5572256/2268000
787.62/757.76	c cleaning 67001 clauses out of 134007 with flag 5711806/2336000
821.26/789.02	c cleaning 68001 clauses out of 136007 with flag 5853301/2405001
852.85/820.18	c cleaning 68994 clauses out of 138005 with flag 5997636/2475000
888.50/855.41	c cleaning 70000 clauses out of 140012 with flag 6143489/2546001
925.90/892.15	c cleaning 70995 clauses out of 142012 with flag 6291125/2618001
963.06/928.67	c cleaning 72006 clauses out of 144016 with flag 6440554/2691000
1004.77/969.87	c cleaning 72999 clauses out of 146010 with flag 6591562/2765000
1043.27/1007.83	c cleaning 74002 clauses out of 148012 with flag 6744246/2840001
1090.48/1054.60	c cleaning 74998 clauses out of 150010 with flag 6899286/2916001
1137.77/1101.28	c cleaning 76002 clauses out of 152012 with flag 7057064/2993001
1182.15/1145.08	c cleaning 76997 clauses out of 154011 with flag 7216879/3071002
1231.58/1191.71	c cleaning 77999 clauses out of 156013 with flag 7379694/3150001
1282.69/1242.37	c cleaning 79001 clauses out of 158013 with flag 7544050/3230000
1330.25/1289.49	c cleaning 79999 clauses out of 160012 with flag 7711784/3311000
1383.88/1342.24	c cleaning 81001 clauses out of 162013 with flag 7880354/3393000
1443.49/1401.27	c cleaning 82002 clauses out of 164014 with flag 8050127/3476002
1493.65/1450.91	c cleaning 83000 clauses out of 166010 with flag 8224507/3560000
1546.23/1503.18	c cleaning 83999 clauses out of 168011 with flag 8402097/3645001
1605.63/1561.77	c cleaning 85004 clauses out of 170011 with flag 8583706/3731000
1661.43/1617.08	c cleaning 85996 clauses out of 172007 with flag 8763102/3818000
1720.53/1675.65	c cleaning 87000 clauses out of 174011 with flag 8942009/3906000
1778.86/1730.93	c cleaning 87999 clauses out of 176012 with flag 9124249/3995001
1831.11/1782.54	c cleaning 89005 clauses out of 178014 with flag 9307994/4085002
1883.03/1833.80	c cleaning 90000 clauses out of 180007 with flag 9492209/4176000
1941.36/1891.50	c cleaning 90998 clauses out of 182007 with flag 9678818/4268000
2011.29/1960.62	c cleaning 92002 clauses out of 184011 with flag 9867846/4361002
2090.63/2039.48	c cleaning 93000 clauses out of 186009 with flag 10060861/4455002
2153.98/2102.31	c cleaning 94001 clauses out of 188008 with flag 10258884/4550001
2243.70/2191.31	c cleaning 95004 clauses out of 190007 with flag 10457715/4646001
2326.41/2273.51	c cleaning 95997 clauses out of 192002 with flag 10657863/4743000
2396.15/2338.23	c cleaning 96993 clauses out of 194006 with flag 10860337/4841001
2446.20/2387.95	c cleaning 98000 clauses out of 196012 with flag 11063218/4940000
2501.21/2442.36	c cleaning 98998 clauses out of 198013 with flag 11267066/5040001
2560.35/2500.51	c cleaning 99999 clauses out of 200015 with flag 11472037/5141001
2623.34/2562.98	c cleaning 101005 clauses out of 202015 with flag 11681716/5243000
2683.58/2622.40	c cleaning 102002 clauses out of 204011 with flag 11895538/5346001
2744.72/2682.97	c cleaning 103004 clauses out of 206008 with flag 12108687/5450000
2812.92/2750.51	c cleaning 104002 clauses out of 208004 with flag 12324933/5555000
2885.19/2822.02	c cleaning 105000 clauses out of 210002 with flag 12543254/5661000
2953.69/2889.80	c cleaning 105998 clauses out of 212002 with flag 12761578/5768000
3014.51/2949.93	c cleaning 106992 clauses out of 214005 with flag 12981443/5876001
3081.59/3013.22	c cleaning 108000 clauses out of 216012 with flag 13202734/5985000
3149.94/3080.84	c cleaning 109001 clauses out of 218013 with flag 13427995/6095001
3217.36/3147.69	c cleaning 110001 clauses out of 220011 with flag 13655319/6206000
3290.99/3220.63	c cleaning 110998 clauses out of 222010 with flag 13883740/6318000
3378.11/3307.15	c cleaning 112000 clauses out of 224012 with flag 14113320/6431000
3472.57/3401.01	c cleaning 113001 clauses out of 226012 with flag 14346532/6545000
3555.41/3482.84	c cleaning 114002 clauses out of 228012 with flag 14580296/6660001
3600.07/3527.12	c starts		: 14780
3600.07/3527.12	c conflicts		: 6722446
3600.07/3527.12	c decisions		: 18655586
3600.07/3527.12	c propagations		: 2421086127
3600.07/3527.12	c inspects		: 7780354981
3600.07/3527.12	c shortcuts		: 0
3600.07/3527.12	c learnt literals	: 0
3600.07/3527.12	c learnt binary clauses	: 0
3600.07/3527.12	c learnt ternary clauses	: 0
3600.07/3527.12	c learnt constraints	: 6722446
3600.07/3527.12	c ignored constraints	: 0
3600.07/3527.12	c root simplifications	: 0
3600.07/3527.12	c removed literals (reason simplification)	: 74127191
3600.07/3527.12	c reason swapping (by a shorter reason)	: 0
3600.07/3527.12	c Calls to reduceDB	: 111
3600.07/3527.12	c Number of update (reduction) of LBD	: 117113
3600.07/3527.12	c Imported unit clauses	: 0
3600.07/3527.12	c No decision after first conflict	: false
3600.07/3527.12	c number of reductions to clauses (during analyze)	: 0
3600.07/3527.12	c number of learned constraints concerned by reduction	: 0
3600.07/3527.12	c number of learning phase by resolution	: 0
3600.07/3527.12	c number of learning phase by cutting planes	: 0
3600.07/3527.12	c number of rounding to 1 operations	: 0
3600.07/3527.12	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3527.12	c number of reductions of the coefficients by power 2 	: 0
3600.07/3527.12	c number of right shift for reduction by power 2 	: 0
3600.07/3527.12	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3527.12	c number of ending skipping 	: 0
3600.07/3527.12	c number of internal skipping 	: 0
3600.07/3527.12	c number of derivation steps 	: 0
3600.07/3527.12	c number of skipped derivation steps 	: 0
3600.07/3527.12	c number of remaining unassigned 	: 0
3600.07/3527.12	c number of remaining assigned 	: 0
3600.07/3527.12	c number of falsified literals weakened from reason	: 0
3600.07/3527.12	c number of falsified literals weakened from conflict	: 0
3600.07/3527.12	c time for arithmetic operations	: 0
3600.07/3527.13	c minimum degree of deleted constraints	: null
3600.07/3527.13	c maximum degree of deleted constraints	: null
3600.07/3527.13	c number of deleted constraints	: 0
3600.07/3527.13	c speed (assignments/second)	: 686465.0764455587
3600.07/3527.13	c non guided choices	: 170
3600.07/3527.14	c timeout
3600.07/3527.19	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 176455
3600.07/3527.19	s UNKNOWN
3600.07/3527.19	c Total wall clock time (in seconds): 3527.035

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: 63665 MiB (62392 MiB free)
  memory of node 1: 64507 MiB (63631 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4544304-1753234778/watcher-4544304-1753234778 -o /tmp/evaluation-result-4544304-1753234778/solver-4544304-1753234778 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1753234778-167711 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4544304-1753234778.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing 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=167760, runsolver pid=167751

[startup+0.100059 s]*
/proc/loadavg: 1.08 1.67 2.85 9/335 167838
/proc/meminfo: memFree=128978824/131250000 swapFree=33010416/33010684
[pid=167760] ppid=167751 vsize=18930384 memory=51872 CPUtime=0.09 cores=4,6
/proc/167760/stat : 167760 (java) S 167751 167760 167700 0 -1 4194304 6097 0 112 0 8 1 0 0 20 0 18 0 239155643 19384713216 12968 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
/proc/167760/statm: 4732596 12968 5314 1 0 547275 0
[pid=167760/tid=167772] ppid=167751 vsize=18930384 memory=4026532124 CPUtime=0.05 cores=4,6
/proc/167760/task/167772/stat : 167772 (java) R 167751 167760 167700 0 -1 4194368 4869 0 112 0 4 1 0 0 20 0 18 0 239155646 19384713216 12968 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
[pid=167760/tid=167802] ppid=167751 vsize=18930384 memory=16168 CPUtime=0 cores=4,6
/proc/167760/task/167802/stat : 167802 (Finalizer) S 167751 167760 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239155648 19384713216 12968 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
[pid=167760/tid=167815] ppid=167751 vsize=18930384 memory=59585004307431 CPUtime=0 cores=4,6
/proc/167760/task/167815/stat : 167815 (Common-Cleaner) S 167751 167760 167700 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 239155649 19384713216 12968 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51872 KiB

[startup+0.205941 s]*
/proc/loadavg: 1.08 1.67 2.85 14/335 167838
/proc/meminfo: memFree=128855704/131250000 swapFree=33010416/33010684
[pid=167760] ppid=167751 vsize=18930384 memory=73988 CPUtime=0.27 cores=4,6
/proc/167760/stat : 167760 (java) S 167751 167760 167700 0 -1 4194304 6937 0 112 0 25 2 0 0 20 0 18 0 239155643 19384713216 18497 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
/proc/167760/statm: 4732596 18497 5410 1 0 547895 0
[pid=167760/tid=167772] ppid=167751 vsize=18930384 memory=4026990876 CPUtime=0.15 cores=4,6
/proc/167760/task/167772/stat : 167772 (java) R 167751 167760 167700 0 -1 4194368 5202 0 112 0 14 1 0 0 20 0 18 0 239155646 19384713216 18497 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
[pid=167760/tid=167802] ppid=167751 vsize=18930384 memory=16168 CPUtime=0 cores=4,6
/proc/167760/task/167802/stat : 167802 (Finalizer) S 167751 167760 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239155648 19384713216 18497 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
[pid=167760/tid=167815] ppid=167751 vsize=18930384 memory=59585004307431 CPUtime=0 cores=4,6
/proc/167760/task/167815/stat : 167815 (Common-Cleaner) S 167751 167760 167700 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 239155649 19384713216 18497 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 73988 KiB

[startup+0.30598 s]*
/proc/loadavg: 1.08 1.67 2.85 13/340 167843
/proc/meminfo: memFree=128738120/131250000 swapFree=33010416/33010684
[pid=167760] ppid=167751 vsize=18996948 memory=79460 CPUtime=0.46 cores=4,6
/proc/167760/stat : 167760 (java) S 167751 167760 167700 0 -1 4194304 8054 0 112 0 44 2 0 0 20 0 19 0 239155643 19452874752 19865 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
/proc/167760/statm: 4749237 19865 5410 1 0 548574 0
[pid=167760/tid=167772] ppid=167751 vsize=18996948 memory=-8887963151809422012 CPUtime=0.23 cores=4,6
/proc/167760/task/167772/stat : 167772 (java) R 167751 167760 167700 0 -1 4194368 5261 0 112 0 22 1 0 0 20 0 19 0 239155646 19452874752 19865 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
[pid=167760/tid=167802] ppid=167751 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/167760/task/167802/stat : 167802 (Finalizer) S 167751 167760 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239155648 19452874752 19865 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
[pid=167760/tid=167815] ppid=167751 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/167760/task/167815/stat : 167815 (Common-Cleaner) S 167751 167760 167700 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 239155649 19452874752 19865 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
[pid=167760/tid=167840] ppid=167751 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/167760/task/167840/stat : 167840 (Timer-0) S 167751 167760 167700 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 239155667 19452874752 19865 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 79460 KiB

[startup+0.700198 s]
/proc/loadavg: 1.08 1.67 2.85 10/341 167844
/proc/meminfo: memFree=128707360/131250000 swapFree=33010416/33010684
[pid=167760] ppid=167751 vsize=18996948 memory=103988 CPUtime=1.22 cores=4,6
/proc/167760/stat : 167760 (java) S 167751 167760 167700 0 -1 4194304 12616 0 112 0 119 3 0 0 20 0 19 0 239155643 19452874752 25997 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
/proc/167760/statm: 4749237 25997 5442 1 0 550823 0
[pid=167760/tid=167772] ppid=167751 vsize=18996948 memory=27264 CPUtime=0.6 cores=4,6
/proc/167760/task/167772/stat : 167772 (java) R 167751 167760 167700 0 -1 4194368 5275 0 112 0 59 1 0 0 20 0 19 0 239155646 19452874752 25997 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
[pid=167760/tid=167802] ppid=167751 vsize=18996948 memory=10496 CPUtime=0 cores=4,6
/proc/167760/task/167802/stat : 167802 (Finalizer) S 167751 167760 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239155648 19452874752 25997 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
[pid=167760/tid=167815] ppid=167751 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/167760/task/167815/stat : 167815 (Common-Cleaner) S 167751 167760 167700 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 239155649 19452874752 25997 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
[pid=167760/tid=167840] ppid=167751 vsize=18996948 memory=4740 CPUtime=0 cores=4,6
/proc/167760/task/167840/stat : 167840 (Timer-0) S 167751 167760 167700 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 239155667 19452874752 25997 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 103988 KiB

[startup+1.50019 s]
/proc/loadavg: 1.08 1.67 2.85 7/341 167844
/proc/meminfo: memFree=128636784/131250000 swapFree=33010416/33010684
[pid=167760] ppid=167751 vsize=18996948 memory=151264 CPUtime=2.15 cores=4,6
/proc/167760/stat : 167760 (java) S 167751 167760 167700 0 -1 4194304 13473 0 112 0 210 5 0 0 20 0 19 0 239155643 19452874752 37816 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
/proc/167760/statm: 4749237 37816 5442 1 0 550824 0
[pid=167760/tid=167772] ppid=167751 vsize=18996948 memory=10496 CPUtime=1.4 cores=4,6
/proc/167760/task/167772/stat : 167772 (java) R 167751 167760 167700 0 -1 4194368 5446 0 112 0 137 3 0 0 20 0 19 0 239155646 19452874752 37816 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
[pid=167760/tid=167802] ppid=167751 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/167760/task/167802/stat : 167802 (Finalizer) S 167751 167760 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239155648 19452874752 37816 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
[pid=167760/tid=167815] ppid=167751 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/167760/task/167815/stat : 167815 (Common-Cleaner) S 167751 167760 167700 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 239155649 19452874752 37816 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
[pid=167760/tid=167840] ppid=167751 vsize=18996948 memory=4740 CPUtime=0 cores=4,6
/proc/167760/task/167840/stat : 167840 (Timer-0) S 167751 167760 167700 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 239155667 19452874752 37816 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
Current children cumulated CPU time: 2.15 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 151264 KiB

[startup+3.10576 s]
/proc/loadavg: 1.48 1.74 2.87 7/343 167846
/proc/meminfo: memFree=127991548/131250000 swapFree=33010416/33010684
[pid=167760] ppid=167751 vsize=19063512 memory=237516 CPUtime=4.05 cores=4,6
/proc/167760/stat : 167760 (java) S 167751 167760 167700 0 -1 4194304 18482 0 112 0 398 7 0 0 20 0 20 0 239155643 19521036288 59379 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
/proc/167760/statm: 4765878 59379 5474 1 0 551501 0
[pid=167760/tid=167772] ppid=167751 vsize=19063512 memory=-9104135933923205820 CPUtime=2.93 cores=4,6
/proc/167760/task/167772/stat : 167772 (java) R 167751 167760 167700 0 -1 4194368 6467 0 112 0 290 3 0 0 20 0 20 0 239155646 19521036288 59379 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
[pid=167760/tid=167802] ppid=167751 vsize=19063512 memory=10496 CPUtime=0 cores=4,6
/proc/167760/task/167802/stat : 167802 (Finalizer) S 167751 167760 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239155648 19521036288 59379 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
[pid=167760/tid=167815] ppid=167751 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/167760/task/167815/stat : 167815 (Common-Cleaner) S 167751 167760 167700 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 239155649 19521036288 59379 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
[pid=167760/tid=167840] ppid=167751 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/167760/task/167840/stat : 167840 (Timer-0) S 167751 167760 167700 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239155667 19521036288 59379 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
Current children cumulated CPU time: 4.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 237516 KiB

[startup+6.30018 s]
/proc/loadavg: 1.48 1.74 2.87 7/343 167847
/proc/meminfo: memFree=126782908/131250000 swapFree=33010416/33010684
[pid=167760] ppid=167751 vsize=19063512 memory=388204 CPUtime=7.4 cores=4,6
/proc/167760/stat : 167760 (java) S 167751 167760 167700 0 -1 4194304 19587 0 112 0 730 10 0 0 20 0 20 0 239155643 19521036288 97051 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
/proc/167760/statm: 4765878 97051 5474 1 0 551507 0
[pid=167760/tid=167772] ppid=167751 vsize=19063512 memory=0 CPUtime=5.98 cores=4,6
/proc/167760/task/167772/stat : 167772 (java) R 167751 167760 167700 0 -1 4194368 6614 0 112 0 595 3 0 0 20 0 20 0 239155646 19521036288 97051 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
[pid=167760/tid=167802] ppid=167751 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/167760/task/167802/stat : 167802 (Finalizer) S 167751 167760 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239155648 19521036288 97051 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
[pid=167760/tid=167815] ppid=167751 vsize=19063512 memory=10496 CPUtime=0 cores=4,6
/proc/167760/task/167815/stat : 167815 (Common-Cleaner) S 167751 167760 167700 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 239155649 19521036288 97051 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
[pid=167760/tid=167840] ppid=167751 vsize=19063512 memory=155360 CPUtime=0 cores=4,6
/proc/167760/task/167840/stat : 167840 (Timer-0) S 167751 167760 167700 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239155667 19521036288 97051 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
Current children cumulated CPU time: 7.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 388204 KiB

[startup+12.7002 s]
/proc/loadavg: 1.87 1.82 2.88 6/343 167847
/proc/meminfo: memFree=124785460/131250000 swapFree=33010416/33010684
[pid=167760] ppid=167751 vsize=19063512 memory=870940 CPUtime=14.08 cores=4,6
/proc/167760/stat : 167760 (java) S 167751 167760 167700 0 -1 4194304 21301 0 112 0 1388 20 0 0 20 0 20 0 239155643 19521036288 217735 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
/proc/167760/statm: 4765878 217735 5474 1 0 691449 0
[pid=167760/tid=167772] ppid=167751 vsize=19063512 memory=155360 CPUtime=12.03 cores=4,6
/proc/167760/task/167772/stat : 167772 (java) R 167751 167760 167700 0 -1 4194368 7022 0 112 0 1198 5 0 0 20 0 20 0 239155646 19521036288 217735 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
[pid=167760/tid=167802] ppid=167751 vsize=19063512 memory=754176 CPUtime=0 cores=4,6
/proc/167760/task/167802/stat : 167802 (Finalizer) S 167751 167760 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239155648 19521036288 217735 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
[pid=167760/tid=167815] ppid=167751 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/167760/task/167815/stat : 167815 (Common-Cleaner) S 167751 167760 167700 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 239155649 19521036288 217735 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
[pid=167760/tid=167840] ppid=167751 vsize=19063512 memory=10496 CPUtime=0 cores=4,6
/proc/167760/task/167840/stat : 167840 (Timer-0) S 167751 167760 167700 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239155667 19521036288 217735 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
Current children cumulated CPU time: 14.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 870940 KiB

[startup+25.5002 s]
/proc/loadavg: 2.27 1.91 2.90 6/343 167847
/proc/meminfo: memFree=120677820/131250000 swapFree=33010416/33010684
[pid=167760] ppid=167751 vsize=19063512 memory=1497276 CPUtime=27.27 cores=4,6
/proc/167760/stat : 167760 (java) S 167751 167760 167700 0 -1 4194304 26339 0 112 0 2694 33 0 0 20 0 20 0 239155643 19521036288 374319 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
/proc/167760/statm: 4765878 374319 5474 1 0 829333 0
[pid=167760/tid=167772] ppid=167751 vsize=19063512 memory=0 CPUtime=24.37 cores=4,6
/proc/167760/task/167772/stat : 167772 (java) R 167751 167760 167700 0 -1 4194368 8308 0 112 0 2429 8 0 0 20 0 20 0 239155646 19521036288 374319 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
[pid=167760/tid=167802] ppid=167751 vsize=19063512 memory=16584 CPUtime=0 cores=4,6
/proc/167760/task/167802/stat : 167802 (Finalizer) S 167751 167760 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239155648 19521036288 374319 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
[pid=167760/tid=167815] ppid=167751 vsize=19063512 memory=27264 CPUtime=0 cores=4,6
/proc/167760/task/167815/stat : 167815 (Common-Cleaner) S 167751 167760 167700 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 239155649 19521036288 374319 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
[pid=167760/tid=167840] ppid=167751 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/167760/task/167840/stat : 167840 (Timer-0) S 167751 167760 167700 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239155667 19521036288 374319 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
Current children cumulated CPU time: 27.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1497276 KiB

[startup+51.1058 s]
/proc/loadavg: 3.01 2.11 2.94 6/344 167848
/proc/meminfo: memFree=114935108/131250000 swapFree=33010416/33010684
[pid=167760] ppid=167751 vsize=19063512 memory=2590036 CPUtime=54.16 cores=4,6
/proc/167760/stat : 167760 (java) S 167751 167760 167700 0 -1 4194304 39121 0 112 0 5359 57 0 0 20 0 20 0 239155643 19521036288 647509 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
/proc/167760/statm: 4765878 647509 5506 1 0 961808 0
[pid=167760/tid=167772] ppid=167751 vsize=19063512 memory=2528276 CPUtime=49.12 cores=4,6
/proc/167760/task/167772/stat : 167772 (java) R 167751 167760 167700 0 -1 4194368 9914 0 112 0 4901 11 0 0 20 0 20 0 239155646 19521036288 647509 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
[pid=167760/tid=167802] ppid=167751 vsize=19063512 memory=16584 CPUtime=0 cores=4,6

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

[startup+3222.3 s]
/proc/loadavg: 4.41 4.37 4.31 7/342 168029
/proc/meminfo: memFree=69085472/131250000 swapFree=33010416/33010684
[pid=167760] ppid=167751 vsize=19063512 memory=14318216 CPUtime=3292.68 cores=4,6
/proc/167760/stat : 167760 (java) S 167751 167760 167700 0 -1 4194304 307365 0 112 0 328854 414 0 0 20 0 20 0 239155643 19521036288 3579554 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
/proc/167760/statm: 4765878 3579554 5506 1 0 4054020 0
[pid=167760/tid=167772] ppid=167751 vsize=19063512 memory=14318216 CPUtime=3158.86 cores=4,6
/proc/167760/task/167772/stat : 167772 (java) R 167751 167760 167700 0 -1 4194368 146863 0 112 0 315776 110 0 0 20 0 20 0 239155646 19521036288 3579554 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
[pid=167760/tid=167802] ppid=167751 vsize=19063512 memory=16584 CPUtime=0 cores=4,6
/proc/167760/task/167802/stat : 167802 (Finalizer) S 167751 167760 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239155648 19521036288 3579554 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
[pid=167760/tid=167815] ppid=167751 vsize=19063512 memory=14318216 CPUtime=0 cores=4,6
/proc/167760/task/167815/stat : 167815 (Common-Cleaner) S 167751 167760 167700 0 -1 4194368 2316 0 0 0 0 0 0 0 20 0 20 0 239155649 19521036288 3579554 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
[pid=167760/tid=167840] ppid=167751 vsize=19063512 memory=14318216 CPUtime=0 cores=4,6
/proc/167760/task/167840/stat : 167840 (Timer-0) S 167751 167760 167700 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239155667 19521036288 3579554 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
Current children cumulated CPU time: 3292.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14318216 KiB

[startup+3282.3 s]
/proc/loadavg: 4.40 4.37 4.31 5/342 168161
/proc/meminfo: memFree=85052740/131250000 swapFree=33010416/33010684
[pid=167760] ppid=167751 vsize=19063512 memory=14318216 CPUtime=3353.35 cores=4,6
/proc/167760/stat : 167760 (java) S 167751 167760 167700 0 -1 4194304 311767 0 112 0 334913 422 0 0 20 0 20 0 239155643 19521036288 3579554 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
/proc/167760/statm: 4765878 3579554 5506 1 0 4054020 0
[pid=167760/tid=167772] ppid=167751 vsize=19063512 memory=10496 CPUtime=3217.8 cores=4,6
/proc/167760/task/167772/stat : 167772 (java) R 167751 167760 167700 0 -1 4194368 148782 0 112 0 321664 116 0 0 20 0 20 0 239155646 19521036288 3579554 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
[pid=167760/tid=167802] ppid=167751 vsize=19063512 memory=5760 CPUtime=0 cores=4,6
/proc/167760/task/167802/stat : 167802 (Finalizer) S 167751 167760 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239155648 19521036288 3579554 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
[pid=167760/tid=167815] ppid=167751 vsize=19063512 memory=5760 CPUtime=0 cores=4,6
/proc/167760/task/167815/stat : 167815 (Common-Cleaner) S 167751 167760 167700 0 -1 4194368 2383 0 0 0 0 0 0 0 20 0 20 0 239155649 19521036288 3579554 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
[pid=167760/tid=167840] ppid=167751 vsize=19063512 memory=14318216 CPUtime=0 cores=4,6
/proc/167760/task/167840/stat : 167840 (Timer-0) S 167751 167760 167700 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239155667 19521036288 3579554 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
Current children cumulated CPU time: 3353.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14318216 KiB

[startup+3342.3 s]
/proc/loadavg: 4.32 4.34 4.31 5/340 168163
/proc/meminfo: memFree=84714936/131250000 swapFree=33010416/33010684
[pid=167760] ppid=167751 vsize=19063512 memory=14318216 CPUtime=3413.46 cores=4,6
/proc/167760/stat : 167760 (java) S 167751 167760 167700 0 -1 4194304 315806 0 112 0 340921 425 0 0 20 0 20 0 239155643 19521036288 3579554 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
/proc/167760/statm: 4765878 3579554 5506 1 0 4054020 0
[pid=167760/tid=167772] ppid=167751 vsize=19063512 memory=5760 CPUtime=3277.42 cores=4,6
/proc/167760/task/167772/stat : 167772 (java) R 167751 167760 167700 0 -1 4194368 151715 0 112 0 327626 116 0 0 20 0 20 0 239155646 19521036288 3579554 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
[pid=167760/tid=167802] ppid=167751 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/167760/task/167802/stat : 167802 (Finalizer) S 167751 167760 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239155648 19521036288 3579554 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
[pid=167760/tid=167815] ppid=167751 vsize=19063512 memory=16584 CPUtime=0 cores=4,6
/proc/167760/task/167815/stat : 167815 (Common-Cleaner) S 167751 167760 167700 0 -1 4194368 2397 0 0 0 0 0 0 0 20 0 20 0 239155649 19521036288 3579554 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
[pid=167760/tid=167840] ppid=167751 vsize=19063512 memory=14318216 CPUtime=0 cores=4,6
/proc/167760/task/167840/stat : 167840 (Timer-0) S 167751 167760 167700 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239155667 19521036288 3579554 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
Current children cumulated CPU time: 3413.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14318216 KiB

[startup+3402.3 s]
/proc/loadavg: 4.57 4.39 4.32 5/339 168234
/proc/meminfo: memFree=99324428/131250000 swapFree=33010416/33010684
[pid=167760] ppid=167751 vsize=19063512 memory=14318216 CPUtime=3473.86 cores=4,6
/proc/167760/stat : 167760 (java) S 167751 167760 167700 0 -1 4194304 320510 0 112 0 346959 427 0 0 20 0 20 0 239155643 19521036288 3579554 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
/proc/167760/statm: 4765878 3579554 5506 1 0 4054020 0
[pid=167760/tid=167772] ppid=167751 vsize=19063512 memory=3200 CPUtime=3336.74 cores=4,6
/proc/167760/task/167772/stat : 167772 (java) R 167751 167760 167700 0 -1 4194368 154680 0 112 0 333557 117 0 0 20 0 20 0 239155646 19521036288 3579554 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
[pid=167760/tid=167802] ppid=167751 vsize=19063512 memory=14318216 CPUtime=0 cores=4,6
/proc/167760/task/167802/stat : 167802 (Finalizer) S 167751 167760 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239155648 19521036288 3579554 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
[pid=167760/tid=167815] ppid=167751 vsize=19063512 memory=14318216 CPUtime=0 cores=4,6
/proc/167760/task/167815/stat : 167815 (Common-Cleaner) S 167751 167760 167700 0 -1 4194368 2470 0 0 0 0 0 0 0 20 0 20 0 239155649 19521036288 3579554 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
[pid=167760/tid=167840] ppid=167751 vsize=19063512 memory=14318216 CPUtime=0 cores=4,6
/proc/167760/task/167840/stat : 167840 (Timer-0) S 167751 167760 167700 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239155667 19521036288 3579554 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
Current children cumulated CPU time: 3473.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14318216 KiB

[startup+3462.3 s]
/proc/loadavg: 4.27 4.33 4.31 5/339 168239
/proc/meminfo: memFree=97578604/131250000 swapFree=33010416/33010684
[pid=167760] ppid=167751 vsize=19063512 memory=14318344 CPUtime=3534.42 cores=4,6
/proc/167760/stat : 167760 (java) S 167751 167760 167700 0 -1 4194304 324772 0 112 0 353013 429 0 0 20 0 20 0 239155643 19521036288 3579586 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
/proc/167760/statm: 4765878 3579586 5506 1 0 4054020 0
[pid=167760/tid=167772] ppid=167751 vsize=19063512 memory=3200 CPUtime=3395.87 cores=4,6
/proc/167760/task/167772/stat : 167772 (java) R 167751 167760 167700 0 -1 4194368 157342 0 112 0 339470 117 0 0 20 0 20 0 239155646 19521036288 3579586 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
[pid=167760/tid=167802] ppid=167751 vsize=19063512 memory=14318344 CPUtime=0 cores=4,6
/proc/167760/task/167802/stat : 167802 (Finalizer) S 167751 167760 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239155648 19521036288 3579586 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
[pid=167760/tid=167815] ppid=167751 vsize=19063512 memory=16584 CPUtime=0 cores=4,6
/proc/167760/task/167815/stat : 167815 (Common-Cleaner) S 167751 167760 167700 0 -1 4194368 2584 0 0 0 0 0 0 0 20 0 20 0 239155649 19521036288 3579586 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
[pid=167760/tid=167840] ppid=167751 vsize=19063512 memory=16584 CPUtime=0 cores=4,6
/proc/167760/task/167840/stat : 167840 (Timer-0) S 167751 167760 167700 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239155667 19521036288 3579586 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
Current children cumulated CPU time: 3534.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14318344 KiB

[startup+3522.3 s]
/proc/loadavg: 4.30 4.33 4.31 5/340 168374
/proc/meminfo: memFree=111932156/131250000 swapFree=33010416/33010684
[pid=167760] ppid=167751 vsize=19063512 memory=14318344 CPUtime=3595.28 cores=4,6
/proc/167760/stat : 167760 (java) S 167751 167760 167700 0 -1 4194304 329111 0 112 0 359097 431 0 0 20 0 20 0 239155643 19521036288 3579586 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
/proc/167760/statm: 4765878 3579586 5506 1 0 4054020 0
[pid=167760/tid=167772] ppid=167751 vsize=19063512 memory=14318344 CPUtime=3454.74 cores=4,6
/proc/167760/task/167772/stat : 167772 (java) R 167751 167760 167700 0 -1 4194368 159671 0 112 0 345357 117 0 0 20 0 20 0 239155646 19521036288 3579586 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
[pid=167760/tid=167802] ppid=167751 vsize=19063512 memory=14318344 CPUtime=0 cores=4,6
/proc/167760/task/167802/stat : 167802 (Finalizer) S 167751 167760 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239155648 19521036288 3579586 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
[pid=167760/tid=167815] ppid=167751 vsize=19063512 memory=14318344 CPUtime=0 cores=4,6
/proc/167760/task/167815/stat : 167815 (Common-Cleaner) S 167751 167760 167700 0 -1 4194368 2623 0 0 0 0 0 0 0 20 0 20 0 239155649 19521036288 3579586 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
[pid=167760/tid=167840] ppid=167751 vsize=19063512 memory=16584 CPUtime=0 cores=4,6
/proc/167760/task/167840/stat : 167840 (Timer-0) S 167751 167760 167700 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239155667 19521036288 3579586 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
Current children cumulated CPU time: 3595.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14318344 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3527.11 s]
/proc/loadavg: 4.27 4.33 4.31 5/340 168374
/proc/meminfo: memFree=111915772/131250000 swapFree=33010416/33010684
[pid=167760] ppid=167751 vsize=19063512 memory=14318344 CPUtime=3600.07 cores=4,6
/proc/167760/stat : 167760 (java) S 167751 167760 167700 0 -1 4194304 329317 0 112 0 359576 431 0 0 20 0 20 0 239155643 19521036288 3579586 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
/proc/167760/statm: 4765878 3579586 5506 1 0 4054020 0
[pid=167760/tid=167772] ppid=167751 vsize=19063512 memory=14318344 CPUtime=3459.53 cores=4,6
/proc/167760/task/167772/stat : 167772 (java) R 167751 167760 167700 0 -1 4194368 159877 0 112 0 345836 117 0 0 20 0 20 0 239155646 19521036288 3579586 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
[pid=167760/tid=167802] ppid=167751 vsize=19063512 memory=14318344 CPUtime=0 cores=4,6
/proc/167760/task/167802/stat : 167802 (Finalizer) S 167751 167760 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239155648 19521036288 3579586 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
[pid=167760/tid=167815] ppid=167751 vsize=19063512 memory=14318344 CPUtime=0 cores=4,6
/proc/167760/task/167815/stat : 167815 (Common-Cleaner) S 167751 167760 167700 0 -1 4194368 2623 0 0 0 0 0 0 0 20 0 20 0 239155649 19521036288 3579586 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
[pid=167760/tid=167840] ppid=167751 vsize=19063512 memory=5760 CPUtime=0 cores=4,6
/proc/167760/task/167840/stat : 167840 (Timer-0) S 167751 167760 167700 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239155667 19521036288 3579586 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14318344 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.92 s, system=4.35419 s

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

[startup+3527.2 s]
/proc/loadavg: 4.27 4.33 4.31 5/340 168374
/proc/meminfo: memFree=111915772/131250000 swapFree=33010416/33010684
[pid=167760] ppid=167751 vsize=19263204 memory=14319240 CPUtime=3600.22 cores=4,6
/proc/167760/stat : 167760 (java) S 167751 167760 167700 0 -1 4194304 331972 0 112 0 359591 431 0 0 20 0 15 0 239155643 19725520896 3579810 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
/proc/167760/statm: 4815801 3579810 5506 1 0 4055003 0
[pid=167760/tid=167772] ppid=167751 vsize=19263204 memory=27264 CPUtime=3459.55 cores=4,6
/proc/167760/task/167772/stat : 167772 (java) S 167751 167760 167700 0 -1 4194368 159967 0 112 0 345838 117 0 0 20 0 15 0 239155646 19725520896 3579810 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
[pid=167760/tid=167802] ppid=167751 vsize=19263204 memory=10496 CPUtime=0 cores=4,6
/proc/167760/task/167802/stat : 167802 (Finalizer) S 167751 167760 167700 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 15 0 239155648 19725520896 3579810 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
[pid=167760/tid=167815] ppid=167751 vsize=19263204 memory=14318344 CPUtime=0 cores=4,6
/proc/167760/task/167815/stat : 167815 (Common-Cleaner) S 167751 167760 167700 0 -1 4194368 2623 0 0 0 0 0 0 0 20 0 15 0 239155649 19725520896 3579810 18446744073709551615 94674029903872 94674029907568 140737259175600 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94674029915384 94674029916176 94674035662848 140737259178367 140737259178468 140737259178468 140737259184072 0
Current children cumulated CPU time: 3600.22 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 14319240 KiB

Child status: 143

Real time (s): 3527.25
CPU time (s): 3600.27
CPU user time (s): 3595.92
CPU system time (s): 4.35419
CPU usage (%): 102.07
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 14319240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.92
system time used= 4.35419
maximum resident set size= 14319368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 332000
page faults= 112
swaps= 0
block input operations= 0
block output operations= 17808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 115128
involuntary context switches= 8835


# summary of solver processes directly reported to runsolver:
#   pid: 167760
#   total CPU time (s): 3600.27
#   total CPU user time (s): 3595.92
#   total CPU system time (s): 4.35419

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.78338 second user time and 16.6879 second system time

The end

Launcher Data

Begin job on nodeC018 at 2025-07-23 03:39:38
IDJOB=4544304
IDBENCH=175223
IDSOLVER=3363
FILE ID=nodeC018/4544304-1753234778
RUNJOBID= nodeC018-1753234778-167711
SLURM_JOB_ID= 9687862
Free space on /tmp= 433016 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/extended-even-colouring/random_norational_opb/normalized-ec_random_norational_random4reg_split_350.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4544304-1753234778/watcher-4544304-1753234778 -o /tmp/evaluation-result-4544304-1753234778/solver-4544304-1753234778 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1753234778-167711 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4544304-1753234778.opb

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

MD5SUM BENCH= 7a60842b33cead3593177bf84a5f4859
RANDOM SEED=1117295114

nodeC018 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.800
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.66
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		: 3177.144
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.66
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		: 3599.887
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.66
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		: 2725.583
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.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.045
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.66
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		: 2135.732
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.66
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.839
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.66
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		: 2832.401
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.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129048972 kB
MemAvailable:   129660228 kB
Buffers:            2128 kB
Cached:          1361684 kB
SwapCached:           28 kB
Active:          1147384 kB
Inactive:         283468 kB
Active(anon):      93000 kB
Inactive(anon):      284 kB
Active(file):    1054384 kB
Inactive(file):   283184 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1972 kB
Writeback:             0 kB
AnonPages:         70060 kB
Mapped:           108580 kB
Shmem:             26240 kB
KReclaimable:     225452 kB
Slab:             321456 kB
SReclaimable:     225452 kB
SUnreclaim:        96004 kB
KernelStack:        4128 kB
PageTables:         2820 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     340940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432996 MiB
End job on nodeC018 at 2025-07-23 04:38:25