Trace number 4513661

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.18 3552.41

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
EC_RANDOM_GRAPHS/normalized-ECrand6reg-v051-n1.opb
MD5SUM9fac4249a105f22015b6c608ca9c575b
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.026432
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables153
Total number of constraints51
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)51
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.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	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.13/0.10	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.17	c solving HOME/instance-4513661-1751227062.opb
0.13/0.17	c reading problem ... 
0.13/0.17	c using VERIPB proof format
0.13/0.17	c  no objective function found
0.13/0.19	c ... done. Wall clock time 0.021s.
0.13/0.19	c declared #vars     153
0.13/0.19	c #constraints  102
0.13/0.19	c constraints type 
0.13/0.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 102
0.13/0.19	c 102 constraints processed.
3.83/2.08	c cleaning 2494 clauses out of 5000 with flag 0/5000
6.55/3.88	c cleaning 4259 clauses out of 8517 with flag 0/11011
8.80/5.82	c cleaning 5619 clauses out of 11248 with flag 0/18001
11.18/7.88	c cleaning 6808 clauses out of 13628 with flag 0/26000
13.71/10.34	c cleaning 7903 clauses out of 15821 with flag 0/35001
16.69/13.28	c cleaning 8955 clauses out of 17917 with flag 0/45000
20.67/17.15	c cleaning 9974 clauses out of 19963 with flag 0/56001
25.30/21.70	c cleaning 10999 clauses out of 21997 with flag 0/68009
29.74/26.05	c cleaning 11995 clauses out of 23989 with flag 0/81000
34.03/30.07	c cleaning 13003 clauses out of 26005 with flag 0/95011
38.58/34.67	c cleaning 13993 clauses out of 27991 with flag 0/110000
44.00/39.96	c cleaning 14987 clauses out of 29998 with flag 0/126000
50.44/46.11	c cleaning 15999 clauses out of 32011 with flag 0/143000
57.47/53.02	c cleaning 17000 clauses out of 34012 with flag 0/161000
67.90/63.15	c cleaning 18005 clauses out of 36014 with flag 0/180002
82.90/77.54	c cleaning 19002 clauses out of 38008 with flag 0/200001
95.42/89.89	c cleaning 20000 clauses out of 40005 with flag 0/221000
109.48/103.92	c cleaning 21001 clauses out of 42005 with flag 0/243000
127.34/121.62	c cleaning 22002 clauses out of 44004 with flag 0/266000
137.57/131.73	c cleaning 23001 clauses out of 46004 with flag 0/290002
162.27/156.25	c cleaning 24000 clauses out of 48001 with flag 0/315000
182.96/176.75	c cleaning 24995 clauses out of 50001 with flag 0/341000
199.12/192.74	c cleaning 25997 clauses out of 52006 with flag 0/368000
209.11/202.56	c cleaning 26999 clauses out of 54009 with flag 0/396000
222.88/216.14	c cleaning 28004 clauses out of 56010 with flag 0/425000
241.85/234.87	c cleaning 28993 clauses out of 58006 with flag 0/455000
266.58/259.52	c cleaning 29995 clauses out of 60013 with flag 0/486000
309.74/302.36	c cleaning 30997 clauses out of 62018 with flag 0/518000
349.38/341.85	c cleaning 31995 clauses out of 64022 with flag 0/551001
370.92/363.21	c cleaning 33004 clauses out of 66027 with flag 0/585001
394.97/387.12	c cleaning 33995 clauses out of 68022 with flag 0/620000
417.13/409.02	c cleaning 35001 clauses out of 70029 with flag 0/656002
449.79/439.79	c cleaning 36002 clauses out of 72026 with flag 0/693000
467.56/457.10	c cleaning 36996 clauses out of 74024 with flag 0/731000
484.15/473.47	c cleaning 38004 clauses out of 76028 with flag 0/770000
505.22/494.10	c cleaning 39007 clauses out of 78026 with flag 0/810002
529.53/518.07	c cleaning 40001 clauses out of 80017 with flag 0/851000
555.13/543.39	c cleaning 41000 clauses out of 82016 with flag 0/893000
580.76/568.67	c cleaning 42002 clauses out of 84016 with flag 0/936000
606.56/594.15	c cleaning 43002 clauses out of 86014 with flag 0/980000
628.30/615.53	c cleaning 43998 clauses out of 88012 with flag 0/1025000
646.79/633.79	c cleaning 45008 clauses out of 90019 with flag 0/1071005
666.72/653.49	c cleaning 45997 clauses out of 92007 with flag 0/1118001
692.48/678.93	c cleaning 47006 clauses out of 94015 with flag 0/1166006
726.71/712.70	c cleaning 47998 clauses out of 96003 with flag 0/1215000
762.09/747.87	c cleaning 48996 clauses out of 98007 with flag 0/1265002
799.19/784.55	c cleaning 49996 clauses out of 100009 with flag 0/1316000
822.82/807.75	c cleaning 51001 clauses out of 102013 with flag 0/1368000
841.02/825.78	c cleaning 51999 clauses out of 104012 with flag 0/1421000
859.88/844.55	c cleaning 53004 clauses out of 106013 with flag 0/1475000
879.80/864.11	c cleaning 54004 clauses out of 108018 with flag 0/1530009
904.42/888.29	c cleaning 54995 clauses out of 110006 with flag 0/1586001
932.53/915.96	c cleaning 56002 clauses out of 112010 with flag 0/1643000
954.08/937.21	c cleaning 56993 clauses out of 114008 with flag 0/1701000
979.26/962.13	c cleaning 58003 clauses out of 116015 with flag 0/1760000
1004.44/987.04	c cleaning 58995 clauses out of 118012 with flag 0/1820000
1033.39/1015.64	c cleaning 59998 clauses out of 120017 with flag 0/1881000
1071.77/1053.57	c cleaning 61008 clauses out of 122021 with flag 0/1943002
1114.44/1095.47	c cleaning 61999 clauses out of 124012 with flag 0/2006001
1153.63/1134.12	c cleaning 62997 clauses out of 126013 with flag 0/2070001
1201.47/1181.33	c cleaning 63998 clauses out of 128016 with flag 0/2135001
1256.30/1235.44	c cleaning 65004 clauses out of 130018 with flag 0/2201001
1320.75/1298.82	c cleaning 66001 clauses out of 132014 with flag 0/2268001
1381.83/1359.29	c cleaning 66998 clauses out of 134012 with flag 0/2336000
1437.82/1414.69	c cleaning 68005 clauses out of 136014 with flag 0/2405000
1497.93/1474.15	c cleaning 68998 clauses out of 138010 with flag 0/2475001
1554.74/1530.33	c cleaning 69998 clauses out of 140012 with flag 0/2546001
1615.86/1590.77	c cleaning 70993 clauses out of 142014 with flag 0/2618001
1687.12/1661.23	c cleaning 72008 clauses out of 144021 with flag 0/2691001
1774.09/1747.45	c cleaning 72997 clauses out of 146013 with flag 0/2765001
1868.17/1840.58	c cleaning 74003 clauses out of 148015 with flag 0/2840000
1942.83/1914.30	c cleaning 74999 clauses out of 150013 with flag 0/2916001
2041.21/2011.71	c cleaning 76000 clauses out of 152014 with flag 0/2993001
2128.50/2098.07	c cleaning 76995 clauses out of 154013 with flag 0/3071000
2212.94/2181.72	c cleaning 78003 clauses out of 156019 with flag 0/3150001
2312.55/2280.21	c cleaning 78997 clauses out of 158015 with flag 0/3230000
2387.09/2353.84	c cleaning 79999 clauses out of 160019 with flag 0/3311001
2460.86/2426.66	c cleaning 81006 clauses out of 162020 with flag 0/3393001
2534.36/2499.23	c cleaning 81996 clauses out of 164014 with flag 0/3476001
2621.44/2585.31	c cleaning 83001 clauses out of 166017 with flag 0/3560000
2706.97/2669.99	c cleaning 84005 clauses out of 168017 with flag 0/3645001
2796.50/2758.31	c cleaning 85003 clauses out of 170011 with flag 0/3731000
2868.94/2829.79	c cleaning 86000 clauses out of 172009 with flag 0/3818001
2947.42/2907.36	c cleaning 87000 clauses out of 174008 with flag 0/3906000
3038.03/2996.80	c cleaning 87997 clauses out of 176008 with flag 0/3995000
3148.37/3105.95	c cleaning 88999 clauses out of 178011 with flag 0/4085000
3261.49/3217.90	c cleaning 89999 clauses out of 180012 with flag 0/4176000
3383.90/3339.08	c cleaning 90998 clauses out of 182013 with flag 0/4268000
3516.47/3470.20	c cleaning 92003 clauses out of 184015 with flag 0/4361000
3572.26/3525.00	c cleaning 92998 clauses out of 186012 with flag 0/4455000
3600.01/3552.31	c starts		: 3403
3600.01/3552.32	c timeout
3600.01/3552.32	c conflicts		: 4516874
3600.01/3552.32	c decisions		: 6238786
3600.01/3552.32	c propagations		: 22358214
3600.01/3552.32	c inspects		: 7030049437
3600.01/3552.32	c shortcuts		: 0
3600.01/3552.32	c learnt literals	: 0
3600.01/3552.32	c learnt binary clauses	: 0
3600.01/3552.32	c learnt ternary clauses	: 0
3600.01/3552.32	c learnt constraints	: 4516873
3600.01/3552.32	c ignored constraints	: 0
3600.01/3552.32	c root simplifications	: 0
3600.01/3552.32	c removed literals (reason simplification)	: 0
3600.01/3552.32	c reason swapping (by a shorter reason)	: 0
3600.01/3552.32	c Calls to reduceDB	: 90
3600.01/3552.32	c Number of update (reduction) of LBD	: 5136992
3600.01/3552.32	c Imported unit clauses	: 0
3600.01/3552.32	c No decision after first conflict	: false
3600.01/3552.32	c number of reductions to clauses (during analyze)	: 0
3600.01/3552.32	c number of learned constraints concerned by reduction	: 0
3600.01/3552.32	c number of learning phase by resolution	: 0
3600.01/3552.32	c number of learning phase by cutting planes	: 0
3600.01/3552.32	c number of rounding to 1 operations	: 0
3600.01/3552.32	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3552.32	c number of reductions of the coefficients by power 2 	: 0
3600.01/3552.32	c number of right shift for reduction by power 2 	: 0
3600.01/3552.32	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3552.32	c number of ending skipping 	: 0
3600.01/3552.32	c number of internal skipping 	: 0
3600.01/3552.33	c number of derivation steps 	: 16240998
3600.01/3552.33	c number of skipped derivation steps 	: 0
3600.01/3552.33	c number of remaining unassigned 	: 12800
3600.01/3552.33	c number of remaining assigned 	: 376501753
3600.01/3552.33	c number of falsified literals weakened from reason	: 0
3600.01/3552.33	c number of falsified literals weakened from conflict	: 0
3600.01/3552.33	c time for arithmetic operations	: 9846485393
3600.01/3552.33	c minimum degree of deleted constraints	: 1
3600.01/3552.33	c maximum degree of deleted constraints	: 8465264640
3600.01/3552.33	c number of deleted constraints	: 4361986
3600.01/3552.33	c speed (assignments/second)	: 6294.301231709596
3600.01/3552.33	c non guided choices	: 210
3600.01/3552.39	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 36365
3600.01/3552.39	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 16
3600.01/3552.39	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 118506
3600.01/3552.39	s UNKNOWN
3600.01/3552.39	c Total wall clock time (in seconds): 3552.223

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.10006 s]*
/proc/loadavg: 4.29 4.26 4.22 6/341 30283
/proc/meminfo: memFree=112654004/131250000 swapFree=33010684/33010684
[pid=30265] ppid=30262 vsize=18930384 memory=57224 CPUtime=0.13 cores=1,3
/proc/30265/stat : 30265 (java) S 30262 30265 29422 0 -1 4194304 6465 0 0 0 11 2 0 0 20 0 18 0 38386490 19384713216 14306 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
/proc/30265/statm: 4732596 14306 5330 1 0 547604 0
[pid=30265/tid=30267] ppid=30262 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=1,3
/proc/30265/task/30267/stat : 30267 (java) R 30262 30265 29422 0 -1 4194368 5054 0 0 0 7 1 0 0 20 0 18 0 38386491 19384713216 14306 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
[pid=30265/tid=30276] ppid=30262 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/30265/task/30276/stat : 30276 (Finalizer) S 30262 30265 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38386494 19384713216 14306 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
[pid=30265/tid=30283] ppid=30262 vsize=18930384 memory=59585004340264 CPUtime=0 cores=1,3
/proc/30265/task/30283/stat : 30283 (Common-Cleaner) S 30262 30265 29422 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 38386494 19384713216 14306 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57224 KiB

