Trace number 4493740

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2025-06-06? (TO) 3600.24 3604.01

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/prestwich/armies/normalized-army10.14ls.opb
MD5SUM531481e7cf3d0451843bb4aa5119dd25
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 benchmark0.037083
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables316
Total number of constraints476
Number of constraints which are clauses274
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint2
Maximum length of a constraint100
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 14
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 114
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
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		5.14.0-503.14.1.el9_5.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.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/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.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4493740-1751156874.opb
0.12/0.13	c reading problem ... 
0.12/0.13	c  no objective function found
0.12/0.18	c ... done. Wall clock time 0.044s.
0.12/0.18	c declared #vars     316
0.12/0.18	c #constraints  476
0.12/0.18	c constraints type 
0.12/0.18	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 166
0.12/0.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.12/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 200
0.12/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 108
0.12/0.18	c 476 constraints processed.
1.27/0.73	c cleaning 2498 clauses out of 5002 with flag 17548/5002
1.83/1.10	c cleaning 4249 clauses out of 8502 with flag 39947/11000
2.57/1.58	c cleaning 5627 clauses out of 11256 with flag 62128/18003
3.19/2.14	c cleaning 6810 clauses out of 13627 with flag 90836/26001
3.93/2.87	c cleaning 7909 clauses out of 15817 with flag 122214/35001
4.83/3.73	c cleaning 8952 clauses out of 17908 with flag 152979/45001
6.12/4.94	c cleaning 9975 clauses out of 19955 with flag 189716/56000
7.52/6.36	c cleaning 10985 clauses out of 21980 with flag 233447/68000
9.02/7.83	c cleaning 11995 clauses out of 23996 with flag 279109/81001
10.62/9.46	c cleaning 12994 clauses out of 26002 with flag 322378/95002
12.72/11.52	c cleaning 14002 clauses out of 28006 with flag 377145/110000
15.06/13.88	c cleaning 14998 clauses out of 30004 with flag 426911/126000
18.21/16.96	c cleaning 15992 clauses out of 32006 with flag 477236/143000
21.80/20.52	c cleaning 17004 clauses out of 34016 with flag 530823/161002
25.20/23.91	c cleaning 17992 clauses out of 36010 with flag 595141/180000
28.74/27.47	c cleaning 19006 clauses out of 38018 with flag 651885/200000
33.13/31.80	c cleaning 20002 clauses out of 40014 with flag 709735/221002
38.51/37.25	c cleaning 21001 clauses out of 42010 with flag 771125/243000
44.14/42.87	c cleaning 21999 clauses out of 44009 with flag 843105/266000
50.22/48.91	c cleaning 22998 clauses out of 46010 with flag 930051/290000
55.85/54.55	c cleaning 23990 clauses out of 48012 with flag 1014417/315000
64.40/63.16	c cleaning 24996 clauses out of 50023 with flag 1104787/341001
72.39/71.17	c cleaning 26000 clauses out of 52026 with flag 1189760/368000
82.12/80.83	c cleaning 26997 clauses out of 54026 with flag 1284652/396000
91.80/90.56	c cleaning 27996 clauses out of 56032 with flag 1386556/425003
101.26/100.00	c cleaning 29006 clauses out of 58034 with flag 1484884/455001
111.47/110.11	c cleaning 30003 clauses out of 60027 with flag 1592520/486000
122.29/120.99	c cleaning 31003 clauses out of 62026 with flag 1702942/518002
131.67/130.34	c cleaning 32002 clauses out of 64024 with flag 1815637/551003
142.51/141.19	c cleaning 33003 clauses out of 66019 with flag 1938868/585000
153.18/151.86	c cleaning 33995 clauses out of 68016 with flag 2059995/620000
167.21/165.86	c cleaning 35002 clauses out of 70024 with flag 2183512/656003
183.22/181.86	c cleaning 35998 clauses out of 72019 with flag 2312257/693000
199.59/198.29	c cleaning 37005 clauses out of 74021 with flag 2432766/731000
212.71/211.37	c cleaning 38000 clauses out of 76016 with flag 2544764/770000
226.33/224.98	c cleaning 38999 clauses out of 78017 with flag 2655420/810001
241.90/240.53	c cleaning 40004 clauses out of 80020 with flag 2765981/851003
256.41/255.03	c cleaning 41002 clauses out of 82014 with flag 2882703/893001
273.05/271.43	c cleaning 41996 clauses out of 84012 with flag 2997546/936001
289.02/287.44	c cleaning 43002 clauses out of 86015 with flag 3121758/980000
308.52/306.90	c cleaning 43999 clauses out of 88014 with flag 3251170/1025001
326.74/325.11	c cleaning 45004 clauses out of 90018 with flag 3380574/1071004
346.19/344.63	c cleaning 45998 clauses out of 92010 with flag 3519277/1118000
367.69/366.16	c cleaning 47001 clauses out of 94012 with flag 3660275/1166000
389.86/388.34	c cleaning 47998 clauses out of 96011 with flag 3802732/1215000
414.78/413.39	c cleaning 49002 clauses out of 98014 with flag 3948801/1265001
441.12/439.73	c cleaning 49998 clauses out of 100011 with flag 4101898/1316000
464.68/463.23	c cleaning 51003 clauses out of 102014 with flag 4251570/1368001
488.92/487.59	c cleaning 51991 clauses out of 104011 with flag 4417821/1421001
515.37/514.07	c cleaning 53005 clauses out of 106021 with flag 4588607/1475002
547.38/546.15	c cleaning 53984 clauses out of 108014 with flag 4769602/1530000
593.85/592.77	c cleaning 54996 clauses out of 110030 with flag 5000764/1586000
638.04/637.05	c cleaning 56008 clauses out of 112034 with flag 5217863/1643000
689.10/688.21	c cleaning 56999 clauses out of 114028 with flag 5433772/1701002
735.18/734.42	c cleaning 57999 clauses out of 116027 with flag 5651228/1760000
777.57/776.95	c cleaning 59003 clauses out of 118031 with flag 5881815/1820003
838.00/837.50	c cleaning 60003 clauses out of 120025 with flag 6108989/1881000
894.95/894.63	c cleaning 60997 clauses out of 122023 with flag 6348805/1943001
950.81/950.66	c cleaning 61997 clauses out of 124026 with flag 6589161/2006001
1012.62/1012.29	c cleaning 63002 clauses out of 126028 with flag 6836171/2070000
1070.16/1069.45	c cleaning 63996 clauses out of 128028 with flag 7076734/2135002
1135.47/1134.81	c cleaning 64998 clauses out of 130030 with flag 7315490/2201000
1203.77/1203.36	c cleaning 66000 clauses out of 132032 with flag 7576971/2268000
1273.29/1273.09	c cleaning 66991 clauses out of 134032 with flag 7836703/2336000
1336.02/1335.90	c cleaning 68007 clauses out of 136041 with flag 8107901/2405000
1410.28/1410.29	c cleaning 69009 clauses out of 138037 with flag 8386382/2475003
1484.29/1484.44	c cleaning 70001 clauses out of 140026 with flag 8638998/2546001
1546.22/1546.54	c cleaning 70986 clauses out of 142024 with flag 8900109/2618000
1629.50/1630.08	c cleaning 72012 clauses out of 144039 with flag 9186698/2691001
1697.00/1697.59	c cleaning 73002 clauses out of 146026 with flag 9451669/2765000
1779.00/1779.79	c cleaning 74004 clauses out of 148025 with flag 9724983/2840001
1865.37/1866.37	c cleaning 74991 clauses out of 150020 with flag 10010333/2916000
1935.03/1936.03	c cleaning 76007 clauses out of 152029 with flag 10316922/2993000
2023.69/2024.92	c cleaning 76999 clauses out of 154022 with flag 10631059/3071000
2111.16/2112.64	c cleaning 78007 clauses out of 156027 with flag 10929837/3150004
2227.56/2229.35	c cleaning 78992 clauses out of 158018 with flag 11242598/3230002
2351.33/2353.22	c cleaning 80001 clauses out of 160024 with flag 11546334/3311000
2452.75/2454.95	c cleaning 81007 clauses out of 162024 with flag 11847175/3393001
2548.60/2551.05	c cleaning 81997 clauses out of 164016 with flag 12175379/3476000
2662.65/2665.20	c cleaning 82990 clauses out of 166021 with flag 12499777/3560002
2743.13/2745.44	c cleaning 84004 clauses out of 168029 with flag 12775964/3645000
2814.56/2816.97	c cleaning 85003 clauses out of 170025 with flag 13041565/3731000
2885.40/2887.90	c cleaning 86003 clauses out of 172024 with flag 13303148/3818002
2955.54/2958.24	c cleaning 87004 clauses out of 174019 with flag 13572879/3906000
3028.98/3031.75	c cleaning 87997 clauses out of 176015 with flag 13844098/3995000
3155.27/3158.36	c cleaning 88984 clauses out of 178019 with flag 14187791/4085001
3274.26/3277.68	c cleaning 90012 clauses out of 180036 with flag 14524036/4176002
3347.46/3350.86	c cleaning 91008 clauses out of 182025 with flag 14804814/4268003
3412.32/3415.82	c cleaning 92001 clauses out of 184015 with flag 15088754/4361001
3477.18/3480.70	c cleaning 93001 clauses out of 186014 with flag 15384567/4455001
3543.43/3547.10	c cleaning 93999 clauses out of 188012 with flag 15692871/4550000
3600.09/3603.92	c timeout
3600.09/3603.92	c starts		: 6531
3600.09/3603.92	c conflicts		: 4639536
3600.09/3603.92	c decisions		: 8746502
3600.09/3603.92	c propagations		: 150137643
3600.09/3603.92	c inspects		: 25828120720
3600.09/3603.92	c shortcuts		: 0
3600.09/3603.92	c learnt literals	: 0
3600.09/3603.92	c learnt binary clauses	: 0
3600.09/3603.92	c learnt ternary clauses	: 3
3600.09/3603.92	c learnt constraints	: 4639536
3600.09/3603.92	c ignored constraints	: 0
3600.09/3603.92	c root simplifications	: 0
3600.09/3603.92	c removed literals (reason simplification)	: 14082098
3600.09/3603.92	c reason swapping (by a shorter reason)	: 0
3600.09/3603.93	c Calls to reduceDB	: 91
3600.09/3603.93	c Number of update (reduction) of LBD	: 1336465
3600.09/3603.93	c Imported unit clauses	: 0
3600.09/3603.93	c No decision after first conflict	: false
3600.09/3603.93	c number of reductions to clauses (during analyze)	: 0
3600.09/3603.93	c number of learned constraints concerned by reduction	: 0
3600.09/3603.93	c number of learning phase by resolution	: 0
3600.09/3603.93	c number of learning phase by cutting planes	: 0
3600.09/3603.93	c number of rounding to 1 operations	: 0
3600.09/3603.93	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3603.93	c number of reductions of the coefficients by power 2 	: 0
3600.09/3603.93	c number of right shift for reduction by power 2 	: 0
3600.09/3603.93	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3603.93	c number of ending skipping 	: 0
3600.09/3603.93	c number of internal skipping 	: 0
3600.09/3603.93	c number of derivation steps 	: 0
3600.09/3603.93	c number of skipped derivation steps 	: 0
3600.09/3603.93	c number of remaining unassigned 	: 0
3600.09/3603.93	c number of remaining assigned 	: 0
3600.09/3603.93	c number of falsified literals weakened from reason	: 0
3600.09/3603.93	c number of falsified literals weakened from conflict	: 0
3600.09/3603.93	c time for arithmetic operations	: 0
3600.09/3603.93	c minimum degree of deleted constraints	: null
3600.09/3603.93	c maximum degree of deleted constraints	: null
3600.09/3603.93	c number of deleted constraints	: 0
3600.09/3603.93	c speed (assignments/second)	: 41661.58435826306
3600.09/3603.93	c non guided choices	: 44
3600.09/3603.99	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 183549
3600.09/3603.99	s UNKNOWN
3600.09/3603.99	c Total wall clock time (in seconds): 3603.856

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (62941 MiB free)
  memory of node 1: 64507 MiB (63721 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100021 s]*
