Trace number 4452745

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.29 3569.93

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP115.shuf-1.opb
MD5SUMa3c218acab88c9e5abe907b008036492
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 benchmark8.83428
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables33930
Total number of constraints6787
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)12
Number of constraints which are nor clauses,nor cardinality constraints6775
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.09	c Free memory 		2106806208
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.16	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	 - never skip resolution steps
0.13/0.16	 - Auto-division on coefficients is disabled
0.13/0.16	 - No postprocessing
0.13/0.16	 - Conflict is considered as is when resolving
0.13/0.16	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.16	 - Weaken first using unassigned literals
0.13/0.16	 - Bump strategy: ALWAYS_ONE
0.13/0.16	 - Bumper: ASSIGNED
0.13/0.16	--- Begin Solver configuration ---
0.13/0.16	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.16	Learn all clauses as in MiniSAT
0.13/0.16	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	No reason simplification
0.13/0.16	Armin Biere (Picosat) restarts strategy
0.13/0.16	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.16	timeout=2147483s
0.13/0.16	DB Simplification allowed=false
0.13/0.16	Listener: none
0.13/0.16	--- End Solver configuration ---
0.13/0.16	c Pseudo Boolean Optimization by upper bound
0.13/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	c  - never skip resolution steps
0.13/0.16	c  - Auto-division on coefficients is disabled
0.13/0.16	c  - No postprocessing
0.13/0.16	c  - Conflict is considered as is when resolving
0.13/0.16	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.16	c  - Weaken first using unassigned literals
0.13/0.16	c  - Bump strategy: ALWAYS_ONE
0.13/0.16	c  - Bumper: ASSIGNED
0.13/0.16	c --- Begin Solver configuration ---
0.13/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.16	c Learn all clauses as in MiniSAT
0.13/0.16	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	c No reason simplification
0.13/0.16	c Armin Biere (Picosat) restarts strategy
0.13/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.16	c timeout=2147483s
0.13/0.16	c DB Simplification allowed=false
0.13/0.16	c Listener: none
0.13/0.16	c --- End Solver configuration ---
0.13/0.16	c solving HOME/instance-4452745-1721448408.opb
0.13/0.16	c reading problem ... 
0.13/0.16	c  no objective function found
1.42/0.89	c ... done. Wall clock time 0.725s.
1.42/0.89	c declared #vars     33930
1.42/0.89	c #constraints  6787
1.42/0.89	c constraints type 
1.42/0.89	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 6787
1.42/0.89	c 6787 constraints processed.
4.33/2.30	c cleaning 2474 clauses out of 5000 with flag 0/5000
6.30/3.34	c cleaning 4236 clauses out of 8528 with flag 0/11002
7.51/4.31	c cleaning 5545 clauses out of 11291 with flag 0/18001
9.24/5.98	c cleaning 6785 clauses out of 13745 with flag 0/26000
11.37/7.96	c cleaning 7840 clauses out of 15960 with flag 0/35000
13.18/9.71	c cleaning 8691 clauses out of 18120 with flag 0/45000
15.32/11.84	c cleaning 9704 clauses out of 20430 with flag 0/56001
18.88/15.35	c cleaning 10710 clauses out of 22726 with flag 0/68001
21.27/17.60	c cleaning 11684 clauses out of 25015 with flag 0/81000
24.39/20.76	c cleaning 12714 clauses out of 27332 with flag 0/95001
27.34/23.68	c cleaning 13694 clauses out of 29617 with flag 0/110000
32.97/29.29	c cleaning 14744 clauses out of 31923 with flag 0/126000
43.82/39.93	c cleaning 16078 clauses out of 34179 with flag 0/143000
52.79/48.80	c cleaning 16800 clauses out of 36101 with flag 0/161000
56.94/52.91	c cleaning 17713 clauses out of 38302 with flag 0/180001
62.57/58.54	c cleaning 18640 clauses out of 40589 with flag 0/200001
81.93/77.89	c cleaning 19744 clauses out of 42948 with flag 0/221000
87.38/83.23	c cleaning 20557 clauses out of 45204 with flag 0/243000
96.12/91.81	c cleaning 21719 clauses out of 47647 with flag 0/266000
107.73/103.34	c cleaning 22616 clauses out of 49928 with flag 0/290000
129.67/125.01	c cleaning 22807 clauses out of 52312 with flag 0/315000
137.71/132.99	c cleaning 23095 clauses out of 55505 with flag 0/341000
151.01/146.13	c cleaning 23988 clauses out of 59410 with flag 0/368000
170.87/165.77	c cleaning 25557 clauses out of 63424 with flag 0/396002
187.82/182.47	c cleaning 27186 clauses out of 66865 with flag 0/425000
200.26/194.62	c cleaning 26914 clauses out of 69679 with flag 0/455000
291.62/285.78	c cleaning 28719 clauses out of 73765 with flag 0/486000
416.44/410.04	c cleaning 30872 clauses out of 77046 with flag 0/518000
675.48/669.09	c cleaning 31991 clauses out of 79174 with flag 0/551000
733.54/726.67	c cleaning 31381 clauses out of 81183 with flag 0/585000
743.73/736.66	c cleaning 30328 clauses out of 84802 with flag 0/620000
760.40/753.02	c cleaning 31307 clauses out of 90474 with flag 0/656000
815.68/807.80	c cleaning 34056 clauses out of 96167 with flag 0/693000
837.96/829.83	c cleaning 33643 clauses out of 100111 with flag 0/731000
907.83/898.81	c cleaning 35158 clauses out of 105469 with flag 0/770001
944.90/935.40	c cleaning 34706 clauses out of 110310 with flag 0/810000
1045.65/1035.41	c cleaning 35637 clauses out of 116605 with flag 0/851001
1070.78/1060.35	c cleaning 36495 clauses out of 122967 with flag 0/893000
1091.69/1080.85	c cleaning 38483 clauses out of 129473 with flag 0/936001
1111.33/1100.15	c cleaning 38828 clauses out of 134989 with flag 0/980000
1552.01/1540.72	c cleaning 41490 clauses out of 141161 with flag 0/1025000
1579.30/1567.57	c cleaning 41867 clauses out of 145671 with flag 0/1071000
1636.99/1624.51	c cleaning 41885 clauses out of 150804 with flag 0/1118000
1670.37/1657.35	c cleaning 43075 clauses out of 156919 with flag 0/1166000
1726.58/1712.86	c cleaning 45491 clauses out of 162844 with flag 0/1215000
1760.92/1746.56	c cleaning 43676 clauses out of 167354 with flag 0/1265001
2002.93/1987.41	c cleaning 46476 clauses out of 174677 with flag 0/1316000
2033.35/2017.18	c cleaning 45731 clauses out of 180201 with flag 0/1368000
2054.15/2037.13	c cleaning 46867 clauses out of 187470 with flag 0/1421000
2100.17/2082.33	c cleaning 50461 clauses out of 194605 with flag 0/1475002
2154.49/2135.92	c cleaning 48499 clauses out of 199143 with flag 0/1530001
2232.62/2213.00	c cleaning 45703 clauses out of 206643 with flag 0/1586000
2294.99/2274.58	c cleaning 48922 clauses out of 217940 with flag 0/1643000
2434.11/2412.75	c cleaning 51160 clauses out of 227018 with flag 0/1701000
2511.34/2489.23	c cleaning 53799 clauses out of 234858 with flag 0/1760000
2624.56/2600.51	c cleaning 51888 clauses out of 241059 with flag 0/1820000
2807.95/2782.47	c cleaning 56933 clauses out of 250171 with flag 0/1881000
3068.34/3041.99	c cleaning 58322 clauses out of 255238 with flag 0/1943000
3110.11/3082.93	c cleaning 55716 clauses out of 259916 with flag 0/2006000
3150.96/3122.92	c cleaning 55199 clauses out of 268200 with flag 0/2070000
3177.51/3148.71	c cleaning 58276 clauses out of 278001 with flag 0/2135000
3243.01/3213.02	c cleaning 56032 clauses out of 285726 with flag 0/2201001
3600.08/3569.83	c starts		: 228
3600.08/3569.83	c conflicts		: 2235312
3600.08/3569.83	c decisions		: 8931713
3600.08/3569.83	c propagations		: 24796148
3600.08/3569.83	c inspects		: 4487478217
3600.08/3569.83	c shortcuts		: 0
3600.08/3569.83	c learnt literals	: 0
3600.08/3569.83	c learnt binary clauses	: 0
3600.08/3569.83	c learnt ternary clauses	: 137
3600.08/3569.83	c learnt constraints	: 2235312
3600.08/3569.83	c ignored constraints	: 0
3600.08/3569.83	c root simplifications	: 0
3600.08/3569.83	c removed literals (reason simplification)	: 0
3600.08/3569.83	c reason swapping (by a shorter reason)	: 0
3600.08/3569.83	c Calls to reduceDB	: 62
3600.08/3569.83	c Number of update (reduction) of LBD	: 32631
3600.08/3569.83	c Imported unit clauses	: 0
3600.08/3569.83	c No decision after first conflict	: false
3600.08/3569.83	c number of reductions to clauses (during analyze)	: 0
3600.08/3569.83	c number of learned constraints concerned by reduction	: 0
3600.08/3569.83	c number of learning phase by resolution	: 0
3600.08/3569.83	c number of learning phase by cutting planes	: 0
3600.08/3569.83	c number of rounding to 1 operations	: 9354538
3600.08/3569.83	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3569.83	c number of reductions of the coefficients by power 2 	: 0
3600.08/3569.83	c number of right shift for reduction by power 2 	: 0
3600.08/3569.83	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3569.83	c number of ending skipping 	: 0
3600.08/3569.83	c number of internal skipping 	: 0
3600.08/3569.83	c number of derivation steps 	: 8430495
3600.08/3569.83	c number of skipped derivation steps 	: 0
3600.08/3569.83	c number of remaining unassigned 	: 33446
3600.08/3569.83	c number of remaining assigned 	: 104148407
3600.08/3569.83	c number of falsified literals weakened from reason	: 0
3600.08/3569.83	c number of falsified literals weakened from conflict	: 0
3600.08/3569.83	c time for arithmetic operations	: 5211937405
3600.08/3569.84	c timeout
3600.08/3569.84	c minimum degree of deleted constraints	: 4
3600.08/3569.84	c maximum degree of deleted constraints	: 184467440737095516155
3600.08/3569.84	c number of deleted constraints	: 1971307
3600.08/3569.84	c speed (assignments/second)	: 6947.7712685237275
3600.08/3569.84	c non guided choices	: 1965761
3600.25/3569.90	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 98479
3600.25/3569.90	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 10840
3600.25/3569.90	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 154686
3600.25/3569.90	s UNKNOWN
3600.25/3569.90	c Total wall clock time (in seconds): 3569.747

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.101135 s]*
/proc/loadavg: 4.15 4.16 4.17 5/328 1050047
/proc/meminfo: memFree=120512172/131524600 swapFree=131071996/131071996
[pid=1050029] ppid=1050026 vsize=18975048 memory=63064 CPUtime=0.13 cores=1,3
/proc/1050029/stat : 1050029 (java) S 1050026 1050029 1047777 0 -1 1077936128 7195 0 0 0 12 1 0 0 20 0 18 0 197001054 19430449152 15766 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
/proc/1050029/statm: 4743762 15766 5661 1 0 549325 0
[pid=1050029/tid=1050031] ppid=1050026 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/1050029/task/1050031/stat : 1050031 (java) S 1050026 1050029 1047777 0 -1 1077936192 5734 0 0 0 7 1 0 0 20 0 18 0 197001055 19430449152 15766 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
[pid=1050029/tid=1050040] ppid=1050026 vsize=18975048 memory=237146210664 CPUtime=0 cores=1,3
/proc/1050029/task/1050040/stat : 1050040 (Finalizer) S 1050026 1050029 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 197001057 19430449152 15766 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
[pid=1050029/tid=1050047] ppid=1050026 vsize=18975048 memory=14690799021109405 CPUtime=0 cores=1,3
/proc/1050029/task/1050047/stat : 1050047 (Common-Cleaner) S 1050026 1050029 1047777 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 197001058 19430449152 15766 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63064 KiB

