Trace number 4511379

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.31 3533.49

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/
EC_ODD_GRIDS/normalized-ECgrid5x100split.opb
MD5SUM8085e67efea758974236eb172d264588
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 benchmark5.11999
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1001
Total number of constraints501
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)501
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB25.v20250606
0.11/0.11	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.11	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.11	c java.vm.version	22.0.1+8-16
0.11/0.11	c java.vm.vendor	Oracle Corporation
0.11/0.11	c sun.arch.data.model	64
0.11/0.11	c java.version		22.0.1
0.11/0.11	c os.name		Linux
0.11/0.11	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.11	c os.arch		amd64
0.11/0.11	c Free memory 		2104792832
0.11/0.11	c Max memory 		16282288128
0.11/0.11	c Total memory 		2113929216
0.11/0.12	c Number of processors 	2
0.30/0.22	c Pseudo Boolean Optimization by upper bound
0.30/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.30/0.22	c  - never skip resolution steps
0.30/0.22	c  - Auto-division on coefficients is disabled
0.30/0.22	c  - No postprocessing
0.30/0.22	c  - Conflict is considered as is when resolving
0.30/0.22	c  - Use constraints as they come during conflict analysis
0.30/0.22	c  - Weaken first using unassigned literals
0.30/0.22	c  - Bump strategy: ALWAYS_ONE
0.30/0.22	c  - Bumper: EFFECTIVE
0.30/0.22	c --- Begin Solver configuration ---
0.30/0.22	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.30/0.22	c Learn all clauses as in MiniSAT
0.30/0.22	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.30/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.30/0.22	c No reason simplification
0.30/0.22	c Dynamic restart strategy considering the size of the coefficients
0.30/0.22	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.30/0.22	c timeout=2147483s
0.30/0.22	c DB Simplification allowed=false
0.30/0.22	c Listener: none
0.30/0.22	c --- End Solver configuration ---
0.30/0.22	c solving HOME/instance-4511379-1751205995.opb
0.30/0.22	c reading problem ... 
0.30/0.24	c using VERIPB proof format
0.30/0.24	c  no objective function found
0.46/0.35	c ... done. Wall clock time 0.13s.
0.46/0.35	c declared #vars     1001
0.46/0.36	c #constraints  1002
0.46/0.36	c constraints type 
0.46/0.36	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.46/0.36	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1000
0.46/0.36	c 1002 constraints processed.
2.55/1.48	c cleaning 2495 clauses out of 5002 with flag 0/5002
4.53/2.45	c cleaning 4230 clauses out of 8506 with flag 0/11001
6.12/3.22	c cleaning 5608 clauses out of 11275 with flag 0/18000
7.70/4.02	c cleaning 6811 clauses out of 13668 with flag 0/26001
8.71/4.86	c cleaning 7907 clauses out of 15856 with flag 0/35000
10.53/6.07	c cleaning 8950 clauses out of 17949 with flag 0/45000
11.81/7.39	c cleaning 9981 clauses out of 19999 with flag 0/56000
14.04/9.59	c cleaning 10984 clauses out of 22020 with flag 0/68002
16.60/11.78	c cleaning 11988 clauses out of 24035 with flag 0/81001
19.04/14.12	c cleaning 13008 clauses out of 26047 with flag 0/95001
20.93/16.09	c cleaning 14014 clauses out of 28038 with flag 0/110000
22.81/17.97	c cleaning 14995 clauses out of 30025 with flag 0/126001
25.21/20.10	c cleaning 15997 clauses out of 32029 with flag 0/143000
28.15/22.76	c cleaning 16994 clauses out of 34032 with flag 0/161000
31.82/26.47	c cleaning 18009 clauses out of 36040 with flag 0/180002
37.88/31.54	c cleaning 18993 clauses out of 38029 with flag 0/200000
45.11/36.67	c cleaning 19997 clauses out of 40036 with flag 0/221000
49.65/41.05	c cleaning 20996 clauses out of 42042 with flag 0/243003
54.40/45.49	c cleaning 21993 clauses out of 44044 with flag 0/266001
62.99/53.79	c cleaning 22993 clauses out of 46051 with flag 0/290001
69.19/59.81	c cleaning 24000 clauses out of 48057 with flag 0/315000
83.64/74.05	c cleaning 25004 clauses out of 50057 with flag 0/341000
91.09/81.48	c cleaning 25994 clauses out of 52054 with flag 0/368001
98.53/88.80	c cleaning 27014 clauses out of 54059 with flag 0/396000
107.87/98.06	c cleaning 27987 clauses out of 56045 with flag 0/425000
120.60/110.67	c cleaning 29010 clauses out of 58058 with flag 0/455000
135.60/125.45	c cleaning 30004 clauses out of 60049 with flag 0/486001
144.28/133.94	c cleaning 30993 clauses out of 62044 with flag 0/518000
151.59/141.16	c cleaning 32003 clauses out of 64052 with flag 0/551001
158.05/147.48	c cleaning 33000 clauses out of 66050 with flag 0/585002
168.75/158.10	c cleaning 34002 clauses out of 68048 with flag 0/620000
179.04/168.28	c cleaning 35000 clauses out of 70048 with flag 0/656002
191.05/180.18	c cleaning 36000 clauses out of 72047 with flag 0/693001
202.16/191.05	c cleaning 36999 clauses out of 74046 with flag 0/731000
214.89/203.72	c cleaning 37999 clauses out of 76047 with flag 0/770000
235.15/223.85	c cleaning 39011 clauses out of 78050 with flag 0/810002
252.96/241.57	c cleaning 39998 clauses out of 80038 with flag 0/851001
276.45/264.81	c cleaning 41005 clauses out of 82040 with flag 0/893001
298.83/287.01	c cleaning 42001 clauses out of 84034 with flag 0/936000
316.14/303.94	c cleaning 43004 clauses out of 86035 with flag 0/980002
336.00/323.62	c cleaning 44001 clauses out of 88031 with flag 0/1025002
357.41/344.93	c cleaning 44995 clauses out of 90029 with flag 0/1071001
372.74/359.85	c cleaning 46001 clauses out of 92033 with flag 0/1118000
391.32/378.03	c cleaning 46998 clauses out of 94035 with flag 0/1166003
408.27/394.75	c cleaning 47989 clauses out of 96035 with flag 0/1215001
445.31/431.24	c cleaning 49000 clauses out of 98045 with flag 0/1265000
471.74/457.31	c cleaning 49999 clauses out of 100046 with flag 0/1316001
497.40/482.66	c cleaning 51000 clauses out of 102047 with flag 0/1368001
531.49/516.44	c cleaning 52003 clauses out of 104047 with flag 0/1421001
549.22/533.97	c cleaning 53003 clauses out of 106044 with flag 0/1475001
573.45/558.06	c cleaning 54014 clauses out of 108040 with flag 0/1530000
598.15/582.56	c cleaning 54994 clauses out of 110026 with flag 0/1586000
622.65/606.54	c cleaning 56000 clauses out of 112033 with flag 0/1643001
646.73/630.25	c cleaning 56993 clauses out of 114032 with flag 0/1701000
685.46/668.30	c cleaning 58004 clauses out of 116040 with flag 0/1760001
730.31/712.58	c cleaning 59004 clauses out of 118035 with flag 0/1820000
775.71/757.30	c cleaning 60002 clauses out of 120032 with flag 0/1881001
822.21/803.42	c cleaning 61004 clauses out of 122029 with flag 0/1943000
877.57/858.23	c cleaning 61999 clauses out of 124025 with flag 0/2006000
924.19/904.47	c cleaning 62998 clauses out of 126026 with flag 0/2070000
981.45/960.96	c cleaning 63998 clauses out of 128029 with flag 0/2135001
1054.05/1032.91	c cleaning 65004 clauses out of 130030 with flag 0/2201000
1121.66/1099.85	c cleaning 66001 clauses out of 132026 with flag 0/2268000
1205.85/1183.48	c cleaning 66997 clauses out of 134025 with flag 0/2336000
1280.54/1257.40	c cleaning 68001 clauses out of 136028 with flag 0/2405000
1313.72/1290.16	c cleaning 68993 clauses out of 138027 with flag 0/2475000
1346.08/1321.97	c cleaning 70002 clauses out of 140035 with flag 0/2546001
1386.55/1362.18	c cleaning 70999 clauses out of 142033 with flag 0/2618001
1424.12/1399.20	c cleaning 71998 clauses out of 144033 with flag 0/2691000
1475.03/1449.47	c cleaning 73003 clauses out of 146038 with flag 0/2765003
1556.06/1529.10	c cleaning 74002 clauses out of 148032 with flag 0/2840000
1604.57/1576.48	c cleaning 74999 clauses out of 150031 with flag 0/2916001
1635.02/1606.21	c cleaning 75997 clauses out of 152031 with flag 0/2993000
1683.34/1653.14	c cleaning 77001 clauses out of 154035 with flag 0/3071001
1741.71/1710.47	c cleaning 78001 clauses out of 156035 with flag 0/3150002
1820.07/1787.87	c cleaning 79000 clauses out of 158033 with flag 0/3230001
1888.14/1854.52	c cleaning 79997 clauses out of 160032 with flag 0/3311000
1961.61/1926.98	c cleaning 80993 clauses out of 162036 with flag 0/3393001
2051.18/2015.24	c cleaning 82011 clauses out of 164042 with flag 0/3476000
2130.61/2093.28	c cleaning 82995 clauses out of 166032 with flag 0/3560001
2199.23/2159.86	c cleaning 83999 clauses out of 168038 with flag 0/3645002
2253.95/2212.92	c cleaning 84992 clauses out of 170037 with flag 0/3731000
2330.74/2288.21	c cleaning 85996 clauses out of 172046 with flag 0/3818001
2438.83/2394.84	c cleaning 87001 clauses out of 174050 with flag 0/3906001
2553.53/2507.43	c cleaning 88000 clauses out of 176048 with flag 0/3995000
2659.07/2610.71	c cleaning 89003 clauses out of 178049 with flag 0/4085001
2778.53/2728.62	c cleaning 89998 clauses out of 180045 with flag 0/4176000
2910.83/2858.30	c cleaning 91013 clauses out of 182048 with flag 0/4268001
2983.74/2928.85	c cleaning 91994 clauses out of 184034 with flag 0/4361000
3045.02/2989.65	c cleaning 93001 clauses out of 186041 with flag 0/4455001
3114.42/3058.28	c cleaning 94002 clauses out of 188039 with flag 0/4550000
3186.48/3129.45	c cleaning 94996 clauses out of 190037 with flag 0/4646000
3282.12/3223.99	c cleaning 96005 clauses out of 192042 with flag 0/4743001
3448.61/3386.29	c cleaning 97000 clauses out of 194037 with flag 0/4841001
3580.17/3514.09	c cleaning 98000 clauses out of 196036 with flag 0/4940000
3600.07/3533.32	c starts		: 172
3600.07/3533.33	c conflicts		: 4972090
3600.07/3533.33	c decisions		: 5751105
3600.07/3533.33	c propagations		: 41263234
3600.07/3533.33	c inspects		: 6767512120
3600.07/3533.33	c shortcuts		: 0
3600.07/3533.33	c learnt literals	: 0
3600.07/3533.33	c learnt binary clauses	: 0
3600.07/3533.33	c learnt ternary clauses	: 0
3600.07/3533.33	c learnt constraints	: 4972090
3600.07/3533.33	c ignored constraints	: 0
3600.07/3533.33	c root simplifications	: 0
3600.07/3533.33	c removed literals (reason simplification)	: 0
3600.07/3533.33	c reason swapping (by a shorter reason)	: 0
3600.07/3533.33	c Calls to reduceDB	: 95
3600.07/3533.33	c Number of update (reduction) of LBD	: 4377376
3600.07/3533.33	c Imported unit clauses	: 0
3600.07/3533.33	c No decision after first conflict	: false
3600.07/3533.33	c number of reductions to clauses (during analyze)	: 0
3600.07/3533.33	c number of learned constraints concerned by reduction	: 0
3600.07/3533.33	c number of learning phase by resolution	: 0
3600.07/3533.33	c number of learning phase by cutting planes	: 0
3600.07/3533.33	c number of rounding to 1 operations	: 0
3600.07/3533.33	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3533.33	c number of reductions of the coefficients by power 2 	: 0
3600.07/3533.33	c number of right shift for reduction by power 2 	: 0
3600.07/3533.33	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3533.33	c number of ending skipping 	: 0
3600.07/3533.33	c number of internal skipping 	: 0
3600.07/3533.33	c number of derivation steps 	: 21216955
3600.07/3533.34	c number of skipped derivation steps 	: 0
3600.07/3533.34	c number of remaining unassigned 	: 150282
3600.07/3533.34	c number of remaining assigned 	: 286090514
3600.07/3533.34	c number of falsified literals weakened from reason	: 0
3600.07/3533.34	c number of falsified literals weakened from conflict	: 0
3600.07/3533.34	c time for arithmetic operations	: 17865549773
3600.07/3533.35	c minimum degree of deleted constraints	: 1
3600.07/3533.35	c maximum degree of deleted constraints	: 1516170119708400
3600.07/3533.35	c number of deleted constraints	: 4841964
3600.07/3533.35	c timeout
3600.07/3533.35	c speed (assignments/second)	: 11679.425188615292
3600.07/3533.35	c non guided choices	: 24530
3600.23/3533.42	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 25594
3600.23/3533.42	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 283
3600.23/3533.42	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 104249
3600.23/3533.42	s UNKNOWN
3600.23/3533.42	c Total wall clock time (in seconds): 3533.204

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4511379-1751205995/watcher-4511379-1751205995 -o /tmp/evaluation-result-4511379-1751205995/solver-4511379-1751205995 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751205646-26475 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4511379-1751205995 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4511379-1751205995.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=27093, runsolver pid=27090
Current StackSize limit: 8192 KiB