/proc/loadavg: 1.18 1.62 2.46 6/343 21271
/proc/meminfo: memFree=129606816/131250000 swapFree=33010684/33010684
[pid=21253] ppid=21250 vsize=18930384 memory=57752 CPUtime=0.12 cores=4,6
/proc/21253/stat : 21253 (java) S 21250 21253 21059 0 -1 4194304 6587 0 0 0 10 2 0 0 20 0 18 0 31365227 19384713216 14438 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
/proc/21253/statm: 4732596 14438 5330 1 0 547622 0
[pid=21253/tid=21255] ppid=21250 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/21253/task/21255/stat : 21255 (java) R 21250 21253 21059 0 -1 4194368 5087 0 0 0 6 1 0 0 20 0 18 0 31365228 19384713216 14438 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
[pid=21253/tid=21264] ppid=21250 vsize=18930384 memory=237112656212 CPUtime=0 cores=4,6
/proc/21253/task/21264/stat : 21264 (Finalizer) S 21250 21253 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31365231 19384713216 14438 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
[pid=21253/tid=21271] ppid=21250 vsize=18930384 memory=59585004336188 CPUtime=0 cores=4,6
/proc/21253/task/21271/stat : 21271 (Common-Cleaner) S 21250 21253 21059 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 31365231 19384713216 14438 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57752 KiB