[startup+0.213098 s]*
/proc/loadavg: 4.15 4.16 4.17 7/328 1050047
/proc/meminfo: memFree=120456516/131524600 swapFree=131071996/131071996
[pid=1050029] ppid=1050026 vsize=18975048 memory=126996 CPUtime=0.34 cores=1,3
/proc/1050029/stat : 1050029 (java) S 1050026 1050029 1047777 0 -1 1077936128 7755 0 0 0 31 3 0 0 20 0 18 0 197001054 19430449152 31749 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
/proc/1050029/statm: 4743762 31749 5772 1 0 549664 0
[pid=1050029/tid=1050031] ppid=1050026 vsize=18975048 memory=6876556183782621315 CPUtime=0.19 cores=1,3
/proc/1050029/task/1050031/stat : 1050031 (java) R 1050026 1050029 1047777 0 -1 4194368 6049 0 0 0 17 2 0 0 20 0 18 0 197001055 19430449152 31749 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
[pid=1050029/tid=1050040] ppid=1050026 vsize=18975048 memory=1749866 CPUtime=0 cores=1,3
/proc/1050029/task/1050040/stat : 1050040 (Finalizer) S 1050026 1050029 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 197001057 19430449152 32261 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
[pid=1050029/tid=1050047] ppid=1050026 vsize=18975048 memory=16097074391287456 CPUtime=0 cores=1,3
/proc/1050029/task/1050047/stat : 1050047 (Common-Cleaner) S 1050026 1050029 1047777 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 197001058 19430449152 32261 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 126996 KiB

