Trace number 4447082

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 2024 2024-07-07? (TO) 3600.22 3601.64

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/sroussel/
ShortestPathTate/normalized-TateBritain_K81.opb
MD5SUMa76247625d06f26dbfcd47fe69513f4b
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5508
Total number of constraints5672
Number of constraints which are clauses5591
Number of constraints which are cardinality constraints (but not clauses)81
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint81
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 82
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.07/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.11	c See www.sat4j.org for details.
0.07/0.12	c version CUSTOM.v20240707
0.07/0.13	c java.runtime.name	OpenJDK Runtime Environment
0.07/0.13	c java.vm.name		OpenJDK 64-Bit Server VM
0.07/0.13	c java.vm.version	22.0.1+8-16
0.07/0.13	c java.vm.vendor	Oracle Corporation
0.07/0.13	c sun.arch.data.model	64
0.07/0.13	c java.version		22.0.1
0.07/0.13	c os.name		Linux
0.07/0.13	c os.version		4.18.0-301.1.el8.x86_64
0.07/0.13	c os.arch		amd64
0.07/0.14	c Free memory 		2104792832
0.07/0.14	c Max memory 		16282288128
0.07/0.14	c Total memory 		2113929216
0.07/0.14	c Number of processors 	2
0.07/0.17	--- Begin Solver configuration ---
0.07/0.17	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.07/0.17	Learn all clauses as in MiniSAT
0.07/0.17	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.17	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.17	Expensive reason simplification
0.07/0.17	Glucose 2.1 dynamic restart strategy
0.07/0.17	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.07/0.17	timeout=2147483s
0.07/0.17	DB Simplification allowed=false
0.07/0.17	Listener: none
0.07/0.17	--- End Solver configuration ---
0.07/0.18	c Pseudo Boolean Optimization by upper bound
0.07/0.18	c --- Begin Solver configuration ---
0.07/0.18	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.07/0.18	c Learn all clauses as in MiniSAT
0.07/0.18	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.18	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.18	c Expensive reason simplification
0.07/0.18	c Glucose 2.1 dynamic restart strategy
0.07/0.18	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.07/0.18	c timeout=2147483s
0.07/0.18	c DB Simplification allowed=false
0.07/0.18	c Listener: none
0.07/0.18	c --- End Solver configuration ---
0.07/0.18	c solving HOME/instance-4447082-1721824477.opb
0.07/0.18	c reading problem ... 
0.18/0.82	c using VERIPB proof format
0.18/0.82	c  no objective function found
0.34/0.93	c ... done. Wall clock time 0.753s.
0.34/0.93	c declared #vars     5508
0.34/0.93	c #constraints  5672
0.34/0.93	c constraints type 
0.34/0.93	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1040
0.34/0.93	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 81
0.34/0.93	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4549
0.34/0.93	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.34/0.93	c 5672 constraints processed.
3.07/2.31	c cleaning 2490 clauses out of 4988 with flag 26558/5000
4.95/3.48	c cleaning 4220 clauses out of 8498 with flag 66236/11001
6.51/4.85	c cleaning 5611 clauses out of 11269 with flag 124373/18000
8.37/6.42	c cleaning 6813 clauses out of 13660 with flag 182094/26004
10.11/8.13	c cleaning 7892 clauses out of 15838 with flag 242490/35000
12.02/10.00	c cleaning 8847 clauses out of 17941 with flag 308391/45001
14.32/12.33	c cleaning 9896 clauses out of 20092 with flag 393721/56000
16.82/14.88	c cleaning 10491 clauses out of 22194 with flag 475560/68000
19.62/17.65	c cleaning 11351 clauses out of 24705 with flag 555944/81007
22.73/20.71	c cleaning 12031 clauses out of 27345 with flag 643439/95000
25.99/24.00	c cleaning 12892 clauses out of 30305 with flag 735579/110003
29.46/27.44	c cleaning 13646 clauses out of 33413 with flag 834912/126003
33.56/31.35	c cleaning 14559 clauses out of 36763 with flag 941720/143000
37.96/36.09	c cleaning 15723 clauses out of 40206 with flag 1058050/161003
42.54/40.69	c cleaning 16274 clauses out of 43480 with flag 1182348/180000
47.38/45.42	c cleaning 17350 clauses out of 47206 with flag 1312790/200000
52.82/50.88	c cleaning 18273 clauses out of 50857 with flag 1458024/221005
58.37/56.46	c cleaning 19181 clauses out of 54572 with flag 1609969/243000
64.60/62.67	c cleaning 20001 clauses out of 58386 with flag 1769156/266000
71.04/69.33	c cleaning 20959 clauses out of 62385 with flag 1932887/290002
78.03/76.33	c cleaning 21706 clauses out of 66424 with flag 2112189/315001
85.69/83.97	c cleaning 22575 clauses out of 70717 with flag 2313593/341002
93.77/91.91	c cleaning 23839 clauses out of 75140 with flag 2508593/368000
102.11/100.69	c cleaning 24558 clauses out of 79304 with flag 2721431/396003
110.69/109.22	c cleaning 25579 clauses out of 83742 with flag 2941808/425000
120.00/118.56	c cleaning 26496 clauses out of 88161 with flag 3174015/455000
129.56/128.11	c cleaning 27320 clauses out of 92666 with flag 3411938/486002
140.02/138.50	c cleaning 28569 clauses out of 97343 with flag 3680901/518000
150.08/148.50	c cleaning 29257 clauses out of 101776 with flag 3933710/551002
161.59/160.26	c cleaning 30337 clauses out of 106517 with flag 4225871/585000
173.16/171.75	c cleaning 31401 clauses out of 111179 with flag 4496508/620000
185.34/183.89	c cleaning 32385 clauses out of 115777 with flag 4801630/656000
198.56/197.20	c cleaning 33275 clauses out of 120393 with flag 5110945/693001
212.19/210.79	c cleaning 34272 clauses out of 125116 with flag 5457290/731000
226.64/225.24	c cleaning 35114 clauses out of 129844 with flag 5793368/770000
242.58/240.92	c cleaning 35951 clauses out of 134730 with flag 6188100/810000
258.42/256.86	c cleaning 36878 clauses out of 139779 with flag 6565590/851001
275.34/273.72	c cleaning 38221 clauses out of 144902 with flag 6956546/893002
292.81/291.54	c cleaning 39385 clauses out of 149679 with flag 7385012/936000
311.70/310.62	c cleaning 40353 clauses out of 154294 with flag 7831814/980000
331.08/330.10	c cleaning 41532 clauses out of 158941 with flag 8299400/1025000
352.67/351.66	c cleaning 42428 clauses out of 163407 with flag 8783732/1071000
374.83/373.99	c cleaning 43393 clauses out of 167977 with flag 9277173/1118000
397.85/396.84	c cleaning 44289 clauses out of 172585 with flag 9777708/1166001
421.89/420.90	c cleaning 45692 clauses out of 177296 with flag 10312561/1215001
446.78/445.74	c cleaning 46638 clauses out of 181604 with flag 10850671/1265001
471.61/470.85	c cleaning 47680 clauses out of 185964 with flag 11403169/1316000
497.66/496.81	c cleaning 48650 clauses out of 190286 with flag 11961328/1368002
525.16/524.21	c cleaning 50007 clauses out of 194633 with flag 12573133/1421000
554.88/554.25	c cleaning 50745 clauses out of 198627 with flag 13221144/1475002
583.38/582.88	c cleaning 51571 clauses out of 202880 with flag 13830227/1530000
614.79/614.16	c cleaning 52893 clauses out of 207309 with flag 14483164/1586000
648.41/647.84	c cleaning 53997 clauses out of 211416 with flag 15208707/1643000
682.41/682.17	c cleaning 55085 clauses out of 215419 with flag 15906905/1701000
717.78/717.61	c cleaning 55897 clauses out of 219334 with flag 16592368/1760000
751.98/751.85	c cleaning 57547 clauses out of 223437 with flag 17301690/1820000
787.62/787.69	c cleaning 58327 clauses out of 226893 with flag 18003735/1881003
826.46/826.78	c cleaning 58938 clauses out of 230563 with flag 18917648/1943000
871.02/871.29	c cleaning 59820 clauses out of 234622 with flag 19940061/2006000
911.24/911.32	c cleaning 61674 clauses out of 238802 with flag 20768917/2070001
956.67/957.50	c cleaning 62460 clauses out of 242128 with flag 21680244/2135002
999.51/1000.61	c cleaning 63431 clauses out of 245666 with flag 22608659/2201000
1038.21/1039.43	c cleaning 64431 clauses out of 249235 with flag 23397329/2268000
1083.61/1084.98	c cleaning 65576 clauses out of 252805 with flag 24354911/2336001
1129.77/1131.00	c cleaning 66576 clauses out of 256232 with flag 25464697/2405004
1173.75/1175.07	c cleaning 67806 clauses out of 259652 with flag 26498076/2475000
1216.14/1217.28	c cleaning 68822 clauses out of 262846 with flag 27486159/2546000
1266.00/1266.99	c cleaning 69467 clauses out of 266027 with flag 28450445/2618003
1320.13/1320.90	c cleaning 71018 clauses out of 269557 with flag 29538865/2691000
1370.99/1371.42	c cleaning 71235 clauses out of 272540 with flag 30578279/2765001
1421.79/1422.15	c cleaning 72835 clauses out of 276306 with flag 31603746/2840002
1482.45/1483.84	c cleaning 73401 clauses out of 279470 with flag 32779460/2916001
1533.53/1534.92	c cleaning 74900 clauses out of 283068 with flag 33799438/2993000
1596.59/1597.60	c cleaning 75757 clauses out of 286169 with flag 35081144/3071001
1655.15/1656.08	c cleaning 77214 clauses out of 289411 with flag 36338403/3150000
1711.94/1714.89	c cleaning 78256 clauses out of 292197 with flag 37467048/3230000
1769.00/1771.93	c cleaning 78691 clauses out of 294940 with flag 38559272/3311000
1834.81/1837.71	c cleaning 80003 clauses out of 298249 with flag 39856751/3393000
1893.41/1896.02	c cleaning 80972 clauses out of 301246 with flag 40924341/3476000
1961.74/1964.58	c cleaning 82040 clauses out of 304276 with flag 42187978/3560002
2024.20/2027.51	c cleaning 83133 clauses out of 307239 with flag 43365590/3645005
2092.13/2095.59	c cleaning 84164 clauses out of 310101 with flag 44577732/3731000
2155.49/2159.11	c cleaning 85171 clauses out of 312938 with flag 45851815/3818001
2224.15/2227.69	c cleaning 86298 clauses out of 315767 with flag 47113647/3906001
2297.90/2300.95	c cleaning 86963 clauses out of 318468 with flag 48561943/3995001
2367.33/2370.80	c cleaning 88139 clauses out of 321505 with flag 49811512/4085002
2436.76/2440.13	c cleaning 89371 clauses out of 324364 with flag 51063436/4176000
2517.54/2520.78	c cleaning 90099 clauses out of 326996 with flag 52389686/4268003
2592.47/2595.32	c cleaning 91018 clauses out of 329894 with flag 53762156/4361000
2674.77/2677.39	c cleaning 92368 clauses out of 332877 with flag 55196836/4455001
2752.51/2754.81	c cleaning 93247 clauses out of 335508 with flag 56588748/4550000
2831.57/2833.79	c cleaning 94622 clauses out of 338262 with flag 58032535/4646001
2918.88/2920.64	c cleaning 95610 clauses out of 340640 with flag 59474863/4743001
3021.72/3022.56	c cleaning 96508 clauses out of 343030 with flag 61258413/4841001
3097.80/3098.49	c cleaning 97573 clauses out of 345522 with flag 62698447/4940001
3172.42/3174.29	c cleaning 98540 clauses out of 347949 with flag 64114577/5040001
3261.42/3263.28	c cleaning 99446 clauses out of 350407 with flag 65599523/5141000
3349.09/3352.00	c cleaning 100594 clauses out of 352961 with flag 67085358/5243000
3439.14/3441.14	c cleaning 101660 clauses out of 355367 with flag 68523378/5346000
3541.00/3543.04	c cleaning 102220 clauses out of 357709 with flag 70155157/5450002
3600.04/3601.53	c starts		: 45446
3600.04/3601.53	c timeout
3600.04/3601.53	c conflicts		: 5529951
3600.04/3601.53	c decisions		: 52288072
3600.04/3601.53	c propagations		: 1929836519
3600.04/3601.53	c inspects		: 24268363997
3600.04/3601.53	c shortcuts		: 0
3600.04/3601.53	c learnt literals	: 104
3600.04/3601.53	c learnt binary clauses	: 90673
3600.04/3601.53	c learnt ternary clauses	: 109417
3600.04/3601.53	c learnt constraints	: 5529847
3600.04/3601.53	c ignored constraints	: 0
3600.04/3601.53	c root simplifications	: 0
3600.04/3601.53	c removed literals (reason simplification)	: 225145943
3600.04/3601.53	c reason swapping (by a shorter reason)	: 0
3600.04/3601.53	c Calls to reduceDB	: 100
3600.04/3601.53	c Number of update (reduction) of LBD	: 5362351
3600.04/3601.53	c Imported unit clauses	: 0
3600.04/3601.53	c No decision after first conflict	: false
3600.04/3601.53	c number of reductions to clauses (during analyze)	: 0
3600.04/3601.53	c number of learned constraints concerned by reduction	: 0
3600.04/3601.53	c number of learning phase by resolution	: 0
3600.04/3601.53	c number of learning phase by cutting planes	: 0
3600.04/3601.53	c number of rounding to 1 operations	: 0
3600.04/3601.53	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3601.53	c number of reductions of the coefficients by power 2 	: 0
3600.04/3601.53	c number of right shift for reduction by power 2 	: 0
3600.04/3601.53	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3601.53	c number of ending skipping 	: 0
3600.04/3601.53	c number of internal skipping 	: 0
3600.04/3601.53	c number of derivation steps 	: 0
3600.04/3601.53	c number of skipped derivation steps 	: 0
3600.04/3601.53	c number of remaining unassigned 	: 0
3600.04/3601.53	c number of remaining assigned 	: 0
3600.04/3601.53	c number of falsified literals weakened from reason	: 0
3600.04/3601.53	c number of falsified literals weakened from conflict	: 0
3600.04/3601.53	c time for arithmetic operations	: 0
3600.04/3601.53	c minimum degree of deleted constraints	: null
3600.04/3601.53	c maximum degree of deleted constraints	: null
3600.04/3601.53	c number of deleted constraints	: 0
3600.04/3601.53	c speed (assignments/second)	: 535980.5383700145
3600.04/3601.53	c non guided choices	: 921
3600.04/3601.60	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 244765
3600.04/3601.60	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 90673
3600.04/3601.60	s UNKNOWN
3600.04/3601.60	c Total wall clock time (in seconds): 3601.426

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: 63968 MiB (53547 MiB free)
  memory of node 1: 64473 MiB (45844 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4447082-1721824477/watcher-4447082-1721824477 -o /tmp/evaluation-result-4447082-1721824477/solver-4447082-1721824477 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1721817187-235998 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4447082-1721824477 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4447082-1721824477.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=240783, runsolver pid=240780

[startup+0.100931 s]*
/proc/loadavg: 4.10 4.19 4.23 6/333 240801
/proc/meminfo: memFree=101740520/131524600 swapFree=131071996/131071996
[pid=240783] ppid=240780 vsize=18975048 memory=56436 CPUtime=0.07 cores=4,6
/proc/240783/stat : 240783 (java) S 240780 240783 235987 0 -1 1077936128 6573 0 0 0 5 2 0 0 20 0 18 0 18970733 19430449152 14109 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 0 0 16800975 0 0 0 17 6 0 0 1 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
/proc/240783/statm: 4743762 14109 5628 1 0 548819 0
[pid=240783/tid=240785] ppid=240780 vsize=18975048 memory=4026561586 CPUtime=0.04 cores=4,6
/proc/240783/task/240785/stat : 240785 (java) S 240780 240783 235987 0 -1 1077936192 5492 0 0 0 3 1 0 0 20 0 18 0 18970736 19430449152 14109 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
[pid=240783/tid=240794] ppid=240780 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/240783/task/240794/stat : 240794 (Finalizer) S 240780 240783 235987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18970739 19430449152 14109 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
[pid=240783/tid=240801] ppid=240780 vsize=18975048 memory=14130048089961189 CPUtime=0 cores=4,6
/proc/240783/task/240801/stat : 240801 (Common-Cleaner) S 240780 240783 235987 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18970740 19430449152 14109 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56436 KiB

[startup+0.205741 s]*
/proc/loadavg: 4.10 4.19 4.23 4/333 240801
/proc/meminfo: memFree=101730316/131524600 swapFree=131071996/131071996
[pid=240783] ppid=240780 vsize=18975048 memory=65948 CPUtime=0.18 cores=4,6
/proc/240783/stat : 240783 (java) S 240780 240783 235987 0 -1 1077936128 7435 0 0 0 16 2 0 0 20 0 18 0 18970733 19430449152 16487 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 0 0 16800975 0 0 0 17 6 0 0 1 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
/proc/240783/statm: 4743762 16487 5649 1 0 549477 0
[pid=240783/tid=240785] ppid=240780 vsize=18975048 memory=4782652875487838339 CPUtime=0.1 cores=4,6
/proc/240783/task/240785/stat : 240785 (java) D 240780 240783 235987 0 -1 1078198336 5874 0 0 0 9 1 0 0 20 0 18 0 18970736 19430449152 16487 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
[pid=240783/tid=240794] ppid=240780 vsize=18975048 memory=770575 CPUtime=0 cores=4,6
/proc/240783/task/240794/stat : 240794 (Finalizer) S 240780 240783 235987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18970739 19430449152 16487 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
[pid=240783/tid=240801] ppid=240780 vsize=18975048 memory=15816698926204594 CPUtime=0 cores=4,6
/proc/240783/task/240801/stat : 240801 (Common-Cleaner) S 240780 240783 235987 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18970740 19430449152 16487 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65948 KiB

[startup+0.305801 s]*
/proc/loadavg: 4.10 4.19 4.23 4/333 240801
/proc/meminfo: memFree=101729644/131524600 swapFree=131071996/131071996
[pid=240783] ppid=240780 vsize=18975048 memory=65948 CPUtime=0.18 cores=4,6
/proc/240783/stat : 240783 (java) S 240780 240783 235987 0 -1 1077936128 7435 0 0 0 16 2 0 0 20 0 18 0 18970733 19430449152 16487 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 0 0 16800975 0 0 0 17 6 0 0 1 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
/proc/240783/statm: 4743762 16487 5649 1 0 549477 0
[pid=240783/tid=240785] ppid=240780 vsize=18975048 memory=-9175349133129261756 CPUtime=0.1 cores=4,6
/proc/240783/task/240785/stat : 240785 (java) D 240780 240783 235987 0 -1 1078198336 5874 0 0 0 9 1 0 0 20 0 18 0 18970736 19430449152 16487 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
[pid=240783/tid=240794] ppid=240780 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/240783/task/240794/stat : 240794 (Finalizer) S 240780 240783 235987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18970739 19430449152 16487 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
[pid=240783/tid=240801] ppid=240780 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/240783/task/240801/stat : 240801 (Common-Cleaner) S 240780 240783 235987 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18970740 19430449152 16487 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65948 KiB

[startup+0.70022 s]
/proc/loadavg: 4.10 4.19 4.23 4/333 240801
/proc/meminfo: memFree=101727412/131524600 swapFree=131071996/131071996
[pid=240783] ppid=240780 vsize=18975048 memory=65948 CPUtime=0.18 cores=4,6
/proc/240783/stat : 240783 (java) S 240780 240783 235987 0 -1 1077936128 7437 0 0 0 16 2 0 0 20 0 18 0 18970733 19430449152 16487 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 0 0 16800975 0 0 0 17 6 0 0 1 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
/proc/240783/statm: 4743762 16487 5649 1 0 549477 0
[pid=240783/tid=240785] ppid=240780 vsize=18975048 memory=5592 CPUtime=0.1 cores=4,6
/proc/240783/task/240785/stat : 240785 (java) D 240780 240783 235987 0 -1 1077936192 5876 0 0 0 9 1 0 0 20 0 18 0 18970736 19430449152 16487 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
[pid=240783/tid=240794] ppid=240780 vsize=18975048 memory=12264 CPUtime=0 cores=4,6
/proc/240783/task/240794/stat : 240794 (Finalizer) S 240780 240783 235987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18970739 19430449152 16487 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
[pid=240783/tid=240801] ppid=240780 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/240783/task/240801/stat : 240801 (Common-Cleaner) S 240780 240783 235987 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18970740 19430449152 16487 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65948 KiB

[startup+1.50234 s]
/proc/loadavg: 4.17 4.21 4.24 7/334 240802
/proc/meminfo: memFree=101694312/131524600 swapFree=131071996/131071996
[pid=240783] ppid=240780 vsize=19041612 memory=150800 CPUtime=1.5 cores=4,6
/proc/240783/stat : 240783 (java) S 240780 240783 235987 0 -1 1077936128 11335 0 0 0 146 4 0 0 20 0 19 0 18970733 19498610688 37700 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 0 0 16800975 0 0 0 17 6 0 0 1 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
/proc/240783/statm: 4760403 37700 5807 1 0 552014 0
[pid=240783/tid=240785] ppid=240780 vsize=19041612 memory=12264 CPUtime=0.73 cores=4,6
/proc/240783/task/240785/stat : 240785 (java) R 240780 240783 235987 0 -1 4194368 6067 0 0 0 70 3 0 0 20 0 19 0 18970736 19498610688 37700 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
[pid=240783/tid=240794] ppid=240780 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/240783/task/240794/stat : 240794 (Finalizer) S 240780 240783 235987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18970739 19498610688 37700 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
[pid=240783/tid=240801] ppid=240780 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/240783/task/240801/stat : 240801 (Common-Cleaner) S 240780 240783 235987 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 18970740 19498610688 37700 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
[pid=240783/tid=240802] ppid=240780 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/240783/task/240802/stat : 240802 (Timer-0) S 240780 240783 235987 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 19 0 18970829 19498610688 37700 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
Current children cumulated CPU time: 1.5 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 150800 KiB

[startup+3.10611 s]
/proc/loadavg: 4.17 4.21 4.24 3/335 240803
/proc/meminfo: memFree=101581196/131524600 swapFree=131071996/131071996
[pid=240783] ppid=240780 vsize=19108176 memory=191416 CPUtime=4.61 cores=4,6
/proc/240783/stat : 240783 (java) S 240780 240783 235987 0 -1 1077936128 23396 0 0 0 453 8 0 0 20 0 20 0 18970733 19566772224 47854 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 0 0 16800975 0 0 0 17 6 0 0 1 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
/proc/240783/statm: 4777044 47854 5830 1 0 555931 0
[pid=240783/tid=240785] ppid=240780 vsize=19108176 memory=0 CPUtime=2.27 cores=4,6
/proc/240783/task/240785/stat : 240785 (java) R 240780 240783 235987 0 -1 4194368 7377 0 0 0 222 5 0 0 20 0 20 0 18970736 19566772224 47854 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
[pid=240783/tid=240794] ppid=240780 vsize=19108176 memory=11608 CPUtime=0 cores=4,6
/proc/240783/task/240794/stat : 240794 (Finalizer) S 240780 240783 235987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18970739 19566772224 47854 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
[pid=240783/tid=240801] ppid=240780 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/240783/task/240801/stat : 240801 (Common-Cleaner) S 240780 240783 235987 0 -1 1077936192 30 0 0 0 0 0 0 0 20 0 20 0 18970740 19566772224 47854 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
[pid=240783/tid=240802] ppid=240780 vsize=19108176 memory=12264 CPUtime=0 cores=4,6
/proc/240783/task/240802/stat : 240802 (Timer-0) S 240780 240783 235987 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 18970829 19566772224 47854 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
Current children cumulated CPU time: 4.61 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 191416 KiB

[startup+6.30027 s]
/proc/loadavg: 4.15 4.20 4.23 5/335 240804
/proc/meminfo: memFree=101370876/131524600 swapFree=131071996/131071996
[pid=240783] ppid=240780 vsize=19108176 memory=411676 CPUtime=8.27 cores=4,6
/proc/240783/stat : 240783 (java) S 240780 240783 235987 0 -1 1077936128 25254 0 0 0 812 15 0 0 20 0 20 0 18970733 19566772224 102919 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 0 0 16800975 0 0 0 17 6 0 0 1 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
/proc/240783/statm: 4777044 102919 5830 1 0 556074 0
[pid=240783/tid=240785] ppid=240780 vsize=19108176 memory=0 CPUtime=5.45 cores=4,6
/proc/240783/task/240785/stat : 240785 (java) R 240780 240783 235987 0 -1 4194368 7689 0 0 0 534 11 0 0 20 0 20 0 18970736 19566772224 102919 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
[pid=240783/tid=240794] ppid=240780 vsize=19108176 memory=12264 CPUtime=0 cores=4,6
/proc/240783/task/240794/stat : 240794 (Finalizer) S 240780 240783 235987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18970739 19566772224 102919 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
[pid=240783/tid=240801] ppid=240780 vsize=19108176 memory=11608 CPUtime=0 cores=4,6
/proc/240783/task/240801/stat : 240801 (Common-Cleaner) S 240780 240783 235987 0 -1 1077936192 30 0 0 0 0 0 0 0 20 0 20 0 18970740 19566772224 102919 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
[pid=240783/tid=240802] ppid=240780 vsize=19108176 memory=71968 CPUtime=0 cores=4,6
/proc/240783/task/240802/stat : 240802 (Timer-0) S 240780 240783 235987 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 18970829 19566772224 102919 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
Current children cumulated CPU time: 8.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 411676 KiB

[startup+12.7003 s]
/proc/loadavg: 4.14 4.20 4.23 5/335 240804
/proc/meminfo: memFree=101033572/131524600 swapFree=131071996/131071996
[pid=240783] ppid=240780 vsize=19108176 memory=594328 CPUtime=14.72 cores=4,6
/proc/240783/stat : 240783 (java) S 240780 240783 235987 0 -1 1077936128 27565 0 0 0 1450 22 0 0 20 0 20 0 18970733 19566772224 148582 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 0 0 16800975 0 0 0 17 6 0 0 1 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
/proc/240783/statm: 4777044 148582 5845 1 0 556074 0
[pid=240783/tid=240785] ppid=240780 vsize=19108176 memory=65948 CPUtime=11.72 cores=4,6
/proc/240783/task/240785/stat : 240785 (java) R 240780 240783 235987 0 -1 4194368 8804 0 0 0 1155 17 0 0 20 0 20 0 18970736 19566772224 148582 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
[pid=240783/tid=240794] ppid=240780 vsize=19108176 memory=571728 CPUtime=0 cores=4,6
/proc/240783/task/240794/stat : 240794 (Finalizer) S 240780 240783 235987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18970739 19566772224 148582 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
[pid=240783/tid=240801] ppid=240780 vsize=19108176 memory=191416 CPUtime=0 cores=4,6
/proc/240783/task/240801/stat : 240801 (Common-Cleaner) S 240780 240783 235987 0 -1 1077936192 30 0 0 0 0 0 0 0 20 0 20 0 18970740 19566772224 148582 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
[pid=240783/tid=240802] ppid=240780 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/240783/task/240802/stat : 240802 (Timer-0) S 240780 240783 235987 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 18970829 19566772224 148582 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
Current children cumulated CPU time: 14.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 594328 KiB

[startup+25.5011 s]
/proc/loadavg: 4.12 4.19 4.23 5/335 240874
/proc/meminfo: memFree=111646444/131524600 swapFree=131071996/131071996
[pid=240783] ppid=240780 vsize=19108176 memory=741904 CPUtime=27.57 cores=4,6
/proc/240783/stat : 240783 (java) S 240780 240783 235987 0 -1 1077936128 32045 0 0 0 2727 30 0 0 20 0 20 0 18970733 19566772224 185476 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 0 0 16800975 0 0 0 17 6 0 0 1 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
/proc/240783/statm: 4777044 185476 5845 1 0 556074 0
[pid=240783/tid=240785] ppid=240780 vsize=19108176 memory=571728 CPUtime=24.29 cores=4,6
/proc/240783/task/240785/stat : 240785 (java) R 240780 240783 235987 0 -1 4194368 10600 0 0 0 2407 22 0 0 20 0 20 0 18970736 19566772224 185476 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
[pid=240783/tid=240794] ppid=240780 vsize=19108176 memory=594436 CPUtime=0 cores=4,6
/proc/240783/task/240794/stat : 240794 (Finalizer) S 240780 240783 235987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18970739 19566772224 185476 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
[pid=240783/tid=240801] ppid=240780 vsize=19108176 memory=594436 CPUtime=0 cores=4,6
/proc/240783/task/240801/stat : 240801 (Common-Cleaner) S 240780 240783 235987 0 -1 1077936192 30 0 0 0 0 0 0 0 20 0 20 0 18970740 19566772224 185476 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
[pid=240783/tid=240802] ppid=240780 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/240783/task/240802/stat : 240802 (Timer-0) S 240780 240783 235987 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 18970829 19566772224 185476 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
Current children cumulated CPU time: 27.57 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 741904 KiB

[startup+51.1061 s]
/proc/loadavg: 4.20 4.20 4.23 5/335 240946
/proc/meminfo: memFree=109693208/131524600 swapFree=131071996/131071996
[pid=240783] ppid=240780 vsize=19108176 memory=1282760 CPUtime=53.13 cores=4,6
/proc/240783/stat : 240783 (java) S 240780 240783 235987 0 -1 1077936128 38675 0 0 0 5263 50 0 0 20 0 20 0 18970733 19566772224 320690 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 0 0 16800975 0 0 0 17 6 0 0 1 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
/proc/240783/statm: 4777044 320690 5845 1 0 556074 0
[pid=240783/tid=240785] ppid=240780 vsize=19108176 memory=-9175349133129261756 CPUtime=49.14 cores=4,6
/proc/240783/task/240785/stat : 240785 (java) R 240780 240783 235987 0 -1 4194368 12752 0 0 0 4877 37 0 0 20 0 20 0 18970736 19566772224 320690 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 38 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
[pid=240783/tid=240794] ppid=240780 vsize=19108176 memory=1106632 CPUtime=0 cores=4,6
/proc/240783/task/240794/stat : 240794 (Finalizer) S 240780 240783 235987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18970739 19566772224 320690 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
[pid=240783/tid=240801] ppid=240780 vsize=19108176 memory=594328 CPUtime=0 cores=4,6
/proc/240783/task/240801/stat : 240801 (Common-Cleaner) S 240780 240783 235987 0 -1 1077936192 30 0 0 0 0 0 0 0 20 0 20 0 18970740 19566772224 320690 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0

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

[startup+3282.3 s]
/proc/loadavg: 4.33 4.20 4.19 5/338 242809
/proc/meminfo: memFree=73621420/131524600 swapFree=131071996/131071996
[pid=240783] ppid=240780 vsize=19108176 memory=2186284 CPUtime=3280.36 cores=4,6
/proc/240783/stat : 240783 (java) S 240780 240783 235987 0 -1 1077936128 308384 0 0 0 327013 1023 0 0 20 0 20 0 18970733 19566772224 546571 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 0 0 16800975 0 0 0 17 6 0 0 1 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
/proc/240783/statm: 4777044 546571 5857 1 0 558329 0
[pid=240783/tid=240785] ppid=240780 vsize=19108176 memory=2186284 CPUtime=3219.28 cores=4,6
/proc/240783/task/240785/stat : 240785 (java) R 240780 240783 235987 0 -1 4194368 119339 0 0 0 321045 883 0 0 20 0 20 0 18970736 19566772224 546571 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 2217 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
[pid=240783/tid=240794] ppid=240780 vsize=19108176 memory=2186284 CPUtime=0 cores=4,6
/proc/240783/task/240794/stat : 240794 (Finalizer) S 240780 240783 235987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18970739 19566772224 546571 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
[pid=240783/tid=240801] ppid=240780 vsize=19108176 memory=11616 CPUtime=0 cores=4,6
/proc/240783/task/240801/stat : 240801 (Common-Cleaner) S 240780 240783 235987 0 -1 1077936192 2488 0 0 0 0 0 0 0 20 0 20 0 18970740 19566772224 546571 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
[pid=240783/tid=240802] ppid=240780 vsize=19108176 memory=2186284 CPUtime=0 cores=4,6
/proc/240783/task/240802/stat : 240802 (Timer-0) S 240780 240783 235987 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 18970829 19566772224 546571 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
Current children cumulated CPU time: 3280.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2186284 KiB

[startup+3342.3 s]
/proc/loadavg: 4.25 4.19 4.18 5/338 242819
/proc/meminfo: memFree=73039116/131524600 swapFree=131071996/131071996
[pid=240783] ppid=240780 vsize=19108176 memory=2186768 CPUtime=3339.57 cores=4,6
/proc/240783/stat : 240783 (java) S 240780 240783 235987 0 -1 1077936128 316032 0 0 0 332918 1039 0 0 20 0 20 0 18970733 19566772224 546692 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 0 0 16800975 0 0 0 17 6 0 0 1 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
/proc/240783/statm: 4777044 546692 5857 1 0 558446 0
[pid=240783/tid=240785] ppid=240780 vsize=19108176 memory=2186344 CPUtime=3277.16 cores=4,6
/proc/240783/task/240785/stat : 240785 (java) R 240780 240783 235987 0 -1 4194368 121441 0 0 0 326819 897 0 0 20 0 20 0 18970736 19566772224 546692 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 2353 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
[pid=240783/tid=240794] ppid=240780 vsize=19108176 memory=71968 CPUtime=0 cores=4,6
/proc/240783/task/240794/stat : 240794 (Finalizer) S 240780 240783 235987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18970739 19566772224 546692 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
[pid=240783/tid=240801] ppid=240780 vsize=19108176 memory=2186768 CPUtime=0 cores=4,6
/proc/240783/task/240801/stat : 240801 (Common-Cleaner) S 240780 240783 235987 0 -1 1077936192 2529 0 0 0 0 0 0 0 20 0 20 0 18970740 19566772224 546692 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
[pid=240783/tid=240802] ppid=240780 vsize=19108176 memory=2186768 CPUtime=0 cores=4,6
/proc/240783/task/240802/stat : 240802 (Timer-0) S 240780 240783 235987 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 18970829 19566772224 546692 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
Current children cumulated CPU time: 3339.57 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2186768 KiB

[startup+3402.3 s]
/proc/loadavg: 4.20 4.19 4.18 5/336 242887
/proc/meminfo: memFree=72419220/131524600 swapFree=131071996/131071996
[pid=240783] ppid=240780 vsize=19108176 memory=2187072 CPUtime=3399.68 cores=4,6
/proc/240783/stat : 240783 (java) S 240780 240783 235987 0 -1 1077936128 318792 0 0 0 338915 1053 0 0 20 0 20 0 18970733 19566772224 546768 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 0 0 16800975 0 0 0 17 6 0 0 1 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
/proc/240783/statm: 4777044 546768 5857 1 0 558464 0
[pid=240783/tid=240785] ppid=240780 vsize=19108176 memory=2186344 CPUtime=3336.16 cores=4,6
/proc/240783/task/240785/stat : 240785 (java) R 240780 240783 235987 0 -1 4194368 122762 0 0 0 332707 909 0 0 20 0 20 0 18970736 19566772224 546768 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 2363 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
[pid=240783/tid=240794] ppid=240780 vsize=19108176 memory=2186952 CPUtime=0 cores=4,6
/proc/240783/task/240794/stat : 240794 (Finalizer) S 240780 240783 235987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18970739 19566772224 546768 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
[pid=240783/tid=240801] ppid=240780 vsize=19108176 memory=2186768 CPUtime=0 cores=4,6
/proc/240783/task/240801/stat : 240801 (Common-Cleaner) S 240780 240783 235987 0 -1 1077936192 2529 0 0 0 0 0 0 0 20 0 20 0 18970740 19566772224 546768 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
[pid=240783/tid=240802] ppid=240780 vsize=19108176 memory=2187004 CPUtime=0 cores=4,6
/proc/240783/task/240802/stat : 240802 (Timer-0) S 240780 240783 235987 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 18970829 19566772224 546768 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
Current children cumulated CPU time: 3399.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2187072 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.17 4.17 5/336 242899
/proc/meminfo: memFree=71888600/131524600 swapFree=131071996/131071996
[pid=240783] ppid=240780 vsize=19108176 memory=2187084 CPUtime=3460.38 cores=4,6
/proc/240783/stat : 240783 (java) S 240780 240783 235987 0 -1 1077936128 327147 0 0 0 344969 1069 0 0 20 0 20 0 18970733 19566772224 546771 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 0 0 16800975 0 0 0 17 6 0 0 1 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
/proc/240783/statm: 4777044 546771 5857 1 0 558468 0
[pid=240783/tid=240785] ppid=240780 vsize=19108176 memory=12264 CPUtime=3395.57 cores=4,6
/proc/240783/task/240785/stat : 240785 (java) R 240780 240783 235987 0 -1 4194368 126195 0 0 0 338635 922 0 0 20 0 20 0 18970736 19566772224 546771 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 2372 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
[pid=240783/tid=240794] ppid=240780 vsize=19108176 memory=11616 CPUtime=0 cores=4,6
/proc/240783/task/240794/stat : 240794 (Finalizer) S 240780 240783 235987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18970739 19566772224 546771 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
[pid=240783/tid=240801] ppid=240780 vsize=19108176 memory=2187084 CPUtime=0 cores=4,6
/proc/240783/task/240801/stat : 240801 (Common-Cleaner) S 240780 240783 235987 0 -1 1077936192 2603 0 0 0 0 0 0 0 20 0 20 0 18970740 19566772224 546771 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
[pid=240783/tid=240802] ppid=240780 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/240783/task/240802/stat : 240802 (Timer-0) S 240780 240783 235987 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 18970829 19566772224 546771 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
Current children cumulated CPU time: 3460.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2187084 KiB

[startup+3522.31 s]
/proc/loadavg: 4.09 4.15 4.17 5/336 242911
/proc/meminfo: memFree=71218004/131524600 swapFree=131071996/131071996
[pid=240783] ppid=240780 vsize=19108176 memory=2187084 CPUtime=3520.34 cores=4,6
/proc/240783/stat : 240783 (java) S 240780 240783 235987 0 -1 1077936128 328022 0 0 0 350951 1083 0 0 20 0 20 0 18970733 19566772224 546771 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 0 0 16800975 0 0 0 17 6 0 0 1 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
/proc/240783/statm: 4777044 546771 5857 1 0 558468 0
[pid=240783/tid=240785] ppid=240780 vsize=19108176 memory=12264 CPUtime=3454.58 cores=4,6
/proc/240783/task/240785/stat : 240785 (java) S 240780 240783 235987 0 -1 1077936192 126811 0 0 0 344524 934 0 0 20 0 20 0 18970736 19566772224 546771 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 2395 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
[pid=240783/tid=240794] ppid=240780 vsize=19108176 memory=2187084 CPUtime=0 cores=4,6
/proc/240783/task/240794/stat : 240794 (Finalizer) S 240780 240783 235987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18970739 19566772224 546771 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
[pid=240783/tid=240801] ppid=240780 vsize=19108176 memory=2187084 CPUtime=0 cores=4,6
/proc/240783/task/240801/stat : 240801 (Common-Cleaner) S 240780 240783 235987 0 -1 1077936192 2603 0 0 0 0 0 0 0 20 0 20 0 18970740 19566772224 546771 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
[pid=240783/tid=240802] ppid=240780 vsize=19108176 memory=2187084 CPUtime=0 cores=4,6
/proc/240783/task/240802/stat : 240802 (Timer-0) S 240780 240783 235987 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 18970829 19566772224 546771 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
Current children cumulated CPU time: 3520.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2187084 KiB

[startup+3582.3 s]
/proc/loadavg: 4.05 4.13 4.16 4/310 242956
/proc/meminfo: memFree=81051604/131524600 swapFree=131071996/131071996
[pid=240783] ppid=240780 vsize=19108176 memory=2187092 CPUtime=3580.76 cores=4,6
/proc/240783/stat : 240783 (java) S 240780 240783 235987 0 -1 1077936128 337404 0 0 0 356977 1099 0 0 20 0 20 0 18970733 19566772224 546773 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 0 0 16800975 0 0 0 17 6 0 0 1 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
/proc/240783/statm: 4777044 546773 5857 1 0 558476 0
[pid=240783/tid=240785] ppid=240780 vsize=19108176 memory=2187084 CPUtime=3513.7 cores=4,6
/proc/240783/task/240785/stat : 240785 (java) R 240780 240783 235987 0 -1 4194368 130137 0 0 0 350422 948 0 0 20 0 20 0 18970736 19566772224 546773 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 2408 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
[pid=240783/tid=240794] ppid=240780 vsize=19108176 memory=-9175349133129261756 CPUtime=0 cores=4,6
/proc/240783/task/240794/stat : 240794 (Finalizer) S 240780 240783 235987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18970739 19566772224 546773 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
[pid=240783/tid=240801] ppid=240780 vsize=19108176 memory=5592 CPUtime=0 cores=4,6
/proc/240783/task/240801/stat : 240801 (Common-Cleaner) S 240780 240783 235987 0 -1 1077936192 2703 0 0 0 0 0 0 0 20 0 20 0 18970740 19566772224 546773 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
[pid=240783/tid=240802] ppid=240780 vsize=19108176 memory=2187092 CPUtime=0 cores=4,6
/proc/240783/task/240802/stat : 240802 (Timer-0) S 240780 240783 235987 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 18970829 19566772224 546773 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
Current children cumulated CPU time: 3580.76 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2187092 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3601.5 s]
/proc/loadavg: 3.82 4.08 4.14 4/310 242959
/proc/meminfo: memFree=80838660/131524600 swapFree=131071996/131071996
[pid=240783] ppid=240780 vsize=19108176 memory=2187092 CPUtime=3600.04 cores=4,6
/proc/240783/stat : 240783 (java) S 240780 240783 235987 0 -1 1077936128 337546 0 0 0 358899 1105 0 0 20 0 20 0 18970733 19566772224 546773 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 0 0 16800975 0 0 0 17 6 0 0 1 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
/proc/240783/statm: 4777044 546773 5857 1 0 558476 0
[pid=240783/tid=240785] ppid=240780 vsize=19108176 memory=2187084 CPUtime=3532.72 cores=4,6
/proc/240783/task/240785/stat : 240785 (java) R 240780 240783 235987 0 -1 4194368 130230 0 0 0 352319 953 0 0 20 0 20 0 18970736 19566772224 546773 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 2408 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
[pid=240783/tid=240794] ppid=240780 vsize=19108176 memory=2187084 CPUtime=0 cores=4,6
/proc/240783/task/240794/stat : 240794 (Finalizer) S 240780 240783 235987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18970739 19566772224 546773 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
[pid=240783/tid=240801] ppid=240780 vsize=19108176 memory=2187084 CPUtime=0 cores=4,6
/proc/240783/task/240801/stat : 240801 (Common-Cleaner) S 240780 240783 235987 0 -1 1077936192 2703 0 0 0 0 0 0 0 20 0 20 0 18970740 19566772224 546773 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
[pid=240783/tid=240802] ppid=240780 vsize=19108176 memory=2187092 CPUtime=0 cores=4,6
/proc/240783/task/240802/stat : 240802 (Timer-0) S 240780 240783 235987 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 18970829 19566772224 546773 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2187092 KiB

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

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

