Trace number 4513445

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 CP VeriPB 2025-06-06? (TO) 3600.23 3528.55

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
EC_ODD_GRIDS/normalized-ECgrid5x110split.opb
MD5SUM1b3727bc41a297c1e3576d09f30c6702
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark26.048
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1101
Total number of constraints551
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)551
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
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.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Use constraints as they come during conflict analysis
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: EFFECTIVE
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Dynamic restart strategy considering the size of the coefficients
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4513445-1751223636.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c using VERIPB proof format
0.13/0.15	c  no objective function found
0.33/0.22	c ... done. Wall clock time 0.07s.
0.33/0.22	c declared #vars     1101
0.33/0.22	c #constraints  1102
0.33/0.22	c constraints type 
0.33/0.22	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.33/0.22	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1100
0.33/0.22	c 1102 constraints processed.
2.06/1.15	c cleaning 2494 clauses out of 5002 with flag 0/5002
3.64/1.91	c cleaning 4224 clauses out of 8507 with flag 0/11001
5.41/2.81	c cleaning 5614 clauses out of 11283 with flag 0/18001
6.94/3.67	c cleaning 6813 clauses out of 13668 with flag 0/26000
8.30/4.78	c cleaning 7902 clauses out of 15856 with flag 0/35001
9.93/6.25	c cleaning 8952 clauses out of 17953 with flag 0/45000
11.54/7.83	c cleaning 9978 clauses out of 20001 with flag 0/56000
13.26/9.54	c cleaning 10987 clauses out of 22023 with flag 0/68000
15.77/11.94	c cleaning 11995 clauses out of 24037 with flag 0/81001
18.19/14.34	c cleaning 12991 clauses out of 26041 with flag 0/95000
20.99/17.12	c cleaning 13998 clauses out of 28051 with flag 0/110001
23.61/19.78	c cleaning 14997 clauses out of 30052 with flag 0/126000
27.59/23.66	c cleaning 16000 clauses out of 32055 with flag 0/143000
30.79/26.72	c cleaning 17010 clauses out of 34055 with flag 0/161000
34.46/30.24	c cleaning 18003 clauses out of 36046 with flag 0/180001
39.18/34.93	c cleaning 18997 clauses out of 38043 with flag 0/200001
44.95/40.62	c cleaning 20002 clauses out of 40046 with flag 0/221001
52.28/47.96	c cleaning 21003 clauses out of 42044 with flag 0/243001
66.92/62.41	c cleaning 21996 clauses out of 44040 with flag 0/266000
82.23/77.61	c cleaning 23003 clauses out of 46045 with flag 0/290001
99.06/94.25	c cleaning 24005 clauses out of 48042 with flag 0/315001
112.20/107.21	c cleaning 24989 clauses out of 50036 with flag 0/341000
127.14/122.03	c cleaning 25994 clauses out of 52047 with flag 0/368000
136.64/131.48	c cleaning 26985 clauses out of 54054 with flag 0/396001
144.11/138.83	c cleaning 27991 clauses out of 56068 with flag 0/425000
152.62/147.12	c cleaning 28990 clauses out of 58079 with flag 0/455002
162.51/156.84	c cleaning 29990 clauses out of 60087 with flag 0/486000
177.88/171.82	c cleaning 31003 clauses out of 62097 with flag 0/518000
200.77/194.47	c cleaning 32002 clauses out of 64096 with flag 0/551002
211.22/204.71	c cleaning 33025 clauses out of 66093 with flag 0/585001
226.13/219.48	c cleaning 34011 clauses out of 68067 with flag 0/620000
243.93/237.01	c cleaning 35019 clauses out of 70056 with flag 0/656000
257.14/250.13	c cleaning 36014 clauses out of 72040 with flag 0/693003
270.40/262.62	c cleaning 37003 clauses out of 74023 with flag 0/731000
293.53/285.46	c cleaning 37982 clauses out of 76021 with flag 0/770001
324.70/316.27	c cleaning 38985 clauses out of 78038 with flag 0/810000
359.91/351.11	c cleaning 39998 clauses out of 80053 with flag 0/851000
384.09/375.01	c cleaning 40996 clauses out of 82056 with flag 0/893001
406.26/396.87	c cleaning 41999 clauses out of 84059 with flag 0/936000
419.87/410.26	c cleaning 43013 clauses out of 86060 with flag 0/980000
431.44/421.61	c cleaning 43997 clauses out of 88048 with flag 0/1025001
440.27/430.22	c cleaning 45006 clauses out of 90050 with flag 0/1071000
466.32/455.93	c cleaning 46003 clauses out of 92044 with flag 0/1118000
478.00/467.46	c cleaning 47000 clauses out of 94042 with flag 0/1166001
497.75/486.97	c cleaning 47994 clauses out of 96041 with flag 0/1215000
522.48/511.17	c cleaning 48996 clauses out of 98048 with flag 0/1265001
557.78/545.92	c cleaning 50009 clauses out of 100051 with flag 0/1316000
575.02/562.93	c cleaning 51008 clauses out of 102043 with flag 0/1368001
593.27/580.89	c cleaning 52001 clauses out of 104034 with flag 0/1421000
615.22/600.64	c cleaning 53002 clauses out of 106034 with flag 0/1475001
643.51/628.39	c cleaning 54008 clauses out of 108031 with flag 0/1530000
659.93/644.21	c cleaning 54991 clauses out of 110023 with flag 0/1586000
689.74/673.72	c cleaning 55992 clauses out of 112033 with flag 0/1643001
717.61/701.12	c cleaning 56998 clauses out of 114041 with flag 0/1701001
748.21/731.34	c cleaning 57996 clauses out of 116042 with flag 0/1760000
765.14/748.05	c cleaning 59002 clauses out of 118047 with flag 0/1820001
791.67/774.13	c cleaning 60002 clauses out of 120045 with flag 0/1881001
820.07/802.14	c cleaning 61004 clauses out of 122042 with flag 0/1943000
840.72/822.56	c cleaning 61993 clauses out of 124038 with flag 0/2006000
871.44/852.75	c cleaning 62999 clauses out of 126046 with flag 0/2070001
916.48/897.02	c cleaning 64008 clauses out of 128047 with flag 0/2135001
945.62/925.83	c cleaning 64995 clauses out of 130039 with flag 0/2201001
988.37/967.91	c cleaning 66001 clauses out of 132044 with flag 0/2268001
1019.37/998.33	c cleaning 67001 clauses out of 134043 with flag 0/2336001
1086.59/1064.74	c cleaning 67996 clauses out of 136042 with flag 0/2405001
1118.29/1095.98	c cleaning 69006 clauses out of 138046 with flag 0/2475001
1177.53/1154.56	c cleaning 69996 clauses out of 140041 with flag 0/2546002
1227.17/1203.62	c cleaning 71004 clauses out of 142043 with flag 0/2618000
1251.46/1227.58	c cleaning 72007 clauses out of 144040 with flag 0/2691001
1279.61/1255.15	c cleaning 73003 clauses out of 146032 with flag 0/2765000
1309.63/1284.67	c cleaning 74003 clauses out of 148029 with flag 0/2840000
1339.69/1314.14	c cleaning 75007 clauses out of 150027 with flag 0/2916001
1366.76/1340.65	c cleaning 76001 clauses out of 152020 with flag 0/2993001
1394.00/1367.05	c cleaning 76998 clauses out of 154018 with flag 0/3071000
1424.30/1396.83	c cleaning 77996 clauses out of 156020 with flag 0/3150000
1470.31/1442.27	c cleaning 79001 clauses out of 158024 with flag 0/3230000
1509.00/1480.24	c cleaning 79994 clauses out of 160023 with flag 0/3311000
1550.54/1521.34	c cleaning 80999 clauses out of 162031 with flag 0/3393002
1612.08/1582.03	c cleaning 82001 clauses out of 164031 with flag 0/3476001
1652.67/1622.08	c cleaning 82986 clauses out of 166029 with flag 0/3560000
1690.83/1659.54	c cleaning 84005 clauses out of 168043 with flag 0/3645000
1722.96/1690.93	c cleaning 85007 clauses out of 170038 with flag 0/3731000
1790.62/1757.55	c cleaning 85998 clauses out of 172032 with flag 0/3818001
1846.93/1813.01	c cleaning 86996 clauses out of 174033 with flag 0/3906000
1881.57/1847.08	c cleaning 88002 clauses out of 176038 with flag 0/3995001
1929.16/1893.73	c cleaning 89004 clauses out of 178036 with flag 0/4085001
1978.42/1942.32	c cleaning 89997 clauses out of 180031 with flag 0/4176000
2016.60/1979.64	c cleaning 90981 clauses out of 182034 with flag 0/4268000
2096.84/2058.84	c cleaning 92007 clauses out of 184053 with flag 0/4361000
2145.33/2106.23	c cleaning 93002 clauses out of 186046 with flag 0/4455000
2210.78/2170.67	c cleaning 94009 clauses out of 188045 with flag 0/4550001
2272.45/2231.26	c cleaning 95008 clauses out of 190035 with flag 0/4646000
2321.29/2278.99	c cleaning 96000 clauses out of 192029 with flag 0/4743002
2364.03/2320.65	c cleaning 96994 clauses out of 194027 with flag 0/4841000
2411.54/2367.18	c cleaning 97997 clauses out of 196033 with flag 0/4940000
2460.82/2415.06	c cleaning 99005 clauses out of 198037 with flag 0/5040001
2518.15/2470.51	c cleaning 100003 clauses out of 200032 with flag 0/5141001
2575.60/2527.01	c cleaning 101004 clauses out of 202028 with flag 0/5243000
2624.57/2575.10	c cleaning 101996 clauses out of 204024 with flag 0/5346000
2686.76/2635.95	c cleaning 102996 clauses out of 206029 with flag 0/5450001
2808.04/2755.44	c cleaning 104001 clauses out of 208034 with flag 0/5555002
2877.78/2823.69	c cleaning 104985 clauses out of 210031 with flag 0/5661000
2939.24/2883.89	c cleaning 106009 clauses out of 212046 with flag 0/5768000
3038.40/2981.24	c cleaning 106999 clauses out of 214037 with flag 0/5876000
3098.13/3039.68	c cleaning 108004 clauses out of 216039 with flag 0/5985001
3183.90/3123.22	c cleaning 108994 clauses out of 218034 with flag 0/6095000
3230.49/3168.58	c cleaning 110009 clauses out of 220042 with flag 0/6206002
3279.73/3216.76	c cleaning 110994 clauses out of 222031 with flag 0/6318000
3338.59/3273.87	c cleaning 112002 clauses out of 224039 with flag 0/6431002
3444.85/3377.48	c cleaning 113011 clauses out of 226035 with flag 0/6545000
3523.19/3453.50	c cleaning 114000 clauses out of 228025 with flag 0/6660001
3600.07/3528.41	c starts		: 117
3600.07/3528.41	c conflicts		: 6772461
3600.07/3528.42	c timeout
3600.07/3528.42	c decisions		: 8175801
3600.07/3528.42	c propagations		: 56511635
3600.07/3528.42	c inspects		: 8401739566
3600.07/3528.42	c shortcuts		: 0
3600.07/3528.42	c learnt literals	: 0
3600.07/3528.42	c learnt binary clauses	: 0
3600.07/3528.42	c learnt ternary clauses	: 0
3600.07/3528.42	c learnt constraints	: 6772461
3600.07/3528.42	c ignored constraints	: 0
3600.07/3528.42	c root simplifications	: 0
3600.07/3528.42	c removed literals (reason simplification)	: 0
3600.07/3528.42	c reason swapping (by a shorter reason)	: 0
3600.07/3528.42	c Calls to reduceDB	: 111
3600.07/3528.42	c Number of update (reduction) of LBD	: 6428513
3600.07/3528.42	c Imported unit clauses	: 0
3600.07/3528.43	c No decision after first conflict	: false
3600.07/3528.43	c number of reductions to clauses (during analyze)	: 0
3600.07/3528.43	c number of learned constraints concerned by reduction	: 0
3600.07/3528.43	c number of learning phase by resolution	: 0
3600.07/3528.43	c number of learning phase by cutting planes	: 0
3600.07/3528.43	c number of rounding to 1 operations	: 0
3600.07/3528.43	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3528.43	c number of reductions of the coefficients by power 2 	: 0
3600.07/3528.43	c number of right shift for reduction by power 2 	: 0
3600.07/3528.43	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3528.43	c number of ending skipping 	: 0
3600.07/3528.43	c number of internal skipping 	: 0
3600.07/3528.43	c number of derivation steps 	: 29862851
3600.07/3528.43	c number of skipped derivation steps 	: 0
3600.07/3528.43	c number of remaining unassigned 	: 240559
3600.07/3528.43	c number of remaining assigned 	: 351587424
3600.07/3528.43	c number of falsified literals weakened from reason	: 0
3600.07/3528.43	c number of falsified literals weakened from conflict	: 0
3600.07/3528.43	c time for arithmetic operations	: 17025209296
3600.07/3528.43	c minimum degree of deleted constraints	: 1
3600.07/3528.43	c maximum degree of deleted constraints	: 21555192750
3600.07/3528.43	c number of deleted constraints	: 6545976
3600.07/3528.43	c speed (assignments/second)	: 16017.129131001644
3600.07/3528.43	c non guided choices	: 50660
3600.20/3528.50	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 43121
3600.20/3528.50	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 378
3600.20/3528.50	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 182986
3600.20/3528.50	s UNKNOWN
3600.20/3528.50	c Total wall clock time (in seconds): 3528.353

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 (57660 MiB free)
  memory of node 1: 64507 MiB (60529 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4513445-1751223636/watcher-4513445-1751223636 -o /tmp/evaluation-result-4513445-1751223636/solver-4513445-1751223636 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751220047-29435 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4513445-1751223636 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4513445-1751223636.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=30011, runsolver pid=30008
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 4.59 4.38 4.21 5/340 30029
/proc/meminfo: memFree=121009856/131250000 swapFree=33010684/33010684
[pid=30011] ppid=30008 vsize=18930384 memory=57880 CPUtime=0.13 cores=5,7
/proc/30011/stat : 30011 (java) S 30008 30011 29422 0 -1 4194304 6591 0 0 0 11 2 0 0 20 0 18 0 38043830 19384713216 14470 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
/proc/30011/statm: 4732596 14470 5363 1 0 547621 0
[pid=30011/tid=30013] ppid=30008 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=5,7
/proc/30011/task/30013/stat : 30013 (java) R 30008 30011 29422 0 -1 4194368 5095 0 0 0 7 1 0 0 20 0 18 0 38043832 19384713216 14502 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
[pid=30011/tid=30022] ppid=30008 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/30011/task/30022/stat : 30022 (Finalizer) S 30008 30011 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38043834 19384713216 14502 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
[pid=30011/tid=30029] ppid=30008 vsize=18930384 memory=59585004340264 CPUtime=0 cores=5,7
/proc/30011/task/30029/stat : 30029 (Common-Cleaner) S 30008 30011 29422 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38043834 19384713216 14502 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57880 KiB

[startup+0.205828 s]*
/proc/loadavg: 4.59 4.38 4.21 7/340 30029
/proc/meminfo: memFree=120991708/131250000 swapFree=33010684/33010684
[pid=30011] ppid=30008 vsize=18930384 memory=78988 CPUtime=0.33 cores=5,7
/proc/30011/stat : 30011 (java) S 30008 30011 29422 0 -1 4194304 7154 0 0 0 30 3 0 0 20 0 18 0 38043830 19384713216 19747 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
/proc/30011/statm: 4732596 19747 5459 1 0 548013 0
[pid=30011/tid=30013] ppid=30008 vsize=18930384 memory=4026597660 CPUtime=0.18 cores=5,7
/proc/30011/task/30013/stat : 30013 (java) S 30008 30011 29422 0 -1 4194368 5399 0 0 0 16 2 0 0 20 0 18 0 38043832 19384713216 19747 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
[pid=30011/tid=30022] ppid=30008 vsize=18930384 memory=19950 CPUtime=0 cores=5,7
/proc/30011/task/30022/stat : 30022 (Finalizer) S 30008 30011 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38043834 19384713216 19747 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
[pid=30011/tid=30029] ppid=30008 vsize=18930384 memory=58485492679654 CPUtime=0 cores=5,7
/proc/30011/task/30029/stat : 30029 (Common-Cleaner) S 30008 30011 29422 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38043834 19384713216 19747 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 78988 KiB

[startup+0.305786 s]*
/proc/loadavg: 4.59 4.38 4.21 7/341 30030
/proc/meminfo: memFree=120975324/131250000 swapFree=33010684/33010684
[pid=30011] ppid=30008 vsize=18996948 memory=90144 CPUtime=0.5 cores=5,7
/proc/30011/stat : 30011 (java) S 30008 30011 29422 0 -1 4194304 7497 0 0 0 47 3 0 0 20 0 19 0 38043830 19452874752 22536 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
/proc/30011/statm: 4749237 22536 5459 1 0 548465 0
[pid=30011/tid=30013] ppid=30008 vsize=18996948 memory=-6000919472790727788 CPUtime=0.25 cores=5,7
/proc/30011/task/30013/stat : 30013 (java) R 30008 30011 29422 0 -1 4194368 5509 0 0 0 23 2 0 0 20 0 19 0 38043832 19452874752 22536 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
[pid=30011/tid=30022] ppid=30008 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/30011/task/30022/stat : 30022 (Finalizer) S 30008 30011 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38043834 19452874752 22536 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
[pid=30011/tid=30029] ppid=30008 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/30011/task/30029/stat : 30029 (Common-Cleaner) S 30008 30011 29422 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 38043834 19452874752 22536 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
[pid=30011/tid=30030] ppid=30008 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/30011/task/30030/stat : 30030 (Timer-0) S 30008 30011 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38043853 19452874752 22536 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 90144 KiB

[startup+0.700261 s]
/proc/loadavg: 4.59 4.38 4.21 6/342 30031
/proc/meminfo: memFree=120901348/131250000 swapFree=33010684/33010684
[pid=30011] ppid=30008 vsize=19063512 memory=161616 CPUtime=1.26 cores=5,7
/proc/30011/stat : 30011 (java) S 30008 30011 29422 0 -1 4194304 10222 0 0 0 121 5 0 0 20 0 20 0 38043830 19521036288 40404 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
/proc/30011/statm: 4765878 40404 5491 1 0 550331 0
[pid=30011/tid=30013] ppid=30008 vsize=19063512 memory=13568 CPUtime=0.58 cores=5,7
/proc/30011/task/30013/stat : 30013 (java) R 30008 30011 29422 0 -1 4194368 5554 0 0 0 54 4 0 0 20 0 20 0 38043832 19521036288 40404 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
[pid=30011/tid=30022] ppid=30008 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/30011/task/30022/stat : 30022 (Finalizer) S 30008 30011 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38043834 19521036288 40404 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
[pid=30011/tid=30029] ppid=30008 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/30011/task/30029/stat : 30029 (Common-Cleaner) S 30008 30011 29422 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38043834 19521036288 40404 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
[pid=30011/tid=30030] ppid=30008 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/30011/task/30030/stat : 30030 (Timer-0) S 30008 30011 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38043853 19521036288 40404 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 161616 KiB

[startup+1.50026 s]
/proc/loadavg: 4.59 4.38 4.21 6/342 30031
/proc/meminfo: memFree=120796096/131250000 swapFree=33010684/33010684
[pid=30011] ppid=30008 vsize=19063512 memory=437212 CPUtime=2.85 cores=5,7
/proc/30011/stat : 30011 (java) S 30008 30011 29422 0 -1 4194304 31448 0 0 0 273 12 0 0 20 0 20 0 38043830 19521036288 109303 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
/proc/30011/statm: 4765878 109303 5491 1 0 558950 0
[pid=30011/tid=30013] ppid=30008 vsize=19063512 memory=10752 CPUtime=1.35 cores=5,7
/proc/30011/task/30013/stat : 30013 (java) R 30008 30011 29422 0 -1 4194368 5851 0 0 0 127 8 0 0 20 0 20 0 38043832 19521036288 109303 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
[pid=30011/tid=30022] ppid=30008 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/30011/task/30022/stat : 30022 (Finalizer) S 30008 30011 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38043834 19521036288 109303 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
[pid=30011/tid=30029] ppid=30008 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/30011/task/30029/stat : 30029 (Common-Cleaner) S 30008 30011 29422 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38043834 19521036288 109303 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
[pid=30011/tid=30030] ppid=30008 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/30011/task/30030/stat : 30030 (Timer-0) S 30008 30011 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38043853 19521036288 109303 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 437212 KiB

[startup+3.10568 s]
/proc/loadavg: 4.62 4.39 4.22 6/342 30031
/proc/meminfo: memFree=119983508/131250000 swapFree=33010684/33010684
[pid=30011] ppid=30008 vsize=19063512 memory=1032476 CPUtime=6.01 cores=5,7
/proc/30011/stat : 30011 (java) S 30008 30011 29422 0 -1 4194304 36262 0 0 0 575 26 0 0 20 0 20 0 38043830 19521036288 258119 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
/proc/30011/statm: 4765878 258119 5491 1 0 558954 0
[pid=30011/tid=30013] ppid=30008 vsize=19063512 memory=10752 CPUtime=2.89 cores=5,7
/proc/30011/task/30013/stat : 30013 (java) R 30008 30011 29422 0 -1 4194368 7514 0 0 0 268 21 0 0 20 0 20 0 38043832 19521036288 258119 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
[pid=30011/tid=30022] ppid=30008 vsize=19063512 memory=-6000919472790727788 CPUtime=0 cores=5,7
/proc/30011/task/30022/stat : 30022 (Finalizer) S 30008 30011 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38043834 19521036288 258119 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
[pid=30011/tid=30029] ppid=30008 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/30011/task/30029/stat : 30029 (Common-Cleaner) S 30008 30011 29422 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38043834 19521036288 258119 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
[pid=30011/tid=30030] ppid=30008 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/30011/task/30030/stat : 30030 (Timer-0) S 30008 30011 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38043853 19521036288 258119 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
Current children cumulated CPU time: 6.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1032476 KiB

[startup+6.30022 s]
/proc/loadavg: 4.62 4.39 4.22 5/342 30031
/proc/meminfo: memFree=119229952/131250000 swapFree=33010684/33010684
[pid=30011] ppid=30008 vsize=19063512 memory=1755092 CPUtime=10.03 cores=5,7
/proc/30011/stat : 30011 (java) S 30008 30011 29422 0 -1 4194304 37513 0 0 0 961 42 0 0 20 0 20 0 38043830 19521036288 438773 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
/proc/30011/statm: 4765878 438773 5491 1 0 665484 0
[pid=30011/tid=30013] ppid=30008 vsize=19063512 memory=0 CPUtime=6.04 cores=5,7
/proc/30011/task/30013/stat : 30013 (java) R 30008 30011 29422 0 -1 4194368 7956 0 0 0 568 36 0 0 20 0 20 0 38043832 19521036288 438773 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
[pid=30011/tid=30022] ppid=30008 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/30011/task/30022/stat : 30022 (Finalizer) S 30008 30011 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38043834 19521036288 438773 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
[pid=30011/tid=30029] ppid=30008 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/30011/task/30029/stat : 30029 (Common-Cleaner) S 30008 30011 29422 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38043834 19521036288 438773 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
[pid=30011/tid=30030] ppid=30008 vsize=19063512 memory=512988 CPUtime=0 cores=5,7
/proc/30011/task/30030/stat : 30030 (Timer-0) S 30008 30011 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38043853 19521036288 438773 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
Current children cumulated CPU time: 10.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1755092 KiB

[startup+12.7003 s]
/proc/loadavg: 4.57 4.38 4.21 5/342 30031
/proc/meminfo: memFree=118639640/131250000 swapFree=33010684/33010684
[pid=30011] ppid=30008 vsize=19063512 memory=1755220 CPUtime=16.58 cores=5,7
/proc/30011/stat : 30011 (java) S 30008 30011 29422 0 -1 4194304 38132 0 0 0 1613 45 0 0 20 0 20 0 38043830 19521036288 438805 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
/proc/30011/statm: 4765878 438805 5491 1 0 665484 0
[pid=30011/tid=30013] ppid=30008 vsize=19063512 memory=512988 CPUtime=12.36 cores=5,7
/proc/30011/task/30013/stat : 30013 (java) R 30008 30011 29422 0 -1 4194368 8501 0 0 0 1197 39 0 0 20 0 20 0 38043832 19521036288 438805 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
[pid=30011/tid=30022] ppid=30008 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/30011/task/30022/stat : 30022 (Finalizer) S 30008 30011 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38043834 19521036288 438805 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
[pid=30011/tid=30029] ppid=30008 vsize=19063512 memory=1755092 CPUtime=0 cores=5,7
/proc/30011/task/30029/stat : 30029 (Common-Cleaner) S 30008 30011 29422 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38043834 19521036288 438805 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
[pid=30011/tid=30030] ppid=30008 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/30011/task/30030/stat : 30030 (Timer-0) S 30008 30011 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38043853 19521036288 438805 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
Current children cumulated CPU time: 16.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1755220 KiB

[startup+25.5003 s]
/proc/loadavg: 4.60 4.40 4.22 6/342 30032
/proc/meminfo: memFree=118522720/131250000 swapFree=33010684/33010684
[pid=30011] ppid=30008 vsize=19063512 memory=1763568 CPUtime=29.58 cores=5,7
/proc/30011/stat : 30011 (java) S 30008 30011 29422 0 -1 4194304 45388 0 0 0 2906 52 0 0 20 0 20 0 38043830 19521036288 440892 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
/proc/30011/statm: 4765878 440892 5491 1 0 665484 0
[pid=30011/tid=30013] ppid=30008 vsize=19063512 memory=10752 CPUtime=24.89 cores=5,7
/proc/30011/task/30013/stat : 30013 (java) R 30008 30011 29422 0 -1 4194368 10715 0 0 0 2445 44 0 0 20 0 20 0 38043832 19521036288 440892 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
[pid=30011/tid=30022] ppid=30008 vsize=19063512 memory=1755092 CPUtime=0 cores=5,7
/proc/30011/task/30022/stat : 30022 (Finalizer) S 30008 30011 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38043834 19521036288 440892 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
[pid=30011/tid=30029] ppid=30008 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/30011/task/30029/stat : 30029 (Common-Cleaner) S 30008 30011 29422 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38043834 19521036288 440892 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
[pid=30011/tid=30030] ppid=30008 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/30011/task/30030/stat : 30030 (Timer-0) S 30008 30011 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38043853 19521036288 440892 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
Current children cumulated CPU time: 29.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1763568 KiB

[startup+51.1205 s]
/proc/loadavg: 4.54 4.40 4.23 6/342 30043
/proc/meminfo: memFree=117702932/131250000 swapFree=33010684/33010684
[pid=30011] ppid=30008 vsize=19063512 memory=2289584 CPUtime=55.51 cores=5,7
/proc/30011/stat : 30011 (java) S 30008 30011 29422 0 -1 4194304 53588 0 0 0 5483 68 0 0 20 0 20 0 38043830 19521036288 572396 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
/proc/30011/statm: 4765878 572396 5523 1 0 792924 0
[pid=30011/tid=30013] ppid=30008 vsize=19063512 memory=2289584 CPUtime=49.87 cores=5,7

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

[startup+3222.3 s]
/proc/loadavg: 4.43 4.27 4.22 5/343 30204
/proc/meminfo: memFree=106936036/131250000 swapFree=33010684/33010684
[pid=30011] ppid=30008 vsize=19063512 memory=4173496 CPUtime=3285.46 cores=5,7
/proc/30011/stat : 30011 (java) S 30008 30011 29422 0 -1 4194304 176636 0 0 0 327809 737 0 0 20 0 20 0 38043830 19521036288 1043374 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
/proc/30011/statm: 4765878 1043374 5523 1 0 1055354 0
[pid=30011/tid=30013] ppid=30008 vsize=19063512 memory=13568 CPUtime=3128.18 cores=5,7
/proc/30011/task/30013/stat : 30013 (java) R 30008 30011 29422 0 -1 4194368 72004 0 0 0 312246 572 0 0 20 0 20 0 38043832 19521036288 1043374 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
[pid=30011/tid=30022] ppid=30008 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/30011/task/30022/stat : 30022 (Finalizer) S 30008 30011 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38043834 19521036288 1043374 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
[pid=30011/tid=30029] ppid=30008 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/30011/task/30029/stat : 30029 (Common-Cleaner) S 30008 30011 29422 0 -1 4194368 1936 0 0 0 0 0 0 0 20 0 20 0 38043834 19521036288 1043374 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
[pid=30011/tid=30030] ppid=30008 vsize=19063512 memory=4173496 CPUtime=0 cores=5,7
/proc/30011/task/30030/stat : 30030 (Timer-0) S 30008 30011 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38043853 19521036288 1043374 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
Current children cumulated CPU time: 3285.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4173496 KiB

[startup+3282.3 s]
/proc/loadavg: 4.33 4.28 4.22 5/342 30206
/proc/meminfo: memFree=106852820/131250000 swapFree=33010684/33010684
[pid=30011] ppid=30008 vsize=19063512 memory=4173496 CPUtime=3347.3 cores=5,7
/proc/30011/stat : 30011 (java) S 30008 30011 29422 0 -1 4194304 176890 0 0 0 333981 749 0 0 20 0 20 0 38043830 19521036288 1043374 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
/proc/30011/statm: 4765878 1043374 5523 1 0 1055361 0
[pid=30011/tid=30013] ppid=30008 vsize=19063512 memory=4173496 CPUtime=3186.13 cores=5,7
/proc/30011/task/30013/stat : 30013 (java) R 30008 30011 29422 0 -1 4194368 72077 0 0 0 318033 580 0 0 20 0 20 0 38043832 19521036288 1043374 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
[pid=30011/tid=30022] ppid=30008 vsize=19063512 memory=4173496 CPUtime=0 cores=5,7
/proc/30011/task/30022/stat : 30022 (Finalizer) S 30008 30011 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38043834 19521036288 1043374 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
[pid=30011/tid=30029] ppid=30008 vsize=19063512 memory=4173496 CPUtime=0 cores=5,7
/proc/30011/task/30029/stat : 30029 (Common-Cleaner) S 30008 30011 29422 0 -1 4194368 1997 0 0 0 0 0 0 0 20 0 20 0 38043834 19521036288 1043374 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
[pid=30011/tid=30030] ppid=30008 vsize=19063512 memory=12416 CPUtime=0 cores=5,7
/proc/30011/task/30030/stat : 30030 (Timer-0) S 30008 30011 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38043853 19521036288 1043374 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
Current children cumulated CPU time: 3347.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4173496 KiB

[startup+3342.3 s]
/proc/loadavg: 4.29 4.27 4.22 5/342 30213
/proc/meminfo: memFree=106782328/131250000 swapFree=33010684/33010684
[pid=30011] ppid=30008 vsize=19063512 memory=4173496 CPUtime=3408.62 cores=5,7
/proc/30011/stat : 30011 (java) S 30008 30011 29422 0 -1 4194304 178639 0 0 0 340104 758 0 0 20 0 20 0 38043830 19521036288 1043374 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
/proc/30011/statm: 4765878 1043374 5523 1 0 1055361 0
[pid=30011/tid=30013] ppid=30008 vsize=19063512 memory=14720 CPUtime=3244.43 cores=5,7
/proc/30011/task/30013/stat : 30013 (java) R 30008 30011 29422 0 -1 4194368 73347 0 0 0 323856 587 0 0 20 0 20 0 38043832 19521036288 1043374 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
[pid=30011/tid=30022] ppid=30008 vsize=19063512 memory=4173496 CPUtime=0 cores=5,7
/proc/30011/task/30022/stat : 30022 (Finalizer) S 30008 30011 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38043834 19521036288 1043374 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
[pid=30011/tid=30029] ppid=30008 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/30011/task/30029/stat : 30029 (Common-Cleaner) S 30008 30011 29422 0 -1 4194368 1997 0 0 0 0 0 0 0 20 0 20 0 38043834 19521036288 1043374 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
[pid=30011/tid=30030] ppid=30008 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/30011/task/30030/stat : 30030 (Timer-0) S 30008 30011 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38043853 19521036288 1043374 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
Current children cumulated CPU time: 3408.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4173496 KiB

[startup+3402.3 s]
/proc/loadavg: 4.22 4.25 4.22 5/342 30215
/proc/meminfo: memFree=106693260/131250000 swapFree=33010684/33010684
[pid=30011] ppid=30008 vsize=19063512 memory=4173880 CPUtime=3470.65 cores=5,7
/proc/30011/stat : 30011 (java) S 30008 30011 29422 0 -1 4194304 181503 0 0 0 346298 767 0 0 20 0 20 0 38043830 19521036288 1043470 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
/proc/30011/statm: 4765878 1043470 5523 1 0 1055445 0
[pid=30011/tid=30013] ppid=30008 vsize=19063512 memory=14720 CPUtime=3302.62 cores=5,7
/proc/30011/task/30013/stat : 30013 (java) R 30008 30011 29422 0 -1 4194368 75078 0 0 0 329668 594 0 0 20 0 20 0 38043832 19521036288 1043470 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
[pid=30011/tid=30022] ppid=30008 vsize=19063512 memory=4173752 CPUtime=0 cores=5,7
/proc/30011/task/30022/stat : 30022 (Finalizer) S 30008 30011 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38043834 19521036288 1043470 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
[pid=30011/tid=30029] ppid=30008 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/30011/task/30029/stat : 30029 (Common-Cleaner) S 30008 30011 29422 0 -1 4194368 2044 0 0 0 0 0 0 0 20 0 20 0 38043834 19521036288 1043470 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
[pid=30011/tid=30030] ppid=30008 vsize=19063512 memory=4173752 CPUtime=0 cores=5,7
/proc/30011/task/30030/stat : 30030 (Timer-0) S 30008 30011 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38043853 19521036288 1043470 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
Current children cumulated CPU time: 3470.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4173880 KiB

[startup+3462.3 s]
/proc/loadavg: 4.42 4.30 4.23 5/344 30354
/proc/meminfo: memFree=115604148/131250000 swapFree=33010684/33010684
[pid=30011] ppid=30008 vsize=19063512 memory=4173880 CPUtime=3532.17 cores=5,7
/proc/30011/stat : 30011 (java) S 30008 30011 29422 0 -1 4194304 183435 0 0 0 352443 774 0 0 20 0 20 0 38043830 19521036288 1043470 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
/proc/30011/statm: 4765878 1043470 5523 1 0 1055448 0
[pid=30011/tid=30013] ppid=30008 vsize=19063512 memory=14720 CPUtime=3360.74 cores=5,7
/proc/30011/task/30013/stat : 30013 (java) R 30008 30011 29422 0 -1 4194368 75898 0 0 0 335474 600 0 0 20 0 20 0 38043832 19521036288 1043470 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
[pid=30011/tid=30022] ppid=30008 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/30011/task/30022/stat : 30022 (Finalizer) S 30008 30011 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38043834 19521036288 1043470 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
[pid=30011/tid=30029] ppid=30008 vsize=19063512 memory=4173880 CPUtime=0 cores=5,7
/proc/30011/task/30029/stat : 30029 (Common-Cleaner) S 30008 30011 29422 0 -1 4194368 2091 0 0 0 0 0 0 0 20 0 20 0 38043834 19521036288 1043470 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
[pid=30011/tid=30030] ppid=30008 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/30011/task/30030/stat : 30030 (Timer-0) S 30008 30011 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38043853 19521036288 1043470 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
Current children cumulated CPU time: 3532.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4173880 KiB

[startup+3522.3 s]
/proc/loadavg: 4.35 4.30 4.24 5/346 30490
/proc/meminfo: memFree=118228260/131250000 swapFree=33010684/33010684
[pid=30011] ppid=30008 vsize=19063512 memory=4173880 CPUtime=3593.7 cores=5,7
/proc/30011/stat : 30011 (java) S 30008 30011 29422 0 -1 4194304 183566 0 0 0 358589 781 0 0 20 0 20 0 38043830 19521036288 1043470 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
/proc/30011/statm: 4765878 1043470 5523 1 0 1055449 0
[pid=30011/tid=30013] ppid=30008 vsize=19063512 memory=4173880 CPUtime=3418.9 cores=5,7
/proc/30011/task/30013/stat : 30013 (java) R 30008 30011 29422 0 -1 4194368 75946 0 0 0 341285 605 0 0 20 0 20 0 38043832 19521036288 1043470 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
[pid=30011/tid=30022] ppid=30008 vsize=19063512 memory=4173880 CPUtime=0 cores=5,7
/proc/30011/task/30022/stat : 30022 (Finalizer) S 30008 30011 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38043834 19521036288 1043470 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
[pid=30011/tid=30029] ppid=30008 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/30011/task/30029/stat : 30029 (Common-Cleaner) S 30008 30011 29422 0 -1 4194368 2091 0 0 0 0 0 0 0 20 0 20 0 38043834 19521036288 1043470 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
[pid=30011/tid=30030] ppid=30008 vsize=19063512 memory=4173880 CPUtime=0 cores=5,7
/proc/30011/task/30030/stat : 30030 (Timer-0) S 30008 30011 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38043853 19521036288 1043470 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
Current children cumulated CPU time: 3593.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4173880 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3528.4 s]
/proc/loadavg: 4.32 4.30 4.24 5/346 30491
/proc/meminfo: memFree=117243900/131250000 swapFree=33010684/33010684
[pid=30011] ppid=30008 vsize=19063512 memory=4173880 CPUtime=3600.07 cores=5,7
/proc/30011/stat : 30011 (java) S 30008 30011 29422 0 -1 4194304 183578 0 0 0 359225 782 0 0 20 0 20 0 38043830 19521036288 1043470 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
/proc/30011/statm: 4765878 1043470 5523 1 0 1055449 0
[pid=30011/tid=30013] ppid=30008 vsize=19063512 memory=2764 CPUtime=3424.78 cores=5,7
/proc/30011/task/30013/stat : 30013 (java) R 30008 30011 29422 0 -1 4194368 75952 0 0 0 341872 606 0 0 20 0 20 0 38043832 19521036288 1043470 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
[pid=30011/tid=30022] ppid=30008 vsize=19063512 memory=4173880 CPUtime=0 cores=5,7
/proc/30011/task/30022/stat : 30022 (Finalizer) S 30008 30011 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38043834 19521036288 1043470 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
[pid=30011/tid=30029] ppid=30008 vsize=19063512 memory=9088 CPUtime=0 cores=5,7
/proc/30011/task/30029/stat : 30029 (Common-Cleaner) S 30008 30011 29422 0 -1 4194368 2091 0 0 0 0 0 0 0 20 0 20 0 38043834 19521036288 1043470 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
[pid=30011/tid=30030] ppid=30008 vsize=19063512 memory=8960 CPUtime=0 cores=5,7
/proc/30011/task/30030/stat : 30030 (Timer-0) S 30008 30011 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38043853 19521036288 1043470 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4173880 KiB

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

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

