Trace number 4446962

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.16 3615.99

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/sroussel/
ShortestPathTate/normalized-TateBritain_K82.opb
MD5SUM5599f1c242004f89302cb9020bac47d1
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 variables5576
Total number of constraints5742
Number of constraints which are clauses5660
Number of constraints which are cardinality constraints (but not clauses)82
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint82
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 83
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.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.09	c Number of processors 	2
0.13/0.13	--- Begin Solver configuration ---
0.13/0.13	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.13/0.13	Learn all clauses as in MiniSAT
0.13/0.13	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	Expensive reason simplification
0.13/0.13	Glucose 2.1 dynamic restart strategy
0.13/0.13	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.13/0.13	timeout=2147483s
0.13/0.13	DB Simplification allowed=false
0.13/0.13	Listener: none
0.13/0.13	--- End Solver configuration ---
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4446962-1721824454.opb
0.13/0.13	c reading problem ... 
0.13/0.14	c using VERIPB proof format
0.13/0.14	c  no objective function found
0.32/0.26	c ... done. Wall clock time 0.126s.
0.32/0.26	c declared #vars     5576
0.32/0.26	c #constraints  5742
0.32/0.26	c constraints type 
0.32/0.26	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1053
0.32/0.26	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 82
0.32/0.26	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4605
0.32/0.26	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.32/0.26	c 5742 constraints processed.
3.24/1.71	c cleaning 2498 clauses out of 4998 with flag 28444/5002
5.37/2.97	c cleaning 4243 clauses out of 8490 with flag 73307/11001
7.19/4.69	c cleaning 5609 clauses out of 11243 with flag 125302/18002
9.02/6.22	c cleaning 6810 clauses out of 13628 with flag 185676/26001
11.13/8.13	c cleaning 7899 clauses out of 15815 with flag 250538/35004
13.03/10.04	c cleaning 8908 clauses out of 17908 with flag 317526/45003
15.22/12.29	c cleaning 9562 clauses out of 19997 with flag 384798/56000
17.74/14.78	c cleaning 10039 clauses out of 22427 with flag 457540/68003
20.46/17.45	c cleaning 11084 clauses out of 25382 with flag 534661/81000
23.60/20.50	c cleaning 11977 clauses out of 28294 with flag 615270/95001
26.72/23.62	c cleaning 12688 clauses out of 31312 with flag 705727/110000
30.46/27.30	c cleaning 13767 clauses out of 34623 with flag 804010/126000
34.03/30.88	c cleaning 14504 clauses out of 37856 with flag 912263/143002
38.13/34.99	c cleaning 15363 clauses out of 41348 with flag 1026107/161000
42.97/39.72	c cleaning 16437 clauses out of 44987 with flag 1144144/180002
47.61/44.42	c cleaning 17198 clauses out of 48548 with flag 1272173/200001
52.95/49.73	c cleaning 17959 clauses out of 52354 with flag 1408865/221005
58.49/55.22	c cleaning 18840 clauses out of 56390 with flag 1556447/243000
64.26/61.09	c cleaning 19754 clauses out of 60549 with flag 1720505/266000
70.62/67.43	c cleaning 20825 clauses out of 64794 with flag 1883412/290001
77.29/74.03	c cleaning 21555 clauses out of 68968 with flag 2054643/315001
84.43/81.19	c cleaning 22446 clauses out of 73412 with flag 2247882/341002
92.09/88.88	c cleaning 23684 clauses out of 77961 with flag 2443031/368000
100.41/97.27	c cleaning 24577 clauses out of 82279 with flag 2655111/396002
109.31/106.19	c cleaning 25598 clauses out of 86706 with flag 2884951/425006
118.80/115.65	c cleaning 26431 clauses out of 91101 with flag 3114973/455000
128.91/125.89	c cleaning 27288 clauses out of 95671 with flag 3363219/486001
140.03/136.94	c cleaning 28815 clauses out of 100382 with flag 3606958/518000
150.80/147.64	c cleaning 29331 clauses out of 104569 with flag 3868451/551002
162.20/159.05	c cleaning 30512 clauses out of 109238 with flag 4165439/585002
174.50/171.36	c cleaning 31391 clauses out of 113723 with flag 4464194/620001
187.44/184.22	c cleaning 32409 clauses out of 118331 with flag 4762924/656000
200.27/197.15	c cleaning 33332 clauses out of 122921 with flag 5079319/693000
214.13/211.03	c cleaning 34335 clauses out of 127590 with flag 5414456/731002
228.51/225.40	c cleaning 35339 clauses out of 132252 with flag 5780488/770000
244.08/240.82	c cleaning 36432 clauses out of 136913 with flag 6163571/810001
260.01/256.96	c cleaning 37339 clauses out of 141481 with flag 6534411/851001
276.22/273.08	c cleaning 38264 clauses out of 146144 with flag 6907099/893003
293.21/290.21	c cleaning 39773 clauses out of 150879 with flag 7308464/936002
311.53/308.87	c cleaning 40608 clauses out of 155104 with flag 7774482/980000
331.66/328.80	c cleaning 41626 clauses out of 159498 with flag 8230081/1025002
351.54/348.94	c cleaning 42475 clauses out of 163869 with flag 8695804/1071000
373.44/371.04	c cleaning 43450 clauses out of 168394 with flag 9228271/1118000
395.31/392.87	c cleaning 44593 clauses out of 172944 with flag 9766570/1166000
417.86/415.64	c cleaning 45666 clauses out of 177351 with flag 10288424/1215000
441.91/439.95	c cleaning 46585 clauses out of 181685 with flag 10871300/1265000
466.48/464.94	c cleaning 47515 clauses out of 186100 with flag 11418390/1316000
492.53/490.76	c cleaning 48902 clauses out of 190585 with flag 12060467/1368000
520.51/519.10	c cleaning 49798 clauses out of 194686 with flag 12706272/1421004
547.74/546.32	c cleaning 50694 clauses out of 198885 with flag 13289790/1475001
576.47/575.13	c cleaning 51805 clauses out of 203190 with flag 13927867/1530000
607.14/606.16	c cleaning 52891 clauses out of 207385 with flag 14624359/1586000
638.15/637.39	c cleaning 53848 clauses out of 211494 with flag 15305909/1643000
672.35/671.64	c cleaning 54845 clauses out of 215646 with flag 16095433/1701000
706.64/705.88	c cleaning 56005 clauses out of 219801 with flag 16858495/1760001
741.78/741.64	c cleaning 56963 clauses out of 223795 with flag 17610091/1820000
776.45/776.64	c cleaning 58448 clauses out of 227833 with flag 18385521/1881001
812.36/812.69	c cleaning 59103 clauses out of 231385 with flag 19149636/1943001
851.68/852.20	c cleaning 60446 clauses out of 235280 with flag 20014902/2006000
894.52/895.17	c cleaning 61037 clauses out of 238834 with flag 21032221/2070000
932.72/933.34	c cleaning 62343 clauses out of 242797 with flag 21848132/2135001
975.09/975.63	c cleaning 63164 clauses out of 246455 with flag 22720392/2201002
1018.76/1023.36	c cleaning 64252 clauses out of 250289 with flag 23588055/2268001
1062.95/1067.64	c cleaning 65279 clauses out of 254036 with flag 24430058/2336000
1110.79/1115.50	c cleaning 66506 clauses out of 257758 with flag 25453463/2405001
1161.88/1166.20	c cleaning 67270 clauses out of 261251 with flag 26476798/2475000
1207.83/1212.08	c cleaning 68402 clauses out of 264980 with flag 27434369/2546000
1254.27/1258.58	c cleaning 69487 clauses out of 268580 with flag 28344672/2618002
1302.96/1307.56	c cleaning 70260 clauses out of 272091 with flag 29303367/2691000
1357.93/1362.42	c cleaning 71488 clauses out of 275831 with flag 30413949/2765000
1410.21/1420.09	c cleaning 72719 clauses out of 279343 with flag 31454049/2840000
1468.72/1478.00	c cleaning 73304 clauses out of 282626 with flag 32575264/2916002
1524.42/1534.01	c cleaning 74810 clauses out of 286320 with flag 33734812/2993000
1585.74/1595.23	c cleaning 76061 clauses out of 289511 with flag 34989187/3071001
1649.47/1658.87	c cleaning 76679 clauses out of 292450 with flag 36180590/3150001
1714.06/1723.24	c cleaning 77749 clauses out of 295770 with flag 37465705/3230000
1771.91/1780.71	c cleaning 78878 clauses out of 299020 with flag 38564085/3311000
1836.03/1844.93	c cleaning 79872 clauses out of 302142 with flag 39791658/3393000
1896.10/1904.69	c cleaning 81024 clauses out of 305271 with flag 40987928/3476001
1959.38/1967.75	c cleaning 81857 clauses out of 308246 with flag 42173023/3560000
2032.94/2041.27	c cleaning 82890 clauses out of 311389 with flag 43430277/3645000
2099.99/2108.38	c cleaning 84111 clauses out of 314499 with flag 44774839/3731000
2166.99/2175.18	c cleaning 85298 clauses out of 317390 with flag 46002364/3818002
2238.80/2247.56	c cleaning 85981 clauses out of 320090 with flag 47203884/3906000
2308.45/2317.41	c cleaning 87406 clauses out of 323110 with flag 48462249/3995002
2378.26/2387.80	c cleaning 88234 clauses out of 325702 with flag 49747268/4085000
2446.37/2456.41	c cleaning 89273 clauses out of 328467 with flag 51056067/4176000
2525.96/2536.41	c cleaning 90302 clauses out of 331195 with flag 52353001/4268002
2609.49/2621.70	c cleaning 91154 clauses out of 333892 with flag 53803887/4361001
2691.24/2703.36	c cleaning 92043 clauses out of 336740 with flag 55214974/4455004
2818.44/2831.02	c cleaning 92561 clauses out of 339693 with flag 57840627/4550000
2897.41/2910.14	c cleaning 94903 clauses out of 343134 with flag 59635786/4646002
2990.56/3002.67	c cleaning 95634 clauses out of 345231 with flag 61505327/4743002
3061.51/3072.59	c cleaning 97111 clauses out of 347599 with flag 63057978/4841004
3129.76/3144.72	c cleaning 97265 clauses out of 349485 with flag 64529081/4940001
3199.93/3214.56	c cleaning 98194 clauses out of 352220 with flag 65924128/5040001
3282.63/3296.32	c cleaning 99307 clauses out of 355025 with flag 67778680/5141000
3366.41/3383.14	c cleaning 100844 clauses out of 357718 with flag 69495971/5243000
3436.83/3453.02	c cleaning 101747 clauses out of 359874 with flag 70959635/5346000
3509.94/3526.18	c cleaning 102646 clauses out of 362128 with flag 72477662/5450001
3589.35/3605.37	c cleaning 103282 clauses out of 364481 with flag 74035431/5555001
3600.02/3615.91	c starts		: 47340
3600.02/3615.91	c conflicts		: 5579041
3600.02/3615.91	c decisions		: 55239271
3600.02/3615.92	c propagations		: 1965718349
3600.02/3615.92	c inspects		: 24443056516
3600.02/3615.92	c shortcuts		: 0
3600.02/3615.92	c learnt literals	: 94
3600.02/3615.92	c learnt binary clauses	: 90622
3600.02/3615.92	c learnt ternary clauses	: 108490
3600.02/3615.92	c learnt constraints	: 5578947
3600.02/3615.92	c ignored constraints	: 0
3600.02/3615.92	c timeout
3600.02/3615.92	c root simplifications	: 0
3600.02/3615.92	c removed literals (reason simplification)	: 218167269
3600.02/3615.92	c reason swapping (by a shorter reason)	: 0
3600.02/3615.92	c Calls to reduceDB	: 101
3600.02/3615.92	c Number of update (reduction) of LBD	: 5428898
3600.02/3615.92	c Imported unit clauses	: 0
3600.02/3615.92	c No decision after first conflict	: false
3600.02/3615.92	c number of reductions to clauses (during analyze)	: 0
3600.02/3615.92	c number of learned constraints concerned by reduction	: 0
3600.02/3615.92	c number of learning phase by resolution	: 0
3600.02/3615.92	c number of learning phase by cutting planes	: 0
3600.02/3615.92	c number of rounding to 1 operations	: 0
3600.02/3615.92	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3615.92	c number of reductions of the coefficients by power 2 	: 0
3600.02/3615.92	c number of right shift for reduction by power 2 	: 0
3600.02/3615.92	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3615.92	c number of ending skipping 	: 0
3600.02/3615.92	c number of internal skipping 	: 0
3600.02/3615.92	c number of derivation steps 	: 0
3600.02/3615.92	c number of skipped derivation steps 	: 0
3600.02/3615.92	c number of remaining unassigned 	: 0
3600.02/3615.92	c number of remaining assigned 	: 0
3600.02/3615.92	c number of falsified literals weakened from reason	: 0
3600.02/3615.92	c number of falsified literals weakened from conflict	: 0
3600.02/3615.92	c time for arithmetic operations	: 0
3600.02/3615.92	c minimum degree of deleted constraints	: null
3600.02/3615.92	c maximum degree of deleted constraints	: null
3600.02/3615.92	c number of deleted constraints	: 0
3600.02/3615.92	c speed (assignments/second)	: 543669.4229253385
3600.02/3615.92	c non guided choices	: 849
3600.02/3615.98	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 194617
3600.02/3615.98	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 90622
3600.02/3615.98	s UNKNOWN
3600.02/3615.98	c Total wall clock time (in seconds): 3615.849

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446962-1721824454/watcher-4446962-1721824454 -o /tmp/evaluation-result-4446962-1721824454/solver-4446962-1721824454 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1721817188-240502 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4446962-1721824454 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4446962-1721824454.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=245093, runsolver pid=245090

