Trace number 4446542

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.23 3610.42

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K143.opb
MD5SUM5b71eb3fc2b19671b5e391982561b6cd
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 variables17017
Total number of constraints17305
Number of constraints which are clauses17162
Number of constraints which are cardinality constraints (but not clauses)143
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint143
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 144
Number of bits of the biggest sum of numbers8
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.14/0.12	--- Begin Solver configuration ---
0.14/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.14/0.12	Learn all clauses as in MiniSAT
0.14/0.12	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	Expensive reason simplification
0.14/0.12	Glucose 2.1 dynamic restart strategy
0.14/0.12	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.14/0.12	timeout=2147483s
0.14/0.12	DB Simplification allowed=false
0.14/0.12	Listener: none
0.14/0.12	--- End Solver configuration ---
0.14/0.12	c Pseudo Boolean Optimization by upper bound
0.14/0.12	c --- Begin Solver configuration ---
0.14/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.14/0.12	c Learn all clauses as in MiniSAT
0.14/0.12	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	c Expensive reason simplification
0.14/0.12	c Glucose 2.1 dynamic restart strategy
0.14/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.14/0.12	c timeout=2147483s
0.14/0.12	c DB Simplification allowed=false
0.14/0.12	c Listener: none
0.14/0.12	c --- End Solver configuration ---
0.14/0.12	c solving HOME/instance-4446542-1721824348.opb
0.14/0.12	c reading problem ... 
0.18/0.28	c using VERIPB proof format
0.18/0.28	c  no objective function found
0.62/0.51	c ... done. Wall clock time 0.387s.
0.62/0.52	c declared #vars     17017
0.62/0.52	c #constraints  17305
0.62/0.52	c constraints type 
0.62/0.52	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1846
0.62/0.52	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 143
0.62/0.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15314
0.62/0.52	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.62/0.52	c 17305 constraints processed.
5.01/2.84	c cleaning 2465 clauses out of 4993 with flag 25519/5001
7.38/4.78	c cleaning 4254 clauses out of 8522 with flag 56156/11000
10.03/7.23	c cleaning 5631 clauses out of 11265 with flag 94953/18000
12.84/10.03	c cleaning 6782 clauses out of 13632 with flag 137380/26001
15.95/13.15	c cleaning 7875 clauses out of 15837 with flag 185587/35000
19.67/16.83	c cleaning 8581 clauses out of 17959 with flag 235636/45003
23.38/20.58	c cleaning 9109 clauses out of 20369 with flag 289354/56000
27.81/24.99	c cleaning 9937 clauses out of 23256 with flag 348347/68001
32.82/29.97	c cleaning 10591 clauses out of 26310 with flag 416103/81000
38.20/35.30	c cleaning 11453 clauses out of 29708 with flag 487943/95001
43.63/40.78	c cleaning 12355 clauses out of 33251 with flag 565242/110000
49.92/47.11	c cleaning 13204 clauses out of 36887 with flag 648405/126000
56.82/53.87	c cleaning 13975 clauses out of 40683 with flag 737528/143003
63.84/60.74	c cleaning 14673 clauses out of 44702 with flag 833495/161000
71.95/69.27	c cleaning 15630 clauses out of 49027 with flag 933759/180001
79.92/77.26	c cleaning 16476 clauses out of 53398 with flag 1039056/200005
89.00/86.29	c cleaning 17300 clauses out of 57909 with flag 1152559/221000
98.83/96.31	c cleaning 18059 clauses out of 62606 with flag 1277859/243001
109.65/107.15	c cleaning 19072 clauses out of 67541 with flag 1405129/266000
120.12/117.59	c cleaning 19855 clauses out of 72468 with flag 1534468/290002
130.93/128.34	c cleaning 20881 clauses out of 77609 with flag 1678988/315001
142.19/139.69	c cleaning 21420 clauses out of 82723 with flag 1823930/341000
154.85/152.26	c cleaning 22163 clauses out of 88299 with flag 1970309/368000
167.40/166.77	c cleaning 23137 clauses out of 94130 with flag 2131382/396000
181.25/180.51	c cleaning 23795 clauses out of 99993 with flag 2298307/425004
196.25/196.38	c cleaning 24602 clauses out of 106196 with flag 2467253/455003
210.80/210.84	c cleaning 25793 clauses out of 112589 with flag 2644148/486000
226.62/226.78	c cleaning 26525 clauses out of 118795 with flag 2826690/518000
243.33/243.39	c cleaning 27411 clauses out of 125269 with flag 3021246/551000
261.26/261.16	c cleaning 28413 clauses out of 131854 with flag 3217246/585000
279.06/278.94	c cleaning 29326 clauses out of 138442 with flag 3424914/620004
298.23/298.46	c cleaning 30341 clauses out of 145111 with flag 3638583/656001
317.23/317.69	c cleaning 30978 clauses out of 151766 with flag 3856535/693000
339.23/339.76	c cleaning 31753 clauses out of 158786 with flag 4090195/731000
361.28/361.96	c cleaning 32888 clauses out of 166033 with flag 4329549/770001
384.17/384.91	c cleaning 33825 clauses out of 173141 with flag 4583959/810000
408.59/409.43	c cleaning 34561 clauses out of 180317 with flag 4834692/851001
434.21/434.96	c cleaning 35437 clauses out of 187755 with flag 5095291/893000
461.62/462.49	c cleaning 36381 clauses out of 195317 with flag 5373705/936000
489.20/490.12	c cleaning 37150 clauses out of 202936 with flag 5667532/980000
518.20/519.07	c cleaning 38113 clauses out of 210786 with flag 5950936/1025000
549.07/549.90	c cleaning 38972 clauses out of 218671 with flag 6249913/1071002
580.32/581.15	c cleaning 39937 clauses out of 226695 with flag 6560668/1118000
611.56/612.45	c cleaning 41271 clauses out of 234757 with flag 6880600/1166001
645.45/646.25	c cleaning 41800 clauses out of 242486 with flag 7201747/1215001
680.25/680.96	c cleaning 42369 clauses out of 250685 with flag 7527720/1265000
715.65/716.38	c cleaning 43380 clauses out of 259316 with flag 7874859/1316001
754.00/754.76	c cleaning 44610 clauses out of 267933 with flag 8224650/1368000
792.76/793.61	c cleaning 45647 clauses out of 276322 with flag 8592749/1421001
833.42/834.24	c cleaning 46700 clauses out of 284673 with flag 8963109/1475000
876.34/877.32	c cleaning 47394 clauses out of 292973 with flag 9354667/1530001
920.10/921.31	c cleaning 48522 clauses out of 301578 with flag 9766294/1586000
966.10/967.67	c cleaning 49296 clauses out of 310055 with flag 10172163/1643000
1012.26/1013.85	c cleaning 50076 clauses out of 318758 with flag 10579169/1701000
1061.05/1062.71	c cleaning 51106 clauses out of 327681 with flag 11013832/1760000
1109.99/1112.05	c cleaning 52227 clauses out of 336576 with flag 11452454/1820002
1161.19/1163.62	c cleaning 53063 clauses out of 345344 with flag 11911792/1881000
1213.97/1216.69	c cleaning 54019 clauses out of 354282 with flag 12370349/1943001
1270.73/1273.22	c cleaning 54936 clauses out of 363262 with flag 12859260/2006000
1327.84/1330.64	c cleaning 55918 clauses out of 372325 with flag 13353179/2070000
1385.23/1387.93	c cleaning 57154 clauses out of 381407 with flag 13859373/2135000
1446.16/1448.42	c cleaning 58187 clauses out of 390252 with flag 14382616/2201000
1508.03/1510.41	c cleaning 58854 clauses out of 399068 with flag 14913903/2268003
1573.92/1576.75	c cleaning 59960 clauses out of 408210 with flag 15449929/2336000
1640.10/1642.75	c cleaning 60637 clauses out of 417250 with flag 15996928/2405000
1707.21/1710.34	c cleaning 61948 clauses out of 426612 with flag 16557285/2475001
1779.42/1782.77	c cleaning 62878 clauses out of 435661 with flag 17152924/2546001
1851.27/1854.99	c cleaning 63844 clauses out of 444781 with flag 17749298/2618001
1929.11/1933.86	c cleaning 65183 clauses out of 453935 with flag 18372175/2691000
2005.09/2010.00	c cleaning 66181 clauses out of 462753 with flag 18990672/2765002
2082.32/2087.32	c cleaning 67099 clauses out of 471570 with flag 19601615/2840000
2160.53/2165.62	c cleaning 67961 clauses out of 480471 with flag 20242102/2916000
2240.49/2245.73	c cleaning 68862 clauses out of 489511 with flag 20860263/2993001
2325.30/2330.72	c cleaning 69922 clauses out of 498649 with flag 21553361/3071001
2412.00/2420.44	c cleaning 71066 clauses out of 507727 with flag 22228950/3150002
2503.63/2511.61	c cleaning 71956 clauses out of 516661 with flag 22909559/3230002
2595.96/2604.51	c cleaning 72945 clauses out of 525702 with flag 23620949/3311000
2690.50/2698.88	c cleaning 74065 clauses out of 534759 with flag 24328133/3393003
2785.82/2794.86	c cleaning 74949 clauses out of 543690 with flag 25068126/3476000
2885.56/2894.26	c cleaning 75953 clauses out of 552741 with flag 25805426/3560000
2989.03/2998.58	c cleaning 76587 clauses out of 561786 with flag 26566051/3645000
3096.47/3106.12	c cleaning 77352 clauses out of 571201 with flag 27343435/3731002
3204.82/3213.80	c cleaning 78850 clauses out of 580847 with flag 28224611/3818000
3317.93/3327.03	c cleaning 79814 clauses out of 589997 with flag 29055858/3906000
3432.75/3442.14	c cleaning 80666 clauses out of 599183 with flag 29899043/3995000
3549.63/3559.64	c cleaning 82023 clauses out of 608518 with flag 30727051/4085002
3600.06/3610.31	c starts		: 29220
3600.06/3610.31	c timeout
3600.06/3610.31	c conflicts		: 4131711
3600.06/3610.31	c decisions		: 106997029
3600.06/3610.31	c propagations		: 3587018462
3600.06/3610.31	c inspects		: 18271920097
3600.06/3610.31	c shortcuts		: 0
3600.06/3610.31	c learnt literals	: 198
3600.06/3610.31	c learnt binary clauses	: 192065
3600.06/3610.31	c learnt ternary clauses	: 191663
3600.06/3610.31	c learnt constraints	: 4131513
3600.06/3610.31	c ignored constraints	: 0
3600.06/3610.31	c root simplifications	: 0
3600.06/3610.31	c removed literals (reason simplification)	: 50382418
3600.06/3610.31	c reason swapping (by a shorter reason)	: 0
3600.06/3610.31	c Calls to reduceDB	: 86
3600.06/3610.31	c Number of update (reduction) of LBD	: 3338584
3600.06/3610.31	c Imported unit clauses	: 0
3600.06/3610.31	c No decision after first conflict	: false
3600.06/3610.31	c number of reductions to clauses (during analyze)	: 0
3600.06/3610.31	c number of learned constraints concerned by reduction	: 0
3600.06/3610.31	c number of learning phase by resolution	: 0
3600.06/3610.32	c number of learning phase by cutting planes	: 0
3600.06/3610.32	c number of rounding to 1 operations	: 0
3600.06/3610.32	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3610.32	c number of reductions of the coefficients by power 2 	: 0
3600.06/3610.32	c number of right shift for reduction by power 2 	: 0
3600.06/3610.32	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3610.32	c number of ending skipping 	: 0
3600.06/3610.32	c number of internal skipping 	: 0
3600.06/3610.32	c number of derivation steps 	: 0
3600.06/3610.32	c number of skipped derivation steps 	: 0
3600.06/3610.32	c number of remaining unassigned 	: 0
3600.06/3610.32	c number of remaining assigned 	: 0
3600.06/3610.32	c number of falsified literals weakened from reason	: 0
3600.06/3610.32	c number of falsified literals weakened from conflict	: 0
3600.06/3610.32	c time for arithmetic operations	: 0
3600.06/3610.32	c minimum degree of deleted constraints	: null
3600.06/3610.32	c maximum degree of deleted constraints	: null
3600.06/3610.32	c number of deleted constraints	: 0
3600.06/3610.32	c speed (assignments/second)	: 993692.8288823769
3600.06/3610.32	c non guided choices	: 24264
3600.06/3610.40	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 381139
3600.06/3610.40	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 192065
3600.22/3610.40	s UNKNOWN
3600.22/3610.40	c Total wall clock time (in seconds): 3610.276

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=241231, runsolver pid=241228