[startup+0.100062 s]*
/proc/loadavg: 4.50 3.49 3.02 7/330 27111
/proc/meminfo: memFree=117043716/131382116 swapFree=33010684/33010684
[pid=27093] ppid=27090 vsize=18930384 memory=51860 CPUtime=0.11 cores=5,7
/proc/27093/stat : 27093 (java) S 27090 27093 26462 0 -1 4194304 6114 0 0 0 9 2 0 0 20 0 18 0 36278950 19384713216 12965 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
/proc/27093/statm: 4732596 12965 5339 1 0 547220 0
[pid=27093/tid=27095] ppid=27090 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=5,7
/proc/27093/task/27095/stat : 27095 (java) R 27090 27093 26462 0 -1 4194368 4940 0 0 0 5 1 0 0 20 0 18 0 36278951 19384713216 12965 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
[pid=27093/tid=27104] ppid=27090 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/27093/task/27104/stat : 27104 (Finalizer) S 27090 27093 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36278954 19384713216 12965 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
[pid=27093/tid=27111] ppid=27090 vsize=18930384 memory=56295059375534 CPUtime=0 cores=5,7
/proc/27093/task/27111/stat : 27111 (Common-Cleaner) S 27090 27093 26462 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 36278954 19384713216 12965 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51860 KiB