[startup+0.101788 s]*
/proc/loadavg: 4.16 4.13 4.13 5/334 245111
/proc/meminfo: memFree=91742536/131524600 swapFree=131071728/131071996
[pid=245093] ppid=245090 vsize=18975048 memory=66428 CPUtime=0.13 cores=0,2
/proc/245093/stat : 245093 (java) S 245090 245093 240492 0 -1 1077936128 7064 0 0 0 11 2 0 0 20 0 18 0 18974855 19430449152 16607 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
/proc/245093/statm: 4743762 16607 5603 1 0 549326 0
[pid=245093/tid=245095] ppid=245090 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/245093/task/245095/stat : 245095 (java) R 245090 245093 240492 0 -1 1077936192 5652 0 0 0 7 1 0 0 20 0 18 0 18974855 19430449152 16607 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
[pid=245093/tid=245104] ppid=245090 vsize=18975048 memory=237146210664 CPUtime=0 cores=0,2
/proc/245093/task/245104/stat : 245104 (Finalizer) S 245090 245093 240492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18974858 19430449152 16607 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
[pid=245093/tid=245111] ppid=245090 vsize=18975048 memory=13846374089876100 CPUtime=0 cores=0,2
/proc/245093/task/245111/stat : 245111 (Common-Cleaner) S 245090 245093 240492 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18974858 19430449152 16607 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66428 KiB