[startup+0.310092 s]*
/proc/loadavg: 4.15 4.16 4.17 7/329 1050048
/proc/meminfo: memFree=120411076/131524600 swapFree=131071996/131071996
[pid=1050029] ppid=1050026 vsize=19041612 memory=164880 CPUtime=0.52 cores=1,3
/proc/1050029/stat : 1050029 (java) S 1050026 1050029 1047777 0 -1 1077936128 9519 0 0 0 48 4 0 0 20 0 19 0 197001054 19498610688 41220 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
/proc/1050029/statm: 4760403 41220 5859 1 0 551082 0
[pid=1050029/tid=1050031] ppid=1050026 vsize=19041612 memory=-7811877811187050855 CPUtime=0.26 cores=1,3
/proc/1050029/task/1050031/stat : 1050031 (java) S 1050026 1050029 1047777 0 -1 1077936192 6071 0 0 0 23 3 0 0 20 0 19 0 197001055 19498610688 41220 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
[pid=1050029/tid=1050040] ppid=1050026 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1050029/task/1050040/stat : 1050040 (Finalizer) S 1050026 1050029 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 197001057 19498610688 41220 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
[pid=1050029/tid=1050047] ppid=1050026 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1050029/task/1050047/stat : 1050047 (Common-Cleaner) S 1050026 1050029 1047777 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 197001058 19498610688 41220 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 164880 KiB

[startup+0.700251 s]
/proc/loadavg: 4.15 4.16 4.17 7/329 1050048
/proc/meminfo: memFree=120214612/131524600 swapFree=131071996/131071996
[pid=1050029] ppid=1050026 vsize=19042528 memory=773020 CPUtime=1.21 cores=1,3
/proc/1050029/stat : 1050029 (java) S 1050026 1050029 1047777 0 -1 1077936128 12723 0 0 0 105 16 0 0 20 0 19 0 197001054 19499548672 193255 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
/proc/1050029/statm: 4760632 193255 5875 1 0 1104219 0
[pid=1050029/tid=1050031] ppid=1050026 vsize=19042528 memory=5448 CPUtime=0.57 cores=1,3
/proc/1050029/task/1050031/stat : 1050031 (java) R 1050026 1050029 1047777 0 -1 4194368 6345 0 0 0 44 13 0 0 20 0 19 0 197001055 19499548672 193255 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
[pid=1050029/tid=1050040] ppid=1050026 vsize=19042528 memory=12740 CPUtime=0 cores=1,3
/proc/1050029/task/1050040/stat : 1050040 (Finalizer) S 1050026 1050029 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 197001057 19499548672 193255 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
[pid=1050029/tid=1050047] ppid=1050026 vsize=19042528 memory=0 CPUtime=0 cores=1,3
/proc/1050029/task/1050047/stat : 1050047 (Common-Cleaner) S 1050026 1050029 1047777 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 197001058 19499548672 193255 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 19042528 KiB
Current children cumulated memory: 773020 KiB

