Trace number 4507309

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 VeriPB 2025-06-06? (TO) 3600.37 3556.99

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/sroussel/
ShortestPathTate/normalized-TateBritain_K92.opb
MD5SUM0bf652578c2f1d207084d270794d0d34
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark16.9419
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6256
Total number of constraints6442
Number of constraints which are clauses6350
Number of constraints which are cardinality constraints (but not clauses)92
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint92
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 93
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.11/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.14	c See www.sat4j.org for details.
0.11/0.15	c version PB25.v20250606
0.11/0.17	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.17	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.17	c java.vm.version	22.0.1+8-16
0.11/0.17	c java.vm.vendor	Oracle Corporation
0.11/0.17	c sun.arch.data.model	64
0.11/0.17	c java.version		22.0.1
0.11/0.17	c os.name		Linux
0.11/0.17	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.17	c os.arch		amd64
0.11/0.18	c Free memory 		2104792832
0.11/0.18	c Max memory 		16282288128
0.11/0.18	c Total memory 		2113929216
0.11/0.19	c Number of processors 	2
0.26/0.29	c Pseudo Boolean Optimization by upper bound
0.26/0.29	c --- Begin Solver configuration ---
0.26/0.29	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.26/0.29	c Learn all clauses as in MiniSAT
0.26/0.29	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.26/0.29	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.26/0.29	c Expensive reason simplification
0.26/0.29	c Glucose 2.1 dynamic restart strategy
0.26/0.29	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.26/0.29	c timeout=2147483s
0.26/0.29	c DB Simplification allowed=false
0.26/0.29	c Listener: none
0.26/0.29	c --- End Solver configuration ---
0.26/0.29	c solving HOME/instance-4507309-1751190058.opb
0.26/0.29	c reading problem ... 
0.26/0.30	c using VERIPB proof format
0.26/0.30	c  no objective function found
0.92/0.67	c ... done. Wall clock time 0.365s.
0.92/0.67	c declared #vars     6256
0.92/0.67	c #constraints  6442
0.92/0.67	c constraints type 
0.92/0.67	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1183
0.92/0.67	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 92
0.92/0.67	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5165
0.92/0.67	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.92/0.68	c 6442 constraints processed.
4.83/2.60	c cleaning 2487 clauses out of 4987 with flag 24867/5000
7.08/3.95	c cleaning 4235 clauses out of 8495 with flag 61248/11001
9.43/6.09	c cleaning 5624 clauses out of 11256 with flag 107573/18000
11.97/8.13	c cleaning 6777 clauses out of 13627 with flag 162849/26000
14.28/9.86	c cleaning 7902 clauses out of 15848 with flag 225258/35001
17.90/13.32	c cleaning 8947 clauses out of 17940 with flag 283375/45000
21.79/17.22	c cleaning 9604 clauses out of 19992 with flag 347308/56000
25.26/20.75	c cleaning 10197 clauses out of 22388 with flag 416552/68001
29.35/24.88	c cleaning 11046 clauses out of 25190 with flag 492842/81000
32.91/28.35	c cleaning 11845 clauses out of 28143 with flag 575055/95000
38.28/33.77	c cleaning 12910 clauses out of 31299 with flag 664346/110001
42.32/37.78	c cleaning 13777 clauses out of 34383 with flag 758796/126000
47.66/43.07	c cleaning 14574 clauses out of 37607 with flag 863050/143002
53.07/48.38	c cleaning 15351 clauses out of 41029 with flag 975942/161002
59.26/54.54	c cleaning 16326 clauses out of 44676 with flag 1098597/180000
64.43/59.69	c cleaning 17283 clauses out of 48349 with flag 1222444/200001
72.82/68.07	c cleaning 18135 clauses out of 52064 with flag 1352743/221000
79.38/74.50	c cleaning 18940 clauses out of 55929 with flag 1488708/243000
85.37/80.56	c cleaning 19752 clauses out of 59988 with flag 1637839/266000
92.53/87.69	c cleaning 20973 clauses out of 64230 with flag 1806227/290000
102.01/97.12	c cleaning 21544 clauses out of 68256 with flag 1966377/315000
111.60/106.68	c cleaning 22577 clauses out of 72713 with flag 2144282/341001
120.17/115.19	c cleaning 23481 clauses out of 77132 with flag 2328004/368000
128.64/123.63	c cleaning 24457 clauses out of 81651 with flag 2524901/396000
139.39/134.40	c cleaning 25229 clauses out of 86192 with flag 2723555/425001
148.93/143.83	c cleaning 26139 clauses out of 90960 with flag 2937229/455001
159.06/153.81	c cleaning 27203 clauses out of 95818 with flag 3151064/486001
169.98/164.75	c cleaning 28048 clauses out of 100614 with flag 3383479/518005
180.96/175.65	c cleaning 29148 clauses out of 105561 with flag 3624899/551000
194.39/189.03	c cleaning 29932 clauses out of 110412 with flag 3874756/585000
206.56/201.17	c cleaning 30905 clauses out of 115480 with flag 4131818/620000
220.74/215.27	c cleaning 31772 clauses out of 120574 with flag 4392639/656002
237.44/231.97	c cleaning 32785 clauses out of 125804 with flag 4675585/693004
252.70/247.13	c cleaning 33730 clauses out of 131015 with flag 4957385/731003
269.41/263.89	c cleaning 34822 clauses out of 136283 with flag 5266125/770002
288.62/283.11	c cleaning 35935 clauses out of 141459 with flag 5586360/810000
307.40/301.61	c cleaning 36888 clauses out of 146522 with flag 5919919/851000
325.10/319.20	c cleaning 37670 clauses out of 151634 with flag 6247143/893000
344.53/338.60	c cleaning 38744 clauses out of 156963 with flag 6598239/936000
363.51/357.09	c cleaning 39520 clauses out of 162219 with flag 6959376/980000
384.95/378.45	c cleaning 40605 clauses out of 167698 with flag 7328306/1025000
404.79/398.23	c cleaning 41525 clauses out of 173092 with flag 7718259/1071000
427.34/421.68	c cleaning 42511 clauses out of 178566 with flag 8116206/1118000
450.96/445.31	c cleaning 43769 clauses out of 184057 with flag 8533336/1166002
478.29/472.54	c cleaning 44780 clauses out of 189288 with flag 8971136/1215002
503.44/497.73	c cleaning 45709 clauses out of 194507 with flag 9407145/1265001
529.62/523.66	c cleaning 46708 clauses out of 199797 with flag 9857463/1316001
556.82/550.92	c cleaning 47711 clauses out of 205088 with flag 10334485/1368000
584.75/578.79	c cleaning 48660 clauses out of 210377 with flag 10856130/1421000
613.76/607.69	c cleaning 49734 clauses out of 215718 with flag 11380115/1475001
645.69/639.41	c cleaning 50793 clauses out of 220983 with flag 11909928/1530001
676.30/669.92	c cleaning 51506 clauses out of 226189 with flag 12436846/1586002
710.47/704.02	c cleaning 52802 clauses out of 231681 with flag 12996336/1643000
745.70/739.26	c cleaning 53816 clauses out of 236880 with flag 13590053/1701001
781.68/774.42	c cleaning 54880 clauses out of 242064 with flag 14174088/1760002
820.53/813.07	c cleaning 56038 clauses out of 247182 with flag 14737447/1820000
856.38/848.86	c cleaning 56912 clauses out of 252144 with flag 15386342/1881000
895.44/887.62	c cleaning 57971 clauses out of 257234 with flag 16055567/1943003
941.73/933.76	c cleaning 59329 clauses out of 262264 with flag 16801565/2006004
986.67/978.66	c cleaning 60247 clauses out of 266931 with flag 17529639/2070000
1032.98/1024.73	c cleaning 61381 clauses out of 271685 with flag 18300538/2135002
1078.83/1070.38	c cleaning 62494 clauses out of 276302 with flag 18997523/2201000
1128.92/1119.84	c cleaning 63056 clauses out of 280808 with flag 19774972/2268000
1178.80/1169.50	c cleaning 64211 clauses out of 285752 with flag 20545890/2336000
1230.94/1221.55	c cleaning 65389 clauses out of 290541 with flag 21359536/2405000
1280.47/1270.23	c cleaning 66091 clauses out of 295153 with flag 22144866/2475001
1334.83/1324.52	c cleaning 67352 clauses out of 300061 with flag 22976342/2546000
1386.19/1375.71	c cleaning 68549 clauses out of 304709 with flag 23781888/2618000
1445.18/1434.05	c cleaning 69484 clauses out of 309160 with flag 24634157/2691000
1503.15/1491.76	c cleaning 70453 clauses out of 313676 with flag 25504369/2765000
1564.97/1553.34	c cleaning 71871 clauses out of 318223 with flag 26577868/2840000
1627.92/1615.95	c cleaning 72722 clauses out of 322355 with flag 27622059/2916003
1692.18/1679.33	c cleaning 73912 clauses out of 326630 with flag 28638498/2993000
1752.54/1739.29	c cleaning 74733 clauses out of 330720 with flag 29533086/3071002
1815.68/1801.36	c cleaning 75841 clauses out of 334988 with flag 30419897/3150003
1883.34/1866.84	c cleaning 76708 clauses out of 339144 with flag 31379578/3230000
1955.73/1938.51	c cleaning 77613 clauses out of 343440 with flag 32366897/3311004
2027.31/2008.98	c cleaning 79014 clauses out of 347825 with flag 33417574/3393002
2109.24/2089.43	c cleaning 79794 clauses out of 351809 with flag 34601807/3476000
2189.24/2168.41	c cleaning 81074 clauses out of 356015 with flag 35721290/3560000
2273.20/2251.42	c cleaning 82089 clauses out of 359941 with flag 37033599/3645000
2354.22/2331.83	c cleaning 83162 clauses out of 363853 with flag 38184982/3731001
2433.23/2410.05	c cleaning 83973 clauses out of 367690 with flag 39331981/3818000
2518.27/2494.29	c cleaning 85031 clauses out of 371717 with flag 40426274/3906000
2603.97/2579.04	c cleaning 86224 clauses out of 375688 with flag 41557879/3995002
2687.40/2661.62	c cleaning 87099 clauses out of 379462 with flag 42629379/4085000
2779.17/2752.07	c cleaning 88521 clauses out of 383363 with flag 43754926/4176000
2875.79/2846.70	c cleaning 89413 clauses out of 386842 with flag 45007152/4268000
2966.18/2935.30	c cleaning 90491 clauses out of 390431 with flag 46126669/4361002
3058.72/3026.45	c cleaning 91327 clauses out of 393938 with flag 47357695/4455000
3163.65/3127.87	c cleaning 92631 clauses out of 397615 with flag 48845117/4550004
3269.12/3231.73	c cleaning 93956 clauses out of 400980 with flag 50608332/4646000
3370.59/3331.37	c cleaning 94415 clauses out of 404024 with flag 51862991/4743000
3474.10/3433.89	c cleaning 95265 clauses out of 407609 with flag 53173719/4841000
3597.99/3554.75	c cleaning 96119 clauses out of 411344 with flag 54760278/4940000
3600.08/3556.82	c timeout
3600.08/3556.82	c starts		: 44846
3600.08/3556.84	c conflicts		: 4943070
3600.08/3556.85	c decisions		: 68926094
3600.08/3556.85	c propagations		: 1852688965
3600.08/3556.85	c inspects		: 21250095554
3600.08/3556.85	c shortcuts		: 0
3600.08/3556.85	c learnt literals	: 97
3600.08/3556.85	c learnt binary clauses	: 110979
3600.08/3556.85	c learnt ternary clauses	: 136780
3600.08/3556.85	c learnt constraints	: 4942973
3600.08/3556.85	c ignored constraints	: 0
3600.08/3556.85	c root simplifications	: 0
3600.08/3556.85	c removed literals (reason simplification)	: 125064695
3600.08/3556.85	c reason swapping (by a shorter reason)	: 0
3600.08/3556.85	c Calls to reduceDB	: 95
3600.08/3556.85	c Number of update (reduction) of LBD	: 4413855
3600.08/3556.85	c Imported unit clauses	: 0
3600.08/3556.85	c No decision after first conflict	: false
3600.08/3556.85	c number of reductions to clauses (during analyze)	: 0
3600.08/3556.85	c number of learned constraints concerned by reduction	: 0
3600.08/3556.85	c number of learning phase by resolution	: 0
3600.08/3556.85	c number of learning phase by cutting planes	: 0
3600.08/3556.85	c number of rounding to 1 operations	: 0
3600.08/3556.85	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3556.85	c number of reductions of the coefficients by power 2 	: 0
3600.08/3556.85	c number of right shift for reduction by power 2 	: 0
3600.08/3556.85	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3556.85	c number of ending skipping 	: 0
3600.08/3556.85	c number of internal skipping 	: 0
3600.08/3556.85	c number of derivation steps 	: 0
3600.08/3556.85	c number of skipped derivation steps 	: 0
3600.08/3556.85	c number of remaining unassigned 	: 0
3600.08/3556.85	c number of remaining assigned 	: 0
3600.08/3556.85	c number of falsified literals weakened from reason	: 0
3600.08/3556.85	c number of falsified literals weakened from conflict	: 0
3600.08/3556.85	c time for arithmetic operations	: 0
3600.08/3556.85	c minimum degree of deleted constraints	: null
3600.08/3556.85	c maximum degree of deleted constraints	: null
3600.08/3556.85	c number of deleted constraints	: 0
3600.08/3556.85	c speed (assignments/second)	: 520981.5232817729
3600.08/3556.85	c non guided choices	: 3241
3600.26/3556.94	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 207316
3600.26/3556.94	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 110979
3600.26/3556.95	s UNKNOWN
3600.26/3556.95	c Total wall clock time (in seconds): 3556.652

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4507309-1751190058/watcher-4507309-1751190058 -o /tmp/evaluation-result-4507309-1751190058/solver-4507309-1751190058 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751182786-20307 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4507309-1751190058 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4507309-1751190058.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=21295, runsolver pid=21292