[startup+0.205981 s]*
/proc/loadavg: 4.16 4.13 4.13 7/334 245111
/proc/meminfo: memFree=91731320/131524600 swapFree=131071728/131071996
[pid=245093] ppid=245090 vsize=18975048 memory=75220 CPUtime=0.32 cores=0,2
/proc/245093/stat : 245093 (java) S 245090 245093 240492 0 -1 1077936128 7590 0 0 0 30 2 0 0 20 0 18 0 18974855 19430449152 18805 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
/proc/245093/statm: 4743762 18805 5831 1 0 549689 0
[pid=245093/tid=245095] ppid=245090 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=0,2
/proc/245093/task/245095/stat : 245095 (java) R 245090 245093 240492 0 -1 4194368 5846 0 0 0 17 1 0 0 20 0 18 0 18974855 19430449152 18805 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
[pid=245093/tid=245104] ppid=245090 vsize=18975048 memory=649556 CPUtime=0 cores=0,2
/proc/245093/task/245104/stat : 245104 (Finalizer) S 245090 245093 240492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18974858 19430449152 18805 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
[pid=245093/tid=245111] ppid=245090 vsize=18975048 memory=15252649461155485 CPUtime=0 cores=0,2
/proc/245093/task/245111/stat : 245111 (Common-Cleaner) S 245090 245093 240492 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18974858 19430449152 18805 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 75220 KiB

[startup+0.305982 s]*
/proc/loadavg: 4.16 4.13 4.13 7/335 245112
/proc/meminfo: memFree=91707232/131524600 swapFree=131071728/131071996
[pid=245093] ppid=245090 vsize=19041612 memory=100208 CPUtime=0.51 cores=0,2
/proc/245093/stat : 245093 (java) S 245090 245093 240492 0 -1 1077936128 9334 0 0 0 48 3 0 0 20 0 19 0 18974855 19498610688 25052 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
/proc/245093/statm: 4760403 25052 5831 1 0 551002 0
[pid=245093/tid=245095] ppid=245090 vsize=19041612 memory=-9175075333259109052 CPUtime=0.26 cores=0,2
/proc/245093/task/245095/stat : 245095 (java) R 245090 245093 240492 0 -1 4194368 5938 0 0 0 25 1 0 0 20 0 19 0 18974855 19498610688 25052 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
[pid=245093/tid=245104] ppid=245090 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/245093/task/245104/stat : 245104 (Finalizer) S 245090 245093 240492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18974858 19498610688 25052 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
[pid=245093/tid=245111] ppid=245090 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/245093/task/245111/stat : 245111 (Common-Cleaner) S 245090 245093 240492 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 18974858 19498610688 25052 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
[pid=245093/tid=245112] ppid=245090 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/245093/task/245112/stat : 245112 (Timer-0) S 245090 245093 240492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 18974882 19498610688 25052 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 100208 KiB