[startup+0.206416 s]*
/proc/loadavg: 4.50 3.49 3.02 7/330 27111
/proc/meminfo: memFree=117039116/131382116 swapFree=33010684/33010684
[pid=27093] ppid=27090 vsize=18930384 memory=61560 CPUtime=0.3 cores=5,7
/proc/27093/stat : 27093 (java) S 27090 27093 26462 0 -1 4194304 6914 0 0 0 27 3 0 0 20 0 18 0 36278950 19384713216 15390 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
/proc/27093/statm: 4732596 15390 5435 1 0 547886 0
[pid=27093/tid=27095] ppid=27090 vsize=18930384 memory=4026597660 CPUtime=0.16 cores=5,7
/proc/27093/task/27095/stat : 27095 (java) R 27090 27093 26462 0 -1 4194368 5294 0 0 0 14 2 0 0 20 0 18 0 36278951 19384713216 15390 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
[pid=27093/tid=27104] ppid=27090 vsize=18930384 memory=2622 CPUtime=0 cores=5,7
/proc/27093/task/27104/stat : 27104 (Finalizer) S 27090 27093 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36278954 19384713216 15390 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
[pid=27093/tid=27111] ppid=27090 vsize=18930384 memory=55195547730935 CPUtime=0 cores=5,7
/proc/27093/task/27111/stat : 27111 (Common-Cleaner) S 27090 27093 26462 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 36278954 19384713216 15390 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61560 KiB