[startup+0.205928 s]*
/proc/loadavg: 4.29 4.26 4.22 8/342 30284
/proc/meminfo: memFree=112646380/131250000 swapFree=33010684/33010684
[pid=30265] ppid=30262 vsize=18996948 memory=63680 CPUtime=0.31 cores=1,3
/proc/30265/stat : 30265 (java) S 30262 30265 29422 0 -1 4194304 6966 0 0 0 28 3 0 0 20 0 19 0 38386490 19452874752 15920 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
/proc/30265/statm: 4749237 15920 5426 1 0 548299 0
[pid=30265/tid=30267] ppid=30262 vsize=18996948 memory=4026597660 CPUtime=0.16 cores=1,3
/proc/30265/task/30267/stat : 30267 (java) R 30262 30265 29422 0 -1 4194368 5432 0 0 0 15 1 0 0 20 0 19 0 38386491 19452874752 15920 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
[pid=30265/tid=30276] ppid=30262 vsize=18996948 memory=19950 CPUtime=0 cores=1,3
/proc/30265/task/30276/stat : 30276 (Finalizer) S 30262 30265 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38386494 19452874752 15920 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
[pid=30265/tid=30283] ppid=30262 vsize=18996948 memory=58485492679654 CPUtime=0 cores=1,3
/proc/30265/task/30283/stat : 30283 (Common-Cleaner) S 30262 30265 29422 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 38386494 19452874752 15920 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
[pid=30265/tid=30284] ppid=30262 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/30265/task/30284/stat : 30284 (Timer-0) R 30262 30265 29422 0 -1 4194368 9 0 0 0 0 0 0 0 20 0 19 0 38386510 19452874752 15920 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 63680 KiB