[startup+0.205738 s]*
/proc/loadavg: 1.18 1.62 2.46 7/344 21272
/proc/meminfo: memFree=129602784/131250000 swapFree=33010684/33010684
[pid=21253] ppid=21250 vsize=18996948 memory=62232 CPUtime=0.32 cores=4,6
/proc/21253/stat : 21253 (java) S 21250 21253 21059 0 -1 4194304 7106 0 0 0 29 3 0 0 20 0 19 0 31365227 19452874752 15558 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
/proc/21253/statm: 4749237 15558 5426 1 0 548247 0
[pid=21253/tid=21255] ppid=21250 vsize=18996948 memory=4026597660 CPUtime=0.17 cores=4,6
/proc/21253/task/21255/stat : 21255 (java) R 21250 21253 21059 0 -1 4194368 5326 0 0 0 15 2 0 0 20 0 19 0 31365228 19452874752 15558 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
[pid=21253/tid=21264] ppid=21250 vsize=18996948 memory=16163 CPUtime=0 cores=4,6
/proc/21253/task/21264/stat : 21264 (Finalizer) S 21250 21253 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31365231 19452874752 15558 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
[pid=21253/tid=21271] ppid=21250 vsize=18996948 memory=58485492679654 CPUtime=0 cores=4,6
/proc/21253/task/21271/stat : 21271 (Common-Cleaner) S 21250 21253 21059 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 31365231 19452874752 15558 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
[pid=21253/tid=21272] ppid=21250 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/21253/task/21272/stat : 21272 (Timer-0) S 21250 21253 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31365246 19452874752 15558 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 62232 KiB