[startup+0.708984 s]
/proc/loadavg: 4.16 4.13 4.13 7/335 245112
/proc/meminfo: memFree=91686372/131524600 swapFree=131071728/131071996
[pid=245093] ppid=245090 vsize=19041612 memory=147192 CPUtime=1.28 cores=0,2
/proc/245093/stat : 245093 (java) S 245090 245093 240492 0 -1 1077936128 11554 0 0 0 124 4 0 0 20 0 19 0 18974855 19498610688 36798 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
/proc/245093/statm: 4760403 36798 5855 1 0 552256 0
[pid=245093/tid=245095] ppid=245090 vsize=19041612 memory=12544 CPUtime=0.62 cores=0,2
/proc/245093/task/245095/stat : 245095 (java) R 245090 245093 240492 0 -1 4194368 5967 0 0 0 60 2 0 0 20 0 19 0 18974855 19498610688 36798 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
[pid=245093/tid=245104] ppid=245090 vsize=19041612 memory=12544 CPUtime=0 cores=0,2
/proc/245093/task/245104/stat : 245104 (Finalizer) S 245090 245093 240492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18974858 19498610688 36798 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
[pid=245093/tid=245111] ppid=245090 vsize=19041612 memory=117636 CPUtime=0 cores=0,2
/proc/245093/task/245111/stat : 245111 (Common-Cleaner) S 245090 245093 240492 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 18974858 19498610688 36798 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
[pid=245093/tid=245112] ppid=245090 vsize=19041612 memory=1988 CPUtime=0 cores=0,2
/proc/245093/task/245112/stat : 245112 (Timer-0) S 245090 245093 240492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 18974882 19498610688 36798 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 147192 KiB

[startup+1.50098 s]
/proc/loadavg: 4.16 4.13 4.13 7/336 245113
/proc/meminfo: memFree=91625860/131524600 swapFree=131071728/131071996
[pid=245093] ppid=245090 vsize=19108176 memory=178112 CPUtime=2.86 cores=0,2
/proc/245093/stat : 245093 (java) S 245090 245093 240492 0 -1 1077936128 17274 0 0 0 280 6 0 0 20 0 20 0 18974855 19566772224 44528 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
/proc/245093/statm: 4777044 44528 5855 1 0 553354 0
[pid=245093/tid=245095] ppid=245090 vsize=19108176 memory=12544 CPUtime=1.39 cores=0,2
/proc/245093/task/245095/stat : 245095 (java) R 245090 245093 240492 0 -1 4194368 6377 0 0 0 136 3 0 0 20 0 20 0 18974855 19566772224 44528 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
[pid=245093/tid=245104] ppid=245090 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/245093/task/245104/stat : 245104 (Finalizer) S 245090 245093 240492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18974858 19566772224 44528 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
[pid=245093/tid=245111] ppid=245090 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/245093/task/245111/stat : 245111 (Common-Cleaner) S 245090 245093 240492 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18974858 19566772224 44528 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
[pid=245093/tid=245112] ppid=245090 vsize=19108176 memory=65 CPUtime=0 cores=0,2
/proc/245093/task/245112/stat : 245112 (Timer-0) S 245090 245093 240492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18974882 19566772224 44528 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 178112 KiB

[startup+3.106 s]
/proc/loadavg: 4.16 4.13 4.13 5/336 245113
/proc/meminfo: memFree=91589260/131524600 swapFree=131071728/131071996
[pid=245093] ppid=245090 vsize=19108176 memory=195208 CPUtime=5.58 cores=0,2
/proc/245093/stat : 245093 (java) S 245090 245093 240492 0 -1 1077936128 23265 0 0 0 549 9 0 0 20 0 20 0 18974855 19566772224 48802 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
/proc/245093/statm: 4777044 48802 5855 1 0 555404 0
[pid=245093/tid=245095] ppid=245090 vsize=19108176 memory=0 CPUtime=2.93 cores=0,2
/proc/245093/task/245095/stat : 245095 (java) R 245090 245093 240492 0 -1 4194368 7274 0 0 0 289 4 0 0 20 0 20 0 18974855 19566772224 48802 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
[pid=245093/tid=245104] ppid=245090 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/245093/task/245104/stat : 245104 (Finalizer) S 245090 245093 240492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18974858 19566772224 48802 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
[pid=245093/tid=245111] ppid=245090 vsize=19108176 memory=180448 CPUtime=0 cores=0,2
/proc/245093/task/245111/stat : 245111 (Common-Cleaner) S 245090 245093 240492 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 20 0 18974858 19566772224 48802 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
[pid=245093/tid=245112] ppid=245090 vsize=19108176 memory=12544 CPUtime=0 cores=0,2
/proc/245093/task/245112/stat : 245112 (Timer-0) S 245090 245093 240492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18974882 19566772224 48802 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
Current children cumulated CPU time: 5.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 195208 KiB

