Trace number 4452835

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 Partial RoundingSAT 2024 2024-07-12? (TO) 3600.22 3548.73

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP055.shuf-3.opb
MD5SUM55cb808c8f1f2df9d76a318ac560e798
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.449063
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7980
Total number of constraints1597
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints1595
Minimum length of a constraint5
Maximum length of a constraint15
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 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 29
Number of bits of the biggest sum of numbers5
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: ASSIGNED
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Armin Biere (Picosat) restarts strategy
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: ASSIGNED
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Armin Biere (Picosat) restarts strategy
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4452835-1721449785.opb
0.14/0.15	c reading problem ... 
0.14/0.16	c  no objective function found
0.50/0.33	c ... done. Wall clock time 0.175s.
0.50/0.33	c declared #vars     7980
0.50/0.33	c #constraints  1597
0.50/0.33	c constraints type 
0.50/0.33	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1597
0.50/0.33	c 1597 constraints processed.
2.04/1.18	c cleaning 2497 clauses out of 5000 with flag 0/5000
3.80/2.09	c cleaning 4113 clauses out of 8503 with flag 0/11000
5.40/2.99	c cleaning 5417 clauses out of 11390 with flag 0/18000
6.50/4.00	c cleaning 6586 clauses out of 13973 with flag 0/26000
8.13/5.42	c cleaning 7859 clauses out of 16387 with flag 0/35000
10.56/7.87	c cleaning 8887 clauses out of 18528 with flag 0/45000
12.17/9.47	c cleaning 9694 clauses out of 20642 with flag 0/56001
15.34/12.59	c cleaning 10768 clauses out of 22947 with flag 0/68000
17.87/15.10	c cleaning 11821 clauses out of 25179 with flag 0/81000
19.79/16.90	c cleaning 12413 clauses out of 27358 with flag 0/95000
22.49/19.67	c cleaning 13653 clauses out of 29945 with flag 0/110000
25.70/22.85	c cleaning 14726 clauses out of 32292 with flag 0/126000
30.11/27.10	c cleaning 15706 clauses out of 34566 with flag 0/143000
45.21/41.30	c cleaning 16654 clauses out of 36861 with flag 0/161001
49.49/45.55	c cleaning 17653 clauses out of 39206 with flag 0/180000
55.45/51.44	c cleaning 18664 clauses out of 41553 with flag 0/200000
62.76/58.69	c cleaning 19701 clauses out of 43889 with flag 0/221000
105.19/100.97	c cleaning 20678 clauses out of 46188 with flag 0/243000
113.39/109.08	c cleaning 21640 clauses out of 48510 with flag 0/266000
118.77/114.30	c cleaning 22521 clauses out of 50870 with flag 0/290000
156.89/151.96	c cleaning 21684 clauses out of 53349 with flag 0/315000
165.53/160.59	c cleaning 12070 clauses out of 57665 with flag 0/341000
174.02/168.83	c cleaning 22329 clauses out of 72596 with flag 0/368001
180.99/175.68	c cleaning 23504 clauses out of 78266 with flag 0/396000
191.41/185.88	c cleaning 26388 clauses out of 83762 with flag 0/425000
200.89/195.00	c cleaning 26646 clauses out of 87374 with flag 0/455000
212.07/205.99	c cleaning 26845 clauses out of 91728 with flag 0/486000
226.27/219.80	c cleaning 26956 clauses out of 96883 with flag 0/518000
237.35/230.65	c cleaning 30509 clauses out of 102927 with flag 0/551000
368.91/361.46	c cleaning 33294 clauses out of 106420 with flag 0/585002
377.08/369.40	c cleaning 28829 clauses out of 108124 with flag 0/620000
394.02/386.00	c cleaning 30218 clauses out of 115295 with flag 0/656000
406.14/397.72	c cleaning 30343 clauses out of 122077 with flag 0/693000
420.57/411.71	c cleaning 35023 clauses out of 129734 with flag 0/731000
458.61/448.93	c cleaning 27237 clauses out of 133711 with flag 0/770000
497.10/486.82	c cleaning 36229 clauses out of 146475 with flag 0/810001
714.90/703.85	c cleaning 37853 clauses out of 151245 with flag 0/851000
733.57/722.26	c cleaning 37286 clauses out of 155392 with flag 0/893000
766.21/754.20	c cleaning 37313 clauses out of 161107 with flag 0/936001
797.39/784.88	c cleaning 38655 clauses out of 167793 with flag 0/980000
818.50/805.55	c cleaning 37948 clauses out of 174138 with flag 0/1025000
862.88/849.00	c cleaning 41978 clauses out of 182190 with flag 0/1071000
893.00/878.65	c cleaning 40145 clauses out of 187212 with flag 0/1118000
929.06/913.87	c cleaning 36967 clauses out of 195067 with flag 0/1166000
971.40/955.56	c cleaning 41078 clauses out of 207100 with flag 0/1215000
1209.75/1192.07	c cleaning 38972 clauses out of 216022 with flag 0/1265000
1465.11/1446.97	c cleaning 43361 clauses out of 228052 with flag 0/1316002
1491.04/1472.23	c cleaning 43508 clauses out of 236690 with flag 0/1368001
1524.77/1504.96	c cleaning 46133 clauses out of 246181 with flag 0/1421000
1888.32/1866.72	c cleaning 49384 clauses out of 254049 with flag 0/1475001
1923.62/1901.53	c cleaning 45073 clauses out of 259664 with flag 0/1530000
1987.71/1964.51	c cleaning 52906 clauses out of 270591 with flag 0/1586000
2047.04/2022.84	c cleaning 49084 clauses out of 274685 with flag 0/1643000
2095.01/2069.81	c cleaning 50282 clauses out of 283601 with flag 0/1701000
2133.18/2107.06	c cleaning 46967 clauses out of 292320 with flag 0/1760001
2178.21/2150.83	c cleaning 46040 clauses out of 305354 with flag 0/1820002
2235.95/2207.11	c cleaning 49420 clauses out of 320313 with flag 0/1881001
2262.96/2233.48	c cleaning 44435 clauses out of 332893 with flag 0/1943001
2433.67/2402.80	c cleaning 55306 clauses out of 351458 with flag 0/2006001
2579.37/2547.21	c cleaning 57091 clauses out of 360151 with flag 0/2070000
2654.71/2620.94	c cleaning 58038 clauses out of 368060 with flag 0/2135000
2695.32/2660.75	c cleaning 51559 clauses out of 376022 with flag 0/2201000
3018.90/2982.92	c cleaning 61968 clauses out of 391465 with flag 0/2268002
3046.15/3008.42	c cleaning 53551 clauses out of 397495 with flag 0/2336000
3080.88/3041.01	c cleaning 50627 clauses out of 412945 with flag 0/2405001
3166.37/3123.86	c cleaning 50352 clauses out of 432318 with flag 0/2475001
3248.70/3203.13	c cleaning 50445 clauses out of 452965 with flag 0/2546000
3361.35/3313.86	c cleaning 53756 clauses out of 474520 with flag 0/2618000
3427.30/3378.22	c cleaning 65222 clauses out of 493765 with flag 0/2691001
3600.02/3548.61	c starts		: 231
3600.02/3548.61	c conflicts		: 2749255
3600.02/3548.61	c decisions		: 10443437
3600.02/3548.61	c propagations		: 35152710
3600.02/3548.61	c inspects		: 5235408237
3600.02/3548.62	c shortcuts		: 0
3600.02/3548.62	c learnt literals	: 0
3600.02/3548.62	c learnt binary clauses	: 0
3600.02/3548.62	c learnt ternary clauses	: 229
3600.02/3548.62	c learnt constraints	: 2749255
3600.02/3548.62	c ignored constraints	: 0
3600.02/3548.62	c root simplifications	: 0
3600.02/3548.62	c removed literals (reason simplification)	: 0
3600.02/3548.62	c reason swapping (by a shorter reason)	: 0
3600.02/3548.62	c Calls to reduceDB	: 69
3600.02/3548.62	c Number of update (reduction) of LBD	: 181593
3600.02/3548.62	c Imported unit clauses	: 0
3600.02/3548.62	c No decision after first conflict	: false
3600.02/3548.62	c number of reductions to clauses (during analyze)	: 0
3600.02/3548.62	c number of learned constraints concerned by reduction	: 0
3600.02/3548.62	c number of learning phase by resolution	: 0
3600.02/3548.62	c number of learning phase by cutting planes	: 0
3600.02/3548.62	c number of rounding to 1 operations	: 11217764
3600.02/3548.62	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3548.62	c number of reductions of the coefficients by power 2 	: 0
3600.02/3548.62	c number of right shift for reduction by power 2 	: 0
3600.02/3548.62	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3548.62	c number of ending skipping 	: 0
3600.02/3548.62	c number of internal skipping 	: 0
3600.02/3548.62	c number of derivation steps 	: 10757472
3600.02/3548.62	c number of skipped derivation steps 	: 0
3600.02/3548.62	c number of remaining unassigned 	: 57378
3600.02/3548.62	c number of remaining assigned 	: 124492943
3600.02/3548.62	c number of falsified literals weakened from reason	: 0
3600.02/3548.62	c number of falsified literals weakened from conflict	: 0
3600.02/3548.62	c time for arithmetic operations	: 8882196537
3600.02/3548.62	c minimum degree of deleted constraints	: 4
3600.02/3548.62	c maximum degree of deleted constraints	: 13804509873
3600.02/3548.62	c number of deleted constraints	: 2262458
3600.02/3548.63	c speed (assignments/second)	: 9906.966244509314
3600.02/3548.63	c non guided choices	: 2081741
3600.02/3548.64	c timeout
3600.17/3548.70	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 262204
3600.17/3548.70	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 19167
3600.17/3548.70	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 205426
3600.17/3548.70	s UNKNOWN
3600.17/3548.71	c Total wall clock time (in seconds): 3548.556

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: 63931 MiB (53010 MiB free)
  memory of node 1: 64510 MiB (58310 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452835-1721449785/watcher-4452835-1721449785 -o /tmp/evaluation-result-4452835-1721449785/solver-4452835-1721449785 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1721444822-1047790 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4452835-1721449785.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing FSIZE limit: 104857600 KiB
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 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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=1051037, runsolver pid=1051034
Current StackSize limit: 8192 KiB


[startup+0.100083 s]*
/proc/loadavg: 4.15 4.17 4.18 5/330 1051055
/proc/meminfo: memFree=113950900/131524600 swapFree=131071996/131071996
[pid=1051037] ppid=1051034 vsize=18975048 memory=63112 CPUtime=0.14 cores=5,7
/proc/1051037/stat : 1051037 (java) S 1051034 1051037 1047777 0 -1 1077936128 7221 0 0 0 12 2 0 0 20 0 18 0 197138764 19430449152 15778 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
/proc/1051037/statm: 4743762 15778 5686 1 0 549330 0
[pid=1051037/tid=1051039] ppid=1051034 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/1051037/task/1051039/stat : 1051039 (java) R 1051034 1051037 1047777 0 -1 4194368 5752 0 0 0 7 1 0 0 20 0 18 0 197138764 19430449152 15778 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
[pid=1051037/tid=1051048] ppid=1051034 vsize=18975048 memory=237146210664 CPUtime=0 cores=5,7
/proc/1051037/task/1051048/stat : 1051048 (Finalizer) S 1051034 1051037 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 197138767 19430449152 15778 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
[pid=1051037/tid=1051055] ppid=1051034 vsize=18975048 memory=14690799021109405 CPUtime=0 cores=5,7
/proc/1051037/task/1051055/stat : 1051055 (Common-Cleaner) S 1051034 1051037 1047777 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 197138767 19430449152 15778 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63112 KiB

[startup+0.211491 s]*
/proc/loadavg: 4.15 4.17 4.18 7/330 1051055
/proc/meminfo: memFree=113930048/131524600 swapFree=131071996/131071996
[pid=1051037] ppid=1051034 vsize=18975048 memory=87944 CPUtime=0.34 cores=5,7
/proc/1051037/stat : 1051037 (java) S 1051034 1051037 1047777 0 -1 1077936128 7739 0 0 0 32 2 0 0 20 0 18 0 197138764 19430449152 21986 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
/proc/1051037/statm: 4743762 21986 5749 1 0 549662 0
[pid=1051037/tid=1051039] ppid=1051034 vsize=18975048 memory=6876556183782621315 CPUtime=0.19 cores=5,7
/proc/1051037/task/1051039/stat : 1051039 (java) R 1051034 1051037 1047777 0 -1 4194368 6034 0 0 0 17 2 0 0 20 0 18 0 197138764 19430449152 21986 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
[pid=1051037/tid=1051048] ppid=1051034 vsize=18975048 memory=1749866 CPUtime=0 cores=5,7
/proc/1051037/task/1051048/stat : 1051048 (Finalizer) S 1051034 1051037 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 197138767 19430449152 21986 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
[pid=1051037/tid=1051055] ppid=1051034 vsize=18975048 memory=16097074391287456 CPUtime=0 cores=5,7
/proc/1051037/task/1051055/stat : 1051055 (Common-Cleaner) S 1051034 1051037 1047777 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 197138767 19430449152 21986 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 87944 KiB

[startup+0.305852 s]*
/proc/loadavg: 4.15 4.17 4.18 6/331 1051056
/proc/meminfo: memFree=113849548/131524600 swapFree=131071996/131071996
[pid=1051037] ppid=1051034 vsize=19041612 memory=164644 CPUtime=0.5 cores=5,7
/proc/1051037/stat : 1051037 (java) S 1051034 1051037 1047777 0 -1 1077936128 9372 0 0 0 46 4 0 0 20 0 19 0 197138764 19498610688 41161 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
/proc/1051037/statm: 4760403 41161 5887 1 0 550996 0
[pid=1051037/tid=1051039] ppid=1051034 vsize=19041612 memory=-7739820217149253735 CPUtime=0.24 cores=5,7
/proc/1051037/task/1051039/stat : 1051039 (java) R 1051034 1051037 1047777 0 -1 1077936192 6078 0 0 0 21 3 0 0 20 0 19 0 197138764 19498610688 41161 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
[pid=1051037/tid=1051048] ppid=1051034 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1051037/task/1051048/stat : 1051048 (Finalizer) S 1051034 1051037 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 197138767 19498610688 41161 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
[pid=1051037/tid=1051055] ppid=1051034 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1051037/task/1051055/stat : 1051055 (Common-Cleaner) S 1051034 1051037 1047777 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 197138767 19498610688 41161 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 164644 KiB

[startup+0.705491 s]
/proc/loadavg: 4.15 4.17 4.18 7/332 1051057
/proc/meminfo: memFree=113834736/131524600 swapFree=131071996/131071996
[pid=1051037] ppid=1051034 vsize=19108176 memory=188028 CPUtime=1.25 cores=5,7
/proc/1051037/stat : 1051037 (java) S 1051034 1051037 1047777 0 -1 1077936128 16015 0 0 0 119 6 0 0 20 0 20 0 197138764 19566772224 47007 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
/proc/1051037/statm: 4777044 47007 5919 1 0 555786 0
[pid=1051037/tid=1051039] ppid=1051034 vsize=19108176 memory=5448 CPUtime=0.57 cores=5,7
/proc/1051037/task/1051039/stat : 1051039 (java) R 1051034 1051037 1047777 0 -1 4194368 6169 0 0 0 54 3 0 0 20 0 20 0 197138764 19566772224 47007 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
[pid=1051037/tid=1051048] ppid=1051034 vsize=19108176 memory=12740 CPUtime=0 cores=5,7
/proc/1051037/task/1051048/stat : 1051048 (Finalizer) S 1051034 1051037 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197138767 19566772224 47007 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
[pid=1051037/tid=1051055] ppid=1051034 vsize=19108176 memory=164 CPUtime=0 cores=5,7
/proc/1051037/task/1051055/stat : 1051055 (Common-Cleaner) S 1051034 1051037 1047777 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 197138767 19566772224 47007 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
[pid=1051037/tid=1051057] ppid=1051034 vsize=19108176 memory=117636 CPUtime=0 cores=5,7
/proc/1051037/task/1051057/stat : 1051057 (Timer-0) S 1051034 1051037 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197138797 19566772224 47007 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 188028 KiB

[startup+1.5005 s]
/proc/loadavg: 4.15 4.17 4.18 7/332 1051057
/proc/meminfo: memFree=113749432/131524600 swapFree=131071996/131071996
[pid=1051037] ppid=1051034 vsize=19108176 memory=715400 CPUtime=2.81 cores=5,7
/proc/1051037/stat : 1051037 (java) S 1051034 1051037 1047777 0 -1 1077936128 16504 0 0 0 264 17 0 0 20 0 20 0 197138764 19566772224 178850 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
/proc/1051037/statm: 4777044 178850 5919 1 0 555842 0
[pid=1051037/tid=1051039] ppid=1051034 vsize=19108176 memory=12740 CPUtime=1.32 cores=5,7
/proc/1051037/task/1051039/stat : 1051039 (java) R 1051034 1051037 1047777 0 -1 4194368 6493 0 0 0 118 14 0 0 20 0 20 0 197138764 19566772224 178850 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
[pid=1051037/tid=1051048] ppid=1051034 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1051037/task/1051048/stat : 1051048 (Finalizer) S 1051034 1051037 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197138767 19566772224 178850 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
[pid=1051037/tid=1051055] ppid=1051034 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1051037/task/1051055/stat : 1051055 (Common-Cleaner) S 1051034 1051037 1047777 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 197138767 19566772224 178850 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
[pid=1051037/tid=1051057] ppid=1051034 vsize=19108176 memory=279391783527696 CPUtime=0 cores=5,7
/proc/1051037/task/1051057/stat : 1051057 (Timer-0) S 1051034 1051037 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197138797 19566772224 178850 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 715400 KiB

[startup+3.106 s]
/proc/loadavg: 4.30 4.20 4.19 7/332 1051057
/proc/meminfo: memFree=112175532/131524600 swapFree=131071996/131071996
[pid=1051037] ppid=1051034 vsize=19108176 memory=1834844 CPUtime=5.68 cores=5,7
/proc/1051037/stat : 1051037 (java) S 1051034 1051037 1047777 0 -1 1077936128 17968 0 0 0 528 40 0 0 20 0 20 0 197138764 19566772224 458711 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
/proc/1051037/statm: 4777044 458711 5919 1 0 835818 0
[pid=1051037/tid=1051039] ppid=1051034 vsize=19108176 memory=0 CPUtime=2.85 cores=5,7
/proc/1051037/task/1051039/stat : 1051039 (java) R 1051034 1051037 1047777 0 -1 4194368 7013 0 0 0 249 36 0 0 20 0 20 0 197138764 19566772224 458711 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
[pid=1051037/tid=1051048] ppid=1051034 vsize=19108176 memory=12740 CPUtime=0 cores=5,7
/proc/1051037/task/1051048/stat : 1051048 (Finalizer) S 1051034 1051037 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197138767 19566772224 458711 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
[pid=1051037/tid=1051055] ppid=1051034 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1051037/task/1051055/stat : 1051055 (Common-Cleaner) S 1051034 1051037 1047777 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 197138767 19566772224 458711 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
[pid=1051037/tid=1051057] ppid=1051034 vsize=19108176 memory=11400 CPUtime=0 cores=5,7
/proc/1051037/task/1051057/stat : 1051057 (Timer-0) S 1051034 1051037 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197138797 19566772224 458711 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
Current children cumulated CPU time: 5.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1834844 KiB

[startup+6.30029 s]
/proc/loadavg: 4.30 4.20 4.19 5/333 1051116
/proc/meminfo: memFree=112010568/131524600 swapFree=131071996/131071996
[pid=1051037] ppid=1051034 vsize=19108176 memory=1998948 CPUtime=9.04 cores=5,7
/proc/1051037/stat : 1051037 (java) S 1051034 1051037 1047777 0 -1 1077936128 18558 0 0 0 861 43 0 0 20 0 20 0 197138764 19566772224 499737 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
/proc/1051037/statm: 4777044 499737 5919 1 0 835824 0
[pid=1051037/tid=1051039] ppid=1051034 vsize=19108176 memory=12740 CPUtime=5.96 cores=5,7
/proc/1051037/task/1051039/stat : 1051039 (java) R 1051034 1051037 1047777 0 -1 4194368 7479 0 0 0 558 38 0 0 20 0 20 0 197138764 19566772224 499737 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
[pid=1051037/tid=1051048] ppid=1051034 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1051037/task/1051048/stat : 1051048 (Finalizer) S 1051034 1051037 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197138767 19566772224 499737 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
[pid=1051037/tid=1051055] ppid=1051034 vsize=19108176 memory=832580 CPUtime=0 cores=5,7
/proc/1051037/task/1051055/stat : 1051055 (Common-Cleaner) S 1051034 1051037 1047777 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 197138767 19566772224 499737 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
[pid=1051037/tid=1051057] ppid=1051034 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1051037/task/1051057/stat : 1051057 (Timer-0) S 1051034 1051037 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197138797 19566772224 499737 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
Current children cumulated CPU time: 9.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1998948 KiB

[startup+12.7003 s]
/proc/loadavg: 4.25 4.19 4.18 5/333 1051116
/proc/meminfo: memFree=111996284/131524600 swapFree=131071996/131071996
[pid=1051037] ppid=1051034 vsize=19108176 memory=2009520 CPUtime=15.54 cores=5,7
/proc/1051037/stat : 1051037 (java) S 1051034 1051037 1047777 0 -1 1077936128 23925 0 0 0 1510 44 0 0 20 0 20 0 197138764 19566772224 502380 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
/proc/1051037/statm: 4777044 502380 5935 1 0 835824 0
[pid=1051037/tid=1051039] ppid=1051034 vsize=19108176 memory=0 CPUtime=12.26 cores=5,7
/proc/1051037/task/1051039/stat : 1051039 (java) R 1051034 1051037 1047777 0 -1 4194368 8724 0 0 0 1187 39 0 0 20 0 20 0 197138764 19566772224 502380 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
[pid=1051037/tid=1051048] ppid=1051034 vsize=19108176 memory=-7739820217149253735 CPUtime=0 cores=5,7
/proc/1051037/task/1051048/stat : 1051048 (Finalizer) S 1051034 1051037 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197138767 19566772224 502380 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
[pid=1051037/tid=1051055] ppid=1051034 vsize=19108176 memory=2248 CPUtime=0 cores=5,7
/proc/1051037/task/1051055/stat : 1051055 (Common-Cleaner) S 1051034 1051037 1047777 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 197138767 19566772224 502380 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
[pid=1051037/tid=1051057] ppid=1051034 vsize=19108176 memory=11400 CPUtime=0 cores=5,7
/proc/1051037/task/1051057/stat : 1051057 (Timer-0) S 1051034 1051037 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197138797 19566772224 502380 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
Current children cumulated CPU time: 15.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2009520 KiB

[startup+25.5003 s]
/proc/loadavg: 4.29 4.20 4.19 5/333 1051118
/proc/meminfo: memFree=111967416/131524600 swapFree=131071996/131071996
[pid=1051037] ppid=1051034 vsize=19108176 memory=2030248 CPUtime=28.52 cores=5,7
/proc/1051037/stat : 1051037 (java) S 1051034 1051037 1047777 0 -1 1077936128 25731 0 0 0 2806 46 0 0 20 0 20 0 197138764 19566772224 507562 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
/proc/1051037/statm: 4777044 507562 5951 1 0 835840 0
[pid=1051037/tid=1051039] ppid=1051034 vsize=19108176 memory=11400 CPUtime=24.7 cores=5,7
/proc/1051037/task/1051039/stat : 1051039 (java) R 1051034 1051037 1047777 0 -1 4194368 9663 0 0 0 2431 39 0 0 20 0 20 0 197138764 19566772224 507562 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
[pid=1051037/tid=1051048] ppid=1051034 vsize=19108176 memory=11400 CPUtime=0 cores=5,7
/proc/1051037/task/1051048/stat : 1051048 (Finalizer) S 1051034 1051037 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197138767 19566772224 507562 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
[pid=1051037/tid=1051055] ppid=1051034 vsize=19108176 memory=1998948 CPUtime=0 cores=5,7
/proc/1051037/task/1051055/stat : 1051055 (Common-Cleaner) S 1051034 1051037 1047777 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 197138767 19566772224 507562 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
[pid=1051037/tid=1051057] ppid=1051034 vsize=19108176 memory=279391783474480 CPUtime=0 cores=5,7
/proc/1051037/task/1051057/stat : 1051057 (Timer-0) S 1051034 1051037 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197138797 19566772224 507562 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
Current children cumulated CPU time: 28.52 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2030248 KiB

[startup+51.1059 s]
/proc/loadavg: 4.39 4.23 4.20 5/333 1051122
/proc/meminfo: memFree=111914304/131524600 swapFree=131071996/131071996
[pid=1051037] ppid=1051034 vsize=19108176 memory=2074816 CPUtime=55.16 cores=5,7
/proc/1051037/stat : 1051037 (java) S 1051034 1051037 1047777 0 -1 1077936128 43982 0 0 0 5465 51 0 0 20 0 20 0 197138764 19566772224 518704 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
/proc/1051037/statm: 4777044 518704 5951 1 0 838711 0
[pid=1051037/tid=1051039] ppid=1051034 vsize=19108176 memory=2068504 CPUtime=49.69 cores=5,7
/proc/1051037/task/1051039/stat : 1051039 (java) R 1051034 1051037 1047777 0 -1 4194368 13503 0 0 0 4929 40 0 0 20 0 20 0 197138764 19566772224 518704 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
[pid=1051037/tid=1051048] ppid=1051034 vsize=19108176 memory=279391784224128 CPUtime=0 cores=5,7
/proc/1051037/task/1051048/stat : 1051048 (Finalizer) S 1051034 1051037 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197138767 19566772224 518704 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0

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

[startup+3222.3 s]
/proc/loadavg: 4.09 4.25 4.29 5/332 1052487
/proc/meminfo: memFree=114322892/131524600 swapFree=131071996/131071996
[pid=1051037] ppid=1051034 vsize=19108176 memory=6146296 CPUtime=3268.57 cores=5,7
/proc/1051037/stat : 1051037 (java) S 1051034 1051037 1047777 0 -1 1077936128 329119 0 0 0 326525 332 0 0 20 0 20 0 197138764 19566772224 1536574 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
/proc/1051037/statm: 4777044 1536574 5951 1 0 1550843 0
[pid=1051037/tid=1051039] ppid=1051034 vsize=19108176 memory=6124292 CPUtime=3150.99 cores=5,7
/proc/1051037/task/1051039/stat : 1051039 (java) R 1051034 1051037 1047777 0 -1 4194368 156089 0 0 0 314976 123 0 0 20 0 20 0 197138764 19566772224 1536574 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 41 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
[pid=1051037/tid=1051048] ppid=1051034 vsize=19108176 memory=-7739820217149253735 CPUtime=0 cores=5,7
/proc/1051037/task/1051048/stat : 1051048 (Finalizer) S 1051034 1051037 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197138767 19566772224 1536574 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
[pid=1051037/tid=1051055] ppid=1051034 vsize=19108176 memory=279391783922224 CPUtime=0 cores=5,7
/proc/1051037/task/1051055/stat : 1051055 (Common-Cleaner) S 1051034 1051037 1047777 0 -1 1077936192 3714 0 0 0 0 0 0 0 20 0 20 0 197138767 19566772224 1536574 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
[pid=1051037/tid=1051057] ppid=1051034 vsize=19108176 memory=11400 CPUtime=0 cores=5,7
/proc/1051037/task/1051057/stat : 1051057 (Timer-0) S 1051034 1051037 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197138797 19566772224 1536574 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
Current children cumulated CPU time: 3268.57 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6146296 KiB

[startup+3282.3 s]
/proc/loadavg: 4.19 4.26 4.28 5/332 1052500
/proc/meminfo: memFree=114321512/131524600 swapFree=131071996/131071996
[pid=1051037] ppid=1051034 vsize=19108176 memory=6146384 CPUtime=3329.67 cores=5,7
/proc/1051037/stat : 1051037 (java) S 1051034 1051037 1047777 0 -1 1077936128 334008 0 0 0 332631 336 0 0 20 0 20 0 197138764 19566772224 1536596 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
/proc/1051037/statm: 4777044 1536596 5951 1 0 1550843 0
[pid=1051037/tid=1051039] ppid=1051034 vsize=19108176 memory=6146384 CPUtime=3209.71 cores=5,7
/proc/1051037/task/1051039/stat : 1051039 (java) R 1051034 1051037 1047777 0 -1 4194368 158089 0 0 0 320848 123 0 0 20 0 20 0 197138764 19566772224 1536596 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 41 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
[pid=1051037/tid=1051048] ppid=1051034 vsize=19108176 memory=6146384 CPUtime=0 cores=5,7
/proc/1051037/task/1051048/stat : 1051048 (Finalizer) S 1051034 1051037 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197138767 19566772224 1536596 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
[pid=1051037/tid=1051055] ppid=1051034 vsize=19108176 memory=3368 CPUtime=0 cores=5,7
/proc/1051037/task/1051055/stat : 1051055 (Common-Cleaner) S 1051034 1051037 1047777 0 -1 1077936192 3714 0 0 0 0 0 0 0 20 0 20 0 197138767 19566772224 1536596 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
[pid=1051037/tid=1051057] ppid=1051034 vsize=19108176 memory=6146384 CPUtime=0 cores=5,7
/proc/1051037/task/1051057/stat : 1051057 (Timer-0) S 1051034 1051037 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197138797 19566772224 1536596 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
Current children cumulated CPU time: 3329.67 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6146384 KiB

[startup+3342.3 s]
/proc/loadavg: 4.22 4.25 4.28 5/332 1052894
/proc/meminfo: memFree=114320836/131524600 swapFree=131071996/131071996
[pid=1051037] ppid=1051034 vsize=19108176 memory=6146432 CPUtime=3390.48 cores=5,7
/proc/1051037/stat : 1051037 (java) S 1051034 1051037 1047777 0 -1 1077936128 337249 0 0 0 338708 340 0 0 20 0 20 0 197138764 19566772224 1536608 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
/proc/1051037/statm: 4777044 1536608 5951 1 0 1550846 0
[pid=1051037/tid=1051039] ppid=1051034 vsize=19108176 memory=6146384 CPUtime=3268.41 cores=5,7
/proc/1051037/task/1051039/stat : 1051039 (java) R 1051034 1051037 1047777 0 -1 4194368 158627 0 0 0 326718 123 0 0 20 0 20 0 197138764 19566772224 1536608 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 41 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
[pid=1051037/tid=1051048] ppid=1051034 vsize=19108176 memory=6146428 CPUtime=0 cores=5,7
/proc/1051037/task/1051048/stat : 1051048 (Finalizer) S 1051034 1051037 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197138767 19566772224 1536608 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
[pid=1051037/tid=1051055] ppid=1051034 vsize=19108176 memory=16160 CPUtime=0 cores=5,7
/proc/1051037/task/1051055/stat : 1051055 (Common-Cleaner) S 1051034 1051037 1047777 0 -1 1077936192 3810 0 0 0 0 0 0 0 20 0 20 0 197138767 19566772224 1536608 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
[pid=1051037/tid=1051057] ppid=1051034 vsize=19108176 memory=6146432 CPUtime=0 cores=5,7
/proc/1051037/task/1051057/stat : 1051057 (Timer-0) S 1051034 1051037 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197138797 19566772224 1536608 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
Current children cumulated CPU time: 3390.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6146432 KiB

[startup+3402.3 s]
/proc/loadavg: 4.29 4.27 4.28 5/332 1052904
/proc/meminfo: memFree=114319712/131524600 swapFree=131071996/131071996
[pid=1051037] ppid=1051034 vsize=19108176 memory=6146724 CPUtime=3452.5 cores=5,7
/proc/1051037/stat : 1051037 (java) S 1051034 1051037 1047777 0 -1 1077936128 341229 0 0 0 344908 342 0 0 20 0 20 0 197138764 19566772224 1536681 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
/proc/1051037/statm: 4777044 1536681 5951 1 0 1550926 0
[pid=1051037/tid=1051039] ppid=1051034 vsize=19108176 memory=6146428 CPUtime=3326.33 cores=5,7
/proc/1051037/task/1051039/stat : 1051039 (java) R 1051034 1051037 1047777 0 -1 4194368 159772 0 0 0 332510 123 0 0 20 0 20 0 197138764 19566772224 1536681 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 46 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
[pid=1051037/tid=1051048] ppid=1051034 vsize=19108176 memory=11400 CPUtime=0 cores=5,7
/proc/1051037/task/1051048/stat : 1051048 (Finalizer) S 1051034 1051037 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197138767 19566772224 1536681 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
[pid=1051037/tid=1051055] ppid=1051034 vsize=19108176 memory=11400 CPUtime=0 cores=5,7
/proc/1051037/task/1051055/stat : 1051055 (Common-Cleaner) S 1051034 1051037 1047777 0 -1 1077936192 3810 0 0 0 0 0 0 0 20 0 20 0 197138767 19566772224 1536681 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
[pid=1051037/tid=1051057] ppid=1051034 vsize=19108176 memory=6146444 CPUtime=0 cores=5,7
/proc/1051037/task/1051057/stat : 1051057 (Timer-0) S 1051034 1051037 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197138797 19566772224 1536681 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
Current children cumulated CPU time: 3452.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6146724 KiB

[startup+3462.3 s]
/proc/loadavg: 4.28 4.27 4.27 5/332 1052915
/proc/meminfo: memFree=114318676/131524600 swapFree=131071996/131071996
[pid=1051037] ppid=1051034 vsize=19108176 memory=6146816 CPUtime=3513.23 cores=5,7
/proc/1051037/stat : 1051037 (java) S 1051034 1051037 1047777 0 -1 1077936128 345793 0 0 0 350978 345 0 0 20 0 20 0 197138764 19566772224 1536704 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
/proc/1051037/statm: 4777044 1536704 5951 1 0 1550926 0
[pid=1051037/tid=1051039] ppid=1051034 vsize=19108176 memory=6146428 CPUtime=3385.19 cores=5,7
/proc/1051037/task/1051039/stat : 1051039 (java) R 1051034 1051037 1047777 0 -1 4194368 161637 0 0 0 338395 124 0 0 20 0 20 0 197138764 19566772224 1536704 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 48 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
[pid=1051037/tid=1051048] ppid=1051034 vsize=19108176 memory=11400 CPUtime=0 cores=5,7
/proc/1051037/task/1051048/stat : 1051048 (Finalizer) S 1051034 1051037 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197138767 19566772224 1536704 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
[pid=1051037/tid=1051055] ppid=1051034 vsize=19108176 memory=6146816 CPUtime=0 cores=5,7
/proc/1051037/task/1051055/stat : 1051055 (Common-Cleaner) S 1051034 1051037 1047777 0 -1 1077936192 3810 0 0 0 0 0 0 0 20 0 20 0 197138767 19566772224 1536704 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
[pid=1051037/tid=1051057] ppid=1051034 vsize=19108176 memory=6146816 CPUtime=0 cores=5,7
/proc/1051037/task/1051057/stat : 1051057 (Timer-0) S 1051034 1051037 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197138797 19566772224 1536704 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
Current children cumulated CPU time: 3513.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6146816 KiB

[startup+3522.3 s]
/proc/loadavg: 4.24 4.26 4.27 5/333 1053094
/proc/meminfo: memFree=114317972/131524600 swapFree=131071996/131071996
[pid=1051037] ppid=1051034 vsize=19108176 memory=6146816 CPUtime=3573.59 cores=5,7
/proc/1051037/stat : 1051037 (java) S 1051034 1051037 1047777 0 -1 1077936128 346279 0 0 0 357010 349 0 0 20 0 20 0 197138764 19566772224 1536704 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
/proc/1051037/statm: 4777044 1536704 5951 1 0 1550926 0
[pid=1051037/tid=1051039] ppid=1051034 vsize=19108176 memory=12740 CPUtime=3444.41 cores=5,7
/proc/1051037/task/1051039/stat : 1051039 (java) R 1051034 1051037 1047777 0 -1 4194368 161820 0 0 0 344317 124 0 0 20 0 20 0 197138764 19566772224 1536704 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 48 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
[pid=1051037/tid=1051048] ppid=1051034 vsize=19108176 memory=16160 CPUtime=0 cores=5,7
/proc/1051037/task/1051048/stat : 1051048 (Finalizer) S 1051034 1051037 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197138767 19566772224 1536704 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
[pid=1051037/tid=1051055] ppid=1051034 vsize=19108176 memory=6146816 CPUtime=0 cores=5,7
/proc/1051037/task/1051055/stat : 1051055 (Common-Cleaner) S 1051034 1051037 1047777 0 -1 1077936192 3906 0 0 0 0 0 0 0 20 0 20 0 197138767 19566772224 1536704 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
[pid=1051037/tid=1051057] ppid=1051034 vsize=19108176 memory=6146816 CPUtime=0 cores=5,7
/proc/1051037/task/1051057/stat : 1051057 (Timer-0) S 1051034 1051037 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197138797 19566772224 1536704 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
Current children cumulated CPU time: 3573.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6146816 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3548.6 s]
/proc/loadavg: 4.22 4.25 4.27 5/333 1053100
/proc/meminfo: memFree=114317272/131524600 swapFree=131071996/131071996
[pid=1051037] ppid=1051034 vsize=19108176 memory=6146816 CPUtime=3600.02 cores=5,7
/proc/1051037/stat : 1051037 (java) S 1051034 1051037 1047777 0 -1 1077936128 346561 0 0 0 359652 350 0 0 20 0 20 0 197138764 19566772224 1536704 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
/proc/1051037/statm: 4777044 1536704 5951 1 0 1550926 0
[pid=1051037/tid=1051039] ppid=1051034 vsize=19108176 memory=2736 CPUtime=3470.44 cores=5,7
/proc/1051037/task/1051039/stat : 1051039 (java) R 1051034 1051037 1047777 0 -1 4194368 162071 0 0 0 346920 124 0 0 20 0 20 0 197138764 19566772224 1536704 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 48 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
[pid=1051037/tid=1051048] ppid=1051034 vsize=19108176 memory=6146816 CPUtime=0 cores=5,7
/proc/1051037/task/1051048/stat : 1051048 (Finalizer) S 1051034 1051037 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197138767 19566772224 1536704 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
[pid=1051037/tid=1051055] ppid=1051034 vsize=19108176 memory=6146816 CPUtime=0 cores=5,7
/proc/1051037/task/1051055/stat : 1051055 (Common-Cleaner) S 1051034 1051037 1047777 0 -1 1077936192 3907 0 0 0 0 0 0 0 20 0 20 0 197138767 19566772224 1536704 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
[pid=1051037/tid=1051057] ppid=1051034 vsize=19108176 memory=2720 CPUtime=0 cores=5,7
/proc/1051037/task/1051057/stat : 1051057 (Timer-0) S 1051034 1051037 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197138797 19566772224 1536704 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6146816 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.68 s, system=3.53318 s

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