[startup+0.100059 s]*
/proc/loadavg: 4.36 4.32 4.28 6/337 241249
/proc/meminfo: memFree=92290740/131524600 swapFree=131071216/131071996
[pid=241231] ppid=241228 vsize=18975048 memory=65208 CPUtime=0.14 cores=0,2
/proc/241231/stat : 241231 (java) S 241228 241231 236599 0 -1 1077936128 7229 0 0 0 12 2 0 0 20 0 18 0 18957289 19430449152 16302 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
/proc/241231/statm: 4743762 16302 5647 1 0 549347 0
[pid=241231/tid=241233] ppid=241228 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/241231/task/241233/stat : 241233 (java) R 241228 241231 236599 0 -1 1077936192 5758 0 0 0 7 1 0 0 20 0 18 0 18957289 19430449152 16302 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
[pid=241231/tid=241242] ppid=241228 vsize=18975048 memory=237146210664 CPUtime=0 cores=0,2
/proc/241231/task/241242/stat : 241242 (Finalizer) S 241228 241231 236599 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18957292 19430449152 16302 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
[pid=241231/tid=241249] ppid=241228 vsize=18975048 memory=15542920531624460 CPUtime=0 cores=0,2
/proc/241231/task/241249/stat : 241249 (Common-Cleaner) S 241228 241231 236599 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18957292 19430449152 16302 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65208 KiB