[startup+6.30098 s]
/proc/loadavg: 4.15 4.13 4.13 5/336 245113
/proc/meminfo: memFree=91379892/131524600 swapFree=131071728/131071996
[pid=245093] ppid=245090 vsize=19111324 memory=381400 CPUtime=9.2 cores=0,2
/proc/245093/stat : 245093 (java) S 245090 245093 240492 0 -1 1077936128 25387 0 0 0 906 14 0 0 20 0 20 0 18974855 19569995776 95350 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
/proc/245093/statm: 4777831 95350 5855 1 0 556470 0
[pid=245093/tid=245095] ppid=245090 vsize=19111324 memory=12544 CPUtime=6.08 cores=0,2
/proc/245093/task/245095/stat : 245095 (java) R 245090 245093 240492 0 -1 4194368 7429 0 0 0 599 9 0 0 20 0 20 0 18974855 19569995776 95416 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
[pid=245093/tid=245104] ppid=245090 vsize=19111324 memory=0 CPUtime=0 cores=0,2
/proc/245093/task/245104/stat : 245104 (Finalizer) S 245090 245093 240492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18974858 19569995776 95416 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
[pid=245093/tid=245111] ppid=245090 vsize=19111324 memory=6011014029032968784 CPUtime=0 cores=0,2
/proc/245093/task/245111/stat : 245111 (Common-Cleaner) S 245090 245093 240492 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 20 0 18974858 19569995776 95416 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
[pid=245093/tid=245112] ppid=245090 vsize=19111324 memory=5536 CPUtime=0 cores=0,2
/proc/245093/task/245112/stat : 245112 (Timer-0) S 245090 245093 240492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18974882 19569995776 95416 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
Current children cumulated CPU time: 9.2 s
Current children cumulated vsize: 19111324 KiB
Current children cumulated memory: 381400 KiB

[startup+12.7058 s]
/proc/loadavg: 4.22 4.15 4.13 5/336 245182
/proc/meminfo: memFree=99483876/131524600 swapFree=131071728/131071996
[pid=245093] ppid=245090 vsize=19108176 memory=470652 CPUtime=15.74 cores=0,2
/proc/245093/stat : 245093 (java) S 245090 245093 240492 0 -1 1077936128 29935 0 0 0 1555 19 0 0 20 0 20 0 18974855 19566772224 117663 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
/proc/245093/statm: 4777044 117663 5886 1 0 556102 0
[pid=245093/tid=245095] ppid=245090 vsize=19108176 memory=0 CPUtime=12.34 cores=0,2
/proc/245093/task/245095/stat : 245095 (java) S 245090 245093 240492 0 -1 1077936192 8320 0 0 0 1223 11 0 0 20 0 20 0 18974855 19566772224 117663 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
[pid=245093/tid=245104] ppid=245090 vsize=19108176 memory=441964 CPUtime=0 cores=0,2
/proc/245093/task/245104/stat : 245104 (Finalizer) S 245090 245093 240492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18974858 19566772224 117663 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
[pid=245093/tid=245111] ppid=245090 vsize=19108176 memory=386384 CPUtime=0 cores=0,2
/proc/245093/task/245111/stat : 245111 (Common-Cleaner) S 245090 245093 240492 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 20 0 18974858 19566772224 117663 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
[pid=245093/tid=245112] ppid=245090 vsize=19108176 memory=16192 CPUtime=0 cores=0,2
/proc/245093/task/245112/stat : 245112 (Timer-0) S 245090 245093 240492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18974882 19566772224 117663 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
Current children cumulated CPU time: 15.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 470652 KiB

[startup+25.5003 s]
/proc/loadavg: 4.33 4.17 4.14 7/336 245252
/proc/meminfo: memFree=110499232/131524600 swapFree=131071728/131071996
[pid=245093] ppid=245090 vsize=19108176 memory=716520 CPUtime=28.63 cores=0,2
/proc/245093/stat : 245093 (java) S 245090 245093 240492 0 -1 1077936128 33369 0 0 0 2833 30 0 0 20 0 20 0 18974855 19566772224 179130 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
/proc/245093/statm: 4777044 179130 5886 1 0 556118 0
[pid=245093/tid=245095] ppid=245090 vsize=19108176 memory=441964 CPUtime=24.96 cores=0,2
/proc/245093/task/245095/stat : 245095 (java) R 245090 245093 240492 0 -1 4194368 9562 0 0 0 2478 18 0 0 20 0 20 0 18974855 19566772224 179130 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
[pid=245093/tid=245104] ppid=245090 vsize=19108176 memory=16192 CPUtime=0 cores=0,2
/proc/245093/task/245104/stat : 245104 (Finalizer) S 245090 245093 240492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18974858 19566772224 179130 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
[pid=245093/tid=245111] ppid=245090 vsize=19108176 memory=630504 CPUtime=0 cores=0,2
/proc/245093/task/245111/stat : 245111 (Common-Cleaner) S 245090 245093 240492 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 20 0 18974858 19566772224 179130 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
[pid=245093/tid=245112] ppid=245090 vsize=19108176 memory=11540 CPUtime=0 cores=0,2
/proc/245093/task/245112/stat : 245112 (Timer-0) S 245090 245093 240492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18974882 19566772224 179130 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
Current children cumulated CPU time: 28.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 716520 KiB

[startup+51.106 s]
/proc/loadavg: 4.28 4.17 4.14 5/337 245258
/proc/meminfo: memFree=108727056/131524600 swapFree=131071728/131071996
[pid=245093] ppid=245090 vsize=19108176 memory=1261692 CPUtime=54.34 cores=0,2
/proc/245093/stat : 245093 (java) S 245090 245093 240492 0 -1 1077936128 40514 0 0 0 5383 51 0 0 20 0 20 0 18974855 19566772224 315423 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
/proc/245093/statm: 4777044 315423 5886 1 0 556118 0
[pid=245093/tid=245095] ppid=245090 vsize=19108176 memory=1261668 CPUtime=50.01 cores=0,2
/proc/245093/task/245095/stat : 245095 (java) R 245090 245093 240492 0 -1 4194368 11724 0 0 0 4970 31 0 0 20 0 20 0 18974855 19566772224 315423 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 9 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0

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