[startup+0.305798 s]*
/proc/loadavg: 4.29 4.26 4.22 7/342 30284
/proc/meminfo: memFree=112632076/131250000 swapFree=33010684/33010684
[pid=30265] ppid=30262 vsize=18996948 memory=78140 CPUtime=0.49 cores=1,3
/proc/30265/stat : 30265 (java) S 30262 30265 29422 0 -1 4194304 7800 0 0 0 46 3 0 0 20 0 19 0 38386490 19452874752 19535 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
/proc/30265/statm: 4749237 19535 5426 1 0 548803 0
[pid=30265/tid=30267] ppid=30262 vsize=18996948 memory=-6000919498459737196 CPUtime=0.26 cores=1,3
/proc/30265/task/30267/stat : 30267 (java) R 30262 30265 29422 0 -1 4194368 5478 0 0 0 24 2 0 0 20 0 19 0 38386491 19452874752 19535 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
[pid=30265/tid=30276] ppid=30262 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/30265/task/30276/stat : 30276 (Finalizer) S 30262 30265 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38386494 19452874752 19535 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
[pid=30265/tid=30283] ppid=30262 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/30265/task/30283/stat : 30283 (Common-Cleaner) S 30262 30265 29422 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 38386494 19452874752 19535 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
[pid=30265/tid=30284] ppid=30262 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/30265/task/30284/stat : 30284 (Timer-0) S 30262 30265 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38386510 19452874752 19535 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 78140 KiB