[startup+0.100072 s]*
/proc/loadavg: 4.59 4.31 4.26 6/331 21313
/proc/meminfo: memFree=122445064/131382120 swapFree=33010684/33010684
[pid=21295] ppid=21292 vsize=18930384 memory=52524 CPUtime=0.11 cores=5,7
/proc/21295/stat : 21295 (java) S 21292 21295 20294 0 -1 4194304 5808 0 0 0 8 3 0 0 20 0 18 0 34684644 19384713216 13131 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
/proc/21295/statm: 4732596 13131 5303 1 0 547011 0
[pid=21295/tid=21297] ppid=21292 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/21295/task/21297/stat : 21297 (java) R 21292 21295 20294 0 -1 4194368 4715 0 0 0 5 2 0 0 20 0 18 0 34684646 19384713216 13131 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
[pid=21295/tid=21306] ppid=21292 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/21295/task/21306/stat : 21306 (Finalizer) S 21292 21295 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34684649 19384713216 13131 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
[pid=21295/tid=21313] ppid=21292 vsize=18930384 memory=55195547748946 CPUtime=0 cores=5,7
/proc/21295/task/21313/stat : 21313 (Common-Cleaner) S 21292 21295 20294 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 34684650 19384713216 13131 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 52524 KiB

[startup+0.215036 s]*
/proc/loadavg: 4.59 4.31 4.26 6/331 21313
/proc/meminfo: memFree=122434856/131382120 swapFree=33010684/33010684
[pid=21295] ppid=21292 vsize=18930384 memory=61452 CPUtime=0.26 cores=5,7
/proc/21295/stat : 21295 (java) S 21292 21295 20294 0 -1 4194304 6493 0 0 0 23 3 0 0 20 0 18 0 34684644 19384713216 15363 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
/proc/21295/statm: 4732596 15363 5335 1 0 547627 0
[pid=21295/tid=21297] ppid=21292 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=5,7
/proc/21295/task/21297/stat : 21297 (java) R 21292 21295 20294 0 -1 4194368 5066 0 0 0 15 2 0 0 20 0 18 0 34684646 19384713216 15363 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
[pid=21295/tid=21306] ppid=21292 vsize=18930384 memory=2576 CPUtime=0 cores=5,7
/proc/21295/task/21306/stat : 21306 (Finalizer) S 21292 21295 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34684649 19384713216 15363 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
[pid=21295/tid=21313] ppid=21292 vsize=18930384 memory=54096036103158 CPUtime=0 cores=5,7
/proc/21295/task/21313/stat : 21313 (Common-Cleaner) S 21292 21295 20294 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 34684650 19384713216 15363 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61452 KiB