[startup+0.307915 s]*
/proc/loadavg: 4.50 3.49 3.02 7/330 27111
/proc/meminfo: memFree=117018808/131382116 swapFree=33010684/33010684
[pid=27093] ppid=27090 vsize=18930384 memory=70460 CPUtime=0.46 cores=5,7
/proc/27093/stat : 27093 (java) S 27090 27093 26462 0 -1 4194304 7079 0 0 0 42 4 0 0 20 0 18 0 36278950 19384713216 17615 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
/proc/27093/statm: 4732596 17615 5467 1 0 547977 0
[pid=27093/tid=27095] ppid=27090 vsize=18930384 memory=-6000919506999469421 CPUtime=0.23 cores=5,7
/proc/27093/task/27095/stat : 27095 (java) R 27090 27093 26462 0 -1 4194368 5381 0 0 0 21 2 0 0 20 0 18 0 36278951 19384713216 17615 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
[pid=27093/tid=27104] ppid=27090 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/27093/task/27104/stat : 27104 (Finalizer) S 27090 27093 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36278954 19384713216 17615 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
[pid=27093/tid=27111] ppid=27090 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/27093/task/27111/stat : 27111 (Common-Cleaner) S 27090 27093 26462 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 36278954 19384713216 17615 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 70460 KiB

[startup+0.700286 s]
/proc/loadavg: 4.50 3.49 3.02 7/331 27112
/proc/meminfo: memFree=117007060/131382116 swapFree=33010684/33010684
[pid=27093] ppid=27090 vsize=18996948 memory=124884 CPUtime=1.17 cores=5,7
/proc/27093/stat : 27093 (java) S 27090 27093 26462 0 -1 4194304 10361 0 0 0 111 6 0 0 20 0 19 0 36278950 19452874752 31221 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
/proc/27093/statm: 4749237 31221 5467 1 0 550456 0
[pid=27093/tid=27095] ppid=27090 vsize=18996948 memory=17792 CPUtime=0.54 cores=5,7
/proc/27093/task/27095/stat : 27095 (java) R 27090 27093 26462 0 -1 4194368 5525 0 0 0 51 3 0 0 20 0 19 0 36278951 19452874752 31221 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
[pid=27093/tid=27104] ppid=27090 vsize=18996948 memory=11008 CPUtime=0 cores=5,7
/proc/27093/task/27104/stat : 27104 (Finalizer) S 27090 27093 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36278954 19452874752 31221 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
[pid=27093/tid=27111] ppid=27090 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/27093/task/27111/stat : 27111 (Common-Cleaner) S 27090 27093 26462 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 36278954 19452874752 31221 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
[pid=27093/tid=27112] ppid=27090 vsize=18996948 memory=4764 CPUtime=0 cores=5,7
/proc/27093/task/27112/stat : 27112 (Timer-0) S 27090 27093 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 36278987 19452874752 31221 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 124884 KiB

[startup+1.50025 s]
/proc/loadavg: 4.50 3.49 3.02 6/332 27113
/proc/meminfo: memFree=116924388/131382116 swapFree=33010684/33010684
[pid=27093] ppid=27090 vsize=19063512 memory=260296 CPUtime=2.75 cores=5,7
/proc/27093/stat : 27093 (java) S 27090 27093 26462 0 -1 4194304 20657 0 0 0 263 12 0 0 20 0 20 0 36278950 19521036288 65074 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
/proc/27093/statm: 4765878 65074 5467 1 0 555009 0
[pid=27093/tid=27095] ppid=27090 vsize=19063512 memory=0 CPUtime=1.25 cores=5,7
/proc/27093/task/27095/stat : 27095 (java) R 27090 27093 26462 0 -1 4194368 6633 0 0 0 119 6 0 0 20 0 20 0 36278951 19521036288 65074 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
[pid=27093/tid=27104] ppid=27090 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/27093/task/27104/stat : 27104 (Finalizer) S 27090 27093 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36278954 19521036288 65074 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
[pid=27093/tid=27111] ppid=27090 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/27093/task/27111/stat : 27111 (Common-Cleaner) S 27090 27093 26462 0 -1 4194368 33 0 0 0 0 0 0 0 20 0 20 0 36278954 19521036288 65074 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
[pid=27093/tid=27112] ppid=27090 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/27093/task/27112/stat : 27112 (Timer-0) S 27090 27093 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36278987 19521036288 65074 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
Current children cumulated CPU time: 2.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 260296 KiB

[startup+3.10565 s]
/proc/loadavg: 4.50 3.49 3.02 6/331 27113
/proc/meminfo: memFree=115883976/131382116 swapFree=33010684/33010684
[pid=27093] ppid=27090 vsize=19063512 memory=1184532 CPUtime=5.93 cores=5,7
/proc/27093/stat : 27093 (java) S 27090 27093 26462 0 -1 4194304 24830 0 0 0 563 30 0 0 20 0 20 0 36278950 19521036288 296133 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
/proc/27093/statm: 4765878 296133 5467 1 0 556440 0
[pid=27093/tid=27095] ppid=27090 vsize=19063512 memory=11008 CPUtime=2.82 cores=5,7
/proc/27093/task/27095/stat : 27095 (java) R 27090 27093 26462 0 -1 4194368 7944 0 0 0 258 24 0 0 20 0 20 0 36278951 19521036288 296133 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
[pid=27093/tid=27104] ppid=27090 vsize=19063512 memory=-6000919506999469421 CPUtime=0 cores=5,7
/proc/27093/task/27104/stat : 27104 (Finalizer) S 27090 27093 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36278954 19521036288 296133 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
[pid=27093/tid=27111] ppid=27090 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/27093/task/27111/stat : 27111 (Common-Cleaner) S 27090 27093 26462 0 -1 4194368 33 0 0 0 0 0 0 0 20 0 20 0 36278954 19521036288 296133 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
[pid=27093/tid=27112] ppid=27090 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/27093/task/27112/stat : 27112 (Timer-0) S 27090 27093 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36278987 19521036288 296133 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
Current children cumulated CPU time: 5.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1184532 KiB