[startup+0.700226 s]
/proc/loadavg: 4.29 4.26 4.22 6/342 30284
/proc/meminfo: memFree=112566100/131250000 swapFree=33010684/33010684
[pid=30265] ppid=30262 vsize=19063512 memory=169824 CPUtime=1.26 cores=1,3
/proc/30265/stat : 30265 (java) S 30262 30265 29422 0 -1 4194304 15076 0 0 0 118 8 0 0 20 0 20 0 38386490 19521036288 42456 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
/proc/30265/statm: 4765878 42456 5458 1 0 552755 0
[pid=30265/tid=30267] ppid=30262 vsize=19063512 memory=13568 CPUtime=0.63 cores=1,3
/proc/30265/task/30267/stat : 30267 (java) R 30262 30265 29422 0 -1 4194368 5529 0 0 0 59 4 0 0 20 0 20 0 38386491 19521036288 42456 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
[pid=30265/tid=30276] ppid=30262 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/30265/task/30276/stat : 30276 (Finalizer) S 30262 30265 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38386494 19521036288 42456 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
[pid=30265/tid=30283] ppid=30262 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/30265/task/30283/stat : 30283 (Common-Cleaner) S 30262 30265 29422 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38386494 19521036288 42456 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
[pid=30265/tid=30284] ppid=30262 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/30265/task/30284/stat : 30284 (Timer-0) S 30262 30265 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38386510 19521036288 42456 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 169824 KiB

[startup+1.50026 s]
/proc/loadavg: 4.29 4.26 4.22 6/343 30285
/proc/meminfo: memFree=112513492/131250000 swapFree=33010684/33010684
[pid=30265] ppid=30262 vsize=19063512 memory=309420 CPUtime=2.84 cores=1,3
/proc/30265/stat : 30265 (java) S 30262 30265 29422 0 -1 4194304 26683 0 0 0 272 12 0 0 20 0 20 0 38386490 19521036288 77355 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
/proc/30265/statm: 4765878 77355 5458 1 0 556972 0
[pid=30265/tid=30267] ppid=30262 vsize=19063512 memory=0 CPUtime=1.37 cores=1,3
/proc/30265/task/30267/stat : 30267 (java) R 30262 30265 29422 0 -1 4194368 5659 0 0 0 131 6 0 0 20 0 20 0 38386491 19521036288 77355 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
[pid=30265/tid=30276] ppid=30262 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/30265/task/30276/stat : 30276 (Finalizer) S 30262 30265 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38386494 19521036288 77355 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
[pid=30265/tid=30283] ppid=30262 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/30265/task/30283/stat : 30283 (Common-Cleaner) S 30262 30265 29422 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38386494 19521036288 77355 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
[pid=30265/tid=30284] ppid=30262 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/30265/task/30284/stat : 30284 (Timer-0) S 30262 30265 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38386510 19521036288 77355 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 309420 KiB

[startup+3.10573 s]
/proc/loadavg: 4.35 4.28 4.23 5/343 30285
/proc/meminfo: memFree=111813844/131250000 swapFree=33010684/33010684
[pid=30265] ppid=30262 vsize=19063512 memory=959688 CPUtime=5.76 cores=1,3
/proc/30265/stat : 30265 (java) S 30262 30265 29422 0 -1 4194304 31383 0 0 0 550 26 0 0 20 0 20 0 38386490 19521036288 239922 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
/proc/30265/statm: 4765878 239922 5458 1 0 557074 0
[pid=30265/tid=30267] ppid=30262 vsize=19063512 memory=10752 CPUtime=2.93 cores=1,3
/proc/30265/task/30267/stat : 30267 (java) R 30262 30265 29422 0 -1 4194368 6874 0 0 0 274 19 0 0 20 0 20 0 38386491 19521036288 239922 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
[pid=30265/tid=30276] ppid=30262 vsize=19063512 memory=-6000919498459737196 CPUtime=0 cores=1,3
/proc/30265/task/30276/stat : 30276 (Finalizer) S 30262 30265 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38386494 19521036288 239922 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
[pid=30265/tid=30283] ppid=30262 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/30265/task/30283/stat : 30283 (Common-Cleaner) S 30262 30265 29422 0 -1 4194368 65 0 0 0 0 0 0 0 20 0 20 0 38386494 19521036288 239922 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
[pid=30265/tid=30284] ppid=30262 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/30265/task/30284/stat : 30284 (Timer-0) S 30262 30265 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38386510 19521036288 239922 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
Current children cumulated CPU time: 5.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 959688 KiB