[startup+0.318986 s]*
/proc/loadavg: 4.59 4.31 4.26 6/331 21313
/proc/meminfo: memFree=122426664/131382120 swapFree=33010684/33010684
[pid=21295] ppid=21292 vsize=18930384 memory=62860 CPUtime=0.42 cores=5,7
/proc/21295/stat : 21295 (java) S 21292 21295 20294 0 -1 4194304 6743 0 0 0 39 3 0 0 20 0 18 0 34684644 19384713216 15715 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
/proc/21295/statm: 4732596 15715 5431 1 0 547841 0
[pid=21295/tid=21297] ppid=21292 vsize=18930384 memory=-6000919498409405293 CPUtime=0.25 cores=5,7
/proc/21295/task/21297/stat : 21297 (java) R 21292 21295 20294 0 -1 4194368 5247 0 0 0 23 2 0 0 20 0 18 0 34684646 19384713216 15715 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
[pid=21295/tid=21306] ppid=21292 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/21295/task/21306/stat : 21306 (Finalizer) S 21292 21295 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34684649 19384713216 15715 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
[pid=21295/tid=21313] ppid=21292 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/21295/task/21313/stat : 21313 (Common-Cleaner) S 21292 21295 20294 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 34684650 19384713216 15715 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 62860 KiB