[startup+6.30023 s]
/proc/loadavg: 4.54 3.52 3.03 6/331 27113
/proc/meminfo: memFree=115757224/131382116 swapFree=33010684/33010684
[pid=27093] ppid=27090 vsize=19063512 memory=1316852 CPUtime=10.83 cores=5,7
/proc/27093/stat : 27093 (java) S 27090 27093 26462 0 -1 4194304 25498 0 0 0 1048 35 0 0 20 0 20 0 36278950 19521036288 329213 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
/proc/27093/statm: 4765878 329213 5467 1 0 556657 0
[pid=27093/tid=27095] ppid=27090 vsize=19063512 memory=0 CPUtime=5.9 cores=5,7
/proc/27093/task/27095/stat : 27095 (java) R 27090 27093 26462 0 -1 4194368 8131 0 0 0 563 27 0 0 20 0 20 0 36278951 19521036288 329213 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
[pid=27093/tid=27104] ppid=27090 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/27093/task/27104/stat : 27104 (Finalizer) S 27090 27093 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36278954 19521036288 329213 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
[pid=27093/tid=27111] ppid=27090 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/27093/task/27111/stat : 27111 (Common-Cleaner) S 27090 27093 26462 0 -1 4194368 33 0 0 0 0 0 0 0 20 0 20 0 36278954 19521036288 329213 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
[pid=27093/tid=27112] ppid=27090 vsize=19063512 memory=264520 CPUtime=0 cores=5,7
/proc/27093/task/27112/stat : 27112 (Timer-0) S 27090 27093 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36278987 19521036288 329213 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
Current children cumulated CPU time: 10.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1316852 KiB

[startup+12.7189 s]
/proc/loadavg: 4.50 3.52 3.04 5/331 27113
/proc/meminfo: memFree=115186692/131382116 swapFree=33010684/33010684
[pid=27093] ppid=27090 vsize=19063512 memory=1838348 CPUtime=17.63 cores=5,7
/proc/27093/stat : 27093 (java) S 27090 27093 26462 0 -1 4194304 26770 0 0 0 1716 47 0 0 20 0 20 0 36278950 19521036288 459587 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
/proc/27093/statm: 4765878 459587 5467 1 0 688250 0
[pid=27093/tid=27095] ppid=27090 vsize=19063512 memory=264520 CPUtime=12.09 cores=5,7
/proc/27093/task/27095/stat : 27095 (java) S 27090 27093 26462 0 -1 4194368 9026 0 0 0 1170 39 0 0 20 0 20 0 36278951 19521036288 459587 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
[pid=27093/tid=27104] ppid=27090 vsize=19063512 memory=1838348 CPUtime=0 cores=5,7
/proc/27093/task/27104/stat : 27104 (Finalizer) S 27090 27093 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36278954 19521036288 459587 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
[pid=27093/tid=27111] ppid=27090 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/27093/task/27111/stat : 27111 (Common-Cleaner) S 27090 27093 26462 0 -1 4194368 33 0 0 0 0 0 0 0 20 0 20 0 36278954 19521036288 459587 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
[pid=27093/tid=27112] ppid=27090 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/27093/task/27112/stat : 27112 (Timer-0) S 27090 27093 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36278987 19521036288 459587 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
Current children cumulated CPU time: 17.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1838348 KiB

[startup+25.5003 s]
/proc/loadavg: 4.54 3.58 3.07 5/330 27113
/proc/meminfo: memFree=114462632/131382116 swapFree=33010684/33010684
[pid=27093] ppid=27090 vsize=19063512 memory=2532480 CPUtime=30.91 cores=5,7
/proc/27093/stat : 27093 (java) S 27090 27093 26462 0 -1 4194304 34120 0 0 0 3023 68 0 0 20 0 20 0 36278950 19521036288 633120 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
/proc/27093/statm: 4765878 633120 5467 1 0 863722 0
[pid=27093/tid=27095] ppid=27090 vsize=19063512 memory=-6000919506999469421 CPUtime=24.32 cores=5,7
/proc/27093/task/27095/stat : 27095 (java) R 27090 27093 26462 0 -1 4194368 10937 0 0 0 2374 58 0 0 20 0 20 0 36278951 19521036288 633120 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
[pid=27093/tid=27104] ppid=27090 vsize=19063512 memory=2530416 CPUtime=0 cores=5,7
/proc/27093/task/27104/stat : 27104 (Finalizer) S 27090 27093 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36278954 19521036288 633120 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
[pid=27093/tid=27111] ppid=27090 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/27093/task/27111/stat : 27111 (Common-Cleaner) S 27090 27093 26462 0 -1 4194368 33 0 0 0 0 0 0 0 20 0 20 0 36278954 19521036288 633120 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
[pid=27093/tid=27112] ppid=27090 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/27093/task/27112/stat : 27112 (Timer-0) S 27090 27093 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36278987 19521036288 633120 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
Current children cumulated CPU time: 30.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2532480 KiB

[startup+51.114 s]
/proc/loadavg: 4.42 3.63 3.10 5/331 27115
/proc/meminfo: memFree=113773116/131382116 swapFree=33010684/33010684
[pid=27093] ppid=27090 vsize=19063512 memory=3072956 CPUtime=60.4 cores=5,7
/proc/27093/stat : 27093 (java) S 27090 27093 26462 0 -1 4194304 50769 0 0 0 5948 92 0 0 20 0 20 0 36278950 19521036288 768239 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
/proc/27093/statm: 4765878 768239 5499 1 0 998807 0
[pid=27093/tid=27095] ppid=27090 vsize=19063512 memory=3070780 CPUtime=49.21 cores=5,7
/proc/27093/task/27095/stat : 27095 (java) R 27090 27093 26462 0 -1 4194368 13632 0 0 0 4846 75 0 0 20 0 20 0 36278951 19521036288 768239 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
[pid=27093/tid=27104] ppid=27090 vsize=19063512 memory=14352 CPUtime=0 cores=5,7

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