[startup+6.30025 s]
/proc/loadavg: 4.35 4.28 4.23 5/343 30285
/proc/meminfo: memFree=111355648/131250000 swapFree=33010684/33010684
[pid=30265] ppid=30262 vsize=19063512 memory=1317228 CPUtime=9.33 cores=1,3
/proc/30265/stat : 30265 (java) S 30262 30265 29422 0 -1 4194304 32438 0 0 0 897 36 0 0 20 0 20 0 38386490 19521036288 329307 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
/proc/30265/statm: 4765878 329307 5458 1 0 557075 0
[pid=30265/tid=30267] ppid=30262 vsize=19063512 memory=0 CPUtime=6.09 cores=1,3
/proc/30265/task/30267/stat : 30267 (java) R 30262 30265 29422 0 -1 4194368 7368 0 0 0 581 28 0 0 20 0 20 0 38386491 19521036288 329307 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
[pid=30265/tid=30276] ppid=30262 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/30265/task/30276/stat : 30276 (Finalizer) S 30262 30265 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38386494 19521036288 329307 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
[pid=30265/tid=30283] ppid=30262 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/30265/task/30283/stat : 30283 (Common-Cleaner) S 30262 30265 29422 0 -1 4194368 65 0 0 0 0 0 0 0 20 0 20 0 38386494 19521036288 329307 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
[pid=30265/tid=30284] ppid=30262 vsize=19063512 memory=383148 CPUtime=0 cores=1,3
/proc/30265/task/30284/stat : 30284 (Timer-0) S 30262 30265 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38386510 19521036288 329307 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
Current children cumulated CPU time: 9.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1317228 KiB

[startup+12.7002 s]
/proc/loadavg: 4.37 4.28 4.23 5/343 30285
/proc/meminfo: memFree=111331076/131250000 swapFree=33010684/33010684
[pid=30265] ppid=30262 vsize=19063512 memory=1327944 CPUtime=16.17 cores=1,3
/proc/30265/stat : 30265 (java) S 30262 30265 29422 0 -1 4194304 39398 0 0 0 1577 40 0 0 20 0 20 0 38386490 19521036288 331986 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
/proc/30265/statm: 4765878 331986 5458 1 0 557091 0
[pid=30265/tid=30267] ppid=30262 vsize=19063512 memory=383148 CPUtime=12.39 cores=1,3
/proc/30265/task/30267/stat : 30267 (java) R 30262 30265 29422 0 -1 4194368 8813 0 0 0 1208 31 0 0 20 0 20 0 38386491 19521036288 331986 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
[pid=30265/tid=30276] ppid=30262 vsize=19063512 memory=1327944 CPUtime=0 cores=1,3
/proc/30265/task/30276/stat : 30276 (Finalizer) S 30262 30265 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38386494 19521036288 331986 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
[pid=30265/tid=30283] ppid=30262 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/30265/task/30283/stat : 30283 (Common-Cleaner) S 30262 30265 29422 0 -1 4194368 65 0 0 0 0 0 0 0 20 0 20 0 38386494 19521036288 331986 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
[pid=30265/tid=30284] ppid=30262 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/30265/task/30284/stat : 30284 (Timer-0) S 30262 30265 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38386510 19521036288 331986 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
Current children cumulated CPU time: 16.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1327944 KiB

[startup+25.5002 s]
/proc/loadavg: 4.31 4.27 4.23 5/344 30287
/proc/meminfo: memFree=111252500/131250000 swapFree=33010684/33010684
[pid=30265] ppid=30262 vsize=19063512 memory=1340356 CPUtime=29.22 cores=1,3
/proc/30265/stat : 30265 (java) S 30262 30265 29422 0 -1 4194304 44927 0 0 0 2875 47 0 0 20 0 20 0 38386490 19521036288 335089 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
/proc/30265/statm: 4765878 335089 5458 1 0 557091 0
[pid=30265/tid=30267] ppid=30262 vsize=19063512 memory=1327944 CPUtime=25.02 cores=1,3
/proc/30265/task/30267/stat : 30267 (java) R 30262 30265 29422 0 -1 4194368 10745 0 0 0 2464 38 0 0 20 0 20 0 38386491 19521036288 335089 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
[pid=30265/tid=30276] ppid=30262 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/30265/task/30276/stat : 30276 (Finalizer) S 30262 30265 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38386494 19521036288 335089 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
[pid=30265/tid=30283] ppid=30262 vsize=19063512 memory=1336252 CPUtime=0 cores=1,3
/proc/30265/task/30283/stat : 30283 (Common-Cleaner) S 30262 30265 29422 0 -1 4194368 65 0 0 0 0 0 0 0 20 0 20 0 38386494 19521036288 335089 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
[pid=30265/tid=30284] ppid=30262 vsize=19063512 memory=13568 CPUtime=0 cores=1,3
/proc/30265/task/30284/stat : 30284 (Timer-0) S 30262 30265 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38386510 19521036288 335089 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
Current children cumulated CPU time: 29.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1340356 KiB

[startup+51.1059 s]
/proc/loadavg: 4.39 4.30 4.24 5/345 30356
/proc/meminfo: memFree=115039608/131250000 swapFree=33010684/33010684
[pid=30265] ppid=30262 vsize=19063512 memory=1815016 CPUtime=55.54 cores=1,3
/proc/30265/stat : 30265 (java) S 30262 30265 29422 0 -1 4194304 52606 0 0 0 5486 68 0 0 20 0 20 0 38386490 19521036288 453754 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0

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