[startup+0.205796 s]*
/proc/loadavg: 4.36 4.32 4.28 4/337 241249
/proc/meminfo: memFree=92288584/131524600 swapFree=131071216/131071996
[pid=241231] ppid=241228 vsize=18975048 memory=66340 CPUtime=0.18 cores=0,2
/proc/241231/stat : 241231 (java) S 241228 241231 236599 0 -1 1077936128 7427 0 0 0 16 2 0 0 20 0 18 0 18957289 19430449152 16585 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
/proc/241231/statm: 4743762 16585 5747 1 0 549485 0
[pid=241231/tid=241233] ppid=241228 vsize=18975048 memory=4782652875487838339 CPUtime=0.1 cores=0,2
/proc/241231/task/241233/stat : 241233 (java) D 241228 241231 236599 0 -1 1077936192 5877 0 0 0 9 1 0 0 20 0 18 0 18957289 19430449152 16585 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
[pid=241231/tid=241242] ppid=241228 vsize=18975048 memory=738093 CPUtime=0 cores=0,2
/proc/241231/task/241242/stat : 241242 (Finalizer) S 241228 241231 236599 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18957292 19430449152 16585 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
[pid=241231/tid=241249] ppid=241228 vsize=18975048 memory=15261445554177769 CPUtime=0 cores=0,2
/proc/241231/task/241249/stat : 241249 (Common-Cleaner) S 241228 241231 236599 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18957292 19430449152 16585 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66340 KiB

[startup+0.306266 s]*
/proc/loadavg: 4.36 4.32 4.28 7/337 241249
/proc/meminfo: memFree=92283812/131524600 swapFree=131071216/131071996
[pid=241231] ppid=241228 vsize=18975048 memory=70904 CPUtime=0.23 cores=0,2
/proc/241231/stat : 241231 (java) S 241228 241231 236599 0 -1 1077936128 7519 0 0 0 21 2 0 0 20 0 18 0 18957289 19430449152 17726 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
/proc/241231/statm: 4743762 17726 5754 1 0 549539 0
[pid=241231/tid=241233] ppid=241228 vsize=18975048 memory=-8600582723949273788 CPUtime=0.13 cores=0,2
/proc/241231/task/241233/stat : 241233 (java) R 241228 241231 236599 0 -1 4194368 5921 0 0 0 12 1 0 0 20 0 18 0 18957289 19430449152 17726 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
[pid=241231/tid=241242] ppid=241228 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/241231/task/241242/stat : 241242 (Finalizer) S 241228 241231 236599 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18957292 19430449152 17726 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
[pid=241231/tid=241249] ppid=241228 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/241231/task/241249/stat : 241249 (Common-Cleaner) S 241228 241231 236599 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18957292 19430449152 17726 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 70904 KiB