[startup+0.305687 s]*
/proc/loadavg: 1.18 1.62 2.46 6/344 21272
/proc/meminfo: memFree=129595412/131250000 swapFree=33010684/33010684
[pid=21253] ppid=21250 vsize=18996948 memory=69212 CPUtime=0.5 cores=4,6
/proc/21253/stat : 21253 (java) S 21250 21253 21059 0 -1 4194304 10164 0 0 0 47 3 0 0 20 0 19 0 31365227 19452874752 17303 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
/proc/21253/statm: 4749237 17303 5458 1 0 549514 0
[pid=21253/tid=21255] ppid=21250 vsize=18996948 memory=-6000919507066448749 CPUtime=0.25 cores=4,6
/proc/21253/task/21255/stat : 21255 (java) R 21250 21253 21059 0 -1 4194368 5385 0 0 0 23 2 0 0 20 0 19 0 31365228 19452874752 17303 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
[pid=21253/tid=21264] ppid=21250 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/21253/task/21264/stat : 21264 (Finalizer) S 21250 21253 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31365231 19452874752 17303 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
[pid=21253/tid=21271] ppid=21250 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/21253/task/21271/stat : 21271 (Common-Cleaner) S 21250 21253 21059 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 31365231 19452874752 17335 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
[pid=21253/tid=21272] ppid=21250 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/21253/task/21272/stat : 21272 (Timer-0) S 21250 21253 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31365246 19452874752 17335 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 69212 KiB

[startup+0.700227 s]
/proc/loadavg: 1.18 1.62 2.46 6/344 21272
/proc/meminfo: memFree=129583504/131250000 swapFree=33010684/33010684
[pid=21253] ppid=21250 vsize=18996948 memory=81704 CPUtime=1.27 cores=4,6
/proc/21253/stat : 21253 (java) S 21250 21253 21059 0 -1 4194304 12315 0 0 0 123 4 0 0 20 0 19 0 31365227 19452874752 20426 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
/proc/21253/statm: 4749237 20426 5458 1 0 550908 0
[pid=21253/tid=21255] ppid=21250 vsize=18996948 memory=17408 CPUtime=0.61 cores=4,6
/proc/21253/task/21255/stat : 21255 (java) R 21250 21253 21059 0 -1 4194368 5429 0 0 0 59 2 0 0 20 0 19 0 31365228 19452874752 20426 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
[pid=21253/tid=21264] ppid=21250 vsize=18996948 memory=10496 CPUtime=0 cores=4,6
/proc/21253/task/21264/stat : 21264 (Finalizer) S 21250 21253 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31365231 19452874752 20426 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
[pid=21253/tid=21271] ppid=21250 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/21253/task/21271/stat : 21271 (Common-Cleaner) S 21250 21253 21059 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 31365231 19452874752 20426 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
[pid=21253/tid=21272] ppid=21250 vsize=18996948 memory=4740 CPUtime=0 cores=4,6
/proc/21253/task/21272/stat : 21272 (Timer-0) S 21250 21253 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31365246 19452874752 20426 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 81704 KiB

[startup+1.50024 s]
/proc/loadavg: 1.65 1.71 2.49 5/344 21272
/proc/meminfo: memFree=129556724/131250000 swapFree=33010684/33010684
[pid=21253] ppid=21250 vsize=18996948 memory=103328 CPUtime=2.57 cores=4,6
/proc/21253/stat : 21253 (java) S 21250 21253 21059 0 -1 4194304 18722 0 0 0 252 5 0 0 20 0 19 0 31365227 19452874752 25832 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
/proc/21253/statm: 4749237 25832 5458 1 0 552112 0
[pid=21253/tid=21255] ppid=21250 vsize=18996948 memory=0 CPUtime=1.39 cores=4,6
/proc/21253/task/21255/stat : 21255 (java) R 21250 21253 21059 0 -1 4194368 5900 0 0 0 137 2 0 0 20 0 19 0 31365228 19452874752 25832 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
[pid=21253/tid=21264] ppid=21250 vsize=18996948 memory=10496 CPUtime=0 cores=4,6
/proc/21253/task/21264/stat : 21264 (Finalizer) S 21250 21253 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31365231 19452874752 25832 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
[pid=21253/tid=21271] ppid=21250 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/21253/task/21271/stat : 21271 (Common-Cleaner) S 21250 21253 21059 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 31365231 19452874752 25832 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
[pid=21253/tid=21272] ppid=21250 vsize=18996948 memory=4740 CPUtime=0 cores=4,6
/proc/21253/task/21272/stat : 21272 (Timer-0) S 21250 21253 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31365246 19452874752 25832 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
Current children cumulated CPU time: 2.57 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 103328 KiB

[startup+3.10557 s]
/proc/loadavg: 1.65 1.71 2.49 5/344 21272
/proc/meminfo: memFree=129520004/131250000 swapFree=33010684/33010684
[pid=21253] ppid=21250 vsize=18996948 memory=132136 CPUtime=4.24 cores=4,6
/proc/21253/stat : 21253 (java) S 21250 21253 21059 0 -1 4194304 19605 0 0 0 418 6 0 0 20 0 19 0 31365227 19452874752 33034 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
/proc/21253/statm: 4749237 33034 5458 1 0 552130 0
[pid=21253/tid=21255] ppid=21250 vsize=18996948 memory=10496 CPUtime=2.99 cores=4,6
/proc/21253/task/21255/stat : 21255 (java) R 21250 21253 21059 0 -1 4194368 6220 0 0 0 297 2 0 0 20 0 19 0 31365228 19452874752 33034 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
[pid=21253/tid=21264] ppid=21250 vsize=18996948 memory=-6000919507066448749 CPUtime=0 cores=4,6
/proc/21253/task/21264/stat : 21264 (Finalizer) S 21250 21253 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31365231 19452874752 33034 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
[pid=21253/tid=21271] ppid=21250 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/21253/task/21271/stat : 21271 (Common-Cleaner) S 21250 21253 21059 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 31365231 19452874752 33034 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
[pid=21253/tid=21272] ppid=21250 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/21253/task/21272/stat : 21272 (Timer-0) S 21250 21253 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31365246 19452874752 33034 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
Current children cumulated CPU time: 4.24 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 132136 KiB