/proc/meminfo: memFree=21512480/131524600 swapFree=131071728/131071996
[pid=245093] ppid=245090 vsize=19108176 memory=2189336 CPUtime=3268.4 cores=0,2
/proc/245093/stat : 245093 (java) S 245090 245093 240492 0 -1 1077936128 263809 0 0 0 325757 1083 0 0 20 0 20 0 18974855 19566772224 547334 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
/proc/245093/statm: 4777044 547334 5898 1 0 558283 0
[pid=245093/tid=245095] ppid=245090 vsize=19108176 memory=2189336 CPUtime=3203.64 cores=0,2
/proc/245093/task/245095/stat : 245095 (java) R 245090 245093 240492 0 -1 4194368 93225 0 0 0 319434 930 0 0 20 0 20 0 18974855 19566772224 547334 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 3224 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
[pid=245093/tid=245104] ppid=245090 vsize=19108176 memory=12544 CPUtime=0 cores=0,2
/proc/245093/task/245104/stat : 245104 (Finalizer) S 245090 245093 240492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18974858 19566772224 547334 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
[pid=245093/tid=245111] ppid=245090 vsize=19108176 memory=2189324 CPUtime=0 cores=0,2
/proc/245093/task/245111/stat : 245111 (Common-Cleaner) S 245090 245093 240492 0 -1 1077936192 1790 0 0 0 0 0 0 0 20 0 20 0 18974858 19566772224 547334 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
[pid=245093/tid=245112] ppid=245090 vsize=19108176 memory=2189336 CPUtime=0 cores=0,2
/proc/245093/task/245112/stat : 245112 (Timer-0) S 245090 245093 240492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18974882 19566772224 547334 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
Current children cumulated CPU time: 3268.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2189336 KiB

[startup+3342.3 s]
/proc/loadavg: 3.46 3.78 4.05 4/312 247234
/proc/meminfo: memFree=19573208/131524600 swapFree=131071728/131071996
[pid=245093] ppid=245090 vsize=19108176 memory=2189348 CPUtime=3328.72 cores=0,2
/proc/245093/stat : 245093 (java) S 245090 245093 240492 0 -1 1077936128 265844 0 0 0 331771 1101 0 0 20 0 20 0 18974855 19566772224 547337 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
/proc/245093/statm: 4777044 547337 5898 1 0 558283 0
[pid=245093/tid=245095] ppid=245090 vsize=19108176 memory=71476 CPUtime=3262.52 cores=0,2
/proc/245093/task/245095/stat : 245095 (java) R 245090 245093 240492 0 -1 4194368 93426 0 0 0 325306 946 0 0 20 0 20 0 18974855 19566772224 547337 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 3236 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
[pid=245093/tid=245104] ppid=245090 vsize=19108176 memory=2189348 CPUtime=0 cores=0,2
/proc/245093/task/245104/stat : 245104 (Finalizer) S 245090 245093 240492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18974858 19566772224 547337 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
[pid=245093/tid=245111] ppid=245090 vsize=19108176 memory=71476 CPUtime=0 cores=0,2
/proc/245093/task/245111/stat : 245111 (Common-Cleaner) S 245090 245093 240492 0 -1 1077936192 1790 0 0 0 0 0 0 0 20 0 20 0 18974858 19566772224 547337 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
[pid=245093/tid=245112] ppid=245090 vsize=19108176 memory=2189348 CPUtime=0 cores=0,2
/proc/245093/task/245112/stat : 245112 (Timer-0) S 245090 245093 240492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18974882 19566772224 547337 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
Current children cumulated CPU time: 3328.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2189348 KiB

[startup+3402.3 s]
/proc/loadavg: 3.48 3.71 4.01 3/313 247301
/proc/meminfo: memFree=17769184/131524600 swapFree=131071728/131071996
[pid=245093] ppid=245090 vsize=19108176 memory=2189588 CPUtime=3385.65 cores=0,2
/proc/245093/stat : 245093 (java) S 245090 245093 240492 0 -1 1077936128 267140 0 0 0 337447 1118 0 0 20 0 20 0 18974855 19566772224 547397 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
/proc/245093/statm: 4777044 547397 5898 1 0 558343 0
[pid=245093/tid=245095] ppid=245090 vsize=19108176 memory=2189412 CPUtime=3318.06 cores=0,2
/proc/245093/task/245095/stat : 245095 (java) R 245090 245093 240492 0 -1 4194368 94342 0 0 0 330847 959 0 0 20 0 20 0 18974855 19566772224 547397 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 3599 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
[pid=245093/tid=245104] ppid=245090 vsize=19108176 memory=11540 CPUtime=0 cores=0,2
/proc/245093/task/245104/stat : 245104 (Finalizer) S 245090 245093 240492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18974858 19566772224 547397 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
[pid=245093/tid=245111] ppid=245090 vsize=19108176 memory=11540 CPUtime=0 cores=0,2
/proc/245093/task/245111/stat : 245111 (Common-Cleaner) S 245090 245093 240492 0 -1 1077936192 1790 0 0 0 0 0 0 0 20 0 20 0 18974858 19566772224 547397 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
[pid=245093/tid=245112] ppid=245090 vsize=19108176 memory=2189588 CPUtime=0 cores=0,2
/proc/245093/task/245112/stat : 245112 (Timer-0) S 245090 245093 240492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18974882 19566772224 547397 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
Current children cumulated CPU time: 3385.65 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2189588 KiB