[startup+0.710263 s]
/proc/loadavg: 4.36 4.32 4.28 7/337 241249
/proc/meminfo: memFree=92202116/131524600 swapFree=131071216/131071996
[pid=241231] ppid=241228 vsize=19041612 memory=159804 CPUtime=1 cores=0,2
/proc/241231/stat : 241231 (java) S 241228 241231 236599 0 -1 1077936128 10260 0 0 0 96 4 0 0 20 0 19 0 18957289 19498610688 39951 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
/proc/241231/statm: 4760403 39951 5817 1 0 551318 0
[pid=241231/tid=241233] ppid=241228 vsize=19041612 memory=5520 CPUtime=0.49 cores=0,2
/proc/241231/task/241233/stat : 241233 (java) R 241228 241231 236599 0 -1 4194368 6053 0 0 0 46 3 0 0 20 0 19 0 18957289 19498610688 39951 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
[pid=241231/tid=241242] ppid=241228 vsize=19041612 memory=13048 CPUtime=0 cores=0,2
/proc/241231/task/241242/stat : 241242 (Finalizer) S 241228 241231 236599 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18957292 19498610688 39951 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
[pid=241231/tid=241249] ppid=241228 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/241231/task/241249/stat : 241249 (Common-Cleaner) S 241228 241231 236599 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 18957292 19498610688 39951 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 159804 KiB

[startup+1.50026 s]
/proc/loadavg: 4.36 4.32 4.28 6/339 241251
/proc/meminfo: memFree=92176028/131524600 swapFree=131071216/131071996
[pid=241231] ppid=241228 vsize=19108176 memory=174920 CPUtime=2.56 cores=0,2
/proc/241231/stat : 241231 (java) S 241228 241231 236599 0 -1 1077936128 15477 0 0 0 251 5 0 0 20 0 20 0 18957289 19566772224 43730 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
/proc/241231/statm: 4777044 43730 5870 1 0 552431 0
[pid=241231/tid=241233] ppid=241228 vsize=19108176 memory=13048 CPUtime=1.24 cores=0,2
/proc/241231/task/241233/stat : 241233 (java) R 241228 241231 236599 0 -1 4194368 6356 0 0 0 121 3 0 0 20 0 20 0 18957289 19566772224 43730 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
[pid=241231/tid=241242] ppid=241228 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/241231/task/241242/stat : 241242 (Finalizer) S 241228 241231 236599 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18957292 19566772224 43730 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
[pid=241231/tid=241249] ppid=241228 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/241231/task/241249/stat : 241249 (Common-Cleaner) S 241228 241231 236599 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18957292 19566772224 43730 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
[pid=241231/tid=241250] ppid=241228 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/241231/task/241250/stat : 241250 (Timer-0) S 241228 241231 236599 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18957342 19566772224 43730 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
Current children cumulated CPU time: 2.56 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 174920 KiB

[startup+3.10626 s]
/proc/loadavg: 4.36 4.32 4.28 6/339 241251
/proc/meminfo: memFree=92132224/131524600 swapFree=131071216/131071996
[pid=241231] ppid=241228 vsize=19108176 memory=202156 CPUtime=5.58 cores=0,2
/proc/241231/stat : 241231 (java) S 241228 241231 236599 0 -1 1077936128 23450 0 0 0 551 7 0 0 20 0 20 0 18957289 19566772224 50539 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
/proc/241231/statm: 4777044 50539 5886 1 0 555947 0
[pid=241231/tid=241233] ppid=241228 vsize=19108176 memory=0 CPUtime=2.81 cores=0,2
/proc/241231/task/241233/stat : 241233 (java) R 241228 241231 236599 0 -1 4194368 7404 0 0 0 277 4 0 0 20 0 20 0 18957289 19566772224 50539 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
[pid=241231/tid=241242] ppid=241228 vsize=19108176 memory=11684 CPUtime=0 cores=0,2
/proc/241231/task/241242/stat : 241242 (Finalizer) S 241228 241231 236599 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18957292 19566772224 50539 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
[pid=241231/tid=241249] ppid=241228 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/241231/task/241249/stat : 241249 (Common-Cleaner) S 241228 241231 236599 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18957292 19566772224 50539 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
[pid=241231/tid=241250] ppid=241228 vsize=19108176 memory=13048 CPUtime=0 cores=0,2
/proc/241231/task/241250/stat : 241250 (Timer-0) S 241228 241231 236599 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18957342 19566772224 50539 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
Current children cumulated CPU time: 5.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 202156 KiB

[startup+6.30026 s]
/proc/loadavg: 4.41 4.33 4.28 5/339 241253
/proc/meminfo: memFree=92105608/131524600 swapFree=131071216/131071996
[pid=241231] ppid=241228 vsize=19108176 memory=222576 CPUtime=9.14 cores=0,2
/proc/241231/stat : 241231 (java) S 241228 241231 236599 0 -1 1077936128 23649 0 0 0 905 9 0 0 20 0 20 0 18957289 19566772224 55644 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
/proc/241231/statm: 4777044 55644 5886 1 0 555968 0
[pid=241231/tid=241233] ppid=241228 vsize=19108176 memory=0 CPUtime=5.95 cores=0,2
/proc/241231/task/241233/stat : 241233 (java) R 241228 241231 236599 0 -1 4194368 7471 0 0 0 590 5 0 0 20 0 20 0 18957289 19566772224 55644 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
[pid=241231/tid=241242] ppid=241228 vsize=19108176 memory=13048 CPUtime=0 cores=0,2
/proc/241231/task/241242/stat : 241242 (Finalizer) S 241228 241231 236599 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18957292 19566772224 55644 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
[pid=241231/tid=241249] ppid=241228 vsize=19108176 memory=11684 CPUtime=0 cores=0,2
/proc/241231/task/241249/stat : 241249 (Common-Cleaner) S 241228 241231 236599 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 20 0 18957292 19566772224 55644 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
[pid=241231/tid=241250] ppid=241228 vsize=19108176 memory=73976 CPUtime=0 cores=0,2
/proc/241231/task/241250/stat : 241250 (Timer-0) S 241228 241231 236599 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18957342 19566772224 55644 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
Current children cumulated CPU time: 9.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 222576 KiB