[startup+6.3002 s]
/proc/loadavg: 1.83 1.75 2.49 5/345 21273
/proc/meminfo: memFree=129335432/131250000 swapFree=33010684/33010684
[pid=21253] ppid=21250 vsize=19063512 memory=177480 CPUtime=7.52 cores=4,6
/proc/21253/stat : 21253 (java) S 21250 21253 21059 0 -1 4194304 24214 0 0 0 745 7 0 0 20 0 20 0 31365227 19521036288 44370 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
/proc/21253/statm: 4765878 44370 5458 1 0 552420 0
[pid=21253/tid=21255] ppid=21250 vsize=19063512 memory=0 CPUtime=6.16 cores=4,6
/proc/21253/task/21255/stat : 21255 (java) R 21250 21253 21059 0 -1 4194368 6957 0 0 0 613 3 0 0 20 0 20 0 31365228 19521036288 44370 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
[pid=21253/tid=21264] ppid=21250 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/21253/task/21264/stat : 21264 (Finalizer) S 21250 21253 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31365231 19521036288 44370 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
[pid=21253/tid=21271] ppid=21250 vsize=19063512 memory=10496 CPUtime=0 cores=4,6
/proc/21253/task/21271/stat : 21271 (Common-Cleaner) S 21250 21253 21059 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 31365231 19521036288 44370 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
[pid=21253/tid=21272] ppid=21250 vsize=19063512 memory=16520 CPUtime=0 cores=4,6
/proc/21253/task/21272/stat : 21272 (Timer-0) S 21250 21253 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31365246 19521036288 44370 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
Current children cumulated CPU time: 7.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 177480 KiB

[startup+12.7002 s]
/proc/loadavg: 2.01 1.79 2.50 5/345 21274
/proc/meminfo: memFree=129073084/131250000 swapFree=33010684/33010684
[pid=21253] ppid=21250 vsize=19063512 memory=177480 CPUtime=13.91 cores=4,6
/proc/21253/stat : 21253 (java) S 21250 21253 21059 0 -1 4194304 25159 0 0 0 1384 7 0 0 20 0 20 0 31365227 19521036288 44370 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
/proc/21253/statm: 4765878 44370 5458 1 0 552420 0
[pid=21253/tid=21255] ppid=21250 vsize=19063512 memory=177480 CPUtime=12.55 cores=4,6
/proc/21253/task/21255/stat : 21255 (java) R 21250 21253 21059 0 -1 4194368 7548 0 0 0 1251 4 0 0 20 0 20 0 31365228 19521036288 44370 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
[pid=21253/tid=21264] ppid=21250 vsize=19063512 memory=10496 CPUtime=0 cores=4,6
/proc/21253/task/21264/stat : 21264 (Finalizer) S 21250 21253 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31365231 19521036288 44370 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
[pid=21253/tid=21271] ppid=21250 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/21253/task/21271/stat : 21271 (Common-Cleaner) S 21250 21253 21059 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 31365231 19521036288 44370 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
[pid=21253/tid=21272] ppid=21250 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/21253/task/21272/stat : 21272 (Timer-0) S 21250 21253 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31365246 19521036288 44370 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
Current children cumulated CPU time: 13.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 177480 KiB

[startup+25.5002 s]
/proc/loadavg: 2.31 1.86 2.52 5/345 21274
/proc/meminfo: memFree=128572924/131250000 swapFree=33010684/33010684
[pid=21253] ppid=21250 vsize=19063512 memory=315084 CPUtime=26.84 cores=4,6
/proc/21253/stat : 21253 (java) S 21250 21253 21059 0 -1 4194304 29525 0 0 0 2673 11 0 0 20 0 20 0 31365227 19521036288 78771 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
/proc/21253/statm: 4765878 78771 5458 1 0 552420 0
[pid=21253/tid=21255] ppid=21250 vsize=19063512 memory=0 CPUtime=25.21 cores=4,6
/proc/21253/task/21255/stat : 21255 (java) R 21250 21253 21059 0 -1 4194368 8184 0 0 0 2517 4 0 0 20 0 20 0 31365228 19521036288 78771 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
[pid=21253/tid=21264] ppid=21250 vsize=19063512 memory=245420 CPUtime=0 cores=4,6
/proc/21253/task/21264/stat : 21264 (Finalizer) S 21250 21253 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31365231 19521036288 78771 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
[pid=21253/tid=21271] ppid=21250 vsize=19063512 memory=245420 CPUtime=0 cores=4,6
/proc/21253/task/21271/stat : 21271 (Common-Cleaner) S 21250 21253 21059 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 31365231 19521036288 78771 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
[pid=21253/tid=21272] ppid=21250 vsize=19063512 memory=-6000919507066448749 CPUtime=0 cores=4,6
/proc/21253/task/21272/stat : 21272 (Timer-0) S 21250 21253 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31365246 19521036288 78771 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
Current children cumulated CPU time: 26.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 315084 KiB

