Trace number 4509903

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j CP VeriPB 2025-06-06? (TO) 3600.21 3596.31

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-pmg-14-UNSAT.shuffled-as.sat05-3942.cnf.gz-plain.pb.metafix.opb
MD5SUMe5c6ae9ee6fd03a9aee6a0d19e002873
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables577
Total number of constraints1922
Number of constraints which are clauses1922
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
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 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.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.00/0.10	c Number of processors 	2
0.11/0.17	c Pseudo Boolean Optimization by upper bound
0.11/0.17	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.17	c  - never skip resolution steps
0.11/0.17	c  - Auto-division on coefficients is disabled
0.11/0.17	c  - No postprocessing
0.11/0.17	c  - Conflict is considered as is when resolving
0.11/0.17	c  - Use constraints as they come during conflict analysis
0.11/0.17	c  - Weaken first using unassigned literals
0.11/0.17	c  - Bump strategy: ALWAYS_ONE
0.11/0.17	c  - Bumper: EFFECTIVE
0.11/0.17	c --- Begin Solver configuration ---
0.11/0.17	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.11/0.17	c Learn all clauses as in MiniSAT
0.11/0.17	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.17	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.17	c No reason simplification
0.11/0.17	c Dynamic restart strategy considering the size of the coefficients
0.11/0.17	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.11/0.17	c timeout=2147483s
0.11/0.17	c DB Simplification allowed=false
0.11/0.17	c Listener: none
0.11/0.17	c --- End Solver configuration ---
0.11/0.17	c solving HOME/instance-4509903-1751191200.opb
0.11/0.17	c reading problem ... 
0.11/0.17	c using VERIPB proof format
0.11/0.17	c  no objective function found
0.30/0.26	c ... done. Wall clock time 0.091s.
0.30/0.26	c declared #vars     577
0.30/0.26	c #constraints  1922
0.30/0.26	c constraints type 
0.30/0.26	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.30/0.26	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1920
0.30/0.26	c 1922 constraints processed.
2.83/1.51	c cleaning 2492 clauses out of 5000 with flag 0/5000
4.82/3.01	c cleaning 4244 clauses out of 8508 with flag 0/11000
6.96/5.00	c cleaning 5629 clauses out of 11264 with flag 0/18000
9.22/7.15	c cleaning 6807 clauses out of 13635 with flag 0/26000
11.71/9.67	c cleaning 7906 clauses out of 15828 with flag 0/35000
14.77/12.68	c cleaning 8949 clauses out of 17922 with flag 0/45000
18.76/16.64	c cleaning 9977 clauses out of 19973 with flag 0/56000
23.06/20.95	c cleaning 10991 clauses out of 21997 with flag 0/68001
27.16/25.07	c cleaning 11990 clauses out of 24005 with flag 0/81000
31.86/29.72	c cleaning 13001 clauses out of 26017 with flag 0/95002
37.63/35.50	c cleaning 13996 clauses out of 28015 with flag 0/110001
43.76/41.60	c cleaning 15007 clauses out of 30024 with flag 0/126006
51.19/49.06	c cleaning 16000 clauses out of 32013 with flag 0/143002
59.23/57.02	c cleaning 16997 clauses out of 34011 with flag 0/161000
67.51/65.35	c cleaning 17995 clauses out of 36014 with flag 0/180000
75.81/73.69	c cleaning 19004 clauses out of 38022 with flag 0/200003
85.31/83.17	c cleaning 20003 clauses out of 40016 with flag 0/221001
95.33/93.17	c cleaning 20998 clauses out of 42013 with flag 0/243001
106.12/103.97	c cleaning 22000 clauses out of 44014 with flag 0/266000
118.58/116.36	c cleaning 23002 clauses out of 46015 with flag 0/290001
131.46/129.12	c cleaning 23998 clauses out of 48012 with flag 0/315000
143.85/141.42	c cleaning 24999 clauses out of 50014 with flag 0/341000
160.32/157.82	c cleaning 25999 clauses out of 52016 with flag 0/368001
177.40/174.88	c cleaning 26997 clauses out of 54017 with flag 0/396001
194.83/192.11	c cleaning 28000 clauses out of 56020 with flag 0/425001
213.17/210.46	c cleaning 29002 clauses out of 58021 with flag 0/455002
230.69/228.41	c cleaning 30001 clauses out of 60017 with flag 0/486000
250.14/247.83	c cleaning 30993 clauses out of 62017 with flag 0/518001
271.22/268.84	c cleaning 32001 clauses out of 64023 with flag 0/551000
291.21/288.71	c cleaning 33005 clauses out of 66023 with flag 0/585001
313.91/311.35	c cleaning 34002 clauses out of 68017 with flag 0/620000
339.53/336.81	c cleaning 35000 clauses out of 70018 with flag 0/656003
367.39/364.62	c cleaning 36000 clauses out of 72016 with flag 0/693001
394.78/391.91	c cleaning 37002 clauses out of 74017 with flag 0/731002
423.42/420.43	c cleaning 37999 clauses out of 76014 with flag 0/770001
452.89/449.86	c cleaning 38998 clauses out of 78015 with flag 0/810001
482.79/479.73	c cleaning 40000 clauses out of 80016 with flag 0/851000
511.72/508.54	c cleaning 40994 clauses out of 82016 with flag 0/893000
547.11/543.83	c cleaning 42001 clauses out of 84023 with flag 0/936001
581.02/577.63	c cleaning 42999 clauses out of 86022 with flag 0/980001
619.16/615.75	c cleaning 44000 clauses out of 88022 with flag 0/1025000
653.08/649.53	c cleaning 45001 clauses out of 90022 with flag 0/1071000
689.27/685.68	c cleaning 46002 clauses out of 92025 with flag 0/1118004
728.71/725.01	c cleaning 46997 clauses out of 94019 with flag 0/1166000
772.08/768.35	c cleaning 48001 clauses out of 96022 with flag 0/1215000
814.18/810.34	c cleaning 49004 clauses out of 98023 with flag 0/1265002
859.78/855.89	c cleaning 49998 clauses out of 100018 with flag 0/1316001
904.80/900.74	c cleaning 51001 clauses out of 102019 with flag 0/1368000
959.12/954.87	c cleaning 51999 clauses out of 104021 with flag 0/1421003
1019.18/1014.95	c cleaning 53003 clauses out of 106021 with flag 0/1475002
1077.96/1073.77	c cleaning 53997 clauses out of 108017 with flag 0/1530001
1121.53/1117.27	c cleaning 54997 clauses out of 110019 with flag 0/1586000
1172.92/1168.52	c cleaning 56006 clauses out of 112023 with flag 0/1643001
1234.13/1229.76	c cleaning 56996 clauses out of 114016 with flag 0/1701000
1290.71/1286.27	c cleaning 57999 clauses out of 116020 with flag 0/1760000
1342.72/1338.26	c cleaning 58996 clauses out of 118022 with flag 0/1820001
1390.54/1386.09	c cleaning 60000 clauses out of 120025 with flag 0/1881000
1455.64/1451.26	c cleaning 61007 clauses out of 122025 with flag 0/1943000
1544.89/1540.59	c cleaning 61995 clauses out of 124018 with flag 0/2006000
1627.26/1622.94	c cleaning 63003 clauses out of 126023 with flag 0/2070000
1715.83/1712.28	c cleaning 63993 clauses out of 128021 with flag 0/2135001
1789.51/1786.00	c cleaning 65002 clauses out of 130027 with flag 0/2201000
1854.01/1850.34	c cleaning 66006 clauses out of 132025 with flag 0/2268000
1923.66/1919.80	c cleaning 66999 clauses out of 134019 with flag 0/2336000
1994.32/1990.41	c cleaning 68001 clauses out of 136021 with flag 0/2405001
2068.78/2064.86	c cleaning 69000 clauses out of 138020 with flag 0/2475001
2151.04/2147.10	c cleaning 70000 clauses out of 140019 with flag 0/2546000
2255.06/2251.05	c cleaning 70996 clauses out of 142019 with flag 0/2618000
2361.85/2357.64	c cleaning 72003 clauses out of 144023 with flag 0/2691000
2477.37/2473.07	c cleaning 72999 clauses out of 146022 with flag 0/2765002
2595.58/2591.22	c cleaning 74000 clauses out of 148022 with flag 0/2840001
2709.24/2704.88	c cleaning 75000 clauses out of 150021 with flag 0/2916000
2817.12/2812.76	c cleaning 76000 clauses out of 152022 with flag 0/2993001
2928.92/2924.57	c cleaning 76998 clauses out of 154021 with flag 0/3071000
3046.41/3042.07	c cleaning 78001 clauses out of 156024 with flag 0/3150001
3163.43/3160.01	c cleaning 79003 clauses out of 158023 with flag 0/3230001
3256.28/3252.71	c cleaning 80004 clauses out of 160022 with flag 0/3311003
3347.29/3343.63	c cleaning 80995 clauses out of 162017 with flag 0/3393002
3455.48/3451.74	c cleaning 81998 clauses out of 164021 with flag 0/3476001
3560.15/3556.39	c cleaning 83001 clauses out of 166023 with flag 0/3560001
3600.07/3596.21	c starts		: 1
3600.07/3596.22	c conflicts		: 3597583
3600.07/3596.22	c decisions		: 3772168
3600.07/3596.22	c propagations		: 252672528
3600.07/3596.22	c inspects		: 29547349062
3600.07/3596.22	c shortcuts		: 0
3600.07/3596.22	c learnt literals	: 0
3600.07/3596.22	c learnt binary clauses	: 699
3600.07/3596.22	c learnt ternary clauses	: 0
3600.07/3596.22	c learnt constraints	: 3597582
3600.07/3596.22	c ignored constraints	: 0
3600.07/3596.22	c root simplifications	: 0
3600.07/3596.22	c removed literals (reason simplification)	: 0
3600.07/3596.22	c reason swapping (by a shorter reason)	: 0
3600.07/3596.22	c Calls to reduceDB	: 80
3600.07/3596.22	c Number of update (reduction) of LBD	: 4459813
3600.07/3596.22	c Imported unit clauses	: 0
3600.07/3596.22	c No decision after first conflict	: false
3600.07/3596.22	c number of reductions to clauses (during analyze)	: 0
3600.07/3596.22	c number of learned constraints concerned by reduction	: 0
3600.07/3596.22	c number of learning phase by resolution	: 0
3600.07/3596.22	c number of learning phase by cutting planes	: 0
3600.07/3596.22	c number of rounding to 1 operations	: 0
3600.07/3596.22	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3596.22	c number of reductions of the coefficients by power 2 	: 0
3600.07/3596.22	c number of right shift for reduction by power 2 	: 0
3600.07/3596.22	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3596.22	c number of ending skipping 	: 0
3600.07/3596.22	c number of internal skipping 	: 0
3600.07/3596.22	c number of derivation steps 	: 126303485
3600.07/3596.22	c number of skipped derivation steps 	: 0
3600.07/3596.22	c number of remaining unassigned 	: 0
3600.07/3596.22	c number of remaining assigned 	: 0
3600.07/3596.22	c number of falsified literals weakened from reason	: 0
3600.07/3596.22	c number of falsified literals weakened from conflict	: 0
3600.07/3596.22	c time for arithmetic operations	: 0
3600.07/3596.22	c minimum degree of deleted constraints	: 1
3600.07/3596.23	c maximum degree of deleted constraints	: 1
3600.07/3596.23	c number of deleted constraints	: 3476979
3600.07/3596.23	c speed (assignments/second)	: 70265.60840587069
3600.07/3596.23	c non guided choices	: 2304
3600.07/3596.23	c timeout
3600.07/3596.28	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 119904
3600.07/3596.28	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 699
3600.07/3596.28	s UNKNOWN
3600.07/3596.28	c Total wall clock time (in seconds): 3596.114

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (60349 MiB free)
  memory of node 1: 64465 MiB (61748 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4509903-1751191200/watcher-4509903-1751191200 -o /tmp/evaluation-result-4509903-1751191200/solver-4509903-1751191200 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751183987-23923 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4509903-1751191200 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4509903-1751191200.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
Current StackSize limit: 8192 KiB

solver pid=25044, runsolver pid=25041

[startup+0.10006 s]*
/proc/loadavg: 4.26 4.30 4.26 6/341 25062
/proc/meminfo: memFree=125004152/131249988 swapFree=33010684/33010684
[pid=25044] ppid=25041 vsize=18930384 memory=59112 CPUtime=0.11 cores=1,3
/proc/25044/stat : 25044 (java) S 25041 25044 23911 0 -1 4194304 6416 0 0 0 10 1 0 0 20 0 18 0 34797532 19384713216 14778 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
/proc/25044/statm: 4732596 14778 5319 1 0 547572 0
[pid=25044/tid=25046] ppid=25041 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/25044/task/25046/stat : 25046 (java) R 25041 25044 23911 0 -1 4194368 5003 0 0 0 6 1 0 0 20 0 18 0 34797533 19384713216 14778 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
[pid=25044/tid=25055] ppid=25041 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/25044/task/25055/stat : 25055 (Finalizer) S 25041 25044 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34797536 19384713216 14778 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
[pid=25044/tid=25062] ppid=25041 vsize=18930384 memory=55186957824150 CPUtime=0 cores=1,3
/proc/25044/task/25062/stat : 25062 (Common-Cleaner) S 25041 25044 23911 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 34797536 19384713216 14778 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59112 KiB

[startup+0.205873 s]*
/proc/loadavg: 4.26 4.30 4.26 8/341 25062
/proc/meminfo: memFree=125000120/131249988 swapFree=33010684/33010684
[pid=25044] ppid=25041 vsize=18930384 memory=67620 CPUtime=0.3 cores=1,3
/proc/25044/stat : 25044 (java) S 25041 25044 23911 0 -1 4194304 6897 0 0 0 28 2 0 0 20 0 18 0 34797532 19384713216 16905 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
/proc/25044/statm: 4732596 16905 5447 1 0 547955 0
[pid=25044/tid=25046] ppid=25041 vsize=18930384 memory=4026597660 CPUtime=0.16 cores=1,3
/proc/25044/task/25046/stat : 25046 (java) R 25041 25044 23911 0 -1 4194368 5379 0 0 0 15 1 0 0 20 0 18 0 34797533 19384713216 16905 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
[pid=25044/tid=25055] ppid=25041 vsize=18930384 memory=17146 CPUtime=0 cores=1,3
/proc/25044/task/25055/stat : 25055 (Finalizer) S 25041 25044 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34797536 19384713216 16905 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
[pid=25044/tid=25062] ppid=25041 vsize=18930384 memory=54087446168546 CPUtime=0 cores=1,3
/proc/25044/task/25062/stat : 25062 (Common-Cleaner) S 25041 25044 23911 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 34797536 19384713216 16905 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 67620 KiB

[startup+0.305816 s]*
/proc/loadavg: 4.26 4.30 4.26 7/342 25063
/proc/meminfo: memFree=124977436/131249988 swapFree=33010684/33010684
[pid=25044] ppid=25041 vsize=18996948 memory=86580 CPUtime=0.49 cores=1,3
/proc/25044/stat : 25044 (java) S 25041 25044 23911 0 -1 4194304 8726 0 0 0 46 3 0 0 20 0 19 0 34797532 19452874752 21645 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
/proc/25044/statm: 4749237 21645 5447 1 0 549473 0
[pid=25044/tid=25046] ppid=25041 vsize=18996948 memory=-6000919502788388717 CPUtime=0.23 cores=1,3
/proc/25044/task/25046/stat : 25046 (java) R 25041 25044 23911 0 -1 4194368 5456 0 0 0 22 1 0 0 20 0 19 0 34797533 19452874752 21645 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
[pid=25044/tid=25055] ppid=25041 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/25044/task/25055/stat : 25055 (Finalizer) S 25041 25044 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 34797536 19452874752 21645 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
[pid=25044/tid=25062] ppid=25041 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/25044/task/25062/stat : 25062 (Common-Cleaner) S 25041 25044 23911 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 34797536 19452874752 21645 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
[pid=25044/tid=25063] ppid=25041 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/25044/task/25063/stat : 25063 (Timer-0) S 25041 25044 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 34797559 19452874752 21645 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 86580 KiB

[startup+0.700223 s]
/proc/loadavg: 4.26 4.30 4.26 6/342 25063
/proc/meminfo: memFree=124951096/131249988 swapFree=33010684/33010684
[pid=25044] ppid=25041 vsize=19063512 memory=170816 CPUtime=1.24 cores=1,3
/proc/25044/stat : 25044 (java) S 25041 25044 23911 0 -1 4194304 14508 0 0 0 119 5 0 0 20 0 20 0 34797532 19521036288 42704 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
/proc/25044/statm: 4765878 42704 5479 1 0 552906 0
[pid=25044/tid=25046] ppid=25041 vsize=19063512 memory=17408 CPUtime=0.56 cores=1,3
/proc/25044/task/25046/stat : 25046 (java) R 25041 25044 23911 0 -1 4194368 5503 0 0 0 53 3 0 0 20 0 20 0 34797533 19521036288 42704 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
[pid=25044/tid=25055] ppid=25041 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/25044/task/25055/stat : 25055 (Finalizer) S 25041 25044 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34797536 19521036288 42704 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
[pid=25044/tid=25062] ppid=25041 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/25044/task/25062/stat : 25062 (Common-Cleaner) S 25041 25044 23911 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 34797536 19521036288 42704 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
[pid=25044/tid=25063] ppid=25041 vsize=19063512 memory=4760 CPUtime=0 cores=1,3
/proc/25044/task/25063/stat : 25063 (Timer-0) S 25041 25044 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34797559 19521036288 42704 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 170816 KiB

[startup+1.50025 s]
/proc/loadavg: 4.26 4.30 4.26 6/343 25064
/proc/meminfo: memFree=124883296/131249988 swapFree=33010684/33010684
[pid=25044] ppid=25041 vsize=19063512 memory=235292 CPUtime=2.83 cores=1,3
/proc/25044/stat : 25044 (java) S 25041 25044 23911 0 -1 4194304 22077 0 0 0 276 7 0 0 20 0 20 0 34797532 19521036288 58823 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
/proc/25044/statm: 4765878 58823 5479 1 0 553795 0
[pid=25044/tid=25046] ppid=25041 vsize=19063512 memory=10752 CPUtime=1.32 cores=1,3
/proc/25044/task/25046/stat : 25046 (java) R 25041 25044 23911 0 -1 4194368 6324 0 0 0 128 4 0 0 20 0 20 0 34797533 19521036288 58823 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
[pid=25044/tid=25055] ppid=25041 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/25044/task/25055/stat : 25055 (Finalizer) S 25041 25044 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34797536 19521036288 58823 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
[pid=25044/tid=25062] ppid=25041 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/25044/task/25062/stat : 25062 (Common-Cleaner) S 25041 25044 23911 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 34797536 19521036288 58823 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
[pid=25044/tid=25063] ppid=25041 vsize=19063512 memory=4760 CPUtime=0 cores=1,3
/proc/25044/task/25063/stat : 25063 (Timer-0) S 25041 25044 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34797559 19521036288 58823 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 235292 KiB

[startup+3.10569 s]
/proc/loadavg: 4.26 4.30 4.26 6/343 25064
/proc/meminfo: memFree=124523428/131249988 swapFree=33010684/33010684
[pid=25044] ppid=25041 vsize=19066936 memory=552624 CPUtime=5.02 cores=1,3
/proc/25044/stat : 25044 (java) S 25041 25044 23911 0 -1 4194304 24839 0 0 0 490 12 0 0 20 0 20 0 34797532 19524542464 138156 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
/proc/25044/statm: 4766734 138156 5479 1 0 554688 0
[pid=25044/tid=25046] ppid=25041 vsize=19066936 memory=10752 CPUtime=2.9 cores=1,3
/proc/25044/task/25046/stat : 25046 (java) R 25041 25044 23911 0 -1 4194368 7175 0 0 0 282 8 0 0 20 0 20 0 34797533 19524542464 138156 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
[pid=25044/tid=25055] ppid=25041 vsize=19066936 memory=-6000919502788388717 CPUtime=0 cores=1,3
/proc/25044/task/25055/stat : 25055 (Finalizer) S 25041 25044 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34797536 19524542464 138156 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
[pid=25044/tid=25062] ppid=25041 vsize=19066936 memory=0 CPUtime=0 cores=1,3
/proc/25044/task/25062/stat : 25062 (Common-Cleaner) S 25041 25044 23911 0 -1 4194368 30 0 0 0 0 0 0 0 20 0 20 0 34797536 19524542464 138156 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
[pid=25044/tid=25063] ppid=25041 vsize=19066936 memory=3328 CPUtime=0 cores=1,3
/proc/25044/task/25063/stat : 25063 (Timer-0) S 25041 25044 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34797559 19524542464 138156 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
Current children cumulated CPU time: 5.02 s
Current children cumulated vsize: 19066936 KiB
Current children cumulated memory: 552624 KiB

[startup+6.30021 s]
/proc/loadavg: 4.24 4.30 4.26 5/343 25064
/proc/meminfo: memFree=123699968/131249988 swapFree=33010684/33010684
[pid=25044] ppid=25041 vsize=19063512 memory=1311388 CPUtime=8.41 cores=1,3
/proc/25044/stat : 25044 (java) S 25041 25044 23911 0 -1 4194304 26429 0 0 0 813 28 0 0 20 0 20 0 34797532 19521036288 327847 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
/proc/25044/statm: 4765878 327847 5479 1 0 554323 0
[pid=25044/tid=25046] ppid=25041 vsize=19063512 memory=0 CPUtime=6.08 cores=1,3
/proc/25044/task/25046/stat : 25046 (java) R 25041 25044 23911 0 -1 4194368 7742 0 0 0 585 23 0 0 20 0 20 0 34797533 19521036288 327847 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
[pid=25044/tid=25055] ppid=25041 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/25044/task/25055/stat : 25055 (Finalizer) S 25041 25044 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34797536 19521036288 327847 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
[pid=25044/tid=25062] ppid=25041 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/25044/task/25062/stat : 25062 (Common-Cleaner) S 25041 25044 23911 0 -1 4194368 30 0 0 0 0 0 0 0 20 0 20 0 34797536 19521036288 327847 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
[pid=25044/tid=25063] ppid=25041 vsize=19063512 memory=282748 CPUtime=0 cores=1,3
/proc/25044/task/25063/stat : 25063 (Timer-0) S 25041 25044 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34797559 19521036288 327847 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
Current children cumulated CPU time: 8.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1311388 KiB

[startup+12.7002 s]
/proc/loadavg: 4.22 4.29 4.26 5/343 25064
/proc/meminfo: memFree=123658080/131249988 swapFree=33010684/33010684
[pid=25044] ppid=25041 vsize=19063512 memory=1311516 CPUtime=14.87 cores=1,3
/proc/25044/stat : 25044 (java) S 25041 25044 23911 0 -1 4194304 29885 0 0 0 1458 29 0 0 20 0 20 0 34797532 19521036288 327879 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
/proc/25044/statm: 4765878 327879 5479 1 0 554323 0
[pid=25044/tid=25046] ppid=25041 vsize=19063512 memory=282748 CPUtime=12.45 cores=1,3
/proc/25044/task/25046/stat : 25046 (java) R 25041 25044 23911 0 -1 4194368 8840 0 0 0 1221 24 0 0 20 0 20 0 34797533 19521036288 327879 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
[pid=25044/tid=25055] ppid=25041 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/25044/task/25055/stat : 25055 (Finalizer) S 25041 25044 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34797536 19521036288 327879 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
[pid=25044/tid=25062] ppid=25041 vsize=19063512 memory=1311516 CPUtime=0 cores=1,3
/proc/25044/task/25062/stat : 25062 (Common-Cleaner) S 25041 25044 23911 0 -1 4194368 30 0 0 0 0 0 0 0 20 0 20 0 34797536 19521036288 327879 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
[pid=25044/tid=25063] ppid=25041 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/25044/task/25063/stat : 25063 (Timer-0) S 25041 25044 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34797559 19521036288 327879 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
Current children cumulated CPU time: 14.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1311516 KiB

[startup+25.5002 s]
/proc/loadavg: 4.17 4.28 4.26 5/343 25064
/proc/meminfo: memFree=123595124/131249988 swapFree=33010684/33010684
[pid=25044] ppid=25041 vsize=19063512 memory=1319724 CPUtime=27.66 cores=1,3
/proc/25044/stat : 25044 (java) S 25041 25044 23911 0 -1 4194304 34731 0 0 0 2735 31 0 0 20 0 20 0 34797532 19521036288 329931 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
/proc/25044/statm: 4765878 329931 5479 1 0 554323 0
[pid=25044/tid=25046] ppid=25041 vsize=19063512 memory=10752 CPUtime=25.18 cores=1,3
/proc/25044/task/25046/stat : 25046 (java) R 25041 25044 23911 0 -1 4194368 9966 0 0 0 2492 26 0 0 20 0 20 0 34797533 19521036288 329931 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
[pid=25044/tid=25055] ppid=25041 vsize=19063512 memory=1311516 CPUtime=0 cores=1,3
/proc/25044/task/25055/stat : 25055 (Finalizer) S 25041 25044 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34797536 19521036288 329931 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
[pid=25044/tid=25062] ppid=25041 vsize=19063512 memory=4380 CPUtime=0 cores=1,3
/proc/25044/task/25062/stat : 25062 (Common-Cleaner) S 25041 25044 23911 0 -1 4194368 30 0 0 0 0 0 0 0 20 0 20 0 34797536 19521036288 329931 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
[pid=25044/tid=25063] ppid=25041 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/25044/task/25063/stat : 25063 (Timer-0) S 25041 25044 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34797559 19521036288 329931 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
Current children cumulated CPU time: 27.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1319724 KiB

[startup+51.1057 s]
/proc/loadavg: 4.11 4.25 4.25 5/343 25065
/proc/meminfo: memFree=123355120/131249988 swapFree=33010684/33010684
[pid=25044] ppid=25041 vsize=19063512 memory=1332132 CPUtime=53.32 cores=1,3
/proc/25044/stat : 25044 (java) S 25041 25044 23911 0 -1 4194304 39851 0 0 0 5294 38 0 0 20 0 20 0 34797532 19521036288 333033 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
/proc/25044/statm: 4765878 333033 5479 1 0 554323 0
[pid=25044/tid=25046] ppid=25041 vsize=19063512 memory=1332132 CPUtime=50.59 cores=1,3

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

/proc/25044/task/25055/stat : 25055 (Finalizer) S 25041 25044 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34797536 19521036288 541866 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
[pid=25044/tid=25062] ppid=25041 vsize=19063512 memory=2167464 CPUtime=0 cores=1,3
/proc/25044/task/25062/stat : 25062 (Common-Cleaner) S 25041 25044 23911 0 -1 4194368 1840 0 0 0 0 0 0 0 20 0 20 0 34797536 19521036288 541866 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
[pid=25044/tid=25063] ppid=25041 vsize=19063512 memory=2167464 CPUtime=0 cores=1,3
/proc/25044/task/25063/stat : 25063 (Timer-0) S 25041 25044 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34797559 19521036288 541866 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
Current children cumulated CPU time: 3225.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2167464 KiB

[startup+3282.3 s]
/proc/loadavg: 3.29 3.95 4.17 4/318 25273
/proc/meminfo: memFree=117474000/131249988 swapFree=33010684/33010684
[pid=25044] ppid=25041 vsize=19063512 memory=2167464 CPUtime=3285.88 cores=1,3
/proc/25044/stat : 25044 (java) S 25041 25044 23911 0 -1 4194304 100046 0 0 0 328142 446 0 0 20 0 20 0 34797532 19521036288 541866 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
/proc/25044/statm: 4765878 541866 5511 1 0 555589 0
[pid=25044/tid=25046] ppid=25041 vsize=19063512 memory=2167464 CPUtime=3252.2 cores=1,3
/proc/25044/task/25046/stat : 25046 (java) R 25041 25044 23911 0 -1 4194368 42913 0 0 0 324875 345 0 0 20 0 20 0 34797533 19521036288 541866 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
[pid=25044/tid=25055] ppid=25041 vsize=19063512 memory=17408 CPUtime=0 cores=1,3
/proc/25044/task/25055/stat : 25055 (Finalizer) S 25041 25044 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34797536 19521036288 541866 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
[pid=25044/tid=25062] ppid=25041 vsize=19063512 memory=2167464 CPUtime=0 cores=1,3
/proc/25044/task/25062/stat : 25062 (Common-Cleaner) S 25041 25044 23911 0 -1 4194368 1970 0 0 0 0 0 0 0 20 0 20 0 34797536 19521036288 541866 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
[pid=25044/tid=25063] ppid=25041 vsize=19063512 memory=2167464 CPUtime=0 cores=1,3
/proc/25044/task/25063/stat : 25063 (Timer-0) S 25041 25044 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34797559 19521036288 541866 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
Current children cumulated CPU time: 3285.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2167464 KiB

[startup+3342.3 s]
/proc/loadavg: 3.22 3.81 4.10 4/319 25278
/proc/meminfo: memFree=117404928/131249988 swapFree=33010684/33010684
[pid=25044] ppid=25041 vsize=19063512 memory=2167464 CPUtime=3346 cores=1,3
/proc/25044/stat : 25044 (java) S 25041 25044 23911 0 -1 4194304 101622 0 0 0 334148 452 0 0 20 0 20 0 34797532 19521036288 541866 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
/proc/25044/statm: 4765878 541866 5511 1 0 555589 0
[pid=25044/tid=25046] ppid=25041 vsize=19063512 memory=2167464 CPUtime=3311.62 cores=1,3
/proc/25044/task/25046/stat : 25046 (java) R 25041 25044 23911 0 -1 4194368 43679 0 0 0 330813 349 0 0 20 0 20 0 34797533 19521036288 541866 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
[pid=25044/tid=25055] ppid=25041 vsize=19063512 memory=2167464 CPUtime=0 cores=1,3
/proc/25044/task/25055/stat : 25055 (Finalizer) S 25041 25044 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34797536 19521036288 541866 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
[pid=25044/tid=25062] ppid=25041 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/25044/task/25062/stat : 25062 (Common-Cleaner) S 25041 25044 23911 0 -1 4194368 1970 0 0 0 0 0 0 0 20 0 20 0 34797536 19521036288 541866 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
[pid=25044/tid=25063] ppid=25041 vsize=19063512 memory=1792 CPUtime=0 cores=1,3
/proc/25044/task/25063/stat : 25063 (Timer-0) S 25041 25044 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34797559 19521036288 541866 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
Current children cumulated CPU time: 3346 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2167464 KiB

[startup+3402.3 s]
/proc/loadavg: 3.55 3.78 4.07 4/320 25283
/proc/meminfo: memFree=117339224/131249988 swapFree=33010684/33010684
[pid=25044] ppid=25041 vsize=19063512 memory=2167464 CPUtime=3406.04 cores=1,3
/proc/25044/stat : 25044 (java) S 25041 25044 23911 0 -1 4194304 101913 0 0 0 340144 460 0 0 20 0 20 0 34797532 19521036288 541866 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
/proc/25044/statm: 4765878 541866 5511 1 0 555589 0
[pid=25044/tid=25046] ppid=25041 vsize=19063512 memory=2167464 CPUtime=3371.22 cores=1,3
/proc/25044/task/25046/stat : 25046 (java) R 25041 25044 23911 0 -1 4194368 43860 0 0 0 336766 356 0 0 20 0 20 0 34797533 19521036288 541866 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
[pid=25044/tid=25055] ppid=25041 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/25044/task/25055/stat : 25055 (Finalizer) S 25041 25044 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34797536 19521036288 541866 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
[pid=25044/tid=25062] ppid=25041 vsize=19063512 memory=2167464 CPUtime=0 cores=1,3
/proc/25044/task/25062/stat : 25062 (Common-Cleaner) S 25041 25044 23911 0 -1 4194368 2024 0 0 0 0 0 0 0 20 0 20 0 34797536 19521036288 541866 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
[pid=25044/tid=25063] ppid=25041 vsize=19063512 memory=2167464 CPUtime=0 cores=1,3
/proc/25044/task/25063/stat : 25063 (Timer-0) S 25041 25044 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34797559 19521036288 541866 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
Current children cumulated CPU time: 3406.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2167464 KiB

[startup+3462.3 s]
/proc/loadavg: 3.26 3.66 4.01 4/319 25285
/proc/meminfo: memFree=117267492/131249988 swapFree=33010684/33010684
[pid=25044] ppid=25041 vsize=19063512 memory=2167464 CPUtime=3466.06 cores=1,3
/proc/25044/stat : 25044 (java) S 25041 25044 23911 0 -1 4194304 102067 0 0 0 346140 466 0 0 20 0 20 0 34797532 19521036288 541866 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
/proc/25044/statm: 4765878 541866 5511 1 0 555589 0
[pid=25044/tid=25046] ppid=25041 vsize=19063512 memory=2167464 CPUtime=3430.74 cores=1,3
/proc/25044/task/25046/stat : 25046 (java) R 25041 25044 23911 0 -1 4194368 43979 0 0 0 342713 361 0 0 20 0 20 0 34797533 19521036288 541866 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
[pid=25044/tid=25055] ppid=25041 vsize=19063512 memory=2167464 CPUtime=0 cores=1,3
/proc/25044/task/25055/stat : 25055 (Finalizer) S 25041 25044 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34797536 19521036288 541866 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
[pid=25044/tid=25062] ppid=25041 vsize=19063512 memory=2167464 CPUtime=0 cores=1,3
/proc/25044/task/25062/stat : 25062 (Common-Cleaner) S 25041 25044 23911 0 -1 4194368 2024 0 0 0 0 0 0 0 20 0 20 0 34797536 19521036288 541866 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
[pid=25044/tid=25063] ppid=25041 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/25044/task/25063/stat : 25063 (Timer-0) S 25041 25044 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34797559 19521036288 541866 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
Current children cumulated CPU time: 3466.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2167464 KiB

[startup+3522.3 s]
/proc/loadavg: 3.14 3.55 3.95 4/319 25287
/proc/meminfo: memFree=117185760/131249988 swapFree=33010684/33010684
[pid=25044] ppid=25041 vsize=19063512 memory=2167464 CPUtime=3525.92 cores=1,3
/proc/25044/stat : 25044 (java) S 25041 25044 23911 0 -1 4194304 103702 0 0 0 352118 474 0 0 20 0 20 0 34797532 19521036288 541866 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
/proc/25044/statm: 4765878 541866 5511 1 0 555589 0
[pid=25044/tid=25046] ppid=25041 vsize=19063512 memory=14848 CPUtime=3490.04 cores=1,3
/proc/25044/task/25046/stat : 25046 (java) R 25041 25044 23911 0 -1 4194368 45048 0 0 0 348638 366 0 0 20 0 20 0 34797533 19521036288 541866 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
[pid=25044/tid=25055] ppid=25041 vsize=19063512 memory=23476 CPUtime=0 cores=1,3
/proc/25044/task/25055/stat : 25055 (Finalizer) S 25041 25044 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34797536 19521036288 541866 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
[pid=25044/tid=25062] ppid=25041 vsize=19063512 memory=2167464 CPUtime=0 cores=1,3
/proc/25044/task/25062/stat : 25062 (Common-Cleaner) S 25041 25044 23911 0 -1 4194368 2024 0 0 0 0 0 0 0 20 0 20 0 34797536 19521036288 541866 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
[pid=25044/tid=25063] ppid=25041 vsize=19063512 memory=21872 CPUtime=0 cores=1,3
/proc/25044/task/25063/stat : 25063 (Timer-0) S 25041 25044 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34797559 19521036288 541866 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
Current children cumulated CPU time: 3525.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2167464 KiB

[startup+3582.3 s]
/proc/loadavg: 2.89 3.41 3.88 3/294 25323
/proc/meminfo: memFree=123090036/131249988 swapFree=33010684/33010684
[pid=25044] ppid=25041 vsize=19063512 memory=2167720 CPUtime=3586.13 cores=1,3
/proc/25044/stat : 25044 (java) S 25041 25044 23911 0 -1 4194304 108265 0 0 0 358133 480 0 0 20 0 20 0 34797532 19521036288 541930 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
/proc/25044/statm: 4765878 541930 5511 1 0 555670 0
[pid=25044/tid=25046] ppid=25041 vsize=19063512 memory=14848 CPUtime=3549.64 cores=1,3
/proc/25044/task/25046/stat : 25046 (java) R 25041 25044 23911 0 -1 4194368 47387 0 0 0 354593 371 0 0 20 0 20 0 34797533 19521036288 541930 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
[pid=25044/tid=25055] ppid=25041 vsize=19063512 memory=2167720 CPUtime=0 cores=1,3
/proc/25044/task/25055/stat : 25055 (Finalizer) S 25041 25044 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34797536 19521036288 541930 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
[pid=25044/tid=25062] ppid=25041 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/25044/task/25062/stat : 25062 (Common-Cleaner) S 25041 25044 23911 0 -1 4194368 2074 0 0 0 0 0 0 0 20 0 20 0 34797536 19521036288 541930 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
[pid=25044/tid=25063] ppid=25041 vsize=19063512 memory=17408 CPUtime=0 cores=1,3
/proc/25044/task/25063/stat : 25063 (Timer-0) S 25041 25044 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34797559 19521036288 541930 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
Current children cumulated CPU time: 3586.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2167720 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3596.2 s]
/proc/loadavg: 2.61 3.33 3.84 2/269 25357
/proc/meminfo: memFree=126524624/131249988 swapFree=33010684/33010684
[pid=25044] ppid=25041 vsize=19063512 memory=2167720 CPUtime=3600.07 cores=1,3
/proc/25044/stat : 25044 (java) S 25041 25044 23911 0 -1 4194304 108301 0 0 0 359525 482 0 0 20 0 20 0 34797532 19521036288 541930 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
/proc/25044/statm: 4765878 541930 5511 1 0 555670 0
[pid=25044/tid=25046] ppid=25041 vsize=19063512 memory=2167720 CPUtime=3563.44 cores=1,3
/proc/25044/task/25046/stat : 25046 (java) R 25041 25044 23911 0 -1 4194368 47397 0 0 0 355972 372 0 0 20 0 20 0 34797533 19521036288 541930 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
[pid=25044/tid=25055] ppid=25041 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/25044/task/25055/stat : 25055 (Finalizer) S 25041 25044 23911 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34797536 19521036288 541930 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
[pid=25044/tid=25062] ppid=25041 vsize=19063512 memory=1792 CPUtime=0 cores=1,3
/proc/25044/task/25062/stat : 25062 (Common-Cleaner) S 25041 25044 23911 0 -1 4194368 2074 0 0 0 0 0 0 0 20 0 20 0 34797536 19521036288 541930 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
[pid=25044/tid=25063] ppid=25041 vsize=19063512 memory=198340509722 CPUtime=0 cores=1,3
/proc/25044/task/25063/stat : 25063 (Timer-0) S 25041 25044 23911 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34797559 19521036288 541930 18446744073709551615 94791076478976 94791076482672 140723660165328 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94791076490488 94791076491280 94791097118720 140723660171565 140723660171750 140723660171750 140723660177352 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2167720 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.38 s, system=4.83249 s

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