[startup+1.5011 s]
/proc/loadavg: 4.15 4.16 4.17 7/330 1050049
/proc/meminfo: memFree=119443920/131524600 swapFree=131071996/131071996
[pid=1050029] ppid=1050026 vsize=19108176 memory=1395084 CPUtime=2.77 cores=1,3
/proc/1050029/stat : 1050029 (java) S 1050026 1050029 1047777 0 -1 1077936128 22764 0 0 0 247 30 0 0 20 0 20 0 197001054 19566772224 348771 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
/proc/1050029/statm: 4777044 348771 5875 1 0 1108677 0
[pid=1050029/tid=1050031] ppid=1050026 vsize=19108176 memory=12740 CPUtime=1.31 cores=1,3
/proc/1050029/task/1050031/stat : 1050031 (java) R 1050026 1050029 1047777 0 -1 4194368 6734 0 0 0 106 25 0 0 20 0 20 0 197001055 19566772224 348771 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
[pid=1050029/tid=1050040] ppid=1050026 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1050029/task/1050040/stat : 1050040 (Finalizer) S 1050026 1050029 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197001057 19566772224 348771 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
[pid=1050029/tid=1050047] ppid=1050026 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1050029/task/1050047/stat : 1050047 (Common-Cleaner) S 1050026 1050029 1047777 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 197001058 19566772224 348771 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
[pid=1050029/tid=1050049] ppid=1050026 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1050029/task/1050049/stat : 1050049 (Timer-0) S 1050026 1050029 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197001145 19566772224 348771 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
Current children cumulated CPU time: 2.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1395084 KiB

[startup+3.1061 s]
/proc/loadavg: 4.15 4.16 4.17 6/330 1050050
/proc/meminfo: memFree=118185536/131524600 swapFree=131071996/131071996
[pid=1050029] ppid=1050026 vsize=19108176 memory=2506284 CPUtime=5.93 cores=1,3
/proc/1050029/stat : 1050029 (java) S 1050026 1050029 1047777 0 -1 1077936128 23630 0 0 0 541 52 0 0 20 0 20 0 197001054 19566772224 626571 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
/proc/1050029/statm: 4777044 626571 5875 1 0 1108737 0
[pid=1050029/tid=1050031] ppid=1050026 vsize=19108176 memory=0 CPUtime=2.81 cores=1,3
/proc/1050029/task/1050031/stat : 1050031 (java) R 1050026 1050029 1047777 0 -1 4194368 7299 0 0 0 235 46 0 0 20 0 20 0 197001055 19566772224 626571 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
[pid=1050029/tid=1050040] ppid=1050026 vsize=19108176 memory=11400 CPUtime=0 cores=1,3
/proc/1050029/task/1050040/stat : 1050040 (Finalizer) S 1050026 1050029 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197001057 19566772224 626571 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
[pid=1050029/tid=1050047] ppid=1050026 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1050029/task/1050047/stat : 1050047 (Common-Cleaner) S 1050026 1050029 1047777 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 197001058 19566772224 626571 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
[pid=1050029/tid=1050049] ppid=1050026 vsize=19108176 memory=12740 CPUtime=0 cores=1,3
/proc/1050029/task/1050049/stat : 1050049 (Timer-0) S 1050026 1050029 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197001145 19566772224 626571 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
Current children cumulated CPU time: 5.93 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2506284 KiB

[startup+6.30111 s]
/proc/loadavg: 4.13 4.15 4.17 6/329 1050117
/proc/meminfo: memFree=120903180/131524600 swapFree=131071996/131071996
[pid=1050029] ppid=1050026 vsize=19108176 memory=2840568 CPUtime=9.75 cores=1,3
/proc/1050029/stat : 1050029 (java) S 1050026 1050029 1047777 0 -1 1077936128 24393 0 0 0 916 59 0 0 20 0 20 0 197001054 19566772224 710142 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
/proc/1050029/statm: 4777044 710142 5891 1 0 1108779 0
[pid=1050029/tid=1050031] ppid=1050026 vsize=19108176 memory=0 CPUtime=5.9 cores=1,3
/proc/1050029/task/1050031/stat : 1050031 (java) R 1050026 1050029 1047777 0 -1 4194368 7789 0 0 0 537 53 0 0 20 0 20 0 197001055 19566772224 710142 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
[pid=1050029/tid=1050040] ppid=1050026 vsize=19108176 memory=12740 CPUtime=0 cores=1,3
/proc/1050029/task/1050040/stat : 1050040 (Finalizer) S 1050026 1050029 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197001057 19566772224 710142 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
[pid=1050029/tid=1050047] ppid=1050026 vsize=19108176 memory=11400 CPUtime=0 cores=1,3
/proc/1050029/task/1050047/stat : 1050047 (Common-Cleaner) S 1050026 1050029 1047777 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 197001058 19566772224 710142 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
[pid=1050029/tid=1050049] ppid=1050026 vsize=19108176 memory=47616 CPUtime=0 cores=1,3
/proc/1050029/task/1050049/stat : 1050049 (Timer-0) S 1050026 1050029 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197001145 19566772224 710142 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
Current children cumulated CPU time: 9.75 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2840568 KiB

