Trace number 4513625

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.21 3560.3

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
EC_RANDOM_GRAPHS/normalized-ECrand6reg-v041-n1.opb
MD5SUM47f516134b673d8428e3cc21e9ca96cd
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 benchmark0.010725
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables123
Total number of constraints41
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)41
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 9
Number of bits of the biggest sum of numbers4
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.16	c Pseudo Boolean Optimization by upper bound
0.13/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	c  - never skip resolution steps
0.13/0.16	c  - Auto-division on coefficients is disabled
0.13/0.16	c  - No postprocessing
0.13/0.16	c  - Conflict is considered as is when resolving
0.13/0.16	c  - Use constraints as they come during conflict analysis
0.13/0.16	c  - Weaken first using unassigned literals
0.13/0.16	c  - Bump strategy: ALWAYS_ONE
0.13/0.16	c  - Bumper: EFFECTIVE
0.13/0.16	c --- Begin Solver configuration ---
0.13/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.13/0.16	c Learn all clauses as in MiniSAT
0.13/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	c No reason simplification
0.13/0.16	c Dynamic restart strategy considering the size of the coefficients
0.13/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.13/0.16	c timeout=2147483s
0.13/0.16	c DB Simplification allowed=false
0.13/0.16	c Listener: none
0.13/0.16	c --- End Solver configuration ---
0.13/0.16	c solving HOME/instance-4513625-1751225630.opb
0.13/0.16	c reading problem ... 
0.13/0.16	c using VERIPB proof format
0.13/0.16	c  no objective function found
0.13/0.18	c ... done. Wall clock time 0.016s.
0.13/0.18	c declared #vars     123
0.13/0.18	c #constraints  82
0.13/0.18	c constraints type 
0.13/0.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 82
0.13/0.18	c 82 constraints processed.
6.20/3.23	c cleaning 2500 clauses out of 5000 with flag 0/5000
9.08/5.52	c cleaning 4248 clauses out of 8500 with flag 0/11000
12.32/8.42	c cleaning 5626 clauses out of 11254 with flag 0/18002
16.26/12.21	c cleaning 6812 clauses out of 13629 with flag 0/26003
20.19/16.11	c cleaning 7908 clauses out of 15815 with flag 0/35001
24.11/20.05	c cleaning 8954 clauses out of 17908 with flag 0/45002
29.30/25.12	c cleaning 9977 clauses out of 19953 with flag 0/56001
34.88/30.86	c cleaning 10989 clauses out of 21977 with flag 0/68002
41.33/37.21	c cleaning 11991 clauses out of 23987 with flag 0/81001
47.52/43.38	c cleaning 12997 clauses out of 25995 with flag 0/95000
53.71/49.09	c cleaning 14002 clauses out of 28003 with flag 0/110005
67.60/62.36	c cleaning 14996 clauses out of 29996 with flag 0/126000
79.20/73.67	c cleaning 16002 clauses out of 32004 with flag 0/143004
86.96/80.10	c cleaning 17000 clauses out of 33999 with flag 0/161001
96.04/88.66	c cleaning 17996 clauses out of 35998 with flag 0/180000
104.30/96.87	c cleaning 18997 clauses out of 38003 with flag 0/200001
112.88/105.23	c cleaning 19999 clauses out of 40005 with flag 0/221000
122.30/114.56	c cleaning 21004 clauses out of 42007 with flag 0/243001
134.52/126.72	c cleaning 21997 clauses out of 44003 with flag 0/266001
145.76/137.81	c cleaning 23003 clauses out of 46006 with flag 0/290001
158.09/150.16	c cleaning 23999 clauses out of 48002 with flag 0/315000
172.88/164.76	c cleaning 24997 clauses out of 50004 with flag 0/341001
190.92/182.66	c cleaning 25999 clauses out of 52007 with flag 0/368001
213.29/204.85	c cleaning 27003 clauses out of 54007 with flag 0/396000
235.32/226.68	c cleaning 27999 clauses out of 56004 with flag 0/425000
259.19/250.36	c cleaning 29000 clauses out of 58005 with flag 0/455000
281.09/272.09	c cleaning 30002 clauses out of 60007 with flag 0/486002
308.09/298.85	c cleaning 30998 clauses out of 62003 with flag 0/518000
329.58/320.14	c cleaning 32000 clauses out of 64007 with flag 0/551002
354.88/345.27	c cleaning 32999 clauses out of 66005 with flag 0/585000
380.83/371.06	c cleaning 33997 clauses out of 68006 with flag 0/620000
409.16/399.12	c cleaning 34999 clauses out of 70010 with flag 0/656001
433.97/423.88	c cleaning 35998 clauses out of 72010 with flag 0/693000
458.34/447.92	c cleaning 37006 clauses out of 74012 with flag 0/731000
479.68/469.18	c cleaning 38000 clauses out of 76006 with flag 0/770000
500.96/490.21	c cleaning 38998 clauses out of 78007 with flag 0/810001
524.65/513.71	c cleaning 39996 clauses out of 80008 with flag 0/851000
551.06/539.84	c cleaning 41005 clauses out of 82014 with flag 0/893002
580.64/569.08	c cleaning 42000 clauses out of 84008 with flag 0/936001
606.80/594.72	c cleaning 42995 clauses out of 86008 with flag 0/980001
640.78/628.39	c cleaning 44000 clauses out of 88013 with flag 0/1025001
669.92/657.20	c cleaning 45004 clauses out of 90012 with flag 0/1071000
706.80/693.81	c cleaning 45998 clauses out of 92009 with flag 0/1118001
740.58/727.34	c cleaning 46996 clauses out of 94010 with flag 0/1166000
780.99/767.63	c cleaning 47997 clauses out of 96015 with flag 0/1215001
825.55/811.67	c cleaning 49003 clauses out of 98018 with flag 0/1265001
855.08/840.92	c cleaning 50005 clauses out of 100015 with flag 0/1316001
902.06/887.29	c cleaning 50998 clauses out of 102011 with flag 0/1368002
957.45/941.99	c cleaning 51999 clauses out of 104012 with flag 0/1421001
1015.69/999.68	c cleaning 53000 clauses out of 106012 with flag 0/1475000
1068.72/1052.25	c cleaning 54005 clauses out of 108013 with flag 0/1530001
1114.25/1097.34	c cleaning 54999 clauses out of 110008 with flag 0/1586001
1161.81/1144.40	c cleaning 55996 clauses out of 112009 with flag 0/1643001
1231.91/1213.90	c cleaning 57000 clauses out of 114012 with flag 0/1701000
1299.78/1281.27	c cleaning 58004 clauses out of 116012 with flag 0/1760000
1357.82/1338.68	c cleaning 59001 clauses out of 118010 with flag 0/1820002
1434.99/1415.00	c cleaning 59998 clauses out of 120007 with flag 0/1881000
1509.79/1489.00	c cleaning 61002 clauses out of 122013 with flag 0/1943004
1602.30/1580.54	c cleaning 62001 clauses out of 124007 with flag 0/2006000
1706.73/1684.10	c cleaning 62996 clauses out of 126006 with flag 0/2070000
1807.40/1783.98	c cleaning 64000 clauses out of 128010 with flag 0/2135000
1890.77/1866.47	c cleaning 65002 clauses out of 130010 with flag 0/2201000
1990.73/1965.68	c cleaning 66001 clauses out of 132008 with flag 0/2268000
2079.15/2053.45	c cleaning 66996 clauses out of 134007 with flag 0/2336000
2149.50/2123.12	c cleaning 67994 clauses out of 136011 with flag 0/2405000
2268.71/2241.43	c cleaning 69002 clauses out of 138017 with flag 0/2475000
2357.76/2329.64	c cleaning 69999 clauses out of 140015 with flag 0/2546000
2473.44/2444.28	c cleaning 71000 clauses out of 142016 with flag 0/2618000
2638.92/2607.95	c cleaning 72000 clauses out of 144016 with flag 0/2691000
2774.18/2741.71	c cleaning 73004 clauses out of 146017 with flag 0/2765001
2879.94/2846.35	c cleaning 74000 clauses out of 148012 with flag 0/2840000
2988.26/2954.40	c cleaning 74999 clauses out of 150014 with flag 0/2916002
3079.65/3044.73	c cleaning 76000 clauses out of 152013 with flag 0/2993000
3192.39/3156.37	c cleaning 76998 clauses out of 154013 with flag 0/3071000
3329.60/3292.34	c cleaning 77994 clauses out of 156016 with flag 0/3150001
3470.28/3431.84	c cleaning 79002 clauses out of 158021 with flag 0/3230000
3600.05/3560.21	c starts		: 474
3600.05/3560.21	c conflicts		: 3298937
3600.05/3560.22	c decisions		: 4017050
3600.05/3560.22	c propagations		: 16746928
3600.05/3560.22	c inspects		: 7353834661
3600.05/3560.22	c shortcuts		: 0
3600.05/3560.22	c learnt literals	: 0
3600.05/3560.22	c learnt binary clauses	: 0
3600.05/3560.22	c learnt ternary clauses	: 0
3600.05/3560.22	c learnt constraints	: 3298937
3600.05/3560.22	c ignored constraints	: 0
3600.05/3560.22	c root simplifications	: 0
3600.05/3560.22	c removed literals (reason simplification)	: 0
3600.05/3560.22	c reason swapping (by a shorter reason)	: 0
3600.05/3560.22	c Calls to reduceDB	: 76
3600.05/3560.22	c timeout
3600.05/3560.22	c Number of update (reduction) of LBD	: 2036452
3600.05/3560.22	c Imported unit clauses	: 0
3600.05/3560.22	c No decision after first conflict	: false
3600.05/3560.22	c number of reductions to clauses (during analyze)	: 0
3600.05/3560.22	c number of learned constraints concerned by reduction	: 0
3600.05/3560.22	c number of learning phase by resolution	: 0
3600.05/3560.22	c number of learning phase by cutting planes	: 0
3600.05/3560.22	c number of rounding to 1 operations	: 0
3600.05/3560.22	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3560.22	c number of reductions of the coefficients by power 2 	: 0
3600.05/3560.22	c number of right shift for reduction by power 2 	: 0
3600.05/3560.22	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3560.22	c number of ending skipping 	: 0
3600.05/3560.22	c number of internal skipping 	: 0
3600.05/3560.22	c number of derivation steps 	: 11891734
3600.05/3560.22	c number of skipped derivation steps 	: 0
3600.05/3560.22	c number of remaining unassigned 	: 1978769
3600.05/3560.22	c number of remaining assigned 	: 198337898
3600.05/3560.22	c number of falsified literals weakened from reason	: 0
3600.05/3560.22	c number of falsified literals weakened from conflict	: 0
3600.05/3560.22	c time for arithmetic operations	: 10179512563
3600.05/3560.22	c minimum degree of deleted constraints	: 1
3600.05/3560.22	c maximum degree of deleted constraints	: 754223544
3600.05/3560.22	c number of deleted constraints	: 3150981
3600.05/3560.22	c speed (assignments/second)	: 4704.139081544286
3600.05/3560.22	c non guided choices	: 129
3600.05/3560.28	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 44581
3600.05/3560.28	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 9
3600.05/3560.28	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 103366
3600.05/3560.28	s UNKNOWN
3600.05/3560.28	c Total wall clock time (in seconds): 3560.116

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: 63708 MiB (61512 MiB free)
  memory of node 1: 64465 MiB (62911 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4513625-1751225630/watcher-4513625-1751225630 -o /tmp/evaluation-result-4513625-1751225630/solver-4513625-1751225630 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751225628-37348 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4513625-1751225630 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4513625-1751225630.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=37530, runsolver pid=37527
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 0.61 1.91 2.89 8/346 37548
/proc/meminfo: memFree=127228856/131250000 swapFree=33010684/33010684
[pid=37530] ppid=37527 vsize=18930384 memory=59500 CPUtime=0.13 cores=0,2
/proc/37530/stat : 37530 (java) S 37527 37530 37338 0 -1 4194304 6495 0 0 0 11 2 0 0 20 0 18 0 38240566 19384713216 14875 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
/proc/37530/statm: 4732596 14875 5351 1 0 547628 0
[pid=37530/tid=37532] ppid=37527 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=0,2
/proc/37530/task/37532/stat : 37532 (java) S 37527 37530 37338 0 -1 4194368 5063 0 0 0 7 1 0 0 20 0 18 0 38240567 19384713216 14875 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
[pid=37530/tid=37541] ppid=37527 vsize=18930384 memory=241407623509 CPUtime=0 cores=0,2
/proc/37530/task/37541/stat : 37541 (Finalizer) S 37527 37530 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38240569 19384713216 14875 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
[pid=37530/tid=37548] ppid=37527 vsize=18930384 memory=60684515953973 CPUtime=0 cores=0,2
/proc/37530/task/37548/stat : 37548 (Common-Cleaner) S 37527 37530 37338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 38240570 19384713216 14875 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59500 KiB

[startup+0.205877 s]*
/proc/loadavg: 0.61 1.91 2.89 10/347 37549
/proc/meminfo: memFree=127060920/131250000 swapFree=33010684/33010684
[pid=37530] ppid=37527 vsize=18996948 memory=65964 CPUtime=0.31 cores=0,2
/proc/37530/stat : 37530 (java) S 37527 37530 37338 0 -1 4194304 6984 0 0 0 28 3 0 0 20 0 19 0 38240566 19452874752 16491 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
/proc/37530/statm: 4749237 16491 5447 1 0 548317 0
[pid=37530/tid=37532] ppid=37527 vsize=18996948 memory=4026597660 CPUtime=0.16 cores=0,2
/proc/37530/task/37532/stat : 37532 (java) R 37527 37530 37338 0 -1 4194368 5425 0 0 0 15 1 0 0 20 0 19 0 38240567 19452874752 16491 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
[pid=37530/tid=37541] ppid=37527 vsize=18996948 memory=14860 CPUtime=0 cores=0,2
/proc/37530/task/37541/stat : 37541 (Finalizer) S 37527 37530 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38240569 19452874752 16491 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
[pid=37530/tid=37548] ppid=37527 vsize=18996948 memory=59585004307431 CPUtime=0 cores=0,2
/proc/37530/task/37548/stat : 37548 (Common-Cleaner) S 37527 37530 37338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 38240570 19452874752 16491 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
[pid=37530/tid=37549] ppid=37527 vsize=18996948 memory=3616447912462291776 CPUtime=0 cores=0,2
/proc/37530/task/37549/stat : 37549 (Timer-0) S 37527 37530 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38240585 19452874752 16491 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 65964 KiB

[startup+0.305866 s]*
/proc/loadavg: 0.61 1.91 2.89 9/347 37549
/proc/meminfo: memFree=126833876/131250000 swapFree=33010684/33010684
[pid=37530] ppid=37527 vsize=18998312 memory=80620 CPUtime=0.49 cores=0,2
/proc/37530/stat : 37530 (java) S 37527 37530 37338 0 -1 4194304 8653 0 0 0 46 3 0 0 20 0 19 0 38240566 19454271488 20155 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
/proc/37530/statm: 4749578 20155 5447 1 0 549537 0
[pid=37530/tid=37532] ppid=37527 vsize=18998312 memory=-6000919477051811180 CPUtime=0.24 cores=0,2
/proc/37530/task/37532/stat : 37532 (java) R 37527 37530 37338 0 -1 4194368 5446 0 0 0 22 2 0 0 20 0 19 0 38240567 19454271488 20155 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
[pid=37530/tid=37541] ppid=37527 vsize=18998312 memory=0 CPUtime=0 cores=0,2
/proc/37530/task/37541/stat : 37541 (Finalizer) S 37527 37530 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38240569 19454271488 20155 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
[pid=37530/tid=37548] ppid=37527 vsize=18998312 memory=0 CPUtime=0 cores=0,2
/proc/37530/task/37548/stat : 37548 (Common-Cleaner) S 37527 37530 37338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 38240570 19454271488 20155 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
[pid=37530/tid=37549] ppid=37527 vsize=18998312 memory=0 CPUtime=0 cores=0,2
/proc/37530/task/37549/stat : 37549 (Timer-0) S 37527 37530 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38240585 19454271488 20155 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18998312 KiB
Current children cumulated memory: 80620 KiB

[startup+0.700236 s]
/proc/loadavg: 0.61 1.91 2.89 8/347 37549
/proc/meminfo: memFree=126500084/131250000 swapFree=33010684/33010684
[pid=37530] ppid=37527 vsize=19067520 memory=174684 CPUtime=1.26 cores=0,2
/proc/37530/stat : 37530 (java) S 37527 37530 37338 0 -1 4194304 15959 0 0 0 119 7 0 0 20 0 20 0 38240566 19525140480 43671 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
/proc/37530/statm: 4766880 43671 5447 1 0 553992 0
[pid=37530/tid=37532] ppid=37527 vsize=19067520 memory=17536 CPUtime=0.56 cores=0,2
/proc/37530/task/37532/stat : 37532 (java) R 37527 37530 37338 0 -1 4194368 5483 0 0 0 53 3 0 0 20 0 20 0 38240567 19525140480 43671 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
[pid=37530/tid=37541] ppid=37527 vsize=19067520 memory=10624 CPUtime=0 cores=0,2
/proc/37530/task/37541/stat : 37541 (Finalizer) S 37527 37530 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38240569 19525140480 43671 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
[pid=37530/tid=37548] ppid=37527 vsize=19067520 memory=3200 CPUtime=0 cores=0,2
/proc/37530/task/37548/stat : 37548 (Common-Cleaner) S 37527 37530 37338 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38240570 19525140480 43671 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
[pid=37530/tid=37549] ppid=37527 vsize=19067520 memory=4760 CPUtime=0 cores=0,2
/proc/37530/task/37549/stat : 37549 (Timer-0) S 37527 37530 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38240585 19525140480 43671 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19067520 KiB
Current children cumulated memory: 174684 KiB

[startup+1.50024 s]
/proc/loadavg: 1.04 1.98 2.90 8/348 37550
/proc/meminfo: memFree=126151616/131250000 swapFree=33010684/33010684
[pid=37530] ppid=37527 vsize=19063512 memory=261812 CPUtime=2.84 cores=0,2
/proc/37530/stat : 37530 (java) S 37527 37530 37338 0 -1 4194304 30163 0 0 0 273 11 0 0 20 0 20 0 38240566 19521036288 65453 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
/proc/37530/statm: 4765878 65453 5479 1 0 558963 0
[pid=37530/tid=37532] ppid=37527 vsize=19063512 memory=0 CPUtime=1.33 cores=0,2
/proc/37530/task/37532/stat : 37532 (java) R 37527 37530 37338 0 -1 4194368 5585 0 0 0 128 5 0 0 20 0 20 0 38240567 19521036288 65453 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
[pid=37530/tid=37541] ppid=37527 vsize=19063512 memory=10624 CPUtime=0 cores=0,2
/proc/37530/task/37541/stat : 37541 (Finalizer) S 37527 37530 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38240569 19521036288 65453 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
[pid=37530/tid=37548] ppid=37527 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/37530/task/37548/stat : 37548 (Common-Cleaner) S 37527 37530 37338 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38240570 19521036288 65453 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
[pid=37530/tid=37549] ppid=37527 vsize=19063512 memory=4760 CPUtime=0 cores=0,2
/proc/37530/task/37549/stat : 37549 (Timer-0) S 37527 37530 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38240585 19521036288 65453 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 261812 KiB

[startup+3.10612 s]
/proc/loadavg: 1.04 1.98 2.90 6/347 37551
/proc/meminfo: memFree=124520112/131250000 swapFree=33010684/33010684
[pid=37530] ppid=37527 vsize=19063512 memory=906512 CPUtime=6.01 cores=0,2
/proc/37530/stat : 37530 (java) S 37527 37530 37338 0 -1 4194304 37125 0 0 0 576 25 0 0 20 0 20 0 38240566 19521036288 226628 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
/proc/37530/statm: 4765878 226628 5479 1 0 666429 0
[pid=37530/tid=37532] ppid=37527 vsize=19063512 memory=10624 CPUtime=2.88 cores=0,2
/proc/37530/task/37532/stat : 37532 (java) R 37527 37530 37338 0 -1 4194368 6809 0 0 0 271 17 0 0 20 0 20 0 38240567 19521036288 226628 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
[pid=37530/tid=37541] ppid=37527 vsize=19063512 memory=-6000919477051811180 CPUtime=0 cores=0,2
/proc/37530/task/37541/stat : 37541 (Finalizer) S 37527 37530 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38240569 19521036288 226628 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
[pid=37530/tid=37548] ppid=37527 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/37530/task/37548/stat : 37548 (Common-Cleaner) S 37527 37530 37338 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38240570 19521036288 226628 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
[pid=37530/tid=37549] ppid=37527 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/37530/task/37549/stat : 37549 (Timer-0) S 37527 37530 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38240585 19521036288 226628 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
Current children cumulated CPU time: 6.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 906512 KiB

[startup+6.30022 s]
/proc/loadavg: 1.52 2.07 2.92 6/347 37551
/proc/meminfo: memFree=123623952/131250000 swapFree=33010684/33010684
[pid=37530] ppid=37527 vsize=19063512 memory=1108244 CPUtime=10.06 cores=0,2
/proc/37530/stat : 37530 (java) S 37527 37530 37338 0 -1 4194304 38625 0 0 0 974 32 0 0 20 0 20 0 38240566 19521036288 277061 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
/proc/37530/statm: 4765878 277061 5479 1 0 666544 0
[pid=37530/tid=37532] ppid=37527 vsize=19063512 memory=0 CPUtime=5.94 cores=0,2
/proc/37530/task/37532/stat : 37532 (java) R 37527 37530 37338 0 -1 4194368 7585 0 0 0 571 23 0 0 20 0 20 0 38240567 19521036288 277061 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
[pid=37530/tid=37541] ppid=37527 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/37530/task/37541/stat : 37541 (Finalizer) S 37527 37530 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38240569 19521036288 277061 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
[pid=37530/tid=37548] ppid=37527 vsize=19063512 memory=10624 CPUtime=0 cores=0,2
/proc/37530/task/37548/stat : 37548 (Common-Cleaner) S 37527 37530 37338 0 -1 4194368 41 0 0 0 0 0 0 0 20 0 20 0 38240570 19521036288 277061 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
[pid=37530/tid=37549] ppid=37527 vsize=19063512 memory=14432 CPUtime=0 cores=0,2
/proc/37530/task/37549/stat : 37549 (Timer-0) S 37527 37530 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38240585 19521036288 277061 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
Current children cumulated CPU time: 10.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1108244 KiB

[startup+12.7002 s]
/proc/loadavg: 1.72 2.10 2.93 5/348 37552
/proc/meminfo: memFree=122639184/131250000 swapFree=33010684/33010684
[pid=37530] ppid=37527 vsize=19063512 memory=1610176 CPUtime=16.76 cores=0,2
/proc/37530/stat : 37530 (java) S 37527 37530 37338 0 -1 4194304 41994 0 0 0 1631 45 0 0 20 0 20 0 38240566 19521036288 402544 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
/proc/37530/statm: 4765878 402544 5479 1 0 666547 0
[pid=37530/tid=37532] ppid=37527 vsize=19063512 memory=1604032 CPUtime=12.24 cores=0,2
/proc/37530/task/37532/stat : 37532 (java) R 37527 37530 37338 0 -1 4194368 9230 0 0 0 1189 35 0 0 20 0 20 0 38240567 19521036288 402544 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
[pid=37530/tid=37541] ppid=37527 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/37530/task/37541/stat : 37541 (Finalizer) S 37527 37530 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38240569 19521036288 402544 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
[pid=37530/tid=37548] ppid=37527 vsize=19063512 memory=10624 CPUtime=0 cores=0,2
/proc/37530/task/37548/stat : 37548 (Common-Cleaner) S 37527 37530 37338 0 -1 4194368 41 0 0 0 0 0 0 0 20 0 20 0 38240570 19521036288 402544 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
[pid=37530/tid=37549] ppid=37527 vsize=19063512 memory=-6000919477051811180 CPUtime=0 cores=0,2
/proc/37530/task/37549/stat : 37549 (Timer-0) S 37527 37530 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38240585 19521036288 402544 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
Current children cumulated CPU time: 16.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1610176 KiB

[startup+25.5002 s]
/proc/loadavg: 2.07 2.16 2.94 5/347 37552
/proc/meminfo: memFree=122499944/131250000 swapFree=33010684/33010684
[pid=37530] ppid=37527 vsize=19063512 memory=1630768 CPUtime=29.7 cores=0,2
/proc/37530/stat : 37530 (java) S 37527 37530 37338 0 -1 4194304 47870 0 0 0 2921 49 0 0 20 0 20 0 38240566 19521036288 407692 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
/proc/37530/statm: 4765878 407692 5479 1 0 666547 0
[pid=37530/tid=37532] ppid=37527 vsize=19063512 memory=2744 CPUtime=24.76 cores=0,2
/proc/37530/task/37532/stat : 37532 (java) R 37527 37530 37338 0 -1 4194368 10932 0 0 0 2438 38 0 0 20 0 20 0 38240567 19521036288 407692 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
[pid=37530/tid=37541] ppid=37527 vsize=19063512 memory=14432 CPUtime=0 cores=0,2
/proc/37530/task/37541/stat : 37541 (Finalizer) S 37527 37530 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38240569 19521036288 407692 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
[pid=37530/tid=37548] ppid=37527 vsize=19063512 memory=1108244 CPUtime=0 cores=0,2
/proc/37530/task/37548/stat : 37548 (Common-Cleaner) S 37527 37530 37338 0 -1 4194368 41 0 0 0 0 0 0 0 20 0 20 0 38240570 19521036288 407692 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
[pid=37530/tid=37549] ppid=37527 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/37530/task/37549/stat : 37549 (Timer-0) S 37527 37530 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38240585 19521036288 407692 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
Current children cumulated CPU time: 29.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1630768 KiB

[startup+51.1058 s]
/proc/loadavg: 2.90 2.35 2.98 5/347 37553
/proc/meminfo: memFree=121372700/131250000 swapFree=33010684/33010684
[pid=37530] ppid=37527 vsize=19063512 memory=2148740 CPUtime=56.07 cores=0,2
/proc/37530/stat : 37530 (java) S 37527 37530 37338 0 -1 4194304 57183 0 0 0 5540 67 0 0 20 0 20 0 38240566 19521036288 537185 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0

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

/proc/meminfo: memFree=110419040/131250000 swapFree=33010684/33010684
[pid=37530] ppid=37527 vsize=19063512 memory=3655812 CPUtime=3198.41 cores=0,2
/proc/37530/stat : 37530 (java) S 37527 37530 37338 0 -1 4194304 164521 0 0 0 319334 507 0 0 20 0 20 0 38240566 19521036288 913953 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
/proc/37530/statm: 4765878 913953 5511 1 0 928672 0
[pid=37530/tid=37532] ppid=37527 vsize=19063512 memory=3655684 CPUtime=3102.58 cores=0,2
/proc/37530/task/37532/stat : 37532 (java) R 37527 37530 37338 0 -1 4194368 67173 0 0 0 309909 349 0 0 20 0 20 0 38240567 19521036288 913953 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
[pid=37530/tid=37541] ppid=37527 vsize=19063512 memory=14432 CPUtime=0 cores=0,2
/proc/37530/task/37541/stat : 37541 (Finalizer) S 37527 37530 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38240569 19521036288 913953 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
[pid=37530/tid=37548] ppid=37527 vsize=19063512 memory=3655812 CPUtime=0 cores=0,2
/proc/37530/task/37548/stat : 37548 (Common-Cleaner) S 37527 37530 37338 0 -1 4194368 2240 0 0 0 0 0 0 0 20 0 20 0 38240570 19521036288 913953 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
[pid=37530/tid=37549] ppid=37527 vsize=19063512 memory=3655812 CPUtime=0 cores=0,2
/proc/37530/task/37549/stat : 37549 (Timer-0) S 37527 37530 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38240585 19521036288 913953 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
Current children cumulated CPU time: 3198.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3655812 KiB

[startup+3222.3 s]
/proc/loadavg: 4.20 4.17 4.11 5/345 37743
/proc/meminfo: memFree=110337648/131250000 swapFree=33010684/33010684
[pid=37530] ppid=37527 vsize=19063512 memory=3655812 CPUtime=3258.96 cores=0,2
/proc/37530/stat : 37530 (java) S 37527 37530 37338 0 -1 4194304 167227 0 0 0 325384 512 0 0 20 0 20 0 38240566 19521036288 913953 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
/proc/37530/statm: 4765878 913953 5511 1 0 928672 0
[pid=37530/tid=37532] ppid=37527 vsize=19063512 memory=3655812 CPUtime=3161.58 cores=0,2
/proc/37530/task/37532/stat : 37532 (java) R 37527 37530 37338 0 -1 4194368 68808 0 0 0 315806 352 0 0 20 0 20 0 38240567 19521036288 913953 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
[pid=37530/tid=37541] ppid=37527 vsize=19063512 memory=3655812 CPUtime=0 cores=0,2
/proc/37530/task/37541/stat : 37541 (Finalizer) S 37527 37530 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38240569 19521036288 913953 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
[pid=37530/tid=37548] ppid=37527 vsize=19063512 memory=4252 CPUtime=0 cores=0,2
/proc/37530/task/37548/stat : 37548 (Common-Cleaner) S 37527 37530 37338 0 -1 4194368 2297 0 0 0 0 0 0 0 20 0 20 0 38240570 19521036288 913953 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
[pid=37530/tid=37549] ppid=37527 vsize=19063512 memory=10624 CPUtime=0 cores=0,2
/proc/37530/task/37549/stat : 37549 (Timer-0) S 37527 37530 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38240585 19521036288 913953 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
Current children cumulated CPU time: 3258.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3655812 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.15 4.10 5/344 37745
/proc/meminfo: memFree=110245624/131250000 swapFree=33010684/33010684
[pid=37530] ppid=37527 vsize=19063512 memory=3655812 CPUtime=3319.53 cores=0,2
/proc/37530/stat : 37530 (java) S 37527 37530 37338 0 -1 4194304 167466 0 0 0 331436 517 0 0 20 0 20 0 38240566 19521036288 913953 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
/proc/37530/statm: 4765878 913953 5511 1 0 928672 0
[pid=37530/tid=37532] ppid=37527 vsize=19063512 memory=3655812 CPUtime=3220.61 cores=0,2
/proc/37530/task/37532/stat : 37532 (java) R 37527 37530 37338 0 -1 4194368 68873 0 0 0 321707 354 0 0 20 0 20 0 38240567 19521036288 913953 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
[pid=37530/tid=37541] ppid=37527 vsize=19063512 memory=3655812 CPUtime=0 cores=0,2
/proc/37530/task/37541/stat : 37541 (Finalizer) S 37527 37530 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38240569 19521036288 913953 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
[pid=37530/tid=37548] ppid=37527 vsize=19063512 memory=3655812 CPUtime=0 cores=0,2
/proc/37530/task/37548/stat : 37548 (Common-Cleaner) S 37527 37530 37338 0 -1 4194368 2392 0 0 0 0 0 0 0 20 0 20 0 38240570 19521036288 913953 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
[pid=37530/tid=37549] ppid=37527 vsize=19063512 memory=3655812 CPUtime=0 cores=0,2
/proc/37530/task/37549/stat : 37549 (Timer-0) S 37527 37530 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38240585 19521036288 913953 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
Current children cumulated CPU time: 3319.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3655812 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.14 4.10 5/345 37751
/proc/meminfo: memFree=110165172/131250000 swapFree=33010684/33010684
[pid=37530] ppid=37527 vsize=19063512 memory=3655812 CPUtime=3380.11 cores=0,2
/proc/37530/stat : 37530 (java) S 37527 37530 37338 0 -1 4194304 168910 0 0 0 337488 523 0 0 20 0 20 0 38240566 19521036288 913953 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
/proc/37530/statm: 4765878 913953 5511 1 0 928672 0
[pid=37530/tid=37532] ppid=37527 vsize=19063512 memory=3655812 CPUtime=3279.58 cores=0,2
/proc/37530/task/37532/stat : 37532 (java) R 37527 37530 37338 0 -1 4194368 69913 0 0 0 327601 357 0 0 20 0 20 0 38240567 19521036288 913953 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
[pid=37530/tid=37541] ppid=37527 vsize=19063512 memory=3655812 CPUtime=0 cores=0,2
/proc/37530/task/37541/stat : 37541 (Finalizer) S 37527 37530 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38240569 19521036288 913953 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
[pid=37530/tid=37548] ppid=37527 vsize=19063512 memory=10624 CPUtime=0 cores=0,2
/proc/37530/task/37548/stat : 37548 (Common-Cleaner) S 37527 37530 37338 0 -1 4194368 2392 0 0 0 0 0 0 0 20 0 20 0 38240570 19521036288 913953 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
[pid=37530/tid=37549] ppid=37527 vsize=19063512 memory=14432 CPUtime=0 cores=0,2
/proc/37530/task/37549/stat : 37549 (Timer-0) S 37527 37530 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38240585 19521036288 913953 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
Current children cumulated CPU time: 3380.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3655812 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.14 4.10 5/345 37753
/proc/meminfo: memFree=110085200/131250000 swapFree=33010684/33010684
[pid=37530] ppid=37527 vsize=19063512 memory=3655812 CPUtime=3440.41 cores=0,2
/proc/37530/stat : 37530 (java) S 37527 37530 37338 0 -1 4194304 171536 0 0 0 343514 527 0 0 20 0 20 0 38240566 19521036288 913953 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
/proc/37530/statm: 4765878 913953 5511 1 0 928672 0
[pid=37530/tid=37532] ppid=37527 vsize=19063512 memory=3655812 CPUtime=3338.46 cores=0,2
/proc/37530/task/37532/stat : 37532 (java) R 37527 37530 37338 0 -1 4194368 71430 0 0 0 333487 359 0 0 20 0 20 0 38240567 19521036288 913953 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
[pid=37530/tid=37541] ppid=37527 vsize=19063512 memory=3655812 CPUtime=0 cores=0,2
/proc/37530/task/37541/stat : 37541 (Finalizer) S 37527 37530 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38240569 19521036288 913953 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
[pid=37530/tid=37548] ppid=37527 vsize=19063512 memory=3655812 CPUtime=0 cores=0,2
/proc/37530/task/37548/stat : 37548 (Common-Cleaner) S 37527 37530 37338 0 -1 4194368 2489 0 0 0 0 0 0 0 20 0 20 0 38240570 19521036288 913953 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
[pid=37530/tid=37549] ppid=37527 vsize=19063512 memory=14432 CPUtime=0 cores=0,2
/proc/37530/task/37549/stat : 37549 (Timer-0) S 37527 37530 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38240585 19521036288 913953 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
Current children cumulated CPU time: 3440.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3655812 KiB

[startup+3462.3 s]
/proc/loadavg: 4.20 4.16 4.10 5/344 37755
/proc/meminfo: memFree=110024120/131250000 swapFree=33010684/33010684
[pid=37530] ppid=37527 vsize=19063512 memory=3655940 CPUtime=3501.13 cores=0,2
/proc/37530/stat : 37530 (java) S 37527 37530 37338 0 -1 4194304 174808 0 0 0 349581 532 0 0 20 0 20 0 38240566 19521036288 913985 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
/proc/37530/statm: 4765878 913985 5511 1 0 928704 0
[pid=37530/tid=37532] ppid=37527 vsize=19063512 memory=3655812 CPUtime=3397.51 cores=0,2
/proc/37530/task/37532/stat : 37532 (java) R 37527 37530 37338 0 -1 4194368 73066 0 0 0 339389 362 0 0 20 0 20 0 38240567 19521036288 913985 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
[pid=37530/tid=37541] ppid=37527 vsize=19063512 memory=3655812 CPUtime=0 cores=0,2
/proc/37530/task/37541/stat : 37541 (Finalizer) S 37527 37530 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38240569 19521036288 913985 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
[pid=37530/tid=37548] ppid=37527 vsize=19063512 memory=3655940 CPUtime=0 cores=0,2
/proc/37530/task/37548/stat : 37548 (Common-Cleaner) S 37527 37530 37338 0 -1 4194368 2489 0 0 0 0 0 0 0 20 0 20 0 38240570 19521036288 913985 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
[pid=37530/tid=37549] ppid=37527 vsize=19063512 memory=10624 CPUtime=0 cores=0,2
/proc/37530/task/37549/stat : 37549 (Timer-0) S 37527 37530 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38240585 19521036288 913985 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
Current children cumulated CPU time: 3501.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3655940 KiB

[startup+3522.3 s]
/proc/loadavg: 4.07 4.13 4.09 6/345 37759
/proc/meminfo: memFree=109977872/131250000 swapFree=33010684/33010684
[pid=37530] ppid=37527 vsize=19063512 memory=3655940 CPUtime=3561.74 cores=0,2
/proc/37530/stat : 37530 (java) S 37527 37530 37338 0 -1 4194304 174930 0 0 0 355637 537 0 0 20 0 20 0 38240566 19521036288 913985 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
/proc/37530/statm: 4765878 913985 5511 1 0 928704 0
[pid=37530/tid=37532] ppid=37527 vsize=19063512 memory=3655940 CPUtime=3456.47 cores=0,2
/proc/37530/task/37532/stat : 37532 (java) R 37527 37530 37338 0 -1 4194368 73071 0 0 0 345283 364 0 0 20 0 20 0 38240567 19521036288 913985 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
[pid=37530/tid=37541] ppid=37527 vsize=19063512 memory=3655940 CPUtime=0 cores=0,2
/proc/37530/task/37541/stat : 37541 (Finalizer) S 37527 37530 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38240569 19521036288 913985 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
[pid=37530/tid=37548] ppid=37527 vsize=19063512 memory=3655812 CPUtime=0 cores=0,2
/proc/37530/task/37548/stat : 37548 (Common-Cleaner) S 37527 37530 37338 0 -1 4194368 2568 0 0 0 0 0 0 0 20 0 20 0 38240570 19521036288 913985 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
[pid=37530/tid=37549] ppid=37527 vsize=19063512 memory=17536 CPUtime=0 cores=0,2
/proc/37530/task/37549/stat : 37549 (Timer-0) S 37527 37530 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38240585 19521036288 913985 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
Current children cumulated CPU time: 3561.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3655940 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3560.2 s]
/proc/loadavg: 4.29 4.18 4.11 5/345 37959
/proc/meminfo: memFree=118855304/131250000 swapFree=33010684/33010684
[pid=37530] ppid=37527 vsize=19063512 memory=3655940 CPUtime=3600.05 cores=0,2
/proc/37530/stat : 37530 (java) S 37527 37530 37338 0 -1 4194304 175741 0 0 0 359465 540 0 0 20 0 20 0 38240566 19521036288 913985 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
/proc/37530/statm: 4765878 913985 5511 1 0 928704 0
[pid=37530/tid=37532] ppid=37527 vsize=19063512 memory=7220 CPUtime=3493.78 cores=0,2
/proc/37530/task/37532/stat : 37532 (java) R 37527 37530 37338 0 -1 4194368 73837 0 0 0 349012 366 0 0 20 0 20 0 38240567 19521036288 913985 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
[pid=37530/tid=37541] ppid=37527 vsize=19063512 memory=27440 CPUtime=0 cores=0,2
/proc/37530/task/37541/stat : 37541 (Finalizer) S 37527 37530 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38240569 19521036288 913985 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
[pid=37530/tid=37548] ppid=37527 vsize=19063512 memory=11676 CPUtime=0 cores=0,2
/proc/37530/task/37548/stat : 37548 (Common-Cleaner) S 37527 37530 37338 0 -1 4194368 2568 0 0 0 0 0 0 0 20 0 20 0 38240570 19521036288 913985 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
[pid=37530/tid=37549] ppid=37527 vsize=19063512 memory=6656 CPUtime=0 cores=0,2
/proc/37530/task/37549/stat : 37549 (Timer-0) S 37527 37530 37338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38240585 19521036288 913985 18446744073709551615 94908460912640 94908460916336 140726488672912 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94908460924152 94908460924944 94908489236480 140726488676653 140726488676838 140726488676838 140726488682440 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3655940 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.79 s, system=5.42027 s

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