# cumulated CPU time of all completed processes:  user=3589.14 s, system=11.0766 s

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

[startup+3601.62 s]
/proc/loadavg: 3.82 4.08 4.14 4/310 242959
/proc/meminfo: memFree=80838660/131524600 swapFree=131071996/131071996
[pid=240783] ppid=240780 vsize=19307868 memory=2187668 CPUtime=3600.2 cores=4,6
/proc/240783/stat : 240783 (java) S 240780 240783 235987 0 -1 1077936128 339725 0 0 0 358914 1106 0 0 20 0 15 0 18970733 19771256832 546917 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 0 0 16800975 0 0 0 17 6 0 0 1 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
/proc/240783/statm: 4826967 546917 5853 1 0 559403 0
[pid=240783/tid=240785] ppid=240780 vsize=19307868 memory=4776 CPUtime=3532.76 cores=4,6
/proc/240783/task/240785/stat : 240785 (java) D 240780 240783 235987 0 -1 4194368 130431 0 0 0 352322 954 0 0 20 0 15 0 18970736 19771256832 546917 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 2413 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
[pid=240783/tid=240794] ppid=240780 vsize=19307868 memory=-9175349133129261756 CPUtime=0 cores=4,6
/proc/240783/task/240794/stat : 240794 (Finalizer) S 240780 240783 235987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 15 0 18970739 19771256832 546917 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
[pid=240783/tid=240801] ppid=240780 vsize=19307868 memory=71968 CPUtime=0 cores=4,6
/proc/240783/task/240801/stat : 240801 (Common-Cleaner) S 240780 240783 235987 0 -1 1077936192 2703 0 0 0 0 0 0 0 20 0 15 0 18970740 19771256832 546917 134679101440 94326040727552 94326040731248 140723442093968 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94326040739064 94326040739856 94326046322688 140723442099115 140723442099297 140723442099297 140723442106312 0
Current children cumulated CPU time: 3600.2 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 2187668 KiB