[startup+0.700387 s]
/proc/loadavg: 4.59 4.31 4.26 7/331 21313
/proc/meminfo: memFree=122389044/131382120 swapFree=33010684/33010684
[pid=21295] ppid=21292 vsize=18930384 memory=98348 CPUtime=1.09 cores=5,7
/proc/21295/stat : 21295 (java) S 21292 21295 20294 0 -1 4194304 8364 0 0 0 103 6 0 0 20 0 18 0 34684644 19384713216 24587 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
/proc/21295/statm: 4732596 24587 5431 1 0 548987 0
[pid=21295/tid=21297] ppid=21292 vsize=18930384 memory=17024 CPUtime=0.54 cores=5,7
/proc/21295/task/21297/stat : 21297 (java) R 21292 21295 20294 0 -1 4194368 5315 0 0 0 51 3 0 0 20 0 18 0 34684646 19384713216 24587 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
[pid=21295/tid=21306] ppid=21292 vsize=18930384 memory=11264 CPUtime=0 cores=5,7
/proc/21295/task/21306/stat : 21306 (Finalizer) S 21292 21295 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34684649 19384713216 24587 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
[pid=21295/tid=21313] ppid=21292 vsize=18930384 memory=3200 CPUtime=0 cores=5,7
/proc/21295/task/21313/stat : 21313 (Common-Cleaner) S 21292 21295 20294 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 34684650 19384713216 24587 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 98348 KiB

[startup+1.50028 s]
/proc/loadavg: 4.59 4.31 4.26 7/332 21314
/proc/meminfo: memFree=122279588/131382120 swapFree=33010684/33010684
[pid=21295] ppid=21292 vsize=18996948 memory=136476 CPUtime=2.67 cores=5,7
/proc/21295/stat : 21295 (java) S 21292 21295 20294 0 -1 4194304 15775 0 0 0 259 8 0 0 20 0 19 0 34684644 19452874752 34119 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
/proc/21295/statm: 4749237 34119 5431 1 0 551590 0
[pid=21295/tid=21297] ppid=21292 vsize=18996948 memory=3200 CPUtime=1.27 cores=5,7
/proc/21295/task/21297/stat : 21297 (java) R 21292 21295 20294 0 -1 4194368 5792 0 0 0 123 4 0 0 20 0 19 0 34684646 19452874752 34119 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
[pid=21295/tid=21306] ppid=21292 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/21295/task/21306/stat : 21306 (Finalizer) S 21292 21295 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 34684649 19452874752 34119 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
[pid=21295/tid=21313] ppid=21292 vsize=18996948 memory=11264 CPUtime=0 cores=5,7
/proc/21295/task/21313/stat : 21313 (Common-Cleaner) S 21292 21295 20294 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 34684650 19452874752 34119 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
[pid=21295/tid=21314] ppid=21292 vsize=18996948 memory=14464 CPUtime=0 cores=5,7
/proc/21295/task/21314/stat : 21314 (Timer-0) S 21292 21295 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 34684715 19452874752 34119 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
Current children cumulated CPU time: 2.67 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 136476 KiB

[startup+3.10628 s]
/proc/loadavg: 4.62 4.32 4.26 6/333 21315
/proc/meminfo: memFree=121939164/131382120 swapFree=33010684/33010684
[pid=21295] ppid=21292 vsize=19063512 memory=177528 CPUtime=5.83 cores=5,7
/proc/21295/stat : 21295 (java) S 21292 21295 20294 0 -1 4194304 20826 0 0 0 572 11 0 0 20 0 20 0 34684644 19521036288 44382 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
/proc/21295/statm: 4765878 44382 5495 1 0 553092 0
[pid=21295/tid=21297] ppid=21292 vsize=19063512 memory=14464 CPUtime=2.82 cores=5,7
/proc/21295/task/21297/stat : 21297 (java) R 21292 21295 20294 0 -1 4194368 6769 0 0 0 276 6 0 0 20 0 20 0 34684646 19521036288 44382 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
[pid=21295/tid=21306] ppid=21292 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/21295/task/21306/stat : 21306 (Finalizer) S 21292 21295 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34684649 19521036288 44382 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
[pid=21295/tid=21313] ppid=21292 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/21295/task/21313/stat : 21313 (Common-Cleaner) S 21292 21295 20294 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 34684650 19521036288 44382 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
[pid=21295/tid=21314] ppid=21292 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/21295/task/21314/stat : 21314 (Timer-0) S 21292 21295 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34684715 19521036288 44382 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
Current children cumulated CPU time: 5.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 177528 KiB