[startup+3548.71 s]
/proc/loadavg: 4.22 4.25 4.27 5/333 1053100
/proc/meminfo: memFree=114317272/131524600 swapFree=131071996/131071996
[pid=1051037] ppid=1051034 vsize=19307868 memory=6147520 CPUtime=3600.17 cores=5,7
/proc/1051037/stat : 1051037 (java) S 1051034 1051037 1047777 0 -1 1077936128 350207 0 0 0 359667 350 0 0 20 0 21 0 197138764 19771256832 1536880 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
/proc/1051037/statm: 4826967 1536880 5950 1 0 1551829 0
[pid=1051037/tid=1051039] ppid=1051034 vsize=19307868 memory=6146816 CPUtime=3470.45 cores=5,7
/proc/1051037/task/1051039/stat : 1051039 (java) S 1051034 1051037 1047777 0 -1 1077936192 162309 0 0 0 346921 124 0 0 20 0 21 0 197138764 19771256832 1536880 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 48 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
[pid=1051037/tid=1051048] ppid=1051034 vsize=19307868 memory=6146816 CPUtime=0 cores=5,7
/proc/1051037/task/1051048/stat : 1051048 (Finalizer) S 1051034 1051037 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 197138767 19771256832 1536880 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
[pid=1051037/tid=1051055] ppid=1051034 vsize=19307868 memory=6146816 CPUtime=0 cores=5,7
/proc/1051037/task/1051055/stat : 1051055 (Common-Cleaner) S 1051034 1051037 1047777 0 -1 1077936192 3907 0 0 0 0 0 0 0 20 0 21 0 197138767 19771256832 1536880 134679101440 94534736814080 94534736817776 140733686766416 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94534736825592 94534736826384 94534739181568 140733686768622 140733686768735 140733686768735 140733686775752 0
Current children cumulated CPU time: 3600.17 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 6147520 KiB