[startup+12.7003 s]
/proc/loadavg: 4.38 4.32 4.28 5/339 241254
/proc/meminfo: memFree=91894040/131524600 swapFree=131071216/131071996
[pid=241231] ppid=241228 vsize=19108176 memory=362296 CPUtime=15.55 cores=0,2
/proc/241231/stat : 241231 (java) S 241228 241231 236599 0 -1 1077936128 25797 0 0 0 1542 13 0 0 20 0 20 0 18957289 19566772224 90574 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
/proc/241231/statm: 4777044 90574 5902 1 0 555968 0
[pid=241231/tid=241233] ppid=241228 vsize=19108176 memory=172284 CPUtime=12.19 cores=0,2
/proc/241231/task/241233/stat : 241233 (java) R 241228 241231 236599 0 -1 4194368 8343 0 0 0 1211 8 0 0 20 0 20 0 18957289 19566772224 90574 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
[pid=241231/tid=241242] ppid=241228 vsize=19108176 memory=341816 CPUtime=0 cores=0,2
/proc/241231/task/241242/stat : 241242 (Finalizer) S 241228 241231 236599 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18957292 19566772224 90574 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
[pid=241231/tid=241249] ppid=241228 vsize=19108176 memory=202156 CPUtime=0 cores=0,2
/proc/241231/task/241249/stat : 241249 (Common-Cleaner) S 241228 241231 236599 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 20 0 18957292 19566772224 90574 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
[pid=241231/tid=241250] ppid=241228 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/241231/task/241250/stat : 241250 (Timer-0) S 241228 241231 236599 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18957342 19566772224 90574 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
Current children cumulated CPU time: 15.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 362296 KiB

[startup+25.5003 s]
/proc/loadavg: 4.47 4.35 4.29 5/339 241259
/proc/meminfo: memFree=91541684/131524600 swapFree=131071216/131071996
[pid=241231] ppid=241228 vsize=19108176 memory=612328 CPUtime=28.42 cores=0,2
/proc/241231/stat : 241231 (java) S 241228 241231 236599 0 -1 1077936128 32249 0 0 0 2818 24 0 0 20 0 20 0 18957289 19566772224 153082 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
/proc/241231/statm: 4777044 153082 5902 1 0 555968 0
[pid=241231/tid=241233] ppid=241228 vsize=19108176 memory=341816 CPUtime=24.76 cores=0,2
/proc/241231/task/241233/stat : 241233 (java) R 241228 241231 236599 0 -1 4194368 10593 0 0 0 2461 15 0 0 20 0 20 0 18957289 19566772224 153082 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
[pid=241231/tid=241242] ppid=241228 vsize=19108176 memory=581580 CPUtime=0 cores=0,2
/proc/241231/task/241242/stat : 241242 (Finalizer) S 241228 241231 236599 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18957292 19566772224 153082 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
[pid=241231/tid=241249] ppid=241228 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/241231/task/241249/stat : 241249 (Common-Cleaner) S 241228 241231 236599 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 20 0 18957292 19566772224 153082 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
[pid=241231/tid=241250] ppid=241228 vsize=19108176 memory=6944656592455097440 CPUtime=0 cores=0,2
/proc/241231/task/241250/stat : 241250 (Timer-0) S 241228 241231 236599 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18957342 19566772224 153082 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
Current children cumulated CPU time: 28.42 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 612328 KiB

[startup+51.1058 s]
/proc/loadavg: 4.34 4.33 4.28 5/339 241262
/proc/meminfo: memFree=90731740/131524600 swapFree=131071216/131071996
[pid=241231] ppid=241228 vsize=19108176 memory=1198268 CPUtime=54.14 cores=0,2
/proc/241231/stat : 241231 (java) S 241228 241231 236599 0 -1 1077936128 40598 0 0 0 5370 44 0 0 20 0 20 0 18957289 19566772224 299567 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
/proc/241231/statm: 4777044 299567 5902 1 0 555968 0
[pid=241231/tid=241233] ppid=241228 vsize=19108176 memory=882776 CPUtime=49.93 cores=0,2
/proc/241231/task/241233/stat : 241233 (java) R 241228 241231 236599 0 -1 4194368 13325 0 0 0 4963 30 0 0 20 0 20 0 18957289 19566772224 299567 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 8 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
[pid=241231/tid=241242] ppid=241228 vsize=19108176 memory=915572 CPUtime=0 cores=0,2
/proc/241231/task/241242/stat : 241242 (Finalizer) S 241228 241231 236599 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18957292 19566772224 299567 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
[pid=241231/tid=241249] ppid=241228 vsize=19108176 memory=11684 CPUtime=0 cores=0,2
/proc/241231/task/241249/stat : 241249 (Common-Cleaner) S 241228 241231 236599 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 20 0 18957292 19566772224 299567 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0

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