[startup+6.30046 s]
/proc/loadavg: 4.62 4.32 4.26 5/333 21315
/proc/meminfo: memFree=121754292/131382120 swapFree=33010684/33010684
[pid=21295] ppid=21292 vsize=19063512 memory=315388 CPUtime=9.89 cores=5,7
/proc/21295/stat : 21295 (java) S 21292 21295 20294 0 -1 4194304 22340 0 0 0 972 17 0 0 20 0 20 0 34684644 19521036288 78847 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
/proc/21295/statm: 4765878 78847 5495 1 0 554299 0
[pid=21295/tid=21297] ppid=21292 vsize=19063512 memory=0 CPUtime=5.95 cores=5,7
/proc/21295/task/21297/stat : 21297 (java) R 21292 21295 20294 0 -1 4194368 6942 0 0 0 584 11 0 0 20 0 20 0 34684646 19521036288 78847 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
[pid=21295/tid=21306] ppid=21292 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/21295/task/21306/stat : 21306 (Finalizer) S 21292 21295 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34684649 19521036288 78847 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
[pid=21295/tid=21313] ppid=21292 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/21295/task/21313/stat : 21313 (Common-Cleaner) S 21292 21295 20294 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 34684650 19521036288 78847 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
[pid=21295/tid=21314] ppid=21292 vsize=19063512 memory=148764 CPUtime=0 cores=5,7
/proc/21295/task/21314/stat : 21314 (Timer-0) S 21292 21295 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34684715 19521036288 78847 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
Current children cumulated CPU time: 9.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 315388 KiB

[startup+12.7004 s]
/proc/loadavg: 4.57 4.31 4.26 6/332 21383
/proc/meminfo: memFree=128279832/131382120 swapFree=33010684/33010684
[pid=21295] ppid=21292 vsize=19063512 memory=677344 CPUtime=17.3 cores=5,7
/proc/21295/stat : 21295 (java) S 21292 21295 20294 0 -1 4194304 33942 0 0 0 1699 31 0 0 20 0 20 0 34684644 19521036288 169336 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
/proc/21295/statm: 4765878 169336 5527 1 0 555404 0
[pid=21295/tid=21297] ppid=21292 vsize=19063512 memory=665036 CPUtime=12.14 cores=5,7
/proc/21295/task/21297/stat : 21297 (java) R 21292 21295 20294 0 -1 4194368 8250 0 0 0 1194 20 0 0 20 0 20 0 34684646 19521036288 169336 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
[pid=21295/tid=21306] ppid=21292 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/21295/task/21306/stat : 21306 (Finalizer) S 21292 21295 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34684649 19521036288 169336 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
[pid=21295/tid=21313] ppid=21292 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/21295/task/21313/stat : 21313 (Common-Cleaner) S 21292 21295 20294 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 34684650 19521036288 169336 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
[pid=21295/tid=21314] ppid=21292 vsize=19063512 memory=14464 CPUtime=0 cores=5,7
/proc/21295/task/21314/stat : 21314 (Timer-0) S 21292 21295 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34684715 19521036288 169336 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
Current children cumulated CPU time: 17.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 677344 KiB

[startup+25.5005 s]
/proc/loadavg: 4.59 4.33 4.27 6/332 21383
/proc/meminfo: memFree=125910264/131382120 swapFree=33010684/33010684
[pid=21295] ppid=21292 vsize=19063512 memory=1120936 CPUtime=30.07 cores=5,7
/proc/21295/stat : 21295 (java) S 21292 21295 20294 0 -1 4194304 37060 0 0 0 2959 48 0 0 20 0 20 0 34684644 19521036288 280234 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
/proc/21295/statm: 4765878 280234 5527 1 0 661927 0
[pid=21295/tid=21297] ppid=21292 vsize=19063512 memory=14464 CPUtime=24.41 cores=5,7
/proc/21295/task/21297/stat : 21297 (java) R 21292 21295 20294 0 -1 4194368 9343 0 0 0 2407 34 0 0 20 0 20 0 34684646 19521036288 280234 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
[pid=21295/tid=21306] ppid=21292 vsize=19063512 memory=7733643089853900393 CPUtime=0 cores=5,7
/proc/21295/task/21306/stat : 21306 (Finalizer) S 21292 21295 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34684649 19521036288 280234 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
[pid=21295/tid=21313] ppid=21292 vsize=19063512 memory=911860 CPUtime=0 cores=5,7
/proc/21295/task/21313/stat : 21313 (Common-Cleaner) S 21292 21295 20294 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 34684650 19521036288 280234 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
[pid=21295/tid=21314] ppid=21292 vsize=19063512 memory=778740 CPUtime=0 cores=5,7
/proc/21295/task/21314/stat : 21314 (Timer-0) S 21292 21295 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34684715 19521036288 280234 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
Current children cumulated CPU time: 30.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1120936 KiB

[startup+51.1157 s]
/proc/loadavg: 4.73 4.40 4.29 6/332 21383
/proc/meminfo: memFree=123776044/131382120 swapFree=33010684/33010684
[pid=21295] ppid=21292 vsize=19063512 memory=1722500 CPUtime=55.9 cores=5,7
/proc/21295/stat : 21295 (java) S 21292 21295 20294 0 -1 4194304 42927 0 0 0 5520 70 0 0 20 0 20 0 34684644 19521036288 430625 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
/proc/21295/statm: 4765878 430625 5527 1 0 789350 0
[pid=21295/tid=21297] ppid=21292 vsize=19063512 memory=17024 CPUtime=49.2 cores=5,7
/proc/21295/task/21297/stat : 21297 (java) R 21292 21295 20294 0 -1 4194368 10801 0 0 0 4868 52 0 0 20 0 20 0 34684646 19521036288 430625 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
[pid=21295/tid=21306] ppid=21292 vsize=19063512 memory=-6000919498409405293 CPUtime=0 cores=5,7
/proc/21295/task/21306/stat : 21306 (Finalizer) S 21292 21295 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34684649 19521036288 430625 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
[pid=21295/tid=21313] ppid=21292 vsize=19063512 memory=1722500 CPUtime=0 cores=5,7
/proc/21295/task/21313/stat : 21313 (Common-Cleaner) S 21292 21295 20294 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 34684650 19521036288 430625 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0

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