Child status: 143

Real time (s): 3601.64
CPU time (s): 3600.22
CPU user time (s): 3589.14
CPU system time (s): 11.0766
CPU usage (%): 99.9605
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 2187668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3589.14
system time used= 11.0766
maximum resident set size= 2188660
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 339774
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15891416
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 120517
involuntary context switches= 13811


# summary of solver processes directly reported to runsolver:
#   pid: 240783
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3589.14
#   total CPU system time (s): 11.0766

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.64323 second user time and 18.3889 second system time

The end

Launcher Data

Begin job on nodeC024 at 2024-07-24 14:34:37
IDJOB=4447082
IDBENCH=158357
IDSOLVER=3079
FILE ID=nodeC024/4447082-1721824477
RUNJOBID= nodeC024-1721817187-235998
SLURM_JOB_ID= 7816882
Free space on /tmp= 890064 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K81.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4447082-1721824477/watcher-4447082-1721824477 -o /tmp/evaluation-result-4447082-1721824477/solver-4447082-1721824477 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1721817187-235998 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4447082-1721824477 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4447082-1721824477.opb

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

MD5SUM BENCH= a76247625d06f26dbfcd47fe69513f4b
RANDOM SEED=54740886

nodeC024.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 3675.122
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.87
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		: 3691.670
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.58
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		: 3647.595
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.174
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.58
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		: 3655.874
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.87
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		: 3691.723
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.58
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		: 3654.648
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.87
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		: 3600.179
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        101777056 kB
MemAvailable:   122941408 kB
Buffers:          250064 kB
Cached:         21664204 kB
SwapCached:            0 kB
Active:          2671664 kB
Inactive:       26282796 kB
Active(anon):       1552 kB
Inactive(anon):  7092832 kB
Active(file):    2670112 kB
Inactive(file): 19189964 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            190888 kB
Writeback:             0 kB
AnonPages:       7039668 kB
Mapped:           139048 kB
Shmem:             54104 kB
KReclaimable:     288196 kB
Slab:             418600 kB
SReclaimable:     288196 kB
SUnreclaim:       130404 kB
KernelStack:        5072 kB
PageTables:        23832 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    9852012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            20032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6721536 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      408276 kB
DirectMap2M:    48648192 kB
DirectMap1G:    87031808 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC024 at 2024-07-24 15:34:39