# cumulated CPU time of all completed processes:  user=3592.39 s, system=7.84126 s

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

[startup+3528.5 s]
/proc/loadavg: 4.32 4.30 4.24 5/346 30491
/proc/meminfo: memFree=117243900/131250000 swapFree=33010684/33010684
[pid=30011] ppid=30008 vsize=19263204 memory=4174904 CPUtime=3600.2 cores=5,7
/proc/30011/stat : 30011 (java) S 30008 30011 29422 0 -1 4194304 186205 0 0 0 359238 782 0 0 20 0 21 0 38043830 19725520896 1043726 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
/proc/30011/statm: 4815801 1043726 5555 1 0 1056418 0
[pid=30011/tid=30013] ppid=30008 vsize=19263204 memory=4173880 CPUtime=3424.8 cores=5,7
/proc/30011/task/30013/stat : 30013 (java) S 30008 30011 29422 0 -1 4194368 76213 0 0 0 341874 606 0 0 20 0 21 0 38043832 19725520896 1043726 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
[pid=30011/tid=30022] ppid=30008 vsize=19263204 memory=4173880 CPUtime=0 cores=5,7
/proc/30011/task/30022/stat : 30022 (Finalizer) S 30008 30011 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 38043834 19725520896 1043726 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
[pid=30011/tid=30029] ppid=30008 vsize=19263204 memory=4173880 CPUtime=0 cores=5,7
/proc/30011/task/30029/stat : 30029 (Common-Cleaner) S 30008 30011 29422 0 -1 4194368 2091 0 0 0 0 0 0 0 20 0 21 0 38043834 19725520896 1043726 18446744073709551615 94311878053888 94311878057584 140727544426720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94311878065400 94311878066192 94311904796672 140727544432941 140727544433126 140727544433126 140727544438728 0
Current children cumulated CPU time: 3600.2 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 4174904 KiB