[startup+3222.3 s]
/proc/loadavg: 4.54 4.38 4.26 5/332 21549
/proc/meminfo: memFree=92741480/131382120 swapFree=33010684/33010684
[pid=21295] ppid=21292 vsize=19063512 memory=1760280 CPUtime=3259.71 cores=5,7
/proc/21295/stat : 21295 (java) S 21292 21295 20294 0 -1 4194304 168769 0 0 0 324862 1109 0 0 20 0 20 0 34684644 19521036288 440070 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
/proc/21295/statm: 4765878 440070 5527 1 0 451825 0
[pid=21295/tid=21297] ppid=21292 vsize=19063512 memory=1760280 CPUtime=3158.59 cores=5,7
/proc/21295/task/21297/stat : 21297 (java) R 21292 21295 20294 0 -1 4194368 82702 0 0 0 314987 872 0 0 20 0 20 0 34684646 19521036288 440070 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
[pid=21295/tid=21306] ppid=21292 vsize=19063512 memory=1760280 CPUtime=0 cores=5,7
/proc/21295/task/21306/stat : 21306 (Finalizer) S 21292 21295 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34684649 19521036288 440070 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
[pid=21295/tid=21313] ppid=21292 vsize=19063512 memory=1760280 CPUtime=0 cores=5,7
/proc/21295/task/21313/stat : 21313 (Common-Cleaner) S 21292 21295 20294 0 -1 4194368 1177 0 0 0 0 0 0 0 20 0 20 0 34684650 19521036288 440070 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
[pid=21295/tid=21314] ppid=21292 vsize=19063512 memory=17024 CPUtime=0 cores=5,7
/proc/21295/task/21314/stat : 21314 (Timer-0) S 21292 21295 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34684715 19521036288 440070 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
Current children cumulated CPU time: 3259.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1760280 KiB

[startup+3282.3 s]
/proc/loadavg: 4.25 4.33 4.25 5/331 21551
/proc/meminfo: memFree=92530364/131382120 swapFree=33010684/33010684
[pid=21295] ppid=21292 vsize=19063512 memory=1593620 CPUtime=3320.87 cores=5,7
/proc/21295/stat : 21295 (java) S 21292 21295 20294 0 -1 4194304 169303 0 0 0 330957 1130 0 0 20 0 20 0 34684644 19521036288 398405 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
/proc/21295/statm: 4765878 398405 5527 1 0 410065 0
[pid=21295/tid=21297] ppid=21292 vsize=19063512 memory=1760280 CPUtime=3217.2 cores=5,7
/proc/21295/task/21297/stat : 21297 (java) R 21292 21295 20294 0 -1 4194368 83021 0 0 0 320831 889 0 0 20 0 20 0 34684646 19521036288 398405 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
[pid=21295/tid=21306] ppid=21292 vsize=19063512 memory=17024 CPUtime=0 cores=5,7
/proc/21295/task/21306/stat : 21306 (Finalizer) S 21292 21295 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34684649 19521036288 398405 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
[pid=21295/tid=21313] ppid=21292 vsize=19063512 memory=14464 CPUtime=0 cores=5,7
/proc/21295/task/21313/stat : 21313 (Common-Cleaner) S 21292 21295 20294 0 -1 4194368 1177 0 0 0 0 0 0 0 20 0 20 0 34684650 19521036288 398405 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
[pid=21295/tid=21314] ppid=21292 vsize=19063512 memory=2736 CPUtime=0 cores=5,7
/proc/21295/task/21314/stat : 21314 (Timer-0) S 21292 21295 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34684715 19521036288 398405 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
Current children cumulated CPU time: 3320.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1593620 KiB

[startup+3342.3 s]
/proc/loadavg: 4.33 4.33 4.25 5/331 21553
/proc/meminfo: memFree=92147220/131382120 swapFree=33010684/33010684
[pid=21295] ppid=21292 vsize=19063512 memory=1593620 CPUtime=3381.6 cores=5,7
/proc/21295/stat : 21295 (java) S 21292 21295 20294 0 -1 4194304 169497 0 0 0 337011 1149 0 0 20 0 20 0 34684644 19521036288 398405 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
/proc/21295/statm: 4765878 398405 5527 1 0 410067 0
[pid=21295/tid=21297] ppid=21292 vsize=19063512 memory=1593620 CPUtime=3275.93 cores=5,7
/proc/21295/task/21297/stat : 21297 (java) R 21292 21295 20294 0 -1 4194368 83203 0 0 0 326690 903 0 0 20 0 20 0 34684646 19521036288 398405 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
[pid=21295/tid=21306] ppid=21292 vsize=19063512 memory=17024 CPUtime=0 cores=5,7
/proc/21295/task/21306/stat : 21306 (Finalizer) S 21292 21295 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34684649 19521036288 398405 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
[pid=21295/tid=21313] ppid=21292 vsize=19063512 memory=1593620 CPUtime=0 cores=5,7
/proc/21295/task/21313/stat : 21313 (Common-Cleaner) S 21292 21295 20294 0 -1 4194368 1177 0 0 0 0 0 0 0 20 0 20 0 34684650 19521036288 398405 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
[pid=21295/tid=21314] ppid=21292 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/21295/task/21314/stat : 21314 (Timer-0) S 21292 21295 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34684715 19521036288 398405 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
Current children cumulated CPU time: 3381.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1593620 KiB