[startup+12.7003 s]
/proc/loadavg: 4.20 4.17 4.18 5/330 1050186
/proc/meminfo: memFree=116826892/131524600 swapFree=131071996/131071996
[pid=1050029] ppid=1050026 vsize=19108176 memory=3969744 CPUtime=16.22 cores=1,3
/proc/1050029/stat : 1050029 (java) S 1050026 1050029 1047777 0 -1 1077936128 26492 0 0 0 1541 81 0 0 20 0 20 0 197001054 19566772224 992436 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
/proc/1050029/statm: 4777044 992436 5891 1 0 1394962 0
[pid=1050029/tid=1050031] ppid=1050026 vsize=19108176 memory=1095480 CPUtime=12.09 cores=1,3
/proc/1050029/task/1050031/stat : 1050031 (java) R 1050026 1050029 1047777 0 -1 4194368 9106 0 0 0 1135 74 0 0 20 0 20 0 197001055 19566772224 992436 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
[pid=1050029/tid=1050040] ppid=1050026 vsize=19108176 memory=3969744 CPUtime=0 cores=1,3
/proc/1050029/task/1050040/stat : 1050040 (Finalizer) S 1050026 1050029 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197001057 19566772224 992436 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
[pid=1050029/tid=1050047] ppid=1050026 vsize=19108176 memory=2696748 CPUtime=0 cores=1,3
/proc/1050029/task/1050047/stat : 1050047 (Common-Cleaner) S 1050026 1050029 1047777 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 197001058 19566772224 992436 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
[pid=1050029/tid=1050049] ppid=1050026 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1050029/task/1050049/stat : 1050049 (Timer-0) S 1050026 1050029 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197001145 19566772224 992436 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
Current children cumulated CPU time: 16.22 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3969744 KiB

[startup+25.5003 s]
/proc/loadavg: 4.16 4.16 4.17 5/330 1050189
/proc/meminfo: memFree=116765164/131524600 swapFree=131071996/131071996
[pid=1050029] ppid=1050026 vsize=19108176 memory=3995240 CPUtime=29.25 cores=1,3
/proc/1050029/stat : 1050029 (java) S 1050026 1050029 1047777 0 -1 1077936128 32368 0 0 0 2842 83 0 0 20 0 20 0 197001054 19566772224 998810 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
/proc/1050029/statm: 4777044 998810 5918 1 0 1394980 0
[pid=1050029/tid=1050031] ppid=1050026 vsize=19108176 memory=3969744 CPUtime=24.55 cores=1,3
/proc/1050029/task/1050031/stat : 1050031 (java) R 1050026 1050029 1047777 0 -1 4194368 11427 0 0 0 2380 75 0 0 20 0 20 0 197001055 19566772224 998810 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
[pid=1050029/tid=1050040] ppid=1050026 vsize=19108176 memory=2696748 CPUtime=0 cores=1,3
/proc/1050029/task/1050040/stat : 1050040 (Finalizer) S 1050026 1050029 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197001057 19566772224 998810 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
[pid=1050029/tid=1050047] ppid=1050026 vsize=19108176 memory=3991140 CPUtime=0 cores=1,3
/proc/1050029/task/1050047/stat : 1050047 (Common-Cleaner) S 1050026 1050029 1047777 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 197001058 19566772224 998810 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
[pid=1050029/tid=1050049] ppid=1050026 vsize=19108176 memory=3991140 CPUtime=0 cores=1,3
/proc/1050029/task/1050049/stat : 1050049 (Timer-0) S 1050026 1050029 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197001145 19566772224 998810 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
Current children cumulated CPU time: 29.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3995240 KiB

[startup+51.1061 s]
/proc/loadavg: 4.10 4.14 4.17 5/330 1050193
/proc/meminfo: memFree=116115916/131524600 swapFree=131071996/131071996
[pid=1050029] ppid=1050026 vsize=19108176 memory=4013704 CPUtime=55.12 cores=1,3
/proc/1050029/stat : 1050029 (java) S 1050026 1050029 1047777 0 -1 1077936128 38104 0 0 0 5427 85 0 0 20 0 20 0 197001054 19566772224 1003426 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
/proc/1050029/statm: 4777044 1003426 5918 1 0 1394980 0
[pid=1050029/tid=1050031] ppid=1050026 vsize=19108176 memory=4009608 CPUtime=49.63 cores=1,3
/proc/1050029/task/1050031/stat : 1050031 (java) R 1050026 1050029 1047777 0 -1 4194368 14303 0 0 0 4888 75 0 0 20 0 20 0 197001055 19566772224 1003426 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
[pid=1050029/tid=1050040] ppid=1050026 vsize=19108176 memory=3969744 CPUtime=0 cores=1,3
/proc/1050029/task/1050040/stat : 1050040 (Finalizer) S 1050026 1050029 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197001057 19566772224 1003426 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
[pid=1050029/tid=1050047] ppid=1050026 vsize=19108176 memory=7308898497016183444 CPUtime=0 cores=1,3
/proc/1050029/task/1050047/stat : 1050047 (Common-Cleaner) S 1050026 1050029 1047777 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 197001058 19566772224 1003426 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0

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