Child status: 143

Real time (s): 3528.55
CPU time (s): 3600.23
CPU user time (s): 3592.39
CPU system time (s): 7.84126
CPU usage (%): 102.031
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 4174904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.39
system time used= 7.84126
maximum resident set size= 4175160
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 186379
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3226000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 170654
involuntary context switches= 31465


# summary of solver processes directly reported to runsolver:
#   pid: 30011
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3592.39
#   total CPU system time (s): 7.84126

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.23834 second user time and 18.9834 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-06-29 21:00:36
IDJOB=4513445
IDBENCH=162346
IDSOLVER=3362
FILE ID=nodeC013/4513445-1751223636
RUNJOBID= nodeC013-1751220047-29435
SLURM_JOB_ID= 9587674
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/EC_ODD_GRIDS/normalized-ECgrid5x110split.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4513445-1751223636/watcher-4513445-1751223636 -o /tmp/evaluation-result-4513445-1751223636/solver-4513445-1751223636 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751220047-29435 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4513445-1751223636 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4513445-1751223636.opb

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

MD5SUM BENCH= 1b3727bc41a297c1e3576d09f30c6702
RANDOM SEED=443398459

nodeC013 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		: 3509.215
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.67
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.850
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.67
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		: 3599.829
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.67
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		: 3599.460
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.67
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.827
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.67
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		: 3600.038
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.67
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		: 3663.354
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.67
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		: 3587.396
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        121026668 kB
MemAvailable:   121227624 kB
Buffers:            3280 kB
Cached:          1004312 kB
SwapCached:            0 kB
Active:          8865364 kB
Inactive:         760764 kB
Active(anon):    8631860 kB
Inactive(anon):        0 kB
Active(file):     233504 kB
Inactive(file):   760764 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             34172 kB
Writeback:            36 kB
AnonPages:       8620680 kB
Mapped:           118296 kB
Shmem:             13284 kB
KReclaimable:      91452 kB
Slab:             179644 kB
SReclaimable:      91452 kB
SUnreclaim:        88192 kB
KernelStack:        5200 kB
PageTables:        20616 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   11479188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151464 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8380416 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:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC013 at 2025-06-29 21:59:24