/proc/meminfo: memFree=108853792/131250000 swapFree=33010684/33010684
[pid=30265] ppid=30262 vsize=19063512 memory=3649220 CPUtime=3265.93 cores=1,3
/proc/30265/stat : 30265 (java) S 30262 30265 29422 0 -1 4194304 142543 0 0 0 325952 641 0 0 20 0 20 0 38386490 19521036288 912305 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
/proc/30265/statm: 4765878 912305 5490 1 0 925472 0
[pid=30265/tid=30267] ppid=30262 vsize=19063512 memory=3649220 CPUtime=3155.39 cores=1,3
/proc/30265/task/30267/stat : 30267 (java) R 30262 30265 29422 0 -1 4194368 63707 0 0 0 315059 480 0 0 20 0 20 0 38386491 19521036288 912305 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
[pid=30265/tid=30276] ppid=30262 vsize=19063512 memory=3649220 CPUtime=0 cores=1,3
/proc/30265/task/30276/stat : 30276 (Finalizer) S 30262 30265 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38386494 19521036288 912305 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
[pid=30265/tid=30283] ppid=30262 vsize=19063512 memory=3649220 CPUtime=0 cores=1,3
/proc/30265/task/30283/stat : 30283 (Common-Cleaner) S 30262 30265 29422 0 -1 4194368 1749 0 0 0 0 0 0 0 20 0 20 0 38386494 19521036288 912305 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
[pid=30265/tid=30284] ppid=30262 vsize=19063512 memory=3649220 CPUtime=0 cores=1,3
/proc/30265/task/30284/stat : 30284 (Timer-0) S 30262 30265 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38386510 19521036288 912305 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
Current children cumulated CPU time: 3265.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3649220 KiB

[startup+3282.3 s]
/proc/loadavg: 4.19 4.20 4.18 6/344 30925
/proc/meminfo: memFree=108773400/131250000 swapFree=33010684/33010684
[pid=30265] ppid=30262 vsize=19063512 memory=3649220 CPUtime=3326.57 cores=1,3
/proc/30265/stat : 30265 (java) S 30262 30265 29422 0 -1 4194304 142808 0 0 0 332009 648 0 0 20 0 20 0 38386490 19521036288 912305 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
/proc/30265/statm: 4765878 912305 5490 1 0 925482 0
[pid=30265/tid=30267] ppid=30262 vsize=19063512 memory=3649220 CPUtime=3214.29 cores=1,3
/proc/30265/task/30267/stat : 30267 (java) R 30262 30265 29422 0 -1 4194368 63779 0 0 0 320944 485 0 0 20 0 20 0 38386491 19521036288 912305 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
[pid=30265/tid=30276] ppid=30262 vsize=19063512 memory=3649220 CPUtime=0 cores=1,3
/proc/30265/task/30276/stat : 30276 (Finalizer) S 30262 30265 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38386494 19521036288 912305 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
[pid=30265/tid=30283] ppid=30262 vsize=19063512 memory=-6000919498459737196 CPUtime=0 cores=1,3
/proc/30265/task/30283/stat : 30283 (Common-Cleaner) S 30262 30265 29422 0 -1 4194368 1828 0 0 0 0 0 0 0 20 0 20 0 38386494 19521036288 912305 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
[pid=30265/tid=30284] ppid=30262 vsize=19063512 memory=5113408 CPUtime=0 cores=1,3
/proc/30265/task/30284/stat : 30284 (Timer-0) S 30262 30265 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38386510 19521036288 912305 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
Current children cumulated CPU time: 3326.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3649220 KiB

[startup+3342.3 s]
/proc/loadavg: 4.27 4.21 4.19 5/344 30927
/proc/meminfo: memFree=108712776/131250000 swapFree=33010684/33010684
[pid=30265] ppid=30262 vsize=19063512 memory=3649220 CPUtime=3387.21 cores=1,3
/proc/30265/stat : 30265 (java) S 30262 30265 29422 0 -1 4194304 143573 0 0 0 338065 656 0 0 20 0 20 0 38386490 19521036288 912305 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
/proc/30265/statm: 4765878 912305 5490 1 0 925482 0
[pid=30265/tid=30267] ppid=30262 vsize=19063512 memory=14720 CPUtime=3273.19 cores=1,3
/proc/30265/task/30267/stat : 30267 (java) R 30262 30265 29422 0 -1 4194368 64399 0 0 0 326829 490 0 0 20 0 20 0 38386491 19521036288 912305 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
[pid=30265/tid=30276] ppid=30262 vsize=19063512 memory=3649220 CPUtime=0 cores=1,3
/proc/30265/task/30276/stat : 30276 (Finalizer) S 30262 30265 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38386494 19521036288 912305 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
[pid=30265/tid=30283] ppid=30262 vsize=19063512 memory=3649220 CPUtime=0 cores=1,3
/proc/30265/task/30283/stat : 30283 (Common-Cleaner) S 30262 30265 29422 0 -1 4194368 1828 0 0 0 0 0 0 0 20 0 20 0 38386494 19521036288 912305 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
[pid=30265/tid=30284] ppid=30262 vsize=19063512 memory=3649220 CPUtime=0 cores=1,3
/proc/30265/task/30284/stat : 30284 (Timer-0) S 30262 30265 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38386510 19521036288 912305 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
Current children cumulated CPU time: 3387.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3649220 KiB