[startup+3222.3 s]
/proc/loadavg: 4.98 4.45 4.27 5/334 1052019
/proc/meminfo: memFree=107747288/131524600 swapFree=131071996/131071996
[pid=1050029] ppid=1050026 vsize=19108176 memory=5535588 CPUtime=3252.36 cores=1,3
/proc/1050029/stat : 1050029 (java) S 1050026 1050029 1047777 0 -1 1077936128 349195 0 0 0 324911 325 0 0 20 0 20 0 197001054 19566772224 1383897 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
/proc/1050029/statm: 4777044 1383897 5915 1 0 1396162 0
[pid=1050029/tid=1050031] ppid=1050026 vsize=19108176 memory=5535580 CPUtime=3164.3 cores=1,3
/proc/1050029/task/1050031/stat : 1050031 (java) R 1050026 1050029 1047777 0 -1 4194368 187287 0 0 0 316315 115 0 0 20 0 20 0 197001055 19566772224 1383897 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 40 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
[pid=1050029/tid=1050040] ppid=1050026 vsize=19108176 memory=5535580 CPUtime=0 cores=1,3
/proc/1050029/task/1050040/stat : 1050040 (Finalizer) S 1050026 1050029 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197001057 19566772224 1383897 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
[pid=1050029/tid=1050047] ppid=1050026 vsize=19108176 memory=5535588 CPUtime=0 cores=1,3
/proc/1050029/task/1050047/stat : 1050047 (Common-Cleaner) S 1050026 1050029 1047777 0 -1 1077936192 4266 0 0 0 0 0 0 0 20 0 20 0 197001058 19566772224 1383897 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
[pid=1050029/tid=1050049] ppid=1050026 vsize=19108176 memory=5535588 CPUtime=0 cores=1,3
/proc/1050029/task/1050049/stat : 1050049 (Timer-0) S 1050026 1050029 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197001145 19566772224 1383897 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
Current children cumulated CPU time: 3252.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5535588 KiB

[startup+3282.3 s]
/proc/loadavg: 4.76 4.49 4.30 5/335 1052042
/proc/meminfo: memFree=107737824/131524600 swapFree=131071996/131071996
[pid=1050029] ppid=1050026 vsize=19108176 memory=5535592 CPUtime=3312.52 cores=1,3
/proc/1050029/stat : 1050029 (java) S 1050026 1050029 1047777 0 -1 1077936128 354684 0 0 0 330923 329 0 0 20 0 20 0 197001054 19566772224 1383898 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
/proc/1050029/statm: 4777044 1383898 5915 1 0 1396162 0
[pid=1050029/tid=1050031] ppid=1050026 vsize=19108176 memory=11400 CPUtime=3223.43 cores=1,3
/proc/1050029/task/1050031/stat : 1050031 (java) R 1050026 1050029 1047777 0 -1 4194368 190352 0 0 0 322228 115 0 0 20 0 20 0 197001055 19566772224 1383898 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 40 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
[pid=1050029/tid=1050040] ppid=1050026 vsize=19108176 memory=5535588 CPUtime=0 cores=1,3
/proc/1050029/task/1050040/stat : 1050040 (Finalizer) S 1050026 1050029 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197001057 19566772224 1383898 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
[pid=1050029/tid=1050047] ppid=1050026 vsize=19108176 memory=5535588 CPUtime=0 cores=1,3
/proc/1050029/task/1050047/stat : 1050047 (Common-Cleaner) S 1050026 1050029 1047777 0 -1 1077936192 4356 0 0 0 0 0 0 0 20 0 20 0 197001058 19566772224 1383898 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
[pid=1050029/tid=1050049] ppid=1050026 vsize=19108176 memory=5600 CPUtime=0 cores=1,3
/proc/1050029/task/1050049/stat : 1050049 (Timer-0) S 1050026 1050029 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197001145 19566772224 1383898 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
Current children cumulated CPU time: 3312.52 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5535592 KiB

[startup+3342.3 s]
/proc/loadavg: 4.93 4.56 4.33 5/335 1052052
/proc/meminfo: memFree=107296948/131524600 swapFree=131071996/131071996
[pid=1050029] ppid=1050026 vsize=19108176 memory=5535592 CPUtime=3372.61 cores=1,3
/proc/1050029/stat : 1050029 (java) S 1050026 1050029 1047777 0 -1 1077936128 359190 0 0 0 336928 333 0 0 20 0 20 0 197001054 19566772224 1383898 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
/proc/1050029/statm: 4777044 1383898 5915 1 0 1396162 0
[pid=1050029/tid=1050031] ppid=1050026 vsize=19108176 memory=47616 CPUtime=3282.91 cores=1,3
/proc/1050029/task/1050031/stat : 1050031 (java) R 1050026 1050029 1047777 0 -1 4194368 193178 0 0 0 328175 116 0 0 20 0 20 0 197001055 19566772224 1383898 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 40 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
[pid=1050029/tid=1050040] ppid=1050026 vsize=19108176 memory=5535592 CPUtime=0 cores=1,3
/proc/1050029/task/1050040/stat : 1050040 (Finalizer) S 1050026 1050029 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197001057 19566772224 1383898 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
[pid=1050029/tid=1050047] ppid=1050026 vsize=19108176 memory=5448 CPUtime=0 cores=1,3
/proc/1050029/task/1050047/stat : 1050047 (Common-Cleaner) S 1050026 1050029 1047777 0 -1 1077936192 4456 0 0 0 0 0 0 0 20 0 20 0 197001058 19566772224 1383898 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
[pid=1050029/tid=1050049] ppid=1050026 vsize=19108176 memory=5535592 CPUtime=0 cores=1,3
/proc/1050029/task/1050049/stat : 1050049 (Timer-0) S 1050026 1050029 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197001145 19566772224 1383898 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
Current children cumulated CPU time: 3372.61 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5535592 KiB