[startup+3282.3 s]
/proc/loadavg: 4.09 4.21 4.22 5/336 243072
/proc/meminfo: memFree=70133460/131524600 swapFree=131071216/131071996
[pid=241231] ppid=241228 vsize=19108176 memory=2189328 CPUtime=3273.12 cores=0,2
/proc/241231/stat : 241231 (java) S 241228 241231 236599 0 -1 1077936128 284262 0 0 0 326355 957 0 0 20 0 20 0 18957289 19566772224 547332 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
/proc/241231/statm: 4777044 547332 5914 1 0 558109 0
[pid=241231/tid=241233] ppid=241228 vsize=19108176 memory=2189328 CPUtime=3222.73 cores=0,2
/proc/241231/task/241233/stat : 241233 (java) R 241228 241231 236599 0 -1 4194368 121483 0 0 0 321458 815 0 0 20 0 20 0 18957289 19566772224 547332 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 1802 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
[pid=241231/tid=241242] ppid=241228 vsize=19108176 memory=2189328 CPUtime=0 cores=0,2
/proc/241231/task/241242/stat : 241242 (Finalizer) S 241228 241231 236599 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18957292 19566772224 547332 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
[pid=241231/tid=241249] ppid=241228 vsize=19108176 memory=2189328 CPUtime=0 cores=0,2
/proc/241231/task/241249/stat : 241249 (Common-Cleaner) S 241228 241231 236599 0 -1 1077936192 3084 0 0 0 0 0 0 0 20 0 20 0 18957292 19566772224 547332 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
[pid=241231/tid=241250] ppid=241228 vsize=19108176 memory=2189328 CPUtime=0 cores=0,2
/proc/241231/task/241250/stat : 241250 (Timer-0) S 241228 241231 236599 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18957342 19566772224 547332 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
Current children cumulated CPU time: 3273.12 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2189328 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.20 4.21 6/335 243083
/proc/meminfo: memFree=69249288/131524600 swapFree=131071216/131071996
[pid=241231] ppid=241228 vsize=19108176 memory=2189328 CPUtime=3333.16 cores=0,2
/proc/241231/stat : 241231 (java) S 241228 241231 236599 0 -1 1077936128 286879 0 0 0 332341 975 0 0 20 0 20 0 18957289 19566772224 547332 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
/proc/241231/statm: 4777044 547332 5914 1 0 558109 0
[pid=241231/tid=241233] ppid=241228 vsize=19108176 memory=2189328 CPUtime=3281.93 cores=0,2
/proc/241231/task/241233/stat : 241233 (java) R 241228 241231 236599 0 -1 4194368 123211 0 0 0 327362 831 0 0 20 0 20 0 18957289 19566772224 547332 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 1807 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
[pid=241231/tid=241242] ppid=241228 vsize=19108176 memory=2189328 CPUtime=0 cores=0,2
/proc/241231/task/241242/stat : 241242 (Finalizer) S 241228 241231 236599 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18957292 19566772224 547332 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
[pid=241231/tid=241249] ppid=241228 vsize=19108176 memory=39748 CPUtime=0 cores=0,2
/proc/241231/task/241249/stat : 241249 (Common-Cleaner) S 241228 241231 236599 0 -1 1077936192 3155 0 0 0 0 0 0 0 20 0 20 0 18957292 19566772224 547332 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
[pid=241231/tid=241250] ppid=241228 vsize=19108176 memory=11684 CPUtime=0 cores=0,2
/proc/241231/task/241250/stat : 241250 (Timer-0) S 241228 241231 236599 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18957342 19566772224 547332 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
Current children cumulated CPU time: 3333.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2189328 KiB

[startup+3402.3 s]
/proc/loadavg: 4.31 4.24 4.23 5/337 243263
/proc/meminfo: memFree=68458400/131524600 swapFree=131071216/131071996
[pid=241231] ppid=241228 vsize=19108176 memory=2189328 CPUtime=3393.35 cores=0,2
/proc/241231/stat : 241231 (java) S 241228 241231 236599 0 -1 1077936128 291363 0 0 0 338342 993 0 0 20 0 20 0 18957289 19566772224 547332 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
/proc/241231/statm: 4777044 547332 5914 1 0 558109 0
[pid=241231/tid=241233] ppid=241228 vsize=19108176 memory=2189328 CPUtime=3341.2 cores=0,2
/proc/241231/task/241233/stat : 241233 (java) R 241228 241231 236599 0 -1 4194368 125230 0 0 0 333275 845 0 0 20 0 20 0 18957289 19566772224 547332 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 1821 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
[pid=241231/tid=241242] ppid=241228 vsize=19108176 memory=2189328 CPUtime=0 cores=0,2
/proc/241231/task/241242/stat : 241242 (Finalizer) S 241228 241231 236599 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18957292 19566772224 547332 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
[pid=241231/tid=241249] ppid=241228 vsize=19108176 memory=19744 CPUtime=0 cores=0,2
/proc/241231/task/241249/stat : 241249 (Common-Cleaner) S 241228 241231 236599 0 -1 1077936192 3197 0 0 0 0 0 0 0 20 0 20 0 18957292 19566772224 547332 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
[pid=241231/tid=241250] ppid=241228 vsize=19108176 memory=2189328 CPUtime=0 cores=0,2
/proc/241231/task/241250/stat : 241250 (Timer-0) S 241228 241231 236599 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18957342 19566772224 547332 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
Current children cumulated CPU time: 3393.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2189328 KiB