[startup+51.1057 s]
/proc/loadavg: 3.04 2.08 2.57 5/345 21274
/proc/meminfo: memFree=127883136/131250000 swapFree=33010684/33010684
[pid=21253] ppid=21250 vsize=19063512 memory=388812 CPUtime=52.42 cores=4,6
/proc/21253/stat : 21253 (java) S 21250 21253 21059 0 -1 4194304 29828 0 0 0 5229 13 0 0 20 0 20 0 31365227 19521036288 97203 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
/proc/21253/statm: 4765878 97203 5458 1 0 552420 0
[pid=21253/tid=21255] ppid=21250 vsize=19063512 memory=388812 CPUtime=50.67 cores=4,6

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

/proc/21253/task/21264/stat : 21264 (Finalizer) S 21250 21253 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31365231 19521036288 593331 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
[pid=21253/tid=21271] ppid=21250 vsize=19063512 memory=12672 CPUtime=0 cores=4,6
/proc/21253/task/21271/stat : 21271 (Common-Cleaner) S 21250 21253 21059 0 -1 4194368 1091 0 0 0 0 0 0 0 20 0 20 0 31365231 19521036288 593331 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
[pid=21253/tid=21272] ppid=21250 vsize=19063512 memory=2373324 CPUtime=0 cores=4,6
/proc/21253/task/21272/stat : 21272 (Timer-0) S 21250 21253 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31365246 19521036288 593331 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
Current children cumulated CPU time: 3219.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2373324 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.12 4.07 5/341 21458
/proc/meminfo: memFree=119165508/131250000 swapFree=33010684/33010684
[pid=21253] ppid=21250 vsize=19063512 memory=2373324 CPUtime=3278.94 cores=4,6
/proc/21253/stat : 21253 (java) S 21250 21253 21059 0 -1 4194304 85879 0 0 0 327745 149 0 0 20 0 20 0 31365227 19521036288 593331 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
/proc/21253/statm: 4765878 593331 5490 1 0 608486 0
[pid=21253/tid=21255] ppid=21250 vsize=19063512 memory=2373324 CPUtime=3270.19 cores=4,6
/proc/21253/task/21255/stat : 21255 (java) R 21250 21253 21059 0 -1 4194368 37530 0 0 0 326969 50 0 0 20 0 20 0 31365228 19521036288 593331 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
[pid=21253/tid=21264] ppid=21250 vsize=19063512 memory=2373324 CPUtime=0 cores=4,6
/proc/21253/task/21264/stat : 21264 (Finalizer) S 21250 21253 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31365231 19521036288 593331 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
[pid=21253/tid=21271] ppid=21250 vsize=19063512 memory=2373324 CPUtime=0 cores=4,6
/proc/21253/task/21271/stat : 21271 (Common-Cleaner) S 21250 21253 21059 0 -1 4194368 1091 0 0 0 0 0 0 0 20 0 20 0 31365231 19521036288 593331 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
[pid=21253/tid=21272] ppid=21250 vsize=19063512 memory=16520 CPUtime=0 cores=4,6
/proc/21253/task/21272/stat : 21272 (Timer-0) S 21250 21253 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31365246 19521036288 593331 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
Current children cumulated CPU time: 3278.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2373324 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.11 4.07 5/341 21460
/proc/meminfo: memFree=119166200/131250000 swapFree=33010684/33010684
[pid=21253] ppid=21250 vsize=19063512 memory=2373324 CPUtime=3338.98 cores=4,6
/proc/21253/stat : 21253 (java) S 21250 21253 21059 0 -1 4194304 87357 0 0 0 333747 151 0 0 20 0 20 0 31365227 19521036288 593331 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
/proc/21253/statm: 4765878 593331 5490 1 0 608486 0
[pid=21253/tid=21255] ppid=21250 vsize=19063512 memory=2373324 CPUtime=3329.84 cores=4,6
/proc/21253/task/21255/stat : 21255 (java) R 21250 21253 21059 0 -1 4194368 38003 0 0 0 332933 51 0 0 20 0 20 0 31365228 19521036288 593331 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
[pid=21253/tid=21264] ppid=21250 vsize=19063512 memory=2373324 CPUtime=0 cores=4,6
/proc/21253/task/21264/stat : 21264 (Finalizer) S 21250 21253 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31365231 19521036288 593331 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
[pid=21253/tid=21271] ppid=21250 vsize=19063512 memory=16520 CPUtime=0 cores=4,6
/proc/21253/task/21271/stat : 21271 (Common-Cleaner) S 21250 21253 21059 0 -1 4194368 1127 0 0 0 0 0 0 0 20 0 20 0 31365231 19521036288 593331 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
[pid=21253/tid=21272] ppid=21250 vsize=19063512 memory=2373324 CPUtime=0 cores=4,6
/proc/21253/task/21272/stat : 21272 (Timer-0) S 21250 21253 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31365246 19521036288 593331 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
Current children cumulated CPU time: 3338.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2373324 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.12 4.08 5/341 21462
/proc/meminfo: memFree=119165920/131250000 swapFree=33010684/33010684
[pid=21253] ppid=21250 vsize=19063512 memory=2373324 CPUtime=3398.85 cores=4,6
/proc/21253/stat : 21253 (java) S 21250 21253 21059 0 -1 4194304 87919 0 0 0 339732 153 0 0 20 0 20 0 31365227 19521036288 593331 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
/proc/21253/statm: 4765878 593331 5490 1 0 608486 0
[pid=21253/tid=21255] ppid=21250 vsize=19063512 memory=2373324 CPUtime=3389.7 cores=4,6
/proc/21253/task/21255/stat : 21255 (java) R 21250 21253 21059 0 -1 4194368 38376 0 0 0 338918 52 0 0 20 0 20 0 31365228 19521036288 593331 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
[pid=21253/tid=21264] ppid=21250 vsize=19063512 memory=2373324 CPUtime=0 cores=4,6
/proc/21253/task/21264/stat : 21264 (Finalizer) S 21250 21253 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31365231 19521036288 593331 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
[pid=21253/tid=21271] ppid=21250 vsize=19063512 memory=2373324 CPUtime=0 cores=4,6
/proc/21253/task/21271/stat : 21271 (Common-Cleaner) S 21250 21253 21059 0 -1 4194368 1211 0 0 0 0 0 0 0 20 0 20 0 31365231 19521036288 593331 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
[pid=21253/tid=21272] ppid=21250 vsize=19063512 memory=2373324 CPUtime=0 cores=4,6
/proc/21253/task/21272/stat : 21272 (Timer-0) S 21250 21253 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31365246 19521036288 593331 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
Current children cumulated CPU time: 3398.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2373324 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.11 4.08 5/342 21465
/proc/meminfo: memFree=119165568/131250000 swapFree=33010684/33010684
[pid=21253] ppid=21250 vsize=19063512 memory=2373324 CPUtime=3458.7 cores=4,6
/proc/21253/stat : 21253 (java) S 21250 21253 21059 0 -1 4194304 88620 0 0 0 345715 155 0 0 20 0 20 0 31365227 19521036288 593331 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
/proc/21253/statm: 4765878 593331 5490 1 0 608486 0
[pid=21253/tid=21255] ppid=21250 vsize=19063512 memory=2373324 CPUtime=3449.52 cores=4,6
/proc/21253/task/21255/stat : 21255 (java) R 21250 21253 21059 0 -1 4194368 39051 0 0 0 344900 52 0 0 20 0 20 0 31365228 19521036288 593331 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
[pid=21253/tid=21264] ppid=21250 vsize=19063512 memory=17408 CPUtime=0 cores=4,6
/proc/21253/task/21264/stat : 21264 (Finalizer) S 21250 21253 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31365231 19521036288 593331 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
[pid=21253/tid=21271] ppid=21250 vsize=19063512 memory=2373324 CPUtime=0 cores=4,6
/proc/21253/task/21271/stat : 21271 (Common-Cleaner) S 21250 21253 21059 0 -1 4194368 1211 0 0 0 0 0 0 0 20 0 20 0 31365231 19521036288 593331 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
[pid=21253/tid=21272] ppid=21250 vsize=19063512 memory=2373324 CPUtime=0 cores=4,6
/proc/21253/task/21272/stat : 21272 (Timer-0) S 21250 21253 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31365246 19521036288 593331 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
Current children cumulated CPU time: 3458.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2373324 KiB