[startup+3402.3 s]
/proc/loadavg: 4.60 4.53 4.34 5/333 1052062
/proc/meminfo: memFree=107253052/131524600 swapFree=131071996/131071996
[pid=1050029] ppid=1050026 vsize=19108176 memory=5535592 CPUtime=3432.65 cores=1,3
/proc/1050029/stat : 1050029 (java) S 1050026 1050029 1047777 0 -1 1077936128 365025 0 0 0 342928 337 0 0 20 0 20 0 197001054 19566772224 1383898 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
/proc/1050029/statm: 4777044 1383898 5915 1 0 1396162 0
[pid=1050029/tid=1050031] ppid=1050026 vsize=19108176 memory=5448 CPUtime=3342.46 cores=1,3
/proc/1050029/task/1050031/stat : 1050031 (java) R 1050026 1050029 1047777 0 -1 4194368 196393 0 0 0 334129 117 0 0 20 0 20 0 197001055 19566772224 1383898 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 40 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
[pid=1050029/tid=1050040] ppid=1050026 vsize=19108176 memory=5535592 CPUtime=0 cores=1,3
/proc/1050029/task/1050040/stat : 1050040 (Finalizer) S 1050026 1050029 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197001057 19566772224 1383898 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
[pid=1050029/tid=1050047] ppid=1050026 vsize=19108176 memory=5535592 CPUtime=0 cores=1,3
/proc/1050029/task/1050047/stat : 1050047 (Common-Cleaner) S 1050026 1050029 1047777 0 -1 1077936192 4555 0 0 0 0 0 0 0 20 0 20 0 197001058 19566772224 1383898 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
[pid=1050029/tid=1050049] ppid=1050026 vsize=19108176 memory=5535592 CPUtime=0 cores=1,3
/proc/1050029/task/1050049/stat : 1050049 (Timer-0) S 1050026 1050029 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197001145 19566772224 1383898 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
Current children cumulated CPU time: 3432.65 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5535592 KiB

[startup+3462.3 s]
/proc/loadavg: 4.38 4.48 4.33 5/333 1052074
/proc/meminfo: memFree=107192636/131524600 swapFree=131071996/131071996
[pid=1050029] ppid=1050026 vsize=19108176 memory=5535592 CPUtime=3492.6 cores=1,3
/proc/1050029/stat : 1050029 (java) S 1050026 1050029 1047777 0 -1 1077936128 369388 0 0 0 348920 340 0 0 20 0 20 0 197001054 19566772224 1383898 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
/proc/1050029/statm: 4777044 1383898 5915 1 0 1396162 0
[pid=1050029/tid=1050031] ppid=1050026 vsize=19108176 memory=11400 CPUtime=3402.05 cores=1,3
/proc/1050029/task/1050031/stat : 1050031 (java) R 1050026 1050029 1047777 0 -1 4194368 199209 0 0 0 340087 118 0 0 20 0 20 0 197001055 19566772224 1383898 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 41 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
[pid=1050029/tid=1050040] ppid=1050026 vsize=19108176 memory=11400 CPUtime=0 cores=1,3
/proc/1050029/task/1050040/stat : 1050040 (Finalizer) S 1050026 1050029 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197001057 19566772224 1383898 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
[pid=1050029/tid=1050047] ppid=1050026 vsize=19108176 memory=5535592 CPUtime=0 cores=1,3
/proc/1050029/task/1050047/stat : 1050047 (Common-Cleaner) S 1050026 1050029 1047777 0 -1 1077936192 4654 0 0 0 0 0 0 0 20 0 20 0 197001058 19566772224 1383898 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
[pid=1050029/tid=1050049] ppid=1050026 vsize=19108176 memory=11400 CPUtime=0 cores=1,3
/proc/1050029/task/1050049/stat : 1050049 (Timer-0) S 1050026 1050029 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197001145 19566772224 1383898 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
Current children cumulated CPU time: 3492.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5535592 KiB

[startup+3522.3 s]
/proc/loadavg: 4.17 4.40 4.31 6/331 1052084
/proc/meminfo: memFree=107157072/131524600 swapFree=131071996/131071996
[pid=1050029] ppid=1050026 vsize=19108176 memory=5535592 CPUtime=3552.6 cores=1,3
/proc/1050029/stat : 1050029 (java) S 1050026 1050029 1047777 0 -1 1077936128 375253 0 0 0 354918 342 0 0 20 0 20 0 197001054 19566772224 1383898 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
/proc/1050029/statm: 4777044 1383898 5915 1 0 1396162 0
[pid=1050029/tid=1050031] ppid=1050026 vsize=19108176 memory=5535592 CPUtime=3461.63 cores=1,3
/proc/1050029/task/1050031/stat : 1050031 (java) R 1050026 1050029 1047777 0 -1 4194368 202984 0 0 0 346045 118 0 0 20 0 20 0 197001055 19566772224 1383898 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 41 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
[pid=1050029/tid=1050040] ppid=1050026 vsize=19108176 memory=47616 CPUtime=0 cores=1,3
/proc/1050029/task/1050040/stat : 1050040 (Finalizer) S 1050026 1050029 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197001057 19566772224 1383898 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
[pid=1050029/tid=1050047] ppid=1050026 vsize=19108176 memory=16160 CPUtime=0 cores=1,3
/proc/1050029/task/1050047/stat : 1050047 (Common-Cleaner) S 1050026 1050029 1047777 0 -1 1077936192 4754 0 0 0 0 0 0 0 20 0 20 0 197001058 19566772224 1383898 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
[pid=1050029/tid=1050049] ppid=1050026 vsize=19108176 memory=33020 CPUtime=0 cores=1,3
/proc/1050029/task/1050049/stat : 1050049 (Timer-0) S 1050026 1050029 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197001145 19566772224 1383898 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
Current children cumulated CPU time: 3552.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5535592 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3569.8 s]
/proc/loadavg: 4.14 4.36 4.30 5/331 1052093
/proc/meminfo: memFree=107119620/131524600 swapFree=131071996/131071996
[pid=1050029] ppid=1050026 vsize=19108176 memory=5535592 CPUtime=3600.08 cores=1,3
/proc/1050029/stat : 1050029 (java) S 1050026 1050029 1047777 0 -1 1077936128 380283 0 0 0 359663 345 0 0 20 0 20 0 197001054 19566772224 1383898 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
/proc/1050029/statm: 4777044 1383898 5915 1 0 1396162 0
[pid=1050029/tid=1050031] ppid=1050026 vsize=19108176 memory=12740 CPUtime=3508.8 cores=1,3
/proc/1050029/task/1050031/stat : 1050031 (java) R 1050026 1050029 1047777 0 -1 4194368 206588 0 0 0 350762 118 0 0 20 0 20 0 197001055 19566772224 1383898 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 41 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
[pid=1050029/tid=1050040] ppid=1050026 vsize=19108176 memory=5448 CPUtime=0 cores=1,3
/proc/1050029/task/1050040/stat : 1050040 (Finalizer) S 1050026 1050029 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197001057 19566772224 1383898 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
[pid=1050029/tid=1050047] ppid=1050026 vsize=19108176 memory=16160 CPUtime=0 cores=1,3
/proc/1050029/task/1050047/stat : 1050047 (Common-Cleaner) S 1050026 1050029 1047777 0 -1 1077936192 4852 0 0 0 0 0 0 0 20 0 20 0 197001058 19566772224 1383898 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
[pid=1050029/tid=1050049] ppid=1050026 vsize=19108176 memory=5535592 CPUtime=0 cores=1,3
/proc/1050029/task/1050049/stat : 1050049 (Timer-0) S 1050026 1050029 1047777 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197001145 19566772224 1383898 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5535592 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.8 s, system=3.48506 s

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