[startup+3222.3 s]
/proc/loadavg: 4.45 4.32 4.22 6/328 27484
/proc/meminfo: memFree=107098800/131382116 swapFree=33010684/33010684
[pid=27093] ppid=27090 vsize=19063512 memory=5709092 CPUtime=3280.53 cores=5,7
/proc/27093/stat : 27093 (java) S 27090 27093 26462 0 -1 4194304 200155 0 0 0 327255 798 0 0 20 0 20 0 36278950 19521036288 1427273 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
/proc/27093/statm: 4765878 1427273 5531 1 0 1442514 0
[pid=27093/tid=27095] ppid=27090 vsize=19063512 memory=17792 CPUtime=3117.19 cores=5,7
/proc/27093/task/27095/stat : 27095 (java) R 27090 27093 26462 0 -1 4194368 104332 0 0 0 311180 539 0 0 20 0 20 0 36278951 19521036288 1427273 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
[pid=27093/tid=27104] ppid=27090 vsize=19063512 memory=5708964 CPUtime=0 cores=5,7
/proc/27093/task/27104/stat : 27104 (Finalizer) S 27090 27093 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36278954 19521036288 1427273 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
[pid=27093/tid=27111] ppid=27090 vsize=19063512 memory=5708964 CPUtime=0 cores=5,7
/proc/27093/task/27111/stat : 27111 (Common-Cleaner) S 27090 27093 26462 0 -1 4194368 2130 0 0 0 0 0 0 0 20 0 20 0 36278954 19521036288 1427273 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
[pid=27093/tid=27112] ppid=27090 vsize=19063512 memory=14352 CPUtime=0 cores=5,7
/proc/27093/task/27112/stat : 27112 (Timer-0) S 27090 27093 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36278987 19521036288 1427273 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
Current children cumulated CPU time: 3280.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5709092 KiB

[startup+3282.3 s]
/proc/loadavg: 4.50 4.36 4.24 5/328 27498
/proc/meminfo: memFree=105471148/131382116 swapFree=33010684/33010684
[pid=27093] ppid=27090 vsize=19063512 memory=5709092 CPUtime=3341.83 cores=5,7
/proc/27093/stat : 27093 (java) S 27090 27093 26462 0 -1 4194304 203113 0 0 0 333375 808 0 0 20 0 20 0 36278950 19521036288 1427273 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
/proc/27093/statm: 4765878 1427273 5531 1 0 1442514 0
[pid=27093/tid=27095] ppid=27090 vsize=19063512 memory=5709092 CPUtime=3175.53 cores=5,7
/proc/27093/task/27095/stat : 27095 (java) R 27090 27093 26462 0 -1 4194368 106307 0 0 0 317009 544 0 0 20 0 20 0 36278951 19521036288 1427273 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
[pid=27093/tid=27104] ppid=27090 vsize=19063512 memory=5709092 CPUtime=0 cores=5,7
/proc/27093/task/27104/stat : 27104 (Finalizer) S 27090 27093 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36278954 19521036288 1427273 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
[pid=27093/tid=27111] ppid=27090 vsize=19063512 memory=5709092 CPUtime=0 cores=5,7
/proc/27093/task/27111/stat : 27111 (Common-Cleaner) S 27090 27093 26462 0 -1 4194368 2183 0 0 0 0 0 0 0 20 0 20 0 36278954 19521036288 1427273 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
[pid=27093/tid=27112] ppid=27090 vsize=19063512 memory=5708964 CPUtime=0 cores=5,7
/proc/27093/task/27112/stat : 27112 (Timer-0) S 27090 27093 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36278987 19521036288 1427273 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
Current children cumulated CPU time: 3341.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5709092 KiB

[startup+3342.3 s]
/proc/loadavg: 4.40 4.35 4.25 5/329 27501
/proc/meminfo: memFree=104071580/131382116 swapFree=33010684/33010684
[pid=27093] ppid=27090 vsize=19063512 memory=5709348 CPUtime=3403.06 cores=5,7
/proc/27093/stat : 27093 (java) S 27090 27093 26462 0 -1 4194304 204724 0 0 0 339490 816 0 0 20 0 20 0 36278950 19521036288 1427337 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
/proc/27093/statm: 4765878 1427337 5531 1 0 1442604 0
[pid=27093/tid=27095] ppid=27090 vsize=19063512 memory=11008 CPUtime=3234.11 cores=5,7
/proc/27093/task/27095/stat : 27095 (java) R 27090 27093 26462 0 -1 4194368 107624 0 0 0 322863 548 0 0 20 0 20 0 36278951 19521036288 1427337 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
[pid=27093/tid=27104] ppid=27090 vsize=19063512 memory=5709092 CPUtime=0 cores=5,7
/proc/27093/task/27104/stat : 27104 (Finalizer) S 27090 27093 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36278954 19521036288 1427337 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
[pid=27093/tid=27111] ppid=27090 vsize=19063512 memory=5709092 CPUtime=0 cores=5,7
/proc/27093/task/27111/stat : 27111 (Common-Cleaner) S 27090 27093 26462 0 -1 4194368 2250 0 0 0 0 0 0 0 20 0 20 0 36278954 19521036288 1427337 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
[pid=27093/tid=27112] ppid=27090 vsize=19063512 memory=5709092 CPUtime=0 cores=5,7
/proc/27093/task/27112/stat : 27112 (Timer-0) S 27090 27093 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36278987 19521036288 1427337 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
Current children cumulated CPU time: 3403.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5709348 KiB