[startup+3402.3 s]
/proc/loadavg: 4.37 4.33 4.26 5/332 21560
/proc/meminfo: memFree=91665048/131382120 swapFree=33010684/33010684
[pid=21295] ppid=21292 vsize=19063512 memory=1677068 CPUtime=3442.6 cores=5,7
/proc/21295/stat : 21295 (java) S 21292 21295 20294 0 -1 4194304 170874 0 0 0 343080 1180 0 0 20 0 20 0 34684644 19521036288 419267 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
/proc/21295/statm: 4765878 419267 5527 1 0 430951 0
[pid=21295/tid=21297] ppid=21292 vsize=19063512 memory=1677068 CPUtime=3334.48 cores=5,7
/proc/21295/task/21297/stat : 21297 (java) R 21292 21295 20294 0 -1 4194368 83862 0 0 0 332518 930 0 0 20 0 20 0 34684646 19521036288 419267 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
[pid=21295/tid=21306] ppid=21292 vsize=19063512 memory=1593620 CPUtime=0 cores=5,7
/proc/21295/task/21306/stat : 21306 (Finalizer) S 21292 21295 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34684649 19521036288 419267 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
[pid=21295/tid=21313] ppid=21292 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/21295/task/21313/stat : 21313 (Common-Cleaner) S 21292 21295 20294 0 -1 4194368 1177 0 0 0 0 0 0 0 20 0 20 0 34684650 19521036288 419267 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
[pid=21295/tid=21314] ppid=21292 vsize=19063512 memory=1593620 CPUtime=0 cores=5,7
/proc/21295/task/21314/stat : 21314 (Timer-0) S 21292 21295 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34684715 19521036288 419267 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
Current children cumulated CPU time: 3442.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1677068 KiB

[startup+3462.3 s]
/proc/loadavg: 4.78 4.47 4.31 5/332 21562
/proc/meminfo: memFree=91256540/131382120 swapFree=33010684/33010684
[pid=21295] ppid=21292 vsize=19063512 memory=1677068 CPUtime=3502.83 cores=5,7
/proc/21295/stat : 21295 (java) S 21292 21295 20294 0 -1 4194304 174180 0 0 0 349085 1198 0 0 20 0 20 0 34684644 19521036288 419267 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
/proc/21295/statm: 4765878 419267 5527 1 0 430951 0
[pid=21295/tid=21297] ppid=21292 vsize=19063512 memory=1593620 CPUtime=3393.21 cores=5,7
/proc/21295/task/21297/stat : 21297 (java) R 21292 21295 20294 0 -1 4194368 85371 0 0 0 338377 944 0 0 20 0 20 0 34684646 19521036288 419267 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
[pid=21295/tid=21306] ppid=21292 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/21295/task/21306/stat : 21306 (Finalizer) S 21292 21295 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34684649 19521036288 419267 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
[pid=21295/tid=21313] ppid=21292 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/21295/task/21313/stat : 21313 (Common-Cleaner) S 21292 21295 20294 0 -1 4194368 1261 0 0 0 0 0 0 0 20 0 20 0 34684650 19521036288 419267 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
[pid=21295/tid=21314] ppid=21292 vsize=19063512 memory=5740 CPUtime=0 cores=5,7
/proc/21295/task/21314/stat : 21314 (Timer-0) S 21292 21295 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34684715 19521036288 419267 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
Current children cumulated CPU time: 3502.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1677068 KiB

[startup+3522.3 s]
/proc/loadavg: 4.64 4.49 4.33 5/330 21564
/proc/meminfo: memFree=90956560/131382120 swapFree=33010684/33010684
[pid=21295] ppid=21292 vsize=19063512 memory=1593648 CPUtime=3565.49 cores=5,7
/proc/21295/stat : 21295 (java) S 21292 21295 20294 0 -1 4194304 181224 0 0 0 355332 1217 0 0 20 0 20 0 34684644 19521036288 398412 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
/proc/21295/statm: 4765878 398412 5527 1 0 410071 0
[pid=21295/tid=21297] ppid=21292 vsize=19063512 memory=14464 CPUtime=3452.22 cores=5,7
/proc/21295/task/21297/stat : 21297 (java) R 21292 21295 20294 0 -1 4194368 90061 0 0 0 344265 957 0 0 20 0 20 0 34684646 19521036288 398412 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
[pid=21295/tid=21306] ppid=21292 vsize=19063512 memory=14464 CPUtime=0 cores=5,7
/proc/21295/task/21306/stat : 21306 (Finalizer) S 21292 21295 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34684649 19521036288 398412 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
[pid=21295/tid=21313] ppid=21292 vsize=19063512 memory=4896 CPUtime=0 cores=5,7
/proc/21295/task/21313/stat : 21313 (Common-Cleaner) S 21292 21295 20294 0 -1 4194368 1261 0 0 0 0 0 0 0 20 0 20 0 34684650 19521036288 398412 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
[pid=21295/tid=21314] ppid=21292 vsize=19063512 memory=17024 CPUtime=0 cores=5,7
/proc/21295/task/21314/stat : 21314 (Timer-0) S 21292 21295 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34684715 19521036288 398412 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
Current children cumulated CPU time: 3565.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1593648 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3556.8 s]
/proc/loadavg: 4.34 4.43 4.32 5/305 21598
/proc/meminfo: memFree=99675140/131382120 swapFree=33010684/33010684
[pid=21295] ppid=21292 vsize=19063512 memory=1593648 CPUtime=3600.08 cores=5,7
/proc/21295/stat : 21295 (java) S 21292 21295 20294 0 -1 4194304 181349 0 0 0 358780 1228 0 0 20 0 20 0 34684644 19521036288 398412 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
/proc/21295/statm: 4765878 398412 5527 1 0 410071 0
[pid=21295/tid=21297] ppid=21292 vsize=19063512 memory=-6000919498409405293 CPUtime=3486.09 cores=5,7
/proc/21295/task/21297/stat : 21297 (java) R 21292 21295 20294 0 -1 4194368 90138 0 0 0 347643 966 0 0 20 0 20 0 34684646 19521036288 398412 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
[pid=21295/tid=21306] ppid=21292 vsize=19063512 memory=1792 CPUtime=0 cores=5,7
/proc/21295/task/21306/stat : 21306 (Finalizer) S 21292 21295 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34684649 19521036288 398412 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
[pid=21295/tid=21313] ppid=21292 vsize=19063512 memory=1920 CPUtime=0 cores=5,7
/proc/21295/task/21313/stat : 21313 (Common-Cleaner) S 21292 21295 20294 0 -1 4194368 1300 0 0 0 0 0 0 0 20 0 20 0 34684650 19521036288 398412 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
[pid=21295/tid=21314] ppid=21292 vsize=19063512 memory=6016 CPUtime=0 cores=5,7
/proc/21295/task/21314/stat : 21314 (Timer-0) S 21292 21295 20294 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34684715 19521036288 398412 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1593648 KiB

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

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