[startup+3569.91 s]
/proc/loadavg: 4.14 4.36 4.30 5/331 1052093
/proc/meminfo: memFree=107119620/131524600 swapFree=131071996/131071996
[pid=1050029] ppid=1050026 vsize=19307868 memory=5536388 CPUtime=3600.25 cores=1,3
/proc/1050029/stat : 1050029 (java) S 1050026 1050029 1047777 0 -1 1077936128 384937 0 0 0 359679 346 0 0 20 0 21 0 197001054 19771256832 1384097 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
/proc/1050029/statm: 4826967 1384097 5914 1 0 1397069 0
[pid=1050029/tid=1050031] ppid=1050026 vsize=19307868 memory=5535592 CPUtime=3508.84 cores=1,3
/proc/1050029/task/1050031/stat : 1050031 (java) S 1050026 1050029 1047777 0 -1 1077936192 206884 0 0 0 350766 118 0 0 20 0 21 0 197001055 19771256832 1384097 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 41 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
[pid=1050029/tid=1050040] ppid=1050026 vsize=19307868 memory=5535592 CPUtime=0 cores=1,3
/proc/1050029/task/1050040/stat : 1050040 (Finalizer) S 1050026 1050029 1047777 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 197001057 19771256832 1384097 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
[pid=1050029/tid=1050047] ppid=1050026 vsize=19307868 memory=5448 CPUtime=0 cores=1,3
/proc/1050029/task/1050047/stat : 1050047 (Common-Cleaner) S 1050026 1050029 1047777 0 -1 1077936192 4852 0 0 0 0 0 0 0 20 0 21 0 197001058 19771256832 1384097 134679101440 94576644177920 94576644181616 140723472849904 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94576644189432 94576644190224 94576648966144 140723472856046 140723472856159 140723472856159 140723472863176 0
Current children cumulated CPU time: 3600.25 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 5536388 KiB

Child status: 143

Real time (s): 3569.93
CPU time (s): 3600.29
CPU user time (s): 3596.8
CPU system time (s): 3.48506
CPU usage (%): 100.85
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 5536388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.8
system time used= 3.48506
maximum resident set size= 5537360
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 385197
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 145461
involuntary context switches= 7598


# summary of solver processes directly reported to runsolver:
#   pid: 1050029
#   total CPU time (s): 3600.29
#   total CPU user time (s): 3596.8
#   total CPU system time (s): 3.48506

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.07848 second user time and 18.3793 second system time

The end

Launcher Data

Begin job on nodeC015 at 2024-07-20 06:07:01
IDJOB=4452745
IDBENCH=165316
IDSOLVER=3046
FILE ID=nodeC015/4452745-1721448408
RUNJOBID= nodeC015-1721444822-1047789
SLURM_JOB_ID= 7545658
Free space on /tmp= 890080 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-sumineqArity5pyramidP115.shuf-1.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452745-1721448408/watcher-4452745-1721448408 -o /tmp/evaluation-result-4452745-1721448408/solver-4452745-1721448408 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1721444822-1047789 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4452745-1721448408.opb

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

MD5SUM BENCH= a3c218acab88c9e5abe907b008036492
RANDOM SEED=1801276278

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		: 3667.504
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		: 3652.237
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.955
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		: 3663.237
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		: 3667.572
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		: 3665.944
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.996
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		: 3674.086
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:        120554384 kB
MemAvailable:   121826452 kB
Buffers:          546868 kB
Cached:          1559272 kB
SwapCached:            0 kB
Active:          1703816 kB
Inactive:        8613212 kB
Active(anon):       1548 kB
Inactive(anon):  8255244 kB
Active(file):    1702268 kB
Inactive(file):   357968 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1904 kB
Writeback:             0 kB
AnonPages:       8209140 kB
Mapped:           127656 kB
Shmem:             45912 kB
KReclaimable:     102956 kB
Slab:             216548 kB
SReclaimable:     102956 kB
SUnreclaim:       113592 kB
KernelStack:        5000 kB
PageTables:        26188 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   10207688 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            68224 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7829504 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= 890076 MiB
End job on nodeC015 at 2024-07-20 07:06:31