[startup+3402.3 s]
/proc/loadavg: 4.89 4.50 4.31 5/330 27508
/proc/meminfo: memFree=104036376/131382116 swapFree=33010684/33010684
[pid=27093] ppid=27090 vsize=19063512 memory=5709604 CPUtime=3465.16 cores=5,7
/proc/27093/stat : 27093 (java) S 27090 27093 26462 0 -1 4194304 207773 0 0 0 345694 822 0 0 20 0 20 0 36278950 19521036288 1427401 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
/proc/27093/statm: 4765878 1427401 5531 1 0 1442654 0
[pid=27093/tid=27095] ppid=27090 vsize=19063512 memory=5709092 CPUtime=3291.91 cores=5,7
/proc/27093/task/27095/stat : 27095 (java) R 27090 27093 26462 0 -1 4194368 109726 0 0 0 328641 550 0 0 20 0 20 0 36278951 19521036288 1427401 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
[pid=27093/tid=27104] ppid=27090 vsize=19063512 memory=17792 CPUtime=0 cores=5,7
/proc/27093/task/27104/stat : 27104 (Finalizer) S 27090 27093 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36278954 19521036288 1427401 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
[pid=27093/tid=27111] ppid=27090 vsize=19063512 memory=5709604 CPUtime=0 cores=5,7
/proc/27093/task/27111/stat : 27111 (Common-Cleaner) S 27090 27093 26462 0 -1 4194368 2285 0 0 0 0 0 0 0 20 0 20 0 36278954 19521036288 1427401 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
[pid=27093/tid=27112] ppid=27090 vsize=19063512 memory=5709604 CPUtime=0 cores=5,7
/proc/27093/task/27112/stat : 27112 (Timer-0) S 27090 27093 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36278987 19521036288 1427401 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
Current children cumulated CPU time: 3465.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5709604 KiB

[startup+3462.3 s]
/proc/loadavg: 4.44 4.45 4.30 5/329 27511
/proc/meminfo: memFree=104007228/131382116 swapFree=33010684/33010684
[pid=27093] ppid=27090 vsize=19063512 memory=5709604 CPUtime=3527.01 cores=5,7
/proc/27093/stat : 27093 (java) S 27090 27093 26462 0 -1 4194304 210713 0 0 0 351871 830 0 0 20 0 20 0 36278950 19521036288 1427401 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
/proc/27093/statm: 4765878 1427401 5531 1 0 1442654 0
[pid=27093/tid=27095] ppid=27090 vsize=19063512 memory=5709092 CPUtime=3350.42 cores=5,7
/proc/27093/task/27095/stat : 27095 (java) R 27090 27093 26462 0 -1 4194368 111242 0 0 0 334488 554 0 0 20 0 20 0 36278951 19521036288 1427401 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
[pid=27093/tid=27104] ppid=27090 vsize=19063512 memory=5709604 CPUtime=0 cores=5,7
/proc/27093/task/27104/stat : 27104 (Finalizer) S 27090 27093 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36278954 19521036288 1427401 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
[pid=27093/tid=27111] ppid=27090 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/27093/task/27111/stat : 27111 (Common-Cleaner) S 27090 27093 26462 0 -1 4194368 2285 0 0 0 0 0 0 0 20 0 20 0 36278954 19521036288 1427401 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
[pid=27093/tid=27112] ppid=27090 vsize=19063512 memory=-6000919506999469421 CPUtime=0 cores=5,7
/proc/27093/task/27112/stat : 27112 (Timer-0) S 27090 27093 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36278987 19521036288 1427401 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
Current children cumulated CPU time: 3527.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5709604 KiB