[startup+3462.3 s]
/proc/loadavg: 4.17 4.21 4.21 5/338 243274
/proc/meminfo: memFree=67674496/131524600 swapFree=131071216/131071996
[pid=241231] ppid=241228 vsize=19108176 memory=2189328 CPUtime=3452.66 cores=0,2
/proc/241231/stat : 241231 (java) S 241228 241231 236599 0 -1 1077936128 294242 0 0 0 344254 1012 0 0 20 0 20 0 18957289 19566772224 547332 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
/proc/241231/statm: 4777044 547332 5914 1 0 558109 0
[pid=241231/tid=241233] ppid=241228 vsize=19108176 memory=1816 CPUtime=3399.77 cores=0,2
/proc/241231/task/241233/stat : 241233 (java) R 241228 241231 236599 0 -1 4194368 127064 0 0 0 339114 863 0 0 20 0 20 0 18957289 19566772224 547332 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 1882 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
[pid=241231/tid=241242] ppid=241228 vsize=19108176 memory=2189328 CPUtime=0 cores=0,2
/proc/241231/task/241242/stat : 241242 (Finalizer) S 241228 241231 236599 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18957292 19566772224 547332 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
[pid=241231/tid=241249] ppid=241228 vsize=19108176 memory=2189328 CPUtime=0 cores=0,2
/proc/241231/task/241249/stat : 241249 (Common-Cleaner) S 241228 241231 236599 0 -1 1077936192 3308 0 0 0 0 0 0 0 20 0 20 0 18957292 19566772224 547332 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
[pid=241231/tid=241250] ppid=241228 vsize=19108176 memory=73976 CPUtime=0 cores=0,2
/proc/241231/task/241250/stat : 241250 (Timer-0) S 241228 241231 236599 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18957342 19566772224 547332 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
Current children cumulated CPU time: 3452.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2189328 KiB

[startup+3522.3 s]
/proc/loadavg: 4.23 4.22 4.21 5/339 243343
/proc/meminfo: memFree=66831488/131524600 swapFree=131071216/131071996
[pid=241231] ppid=241228 vsize=19108176 memory=2189328 CPUtime=3512.06 cores=0,2
/proc/241231/stat : 241231 (java) S 241228 241231 236599 0 -1 1077936128 296930 0 0 0 350180 1026 0 0 20 0 20 0 18957289 19566772224 547332 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
/proc/241231/statm: 4777044 547332 5914 1 0 558109 0
[pid=241231/tid=241233] ppid=241228 vsize=19108176 memory=2189328 CPUtime=3458.39 cores=0,2
/proc/241231/task/241233/stat : 241233 (java) R 241228 241231 236599 0 -1 4194368 129015 0 0 0 344963 876 0 0 20 0 20 0 18957289 19566772224 547332 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 1923 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
[pid=241231/tid=241242] ppid=241228 vsize=19108176 memory=73976 CPUtime=0 cores=0,2
/proc/241231/task/241242/stat : 241242 (Finalizer) S 241228 241231 236599 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18957292 19566772224 547332 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
[pid=241231/tid=241249] ppid=241228 vsize=19108176 memory=11684 CPUtime=0 cores=0,2
/proc/241231/task/241249/stat : 241249 (Common-Cleaner) S 241228 241231 236599 0 -1 1077936192 3401 0 0 0 0 0 0 0 20 0 20 0 18957292 19566772224 547332 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
[pid=241231/tid=241250] ppid=241228 vsize=19108176 memory=2189328 CPUtime=0 cores=0,2
/proc/241231/task/241250/stat : 241250 (Timer-0) S 241228 241231 236599 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18957342 19566772224 547332 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
Current children cumulated CPU time: 3512.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2189328 KiB

[startup+3582.3 s]
/proc/loadavg: 4.17 4.20 4.21 5/338 243354
/proc/meminfo: memFree=66067952/131524600 swapFree=131071216/131071996
[pid=241231] ppid=241228 vsize=19108176 memory=2189328 CPUtime=3572.06 cores=0,2
/proc/241231/stat : 241231 (java) S 241228 241231 236599 0 -1 1077936128 301216 0 0 0 356165 1041 0 0 20 0 20 0 18957289 19566772224 547332 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
/proc/241231/statm: 4777044 547332 5914 1 0 558109 0
[pid=241231/tid=241233] ppid=241228 vsize=19108176 memory=2189328 CPUtime=3517.28 cores=0,2
/proc/241231/task/241233/stat : 241233 (java) R 241228 241231 236599 0 -1 4194368 131156 0 0 0 350840 888 0 0 20 0 20 0 18957289 19566772224 547332 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 1961 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
[pid=241231/tid=241242] ppid=241228 vsize=19108176 memory=2189328 CPUtime=0 cores=0,2
/proc/241231/task/241242/stat : 241242 (Finalizer) S 241228 241231 236599 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18957292 19566772224 547332 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
[pid=241231/tid=241249] ppid=241228 vsize=19108176 memory=2189328 CPUtime=0 cores=0,2
/proc/241231/task/241249/stat : 241249 (Common-Cleaner) S 241228 241231 236599 0 -1 1077936192 3401 0 0 0 0 0 0 0 20 0 20 0 18957292 19566772224 547332 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
[pid=241231/tid=241250] ppid=241228 vsize=19108176 memory=2189328 CPUtime=0 cores=0,2
/proc/241231/task/241250/stat : 241250 (Timer-0) S 241228 241231 236599 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18957342 19566772224 547332 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
Current children cumulated CPU time: 3572.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2189328 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.3 s]
/proc/loadavg: 4.25 4.22 4.21 5/339 243361
/proc/meminfo: memFree=65650980/131524600 swapFree=131071216/131071996
[pid=241231] ppid=241228 vsize=19108176 memory=2189328 CPUtime=3600.06 cores=0,2
/proc/241231/stat : 241231 (java) S 241228 241231 236599 0 -1 1077936128 301732 0 0 0 358957 1049 0 0 20 0 20 0 18957289 19566772224 547332 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
/proc/241231/statm: 4777044 547332 5914 1 0 558109 0
[pid=241231/tid=241233] ppid=241228 vsize=19108176 memory=11684 CPUtime=3544.77 cores=0,2
/proc/241231/task/241233/stat : 241233 (java) R 241228 241231 236599 0 -1 4194368 131506 0 0 0 353582 895 0 0 20 0 20 0 18957289 19566772224 547332 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 1976 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
[pid=241231/tid=241242] ppid=241228 vsize=19108176 memory=11684 CPUtime=0 cores=0,2
/proc/241231/task/241242/stat : 241242 (Finalizer) S 241228 241231 236599 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18957292 19566772224 547332 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
[pid=241231/tid=241249] ppid=241228 vsize=19108176 memory=2189328 CPUtime=0 cores=0,2
/proc/241231/task/241249/stat : 241249 (Common-Cleaner) S 241228 241231 236599 0 -1 1077936192 3446 0 0 0 0 0 0 0 20 0 20 0 18957292 19566772224 547332 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
[pid=241231/tid=241250] ppid=241228 vsize=19108176 memory=-9054130153600107164 CPUtime=0 cores=0,2
/proc/241231/task/241250/stat : 241250 (Timer-0) S 241228 241231 236599 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18957342 19566772224 547332 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2189328 KiB

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

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