Child status: 143

Real time (s): 3560.3
CPU time (s): 3600.21
CPU user time (s): 3594.79
CPU system time (s): 5.42027
CPU usage (%): 101.121
Max. virtual memory (cumulated for all children) (KiB): 19068660
Max. memory (cumulated for all children) (KiB): 3655940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.79
system time used= 5.42027
maximum resident set size= 3656964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 178311
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2035560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 164656
involuntary context switches= 18989


# summary of solver processes directly reported to runsolver:
#   pid: 37530
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3594.79
#   total CPU system time (s): 5.42027

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.68751 second user time and 17.22 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-06-29 21:33:50
IDJOB=4513625
IDBENCH=162388
IDSOLVER=3362
FILE ID=nodeC016/4513625-1751225630
RUNJOBID= nodeC016-1751225628-37348
SLURM_JOB_ID= 9587681
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/EC_RANDOM_GRAPHS/normalized-ECrand6reg-v041-n1.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4513625-1751225630/watcher-4513625-1751225630 -o /tmp/evaluation-result-4513625-1751225630/solver-4513625-1751225630 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751225628-37348 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4513625-1751225630 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4513625-1751225630.opb

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

MD5SUM BENCH= 47f516134b673d8428e3cc21e9ca96cd
RANDOM SEED=1239233725

nodeC016 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		: 3599.582
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.48
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.750
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.48
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		: 3385.019
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.48
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.737
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.48
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.736
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.48
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.727
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.48
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		: 3599.728
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.48
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.751
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        127479280 kB
MemAvailable:   128161884 kB
Buffers:            3280 kB
Cached:          1487640 kB
SwapCached:            0 kB
Active:          1953224 kB
Inactive:        1231696 kB
Active(anon):    1712088 kB
Inactive(anon):        0 kB
Active(file):     241136 kB
Inactive(file):  1231696 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             11224 kB
Writeback:             0 kB
AnonPages:       1697092 kB
Mapped:           122492 kB
Shmem:             18072 kB
KReclaimable:      98020 kB
Slab:             185260 kB
SReclaimable:      98020 kB
SUnreclaim:        87240 kB
KernelStack:        5328 kB
PageTables:         6584 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    7095860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151528 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1454080 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 nodeC016 at 2025-06-29 22:33:11