[startup+3522.3 s]
/proc/loadavg: 4.36 4.43 4.30 5/329 27514
/proc/meminfo: memFree=103840872/131382116 swapFree=33010684/33010684
[pid=27093] ppid=27090 vsize=19063512 memory=5709604 CPUtime=3588.78 cores=5,7
/proc/27093/stat : 27093 (java) S 27090 27093 26462 0 -1 4194304 213288 0 0 0 358037 841 0 0 20 0 20 0 36278950 19521036288 1427401 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
/proc/27093/statm: 4765878 1427401 5531 1 0 1442654 0
[pid=27093/tid=27095] ppid=27090 vsize=19063512 memory=5709604 CPUtime=3408.47 cores=5,7
/proc/27093/task/27095/stat : 27095 (java) R 27090 27093 26462 0 -1 4194368 113446 0 0 0 340287 560 0 0 20 0 20 0 36278951 19521036288 1427401 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
[pid=27093/tid=27104] ppid=27090 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/27093/task/27104/stat : 27104 (Finalizer) S 27090 27093 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36278954 19521036288 1427401 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
[pid=27093/tid=27111] ppid=27090 vsize=19063512 memory=5709604 CPUtime=0 cores=5,7
/proc/27093/task/27111/stat : 27111 (Common-Cleaner) S 27090 27093 26462 0 -1 4194368 2368 0 0 0 0 0 0 0 20 0 20 0 36278954 19521036288 1427401 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
[pid=27093/tid=27112] ppid=27090 vsize=19063512 memory=5709604 CPUtime=0 cores=5,7
/proc/27093/task/27112/stat : 27112 (Timer-0) S 27090 27093 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36278987 19521036288 1427401 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
Current children cumulated CPU time: 3588.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5709604 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3533.3 s]
/proc/loadavg: 4.30 4.41 4.30 5/329 27514
/proc/meminfo: memFree=103837404/131382116 swapFree=33010684/33010684
[pid=27093] ppid=27090 vsize=19063512 memory=5709604 CPUtime=3600.07 cores=5,7
/proc/27093/stat : 27093 (java) S 27090 27093 26462 0 -1 4194304 214762 0 0 0 359165 842 0 0 20 0 20 0 36278950 19521036288 1427401 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
/proc/27093/statm: 4765878 1427401 5531 1 0 1442654 0
[pid=27093/tid=27095] ppid=27090 vsize=19063512 memory=5709604 CPUtime=3419.22 cores=5,7
/proc/27093/task/27095/stat : 27095 (java) R 27090 27093 26462 0 -1 4194368 114043 0 0 0 341361 561 0 0 20 0 20 0 36278951 19521036288 1427401 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
[pid=27093/tid=27104] ppid=27090 vsize=19063512 memory=5709604 CPUtime=0 cores=5,7
/proc/27093/task/27104/stat : 27104 (Finalizer) S 27090 27093 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36278954 19521036288 1427401 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
[pid=27093/tid=27111] ppid=27090 vsize=19063512 memory=5709604 CPUtime=0 cores=5,7
/proc/27093/task/27111/stat : 27111 (Common-Cleaner) S 27090 27093 26462 0 -1 4194368 2368 0 0 0 0 0 0 0 20 0 20 0 36278954 19521036288 1427401 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
[pid=27093/tid=27112] ppid=27090 vsize=19063512 memory=5709604 CPUtime=0 cores=5,7
/proc/27093/task/27112/stat : 27112 (Timer-0) S 27090 27093 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36278987 19521036288 1427401 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5709604 KiB

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

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

# cumulated CPU time of all completed processes:  user=3591.85 s, system=8.46684 s

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

[startup+3533.41 s]
/proc/loadavg: 4.30 4.41 4.30 5/329 27514
/proc/meminfo: memFree=103837404/131382116 swapFree=33010684/33010684
[pid=27093] ppid=27090 vsize=19263204 memory=5710500 CPUtime=3600.23 cores=5,7
/proc/27093/stat : 27093 (java) S 27090 27093 26462 0 -1 4194304 217709 0 0 0 359180 843 0 0 20 0 21 0 36278950 19725520896 1427625 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
/proc/27093/statm: 4815801 1427625 5531 1 0 1443610 0
[pid=27093/tid=27095] ppid=27090 vsize=19263204 memory=-6000919506999469421 CPUtime=3419.24 cores=5,7
/proc/27093/task/27095/stat : 27095 (java) S 27090 27093 26462 0 -1 4194368 114516 0 0 0 341363 561 0 0 20 0 21 0 36278951 19725520896 1427625 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
[pid=27093/tid=27104] ppid=27090 vsize=19263204 memory=1920 CPUtime=0 cores=5,7
/proc/27093/task/27104/stat : 27104 (Finalizer) S 27090 27093 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 36278954 19725520896 1427625 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
[pid=27093/tid=27111] ppid=27090 vsize=19263204 memory=6016 CPUtime=0 cores=5,7
/proc/27093/task/27111/stat : 27111 (Common-Cleaner) S 27090 27093 26462 0 -1 4194368 2368 0 0 0 0 0 0 0 20 0 21 0 36278954 19725520896 1427625 18446744073709551615 94084265271296 94084265274992 140729422695024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94084265282808 94084265283600 94084290641920 140729422702893 140729422703078 140729422703078 140729422708680 0
Current children cumulated CPU time: 3600.23 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 5710500 KiB

Child status: 143

Real time (s): 3533.49
CPU time (s): 3600.31
CPU user time (s): 3591.85
CPU system time (s): 8.46684
CPU usage (%): 101.891
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 5710500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.85
system time used= 8.46684
maximum resident set size= 5710756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 218021
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2695752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 145344
involuntary context switches= 24573


# summary of solver processes directly reported to runsolver:
#   pid: 27093
#   total CPU time (s): 3600.31
#   total CPU user time (s): 3591.85
#   total CPU system time (s): 8.46684

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.4559 second user time and 35.7527 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-06-29 16:06:36
IDJOB=4511379
IDBENCH=160439
IDSOLVER=3362
FILE ID=nodeC010/4511379-1751205995
RUNJOBID= nodeC010-1751205646-26475
SLURM_JOB_ID= 9587628
Free space on /tmp= 432688 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/EC_ODD_GRIDS/normalized-ECgrid5x100split.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4511379-1751205995/watcher-4511379-1751205995 -o /tmp/evaluation-result-4511379-1751205995/solver-4511379-1751205995 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751205646-26475 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4511379-1751205995 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4511379-1751205995.opb

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

MD5SUM BENCH= 8085e67efea758974236eb172d264588
RANDOM SEED=660049509

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        117074776 kB
MemAvailable:   117788868 kB
Buffers:            3280 kB
Cached:          1523716 kB
SwapCached:            0 kB
Active:         12465136 kB
Inactive:        1231916 kB
Active(anon):   12187812 kB
Inactive(anon):        0 kB
Active(file):     277324 kB
Inactive(file):  1231916 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             13440 kB
Writeback:           204 kB
AnonPages:      12172944 kB
Mapped:           123512 kB
Shmem:             17960 kB
KReclaimable:      88960 kB
Slab:             171040 kB
SReclaimable:      88960 kB
SUnreclaim:        82080 kB
KernelStack:        5056 kB
PageTables:        27268 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   13224976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150424 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11941888 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:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 432440 MiB
End job on nodeC010 at 2025-06-29 17:05:29