Child status: 143

Real time (s): 3548.73
CPU time (s): 3600.22
CPU user time (s): 3596.68
CPU system time (s): 3.53318
CPU usage (%): 101.451
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 6147520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.68
system time used= 3.53318
maximum resident set size= 6148504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 350500
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 147711
involuntary context switches= 12018


# summary of solver processes directly reported to runsolver:
#   pid: 1051037
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3596.68
#   total CPU system time (s): 3.53318

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.84771 second user time and 19.372 second system time

The end

Launcher Data

Begin job on nodeC015 at 2024-07-20 06:29:58
IDJOB=4452835
IDBENCH=165335
IDSOLVER=3046
FILE ID=nodeC015/4452835-1721449785
RUNJOBID= nodeC015-1721444822-1047790
SLURM_JOB_ID= 7545658
Free space on /tmp= 890076 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP055.shuf-3.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452835-1721449785/watcher-4452835-1721449785 -o /tmp/evaluation-result-4452835-1721449785/solver-4452835-1721449785 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1721444822-1047790 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4452835-1721449785.opb

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

MD5SUM BENCH= 55cb808c8f1f2df9d76a318ac560e798
RANDOM SEED=392449815

nodeC015.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 3641.315
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.61
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		: 3675.769
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.25
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.825
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.61
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		: 3612.354
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.25
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		: 3641.474
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.61
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		: 3650.993
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.25
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.815
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.61
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		: 3636.736
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.25
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        113992828 kB
MemAvailable:   115283808 kB
Buffers:          548160 kB
Cached:          1576904 kB
SwapCached:            0 kB
Active:          1706544 kB
Inactive:       15158872 kB
Active(anon):       1572 kB
Inactive(anon): 14784688 kB
Active(file):    1704972 kB
Inactive(file):   374184 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1184 kB
Writeback:             0 kB
AnonPages:      14738332 kB
Mapped:           128028 kB
Shmem:             45912 kB
KReclaimable:     102940 kB
Slab:             216548 kB
SReclaimable:     102940 kB
SUnreclaim:       113608 kB
KernelStack:        5088 kB
PageTables:        39136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   17017584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            68224 kB
HardwareCorrupted:     0 kB
AnonHugePages:  14471168 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      291540 kB
DirectMap2M:    38279168 kB
DirectMap1G:    97517568 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC015 at 2024-07-20 07:29:07