[startup+3522.3 s]
/proc/loadavg: 4.16 4.12 4.08 5/341 21467
/proc/meminfo: memFree=119161432/131250000 swapFree=33010684/33010684
[pid=21253] ppid=21250 vsize=19063512 memory=2373324 CPUtime=3518.68 cores=4,6
/proc/21253/stat : 21253 (java) S 21250 21253 21059 0 -1 4194304 90728 0 0 0 351712 156 0 0 20 0 20 0 31365227 19521036288 593331 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
/proc/21253/statm: 4765878 593331 5490 1 0 608486 0
[pid=21253/tid=21255] ppid=21250 vsize=19063512 memory=2373324 CPUtime=3509.23 cores=4,6
/proc/21253/task/21255/stat : 21255 (java) R 21250 21253 21059 0 -1 4194368 39841 0 0 0 350870 53 0 0 20 0 20 0 31365228 19521036288 593331 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
[pid=21253/tid=21264] ppid=21250 vsize=19063512 memory=16520 CPUtime=0 cores=4,6
/proc/21253/task/21264/stat : 21264 (Finalizer) S 21250 21253 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31365231 19521036288 593331 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
[pid=21253/tid=21271] ppid=21250 vsize=19063512 memory=16520 CPUtime=0 cores=4,6
/proc/21253/task/21271/stat : 21271 (Common-Cleaner) S 21250 21253 21059 0 -1 4194368 1245 0 0 0 0 0 0 0 20 0 20 0 31365231 19521036288 593331 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
[pid=21253/tid=21272] ppid=21250 vsize=19063512 memory=10496 CPUtime=0 cores=4,6
/proc/21253/task/21272/stat : 21272 (Timer-0) S 21250 21253 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31365246 19521036288 593331 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
Current children cumulated CPU time: 3518.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2373324 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.11 4.08 5/340 21470
/proc/meminfo: memFree=119162104/131250000 swapFree=33010684/33010684
[pid=21253] ppid=21250 vsize=19063512 memory=2373324 CPUtime=3578.55 cores=4,6
/proc/21253/stat : 21253 (java) S 21250 21253 21059 0 -1 4194304 91369 0 0 0 357697 158 0 0 20 0 20 0 31365227 19521036288 593331 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
/proc/21253/statm: 4765878 593331 5490 1 0 608486 0
[pid=21253/tid=21255] ppid=21250 vsize=19063512 memory=16520 CPUtime=3569.07 cores=4,6
/proc/21253/task/21255/stat : 21255 (java) R 21250 21253 21059 0 -1 4194368 40279 0 0 0 356854 53 0 0 20 0 20 0 31365228 19521036288 593331 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
[pid=21253/tid=21264] ppid=21250 vsize=19063512 memory=2373324 CPUtime=0 cores=4,6
/proc/21253/task/21264/stat : 21264 (Finalizer) S 21250 21253 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31365231 19521036288 593331 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
[pid=21253/tid=21271] ppid=21250 vsize=19063512 memory=2373324 CPUtime=0 cores=4,6
/proc/21253/task/21271/stat : 21271 (Common-Cleaner) S 21250 21253 21059 0 -1 4194368 1334 0 0 0 0 0 0 0 20 0 20 0 31365231 19521036288 593331 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
[pid=21253/tid=21272] ppid=21250 vsize=19063512 memory=2373324 CPUtime=0 cores=4,6
/proc/21253/task/21272/stat : 21272 (Timer-0) S 21250 21253 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31365246 19521036288 593331 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
Current children cumulated CPU time: 3578.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2373324 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3603.9 s]
/proc/loadavg: 4.31 4.15 4.10 5/340 21671
/proc/meminfo: memFree=127107096/131250000 swapFree=33010684/33010684
[pid=21253] ppid=21250 vsize=19063512 memory=2373324 CPUtime=3600.09 cores=4,6
/proc/21253/stat : 21253 (java) S 21250 21253 21059 0 -1 4194304 91398 0 0 0 359850 159 0 0 20 0 20 0 31365227 19521036288 593331 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
/proc/21253/statm: 4765878 593331 5490 1 0 608486 0
[pid=21253/tid=21255] ppid=21250 vsize=19063512 memory=16520 CPUtime=3590.6 cores=4,6
/proc/21253/task/21255/stat : 21255 (java) R 21250 21253 21059 0 -1 4194368 40305 0 0 0 359006 54 0 0 20 0 20 0 31365228 19521036288 593331 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
[pid=21253/tid=21264] ppid=21250 vsize=19063512 memory=192240 CPUtime=0 cores=4,6
/proc/21253/task/21264/stat : 21264 (Finalizer) S 21250 21253 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31365231 19521036288 593331 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
[pid=21253/tid=21271] ppid=21250 vsize=19063512 memory=2373324 CPUtime=0 cores=4,6
/proc/21253/task/21271/stat : 21271 (Common-Cleaner) S 21250 21253 21059 0 -1 4194368 1334 0 0 0 0 0 0 0 20 0 20 0 31365231 19521036288 593331 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
[pid=21253/tid=21272] ppid=21250 vsize=19063512 memory=-6000919507066448749 CPUtime=0 cores=4,6
/proc/21253/task/21272/stat : 21272 (Timer-0) S 21250 21253 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31365246 19521036288 593331 18446744073709551615 94635599056896 94635599060592 140737266509648 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94635599068408 94635599069200 94635602898944 140737266518401 140737266518502 140737266518502 140737266524104 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2373324 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.63 s, system=1.60983 s

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