[startup+3402.3 s]
/proc/loadavg: 4.25 4.21 4.19 5/343 30929
/proc/meminfo: memFree=108616296/131250000 swapFree=33010684/33010684
[pid=30265] ppid=30262 vsize=19063512 memory=3649220 CPUtime=3447.89 cores=1,3
/proc/30265/stat : 30265 (java) S 30262 30265 29422 0 -1 4194304 145372 0 0 0 344125 664 0 0 20 0 20 0 38386490 19521036288 912305 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
/proc/30265/statm: 4765878 912305 5490 1 0 925482 0
[pid=30265/tid=30267] ppid=30262 vsize=19063512 memory=3649220 CPUtime=3332.1 cores=1,3
/proc/30265/task/30267/stat : 30267 (java) R 30262 30265 29422 0 -1 4194368 65754 0 0 0 332715 495 0 0 20 0 20 0 38386491 19521036288 912305 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
[pid=30265/tid=30276] ppid=30262 vsize=19063512 memory=3649220 CPUtime=0 cores=1,3
/proc/30265/task/30276/stat : 30276 (Finalizer) S 30262 30265 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38386494 19521036288 912305 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
[pid=30265/tid=30283] ppid=30262 vsize=19063512 memory=4252 CPUtime=0 cores=1,3
/proc/30265/task/30283/stat : 30283 (Common-Cleaner) S 30262 30265 29422 0 -1 4194368 1828 0 0 0 0 0 0 0 20 0 20 0 38386494 19521036288 912305 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
[pid=30265/tid=30284] ppid=30262 vsize=19063512 memory=3649220 CPUtime=0 cores=1,3
/proc/30265/task/30284/stat : 30284 (Timer-0) S 30262 30265 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38386510 19521036288 912305 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
Current children cumulated CPU time: 3447.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3649220 KiB

[startup+3462.3 s]
/proc/loadavg: 4.22 4.20 4.18 5/343 30931
/proc/meminfo: memFree=108556884/131250000 swapFree=33010684/33010684
[pid=30265] ppid=30262 vsize=19063512 memory=3649348 CPUtime=3508.48 cores=1,3
/proc/30265/stat : 30265 (java) S 30262 30265 29422 0 -1 4194304 147038 0 0 0 350179 669 0 0 20 0 20 0 38386490 19521036288 912337 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
/proc/30265/statm: 4765878 912337 5490 1 0 925486 0
[pid=30265/tid=30267] ppid=30262 vsize=19063512 memory=3649220 CPUtime=3391.03 cores=1,3
/proc/30265/task/30267/stat : 30267 (java) R 30262 30265 29422 0 -1 4194368 66968 0 0 0 338604 499 0 0 20 0 20 0 38386491 19521036288 912337 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
[pid=30265/tid=30276] ppid=30262 vsize=19063512 memory=3649220 CPUtime=0 cores=1,3
/proc/30265/task/30276/stat : 30276 (Finalizer) S 30262 30265 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38386494 19521036288 912337 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
[pid=30265/tid=30283] ppid=30262 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/30265/task/30283/stat : 30283 (Common-Cleaner) S 30262 30265 29422 0 -1 4194368 1880 0 0 0 0 0 0 0 20 0 20 0 38386494 19521036288 912337 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
[pid=30265/tid=30284] ppid=30262 vsize=19063512 memory=3649348 CPUtime=0 cores=1,3
/proc/30265/task/30284/stat : 30284 (Timer-0) S 30262 30265 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38386510 19521036288 912337 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
Current children cumulated CPU time: 3508.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3649348 KiB

[startup+3522.3 s]
/proc/loadavg: 4.24 4.21 4.18 5/344 30938
/proc/meminfo: memFree=108474812/131250000 swapFree=33010684/33010684
[pid=30265] ppid=30262 vsize=19063512 memory=3649476 CPUtime=3569.56 cores=1,3
/proc/30265/stat : 30265 (java) S 30262 30265 29422 0 -1 4194304 147401 0 0 0 356275 681 0 0 20 0 20 0 38386490 19521036288 912369 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
/proc/30265/statm: 4765878 912369 5490 1 0 925520 0
[pid=30265/tid=30267] ppid=30262 vsize=19063512 memory=3649220 CPUtime=3449.43 cores=1,3
/proc/30265/task/30267/stat : 30267 (java) R 30262 30265 29422 0 -1 4194368 67147 0 0 0 344433 510 0 0 20 0 20 0 38386491 19521036288 912369 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
[pid=30265/tid=30276] ppid=30262 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/30265/task/30276/stat : 30276 (Finalizer) S 30262 30265 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38386494 19521036288 912369 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
[pid=30265/tid=30283] ppid=30262 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/30265/task/30283/stat : 30283 (Common-Cleaner) S 30262 30265 29422 0 -1 4194368 1892 0 0 0 0 0 0 0 20 0 20 0 38386494 19521036288 912369 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
[pid=30265/tid=30284] ppid=30262 vsize=19063512 memory=3649476 CPUtime=0 cores=1,3
/proc/30265/task/30284/stat : 30284 (Timer-0) S 30262 30265 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38386510 19521036288 912369 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
Current children cumulated CPU time: 3569.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3649476 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3552.3 s]
/proc/loadavg: 4.27 4.22 4.19 6/344 30940
/proc/meminfo: memFree=108404564/131250000 swapFree=33010684/33010684
[pid=30265] ppid=30262 vsize=19063512 memory=3649476 CPUtime=3600.01 cores=1,3
/proc/30265/stat : 30265 (java) S 30262 30265 29422 0 -1 4194304 147553 0 0 0 359311 690 0 0 20 0 20 0 38386490 19521036288 912369 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
/proc/30265/statm: 4765878 912369 5490 1 0 925520 0
[pid=30265/tid=30267] ppid=30262 vsize=19063512 memory=3649476 CPUtime=3478.65 cores=1,3
/proc/30265/task/30267/stat : 30267 (java) R 30262 30265 29422 0 -1 4194368 67244 0 0 0 347348 517 0 0 20 0 20 0 38386491 19521036288 912369 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
[pid=30265/tid=30276] ppid=30262 vsize=19063512 memory=3649476 CPUtime=0 cores=1,3
/proc/30265/task/30276/stat : 30276 (Finalizer) S 30262 30265 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38386494 19521036288 912369 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
[pid=30265/tid=30283] ppid=30262 vsize=19063512 memory=3649476 CPUtime=0 cores=1,3
/proc/30265/task/30283/stat : 30283 (Common-Cleaner) S 30262 30265 29422 0 -1 4194368 1892 0 0 0 0 0 0 0 20 0 20 0 38386494 19521036288 912369 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
[pid=30265/tid=30284] ppid=30262 vsize=19063512 memory=3649476 CPUtime=0 cores=1,3
/proc/30265/task/30284/stat : 30284 (Timer-0) S 30262 30265 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38386510 19521036288 912369 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3649476 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.26 s, system=6.92193 s

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