# cumulated CPU time of all completed processes:  user=3589.72 s, system=10.5111 s

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

[startup+3610.4 s]
/proc/loadavg: 4.25 4.22 4.21 5/339 243361
/proc/meminfo: memFree=65650980/131524600 swapFree=131071216/131071996
[pid=241231] ppid=241228 vsize=19307868 memory=2189984 CPUtime=3600.22 cores=0,2
/proc/241231/stat : 241231 (java) S 241228 241231 236599 0 -1 1077936128 303638 0 0 0 358972 1050 0 0 20 0 21 0 18957289 19771256832 547496 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
/proc/241231/statm: 4826967 547496 5912 1 0 559031 0
[pid=241231/tid=241233] ppid=241228 vsize=19307868 memory=2189328 CPUtime=3544.79 cores=0,2
/proc/241231/task/241233/stat : 241233 (java) S 241228 241231 236599 0 -1 1077936192 131705 0 0 0 353584 895 0 0 20 0 21 0 18957289 19771256832 547496 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 1977 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
[pid=241231/tid=241242] ppid=241228 vsize=19307868 memory=2189328 CPUtime=0 cores=0,2
/proc/241231/task/241242/stat : 241242 (Finalizer) S 241228 241231 236599 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 18957292 19771256832 547496 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
[pid=241231/tid=241249] ppid=241228 vsize=19307868 memory=2189328 CPUtime=0 cores=0,2
/proc/241231/task/241249/stat : 241249 (Common-Cleaner) S 241228 241231 236599 0 -1 1077936192 3446 0 0 0 0 0 0 0 20 0 21 0 18957292 19771256832 547496 134679101440 93839015743488 93839015747184 140728746980336 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93839015755000 93839015755792 93839048298496 140728746984363 140728746984545 140728746984545 140728746991560 0
Current children cumulated CPU time: 3600.22 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 2189984 KiB

Child status: 143

Real time (s): 3610.42
CPU time (s): 3600.23
CPU user time (s): 3589.72
CPU system time (s): 10.5111
CPU usage (%): 99.718
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 2189984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3589.72
system time used= 10.5111
maximum resident set size= 2190808
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 303702
page faults= 0
swaps= 0
block input operations= 0
block output operations= 12338368
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 116737
involuntary context switches= 37948


# summary of solver processes directly reported to runsolver:
#   pid: 241231
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3589.72
#   total CPU system time (s): 10.5111

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.03828 second user time and 15.8094 second system time

The end

Launcher Data

Begin job on nodeC017 at 2024-07-24 14:32:28
IDJOB=4446542
IDBENCH=158274
IDSOLVER=3079
FILE ID=nodeC017/4446542-1721824348
RUNJOBID= nodeC017-1721817186-236609
SLURM_JOB_ID= 7816870
Free space on /tmp= 890028 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K143.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-4446542-1721824348/watcher-4446542-1721824348 -o /tmp/evaluation-result-4446542-1721824348/solver-4446542-1721824348 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721817186-236609 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4446542-1721824348 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4446542-1721824348.opb

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

MD5SUM BENCH= 5b71eb3fc2b19671b5e391982561b6cd
RANDOM SEED=363426714

nodeC017.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		: 3650.662
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	: 7000.61
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		: 3682.674
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	: 7006.74
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		: 3637.548
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	: 7000.61
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.533
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	: 7006.74
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		: 3673.020
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	: 7000.61
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		: 3682.722
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	: 7006.74
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		: 3645.399
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	: 7000.61
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.331
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	: 7006.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        92335772 kB
MemAvailable:   120852644 kB
Buffers:          268232 kB
Cached:         28976660 kB
SwapCached:           88 kB
Active:          2640684 kB
Inactive:       35706720 kB
Active(anon):       1556 kB
Inactive(anon):  9154920 kB
Active(file):    2639128 kB
Inactive(file): 26551800 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071216 kB
Dirty:             61860 kB
Writeback:             0 kB
AnonPages:       9100708 kB
Mapped:           139332 kB
Shmem:             53820 kB
KReclaimable:     331536 kB
Slab:             461316 kB
SReclaimable:     331536 kB
SUnreclaim:       129780 kB
KernelStack:        5152 kB
PageTables:        28056 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    9607340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            21280 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8728576 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:      422612 kB
DirectMap2M:    40245248 kB
DirectMap1G:    95420416 kB

Free space on /tmp at the end= 890068 MiB
End job on nodeC017 at 2024-07-24 15:32:38