[startup+3604 s]*
/proc/loadavg: 4.31 4.15 4.10 5/322 21674
/proc/meminfo: memFree=127107096/131250000 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3604.01
CPU time (s): 3600.24
CPU user time (s): 3598.63
CPU system time (s): 1.60983
CPU usage (%): 99.8953
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2373324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.63
system time used= 1.60983
maximum resident set size= 2374476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93711
page faults= 0
swaps= 0
block input operations= 0
block output operations= 6168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 104679
involuntary context switches= 3792


# summary of solver processes directly reported to runsolver:
#   pid: 21253
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3598.63
#   total CPU system time (s): 1.60983

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.31623 second user time and 17.0523 second system time

The end

Launcher Data

Begin job on nodeC018 at 2025-06-29 02:27:54
IDJOB=4493740
IDBENCH=147871
IDSOLVER=3363
FILE ID=nodeC018/4493740-1751156874
RUNJOBID= nodeC018-1751156866-21070
SLURM_JOB_ID= 9587480
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/prestwich/armies/normalized-army10.14ls.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4493740-1751156874/watcher-4493740-1751156874 -o /tmp/evaluation-result-4493740-1751156874/solver-4493740-1751156874 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751156866-21070 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4493740-1751156874.opb

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

MD5SUM BENCH= 531481e7cf3d0451843bb4aa5119dd25
RANDOM SEED=1440024242

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129702664 kB
MemAvailable:   129326568 kB
Buffers:            3280 kB
Cached:           411504 kB
SwapCached:            0 kB
Active:           860120 kB
Inactive:         155752 kB
Active(anon):     619168 kB
Inactive(anon):        0 kB
Active(file):     240952 kB
Inactive(file):   155752 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1116 kB
Writeback:             4 kB
AnonPages:        604196 kB
Mapped:           122056 kB
Shmem:             18076 kB
KReclaimable:      86064 kB
Slab:             169108 kB
SReclaimable:      86064 kB
SUnreclaim:        83044 kB
KernelStack:        5296 kB
PageTables:         4944 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    7045800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151480 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    419840 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC018 at 2025-06-29 03:27:58