[startup+3462.3 s]
/proc/loadavg: 3.33 3.63 3.96 4/314 247314
/proc/meminfo: memFree=15975712/131524600 swapFree=131071728/131071996
[pid=245093] ppid=245090 vsize=19108176 memory=2189964 CPUtime=3446.1 cores=0,2
/proc/245093/stat : 245093 (java) S 245090 245093 240492 0 -1 1077936128 271287 0 0 0 343475 1135 0 0 20 0 20 0 18974855 19566772224 547491 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
/proc/245093/statm: 4777044 547491 5898 1 0 558429 0
[pid=245093/tid=245095] ppid=245090 vsize=19108176 memory=2189608 CPUtime=3376.95 cores=0,2
/proc/245093/task/245095/stat : 245095 (java) R 245090 245093 240492 0 -1 4194368 95406 0 0 0 336720 975 0 0 20 0 20 0 18974855 19566772224 547491 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 3613 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
[pid=245093/tid=245104] ppid=245090 vsize=19108176 memory=2189960 CPUtime=0 cores=0,2
/proc/245093/task/245104/stat : 245104 (Finalizer) S 245090 245093 240492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18974858 19566772224 547491 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
[pid=245093/tid=245111] ppid=245090 vsize=19108176 memory=2189960 CPUtime=0 cores=0,2
/proc/245093/task/245111/stat : 245111 (Common-Cleaner) S 245090 245093 240492 0 -1 1077936192 1855 0 0 0 0 0 0 0 20 0 20 0 18974858 19566772224 547491 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
[pid=245093/tid=245112] ppid=245090 vsize=19108176 memory=-9175075333259109052 CPUtime=0 cores=0,2
/proc/245093/task/245112/stat : 245112 (Timer-0) S 245090 245093 240492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18974882 19566772224 547491 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
Current children cumulated CPU time: 3446.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2189964 KiB

[startup+3522.3 s]
/proc/loadavg: 3.57 3.64 3.94 5/314 247327
/proc/meminfo: memFree=14095056/131524600 swapFree=131071728/131071996
[pid=245093] ppid=245090 vsize=19108176 memory=2189972 CPUtime=3506.14 cores=0,2
/proc/245093/stat : 245093 (java) S 245090 245093 240492 0 -1 1077936128 271656 0 0 0 349464 1150 0 0 20 0 20 0 18974855 19566772224 547493 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
/proc/245093/statm: 4777044 547493 5898 1 0 558429 0
[pid=245093/tid=245095] ppid=245090 vsize=19108176 memory=2189972 CPUtime=3436.05 cores=0,2
/proc/245093/task/245095/stat : 245095 (java) R 245090 245093 240492 0 -1 4194368 95584 0 0 0 342617 988 0 0 20 0 20 0 18974855 19566772224 547493 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 3628 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
[pid=245093/tid=245104] ppid=245090 vsize=19108176 memory=2189960 CPUtime=0 cores=0,2
/proc/245093/task/245104/stat : 245104 (Finalizer) S 245090 245093 240492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18974858 19566772224 547493 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
[pid=245093/tid=245111] ppid=245090 vsize=19108176 memory=2189968 CPUtime=0 cores=0,2
/proc/245093/task/245111/stat : 245111 (Common-Cleaner) S 245090 245093 240492 0 -1 1077936192 1855 0 0 0 0 0 0 0 20 0 20 0 18974858 19566772224 547493 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
[pid=245093/tid=245112] ppid=245090 vsize=19108176 memory=11540 CPUtime=0 cores=0,2
/proc/245093/task/245112/stat : 245112 (Timer-0) S 245090 245093 240492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18974882 19566772224 547493 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
Current children cumulated CPU time: 3506.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2189972 KiB

[startup+3582.3 s]
/proc/loadavg: 3.79 3.66 3.93 6/313 247337
/proc/meminfo: memFree=12260584/131524600 swapFree=131071728/131071996
[pid=245093] ppid=245090 vsize=19108176 memory=2189980 CPUtime=3566.39 cores=0,2
/proc/245093/stat : 245093 (java) S 245090 245093 240492 0 -1 1077936128 272912 0 0 0 355472 1167 0 0 20 0 20 0 18974855 19566772224 547495 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
/proc/245093/statm: 4777044 547495 5898 1 0 558429 0
[pid=245093/tid=245095] ppid=245090 vsize=19108176 memory=2189960 CPUtime=3495.13 cores=0,2
/proc/245093/task/245095/stat : 245095 (java) R 245090 245093 240492 0 -1 4194368 96616 0 0 0 348510 1003 0 0 20 0 20 0 18974855 19566772224 547495 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 3645 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
[pid=245093/tid=245104] ppid=245090 vsize=19108176 memory=2189980 CPUtime=0 cores=0,2
/proc/245093/task/245104/stat : 245104 (Finalizer) S 245090 245093 240492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18974858 19566772224 547495 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
[pid=245093/tid=245111] ppid=245090 vsize=19108176 memory=71476 CPUtime=0 cores=0,2
/proc/245093/task/245111/stat : 245111 (Common-Cleaner) S 245090 245093 240492 0 -1 1077936192 1855 0 0 0 0 0 0 0 20 0 20 0 18974858 19566772224 547495 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
[pid=245093/tid=245112] ppid=245090 vsize=19108176 memory=11540 CPUtime=0 cores=0,2
/proc/245093/task/245112/stat : 245112 (Timer-0) S 245090 245093 240492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18974882 19566772224 547495 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
Current children cumulated CPU time: 3566.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2189980 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3615.9 s]
/proc/loadavg: 3.80 3.68 3.93 4/311 247342
/proc/meminfo: memFree=11237740/131524600 swapFree=131071728/131071996
[pid=245093] ppid=245090 vsize=19108176 memory=2189980 CPUtime=3600.02 cores=0,2
/proc/245093/stat : 245093 (java) S 245090 245093 240492 0 -1 1077936128 274099 0 0 0 358825 1177 0 0 20 0 20 0 18974855 19566772224 547495 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
/proc/245093/statm: 4777044 547495 5898 1 0 558429 0
[pid=245093/tid=245095] ppid=245090 vsize=19108176 memory=-9175075333259109052 CPUtime=3528.19 cores=0,2
/proc/245093/task/245095/stat : 245095 (java) R 245090 245093 240492 0 -1 4194368 97136 0 0 0 351807 1012 0 0 20 0 20 0 18974855 19566772224 547495 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 3645 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
[pid=245093/tid=245104] ppid=245090 vsize=19108176 memory=25968 CPUtime=0 cores=0,2
/proc/245093/task/245104/stat : 245104 (Finalizer) S 245090 245093 240492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18974858 19566772224 547495 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
[pid=245093/tid=245111] ppid=245090 vsize=19108176 memory=2189980 CPUtime=0 cores=0,2
/proc/245093/task/245111/stat : 245111 (Common-Cleaner) S 245090 245093 240492 0 -1 1077936192 1920 0 0 0 0 0 0 0 20 0 20 0 18974858 19566772224 547495 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
[pid=245093/tid=245112] ppid=245090 vsize=19108176 memory=2189980 CPUtime=0 cores=0,2
/proc/245093/task/245112/stat : 245112 (Timer-0) S 245090 245093 240492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18974882 19566772224 547495 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2189980 KiB

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

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