[startup+3596.3 s]*
/proc/loadavg: 2.61 3.33 3.84 2/251 25360
/proc/meminfo: memFree=128649112/131249988 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3596.31
CPU time (s): 3600.21
CPU user time (s): 3595.38
CPU system time (s): 4.83249
CPU usage (%): 100.108
Max. virtual memory (cumulated for all children) (KiB): 19066936
Max. memory (cumulated for all children) (KiB): 2167720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.38
system time used= 4.83249
maximum resident set size= 2168616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 110910
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2282184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 128278
involuntary context switches= 12490


# summary of solver processes directly reported to runsolver:
#   pid: 25044
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3595.38
#   total CPU system time (s): 4.83249

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.26561 second user time and 18.6247 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-06-29 12:00:00
IDJOB=4509903
IDBENCH=159173
IDSOLVER=3362
FILE ID=nodeC020/4509903-1751191200
RUNJOBID= nodeC020-1751183987-23923
SLURM_JOB_ID= 9587573
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-pmg-14-UNSAT.shuffled-as.sat05-3942.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4509903-1751191200/watcher-4509903-1751191200 -o /tmp/evaluation-result-4509903-1751191200/solver-4509903-1751191200 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751183987-23923 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4509903-1751191200 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4509903-1751191200.opb

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

MD5SUM BENCH= e5c6ae9ee6fd03a9aee6a0d19e002873
RANDOM SEED=284374220

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.889
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.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.478
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.79
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		: 3598.098
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.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.901
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.79
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.897
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.79
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.895
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.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.111
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.79
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.505
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.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        125029280 kB
MemAvailable:   125145612 kB
Buffers:            3280 kB
Cached:           923476 kB
SwapCached:            0 kB
Active:          5018384 kB
Inactive:         616104 kB
Active(anon):    4725860 kB
Inactive(anon):        0 kB
Active(file):     292524 kB
Inactive(file):   616104 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             41400 kB
Writeback:             0 kB
AnonPages:       4710012 kB
Mapped:           122632 kB
Shmem:             18056 kB
KReclaimable:      93884 kB
Slab:             181008 kB
SReclaimable:      93884 kB
SUnreclaim:        87124 kB
KernelStack:        5232 kB
PageTables:        12876 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    7560792 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151480 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4489216 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433064 MiB
End job on nodeC020 at 2025-06-29 12:59:56