[startup+3552.3 s]
/proc/loadavg: 4.27 4.22 4.19 6/344 30940
/proc/meminfo: memFree=108404564/131250000 swapFree=33010684/33010684
[pid=30265] ppid=30262 vsize=19063512 memory=3649476 CPUtime=3600.01 cores=1,3
/proc/30265/stat : 30265 (java) S 30262 30265 29422 0 -1 4194304 147553 0 0 0 359311 690 0 0 20 0 20 0 38386490 19521036288 912369 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
/proc/30265/statm: 4765878 912369 5490 1 0 925520 0
[pid=30265/tid=30267] ppid=30262 vsize=19063512 memory=3649476 CPUtime=3478.65 cores=1,3
/proc/30265/task/30267/stat : 30267 (java) R 30262 30265 29422 0 -1 4194368 67244 0 0 0 347348 517 0 0 20 0 20 0 38386491 19521036288 912369 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
[pid=30265/tid=30276] ppid=30262 vsize=19063512 memory=3649476 CPUtime=0 cores=1,3
/proc/30265/task/30276/stat : 30276 (Finalizer) S 30262 30265 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38386494 19521036288 912369 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
[pid=30265/tid=30283] ppid=30262 vsize=19063512 memory=3649476 CPUtime=0 cores=1,3
/proc/30265/task/30283/stat : 30283 (Common-Cleaner) S 30262 30265 29422 0 -1 4194368 1892 0 0 0 0 0 0 0 20 0 20 0 38386494 19521036288 912369 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
[pid=30265/tid=30284] ppid=30262 vsize=19063512 memory=3649476 CPUtime=0 cores=1,3
/proc/30265/task/30284/stat : 30284 (Timer-0) S 30262 30265 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38386510 19521036288 912369 18446744073709551615 94190000427008 94190000430704 140722340417632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94190000438520 94190000439312 94190029312000 140722340419885 140722340420070 140722340420070 140722340425672 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3649476 KiB

Child status: 143

Real time (s): 3552.41
CPU time (s): 3600.18
CPU user time (s): 3593.26
CPU system time (s): 6.92193
CPU usage (%): 101.345
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 3649476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.26
system time used= 6.92193
maximum resident set size= 3650500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 149929
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2839304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 165186
involuntary context switches= 19629


# summary of solver processes directly reported to runsolver:
#   pid: 30265
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3593.26
#   total CPU system time (s): 6.92193

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.43383 second user time and 17.5378 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-06-29 21:57:42
IDJOB=4513661
IDBENCH=162394
IDSOLVER=3362
FILE ID=nodeC013/4513661-1751227062
RUNJOBID= nodeC013-1751220047-29434
SLURM_JOB_ID= 9587674
Free space on /tmp= 433056 MiB

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

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

MD5SUM BENCH= 9fac4249a105f22015b6c608ca9c575b
RANDOM SEED=254625765

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        112685508 kB
MemAvailable:   117364264 kB
Buffers:            3280 kB
Cached:          5477744 kB
SwapCached:            0 kB
Active:         12759168 kB
Inactive:        5234152 kB
Active(anon):   12525664 kB
Inactive(anon):        0 kB
Active(file):     233504 kB
Inactive(file):  5234152 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             11276 kB
Writeback:             0 kB
AnonPages:      12514448 kB
Mapped:           118272 kB
Shmem:             13284 kB
KReclaimable:     100276 kB
Slab:             187536 kB
SReclaimable:     100276 kB
SUnreclaim:        87260 kB
KernelStack:        5232 kB
PageTables:        28092 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   13054820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151528 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  12128256 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC013 at 2025-06-29 22:56:55