# cumulated CPU time of all completed processes:  user=3588.37 s, system=11.7848 s

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

[startup+3615.9 s]
/proc/loadavg: 3.80 3.68 3.93 4/311 247342
/proc/meminfo: memFree=11237740/131524600 swapFree=131071728/131071996
[pid=245093] ppid=245090 vsize=19108176 memory=2189980 CPUtime=3600.02 cores=0,2
/proc/245093/stat : 245093 (java) S 245090 245093 240492 0 -1 1077936128 274099 0 0 0 358825 1177 0 0 20 0 20 0 18974855 19566772224 547495 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
/proc/245093/statm: 4777044 547495 5898 1 0 558429 0
[pid=245093/tid=245095] ppid=245090 vsize=19108176 memory=-9175075333259109052 CPUtime=3528.19 cores=0,2
/proc/245093/task/245095/stat : 245095 (java) R 245090 245093 240492 0 -1 4194368 97136 0 0 0 351807 1012 0 0 20 0 20 0 18974855 19566772224 547495 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 3645 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
[pid=245093/tid=245104] ppid=245090 vsize=19108176 memory=25968 CPUtime=0 cores=0,2
/proc/245093/task/245104/stat : 245104 (Finalizer) S 245090 245093 240492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18974858 19566772224 547495 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
[pid=245093/tid=245111] ppid=245090 vsize=19108176 memory=2189980 CPUtime=0 cores=0,2
/proc/245093/task/245111/stat : 245111 (Common-Cleaner) S 245090 245093 240492 0 -1 1077936192 1920 0 0 0 0 0 0 0 20 0 20 0 18974858 19566772224 547495 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
[pid=245093/tid=245112] ppid=245090 vsize=19108176 memory=2189980 CPUtime=0 cores=0,2
/proc/245093/task/245112/stat : 245112 (Timer-0) S 245090 245093 240492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18974882 19566772224 547495 134679101440 93952975118336 93952975122032 140736410022528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93952975129848 93952975130640 93952985571328 140736410026923 140736410027105 140736410027105 140736410034120 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2189980 KiB

Child status: 143

Real time (s): 3615.99
CPU time (s): 3600.16
CPU user time (s): 3588.37
CPU system time (s): 11.7848
CPU usage (%): 99.5621
Max. virtual memory (cumulated for all children) (KiB): 19111324
Max. memory (cumulated for all children) (KiB): 2189980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3588.37
system time used= 11.7848
maximum resident set size= 2190888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 276495
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16180648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 122178
involuntary context switches= 33701


# summary of solver processes directly reported to runsolver:
#   pid: 245093
#   total CPU time (s): 3600.16
#   total CPU user time (s): 3588.37
#   total CPU system time (s): 11.7848

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.78271 second user time and 18.7439 second system time

The end

Launcher Data

Begin job on nodeC029 at 2024-07-24 14:34:14
IDJOB=4446962
IDBENCH=158340
IDSOLVER=3079
FILE ID=nodeC029/4446962-1721824454
RUNJOBID= nodeC029-1721817188-240502
SLURM_JOB_ID= 7816890
Free space on /tmp= 890048 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K82.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-4446962-1721824454/watcher-4446962-1721824454 -o /tmp/evaluation-result-4446962-1721824454/solver-4446962-1721824454 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1721817188-240502 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4446962-1721824454 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4446962-1721824454.opb

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

MD5SUM BENCH= 5599f1c242004f89302cb9020bac47d1
RANDOM SEED=70285440

nodeC029.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		: 3640.308
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.50
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		: 3600.368
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.34
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		: 3643.244
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.50
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		: 3687.402
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.34
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		: 3652.567
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.50
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		: 3687.551
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.34
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		: 3604.787
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.50
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		: 3599.832
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.34
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        91788744 kB
MemAvailable:   121139184 kB
Buffers:          249508 kB
Cached:         29802488 kB
SwapCached:           44 kB
Active:          2698988 kB
Inactive:       36141116 kB
Active(anon):       1572 kB
Inactive(anon):  8840340 kB
Active(file):    2697416 kB
Inactive(file): 27300776 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071728 kB
Dirty:             50616 kB
Writeback:            16 kB
AnonPages:       8787868 kB
Mapped:           139428 kB
Shmem:             54012 kB
KReclaimable:     384144 kB
Slab:             516976 kB
SReclaimable:     384144 kB
SUnreclaim:       132832 kB
KernelStack:        5136 kB
PageTables:        27336 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    9969376 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            21472 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8486912 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:      346836 kB
DirectMap2M:    44515328 kB
DirectMap1G:    91226112 kB

Free space on /tmp at the end= 890064 MiB
End job on nodeC029 at 2024-07-24 15:34:30