# cumulated CPU time of all completed processes:  user=3588.06 s, system=12.3159 s

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

[startup+3556.9 s]
/proc/loadavg: 4.34 4.43 4.32 5/305 21598
/proc/meminfo: memFree=99675140/131382120 swapFree=33010684/33010684
[pid=21295] ppid=21292 vsize=19263204 memory=1594288 CPUtime=3600.26 cores=5,7
/proc/21295/stat : 21295 (java) S 21292 21295 20294 0 -1 4194304 182789 0 0 0 358797 1229 0 0 20 0 21 0 34684644 19725520896 398572 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
/proc/21295/statm: 4815801 398572 5527 1 0 410991 0
[pid=21295/tid=21297] ppid=21292 vsize=19263204 memory=1593648 CPUtime=3486.12 cores=5,7
/proc/21295/task/21297/stat : 21297 (java) S 21292 21295 20294 0 -1 4194368 90349 0 0 0 347645 967 0 0 20 0 21 0 34684646 19725520896 398572 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
[pid=21295/tid=21306] ppid=21292 vsize=19263204 memory=1593648 CPUtime=0 cores=5,7
/proc/21295/task/21306/stat : 21306 (Finalizer) S 21292 21295 20294 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 34684649 19725520896 398572 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
[pid=21295/tid=21313] ppid=21292 vsize=19263204 memory=1920 CPUtime=0 cores=5,7
/proc/21295/task/21313/stat : 21313 (Common-Cleaner) S 21292 21295 20294 0 -1 4194368 1300 0 0 0 0 0 0 0 20 0 21 0 34684650 19725520896 398572 18446744073709551615 94140963205120 94140963208816 140732211493104 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94140963216632 94140963217424 94140996444160 140732211501360 140732211501542 140732211501542 140732211507144 0
Current children cumulated CPU time: 3600.26 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 1594288 KiB

Child status: 143

Real time (s): 3556.99
CPU time (s): 3600.37
CPU user time (s): 3588.06
CPU system time (s): 12.3159
CPU usage (%): 101.22
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 3117112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3588.06
system time used= 12.3159
maximum resident set size= 3117112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 182930
page faults= 0
swaps= 0
block input operations= 0
block output operations= 14342064
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 122619
involuntary context switches= 20310


# summary of solver processes directly reported to runsolver:
#   pid: 21295
#   total CPU time (s): 3600.37
#   total CPU user time (s): 3588.06
#   total CPU system time (s): 12.3159

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.9549 second user time and 36.9232 second system time

The end

Launcher Data

Begin job on nodeC002 at 2025-06-29 11:40:58
IDJOB=4507309
IDBENCH=158341
IDSOLVER=3364
FILE ID=nodeC002/4507309-1751190058
RUNJOBID= nodeC002-1751182786-20307
SLURM_JOB_ID= 9587562
Free space on /tmp= 433052 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K92.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4507309-1751190058/watcher-4507309-1751190058 -o /tmp/evaluation-result-4507309-1751190058/solver-4507309-1751190058 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751182786-20307 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4507309-1751190058 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4507309-1751190058.opb

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

MD5SUM BENCH= 0bf652578c2f1d207084d270794d0d34
RANDOM SEED=334202659

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        122481608 kB
MemAvailable:   127624840 kB
Buffers:            3280 kB
Cached:          5948492 kB
SwapCached:            0 kB
Active:          2659244 kB
Inactive:        5700800 kB
Active(anon):    2426272 kB
Inactive(anon):        0 kB
Active(file):     232972 kB
Inactive(file):  5700800 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             87328 kB
Writeback:             0 kB
AnonPages:       2409432 kB
Mapped:           122268 kB
Shmem:             17960 kB
KReclaimable:      98176 kB
Slab:             183484 kB
SReclaimable:      98176 kB
SUnreclaim:        85308 kB
KernelStack:        5056 kB
PageTables:         8404 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    7298884 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150424 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2203648 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      181064 kB
DirectMap2M:     8110080 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC002 at 2025-06-29 12:40:16