Trace number 4448045

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.26 3358.38

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/
normalized-ECgrid5x90split.cnf-extracted.pb.metafix.opb
MD5SUMffca2f526e16739a014d253021fa9e9c
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 benchmark9.16941
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables901
Total number of constraints1258
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)1256
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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-4448045-1721360376.opb
0.14/0.15	c reading problem ... 
0.14/0.16	c  no objective function found
0.33/0.22	c ... done. Wall clock time 0.064s.
0.33/0.22	c declared #vars     901
0.33/0.22	c #constraints  1258
0.33/0.22	c constraints type 
0.33/0.22	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.33/0.22	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1256
0.33/0.22	c 1258 constraints processed.
1.43/0.89	c cleaning 1347 clauses out of 5001 with flag 0/5001
2.61/1.46	c cleaning 1487 clauses out of 9653 with flag 0/11000
4.01/2.17	c cleaning 1718 clauses out of 15166 with flag 0/18000
5.57/2.93	c cleaning 1918 clauses out of 21448 with flag 0/26000
6.72/3.84	c cleaning 2383 clauses out of 28530 with flag 0/35000
8.18/5.13	c cleaning 2569 clauses out of 36147 with flag 0/45000
9.60/6.54	c cleaning 2824 clauses out of 44579 with flag 0/56001
11.44/8.34	c cleaning 3096 clauses out of 53754 with flag 0/68000
13.98/10.82	c cleaning 3422 clauses out of 63660 with flag 0/81002
16.31/13.16	c cleaning 3795 clauses out of 74237 with flag 0/95001
19.83/16.61	c cleaning 3514 clauses out of 85441 with flag 0/110000
22.98/19.74	c cleaning 3123 clauses out of 97927 with flag 0/126000
26.22/22.90	c cleaning 4772 clauses out of 111805 with flag 0/143001
29.95/26.65	c cleaning 3718 clauses out of 125033 with flag 0/161001
34.80/31.44	c cleaning 4774 clauses out of 140314 with flag 0/180000
39.58/36.13	c cleaning 4512 clauses out of 155540 with flag 0/200000
44.15/40.66	c cleaning 4552 clauses out of 172028 with flag 0/221000
52.27/48.66	c cleaning 5562 clauses out of 189476 with flag 0/243000
65.13/61.29	c cleaning 7668 clauses out of 206914 with flag 0/266000
73.45/69.42	c cleaning 5222 clauses out of 223246 with flag 0/290000
83.27/79.01	c cleaning 5862 clauses out of 243025 with flag 0/315001
98.07/93.65	c cleaning 6722 clauses out of 263163 with flag 0/341001
116.94/112.28	c cleaning 10574 clauses out of 283442 with flag 0/368002
136.08/131.19	c cleaning 7753 clauses out of 300866 with flag 0/396000
150.90/145.76	c cleaning 9404 clauses out of 322113 with flag 0/425000
170.38/164.91	c cleaning 6720 clauses out of 342710 with flag 0/455001
187.62/182.06	c cleaning 8270 clauses out of 366990 with flag 0/486001
211.12/205.26	c cleaning 7417 clauses out of 390719 with flag 0/518000
236.91/230.73	c cleaning 10850 clauses out of 416304 with flag 0/551002
264.06/257.54	c cleaning 9151 clauses out of 439452 with flag 0/585000
293.64/286.40	c cleaning 8310 clauses out of 465301 with flag 0/620000
329.42/321.46	c cleaning 11357 clauses out of 492991 with flag 0/656000
366.29/357.50	c cleaning 10402 clauses out of 518634 with flag 0/693000
395.11/385.53	c cleaning 11160 clauses out of 546232 with flag 0/731000
425.75/415.33	c cleaning 9242 clauses out of 574072 with flag 0/770000
464.29/452.66	c cleaning 9138 clauses out of 604831 with flag 0/810001
518.74/505.64	c cleaning 9635 clauses out of 636692 with flag 0/851000
572.91/557.94	c cleaning 9018 clauses out of 669058 with flag 0/893001
657.13/638.86	c cleaning 9697 clauses out of 703039 with flag 0/936000
722.21/701.49	c cleaning 9443 clauses out of 737343 with flag 0/980001
785.00/761.34	c cleaning 7742 clauses out of 772901 with flag 0/1025002
857.33/830.78	c cleaning 8298 clauses out of 811157 with flag 0/1071000
931.39/901.12	c cleaning 11201 clauses out of 849859 with flag 0/1118000
1015.68/981.57	c cleaning 9840 clauses out of 886659 with flag 0/1166001
1093.45/1054.64	c cleaning 10842 clauses out of 925819 with flag 0/1215001
1198.44/1153.75	c cleaning 10710 clauses out of 964976 with flag 0/1265000
1323.99/1271.68	c cleaning 10500 clauses out of 1005266 with flag 0/1316000
1470.47/1407.46	c cleaning 10026 clauses out of 1046767 with flag 0/1368001
1619.49/1545.83	c cleaning 8582 clauses out of 1089742 with flag 0/1421002
1790.61/1706.38	c cleaning 9081 clauses out of 1135159 with flag 0/1475001
1942.91/1849.33	c cleaning 10803 clauses out of 1181080 with flag 0/1530003
2139.08/2029.99	c cleaning 9685 clauses out of 1226274 with flag 0/1586000
2372.29/2243.16	c cleaning 10393 clauses out of 1273589 with flag 0/1643000
2622.15/2471.88	c cleaning 9431 clauses out of 1321196 with flag 0/1701000
2811.79/2644.18	c cleaning 8383 clauses out of 1370765 with flag 0/1760000
3004.18/2820.48	c cleaning 7856 clauses out of 1422382 with flag 0/1820000
3208.97/3008.87	c cleaning 8865 clauses out of 1475527 with flag 0/1881001
3496.14/3265.64	c cleaning 8500 clauses out of 1528661 with flag 0/1943000
3600.03/3358.23	c starts		: 210
3600.03/3358.23	c conflicts		: 1966216
3600.03/3358.23	c decisions		: 3341863
3600.03/3358.23	c propagations		: 17253412
3600.03/3358.23	c inspects		: 11517109277
3600.03/3358.23	c shortcuts		: 0
3600.03/3358.23	c learnt literals	: 0
3600.03/3358.23	c learnt binary clauses	: 0
3600.03/3358.23	c learnt ternary clauses	: 2
3600.03/3358.23	c learnt constraints	: 1966216
3600.03/3358.23	c ignored constraints	: 0
3600.03/3358.23	c root simplifications	: 0
3600.03/3358.23	c removed literals (reason simplification)	: 0
3600.03/3358.23	c reason swapping (by a shorter reason)	: 0
3600.03/3358.23	c Calls to reduceDB	: 58
3600.03/3358.23	c Number of update (reduction) of LBD	: 73186
3600.03/3358.23	c Imported unit clauses	: 0
3600.03/3358.23	c No decision after first conflict	: false
3600.03/3358.23	c number of reductions to clauses (during analyze)	: 0
3600.03/3358.23	c number of learned constraints concerned by reduction	: 0
3600.03/3358.23	c number of learning phase by resolution	: 0
3600.03/3358.23	c number of learning phase by cutting planes	: 0
3600.03/3358.23	c number of rounding to 1 operations	: 3446452
3600.03/3358.23	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3358.23	c number of reductions of the coefficients by power 2 	: 0
3600.03/3358.23	c number of right shift for reduction by power 2 	: 0
3600.03/3358.23	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3358.23	c number of ending skipping 	: 0
3600.03/3358.23	c number of internal skipping 	: 0
3600.03/3358.23	c number of derivation steps 	: 8705758
3600.03/3358.23	c number of skipped derivation steps 	: 0
3600.03/3358.23	c number of remaining unassigned 	: 12891
3600.03/3358.23	c number of remaining assigned 	: 29098253
3600.03/3358.23	c number of falsified literals weakened from reason	: 0
3600.03/3358.23	c number of falsified literals weakened from conflict	: 0
3600.03/3358.23	c time for arithmetic operations	: 3173711153
3600.03/3358.23	c timeout
3600.03/3358.25	c minimum degree of deleted constraints	: 4
3600.03/3358.25	c maximum degree of deleted constraints	: 25870
3600.03/3358.25	c number of deleted constraints	: 422839
3600.03/3358.25	c speed (assignments/second)	: 5137.970548724978
3600.03/3358.25	c non guided choices	: 35497
3600.18/3358.35	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 985726
3600.18/3358.35	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 20068
3600.18/3358.35	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 537583
3600.18/3358.35	s UNKNOWN
3600.18/3358.35	c Total wall clock time (in seconds): 3358.201

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4448045-1721360376/watcher-4448045-1721360376 -o /tmp/evaluation-result-4448045-1721360376/solver-4448045-1721360376 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1721353366-1008010 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4448045-1721360376.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=1012849, runsolver pid=1012846
Current StackSize limit: 8192 KiB


[startup+0.100713 s]*
/proc/loadavg: 4.37 4.38 4.44 6/330 1012867
/proc/meminfo: memFree=106972744/131524600 swapFree=131071996/131071996
[pid=1012849] ppid=1012846 vsize=18975048 memory=64084 CPUtime=0.14 cores=1,3
/proc/1012849/stat : 1012849 (java) S 1012846 1012849 1007998 0 -1 1077936128 7045 0 0 0 12 2 0 0 20 0 18 0 188207271 19430449152 16021 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
/proc/1012849/statm: 4743762 16021 5563 1 0 549317 0
[pid=1012849/tid=1012851] ppid=1012846 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/1012849/task/1012851/stat : 1012851 (java) S 1012846 1012849 1007998 0 -1 1077936192 5616 0 0 0 7 1 0 0 20 0 18 0 188207271 19430449152 16021 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
[pid=1012849/tid=1012860] ppid=1012846 vsize=18975048 memory=228556276070 CPUtime=0 cores=1,3
/proc/1012849/task/1012860/stat : 1012860 (Finalizer) S 1012846 1012849 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 188207274 19430449152 16021 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
[pid=1012849/tid=1012867] ppid=1012846 vsize=18975048 memory=15817789847927870 CPUtime=0 cores=1,3
/proc/1012849/task/1012867/stat : 1012867 (Common-Cleaner) S 1012846 1012849 1007998 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 188207274 19430449152 16021 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64084 KiB

[startup+0.20609 s]*
/proc/loadavg: 4.37 4.38 4.44 7/330 1012867
/proc/meminfo: memFree=106953756/131524600 swapFree=131071996/131071996
[pid=1012849] ppid=1012846 vsize=18975048 memory=85536 CPUtime=0.33 cores=1,3
/proc/1012849/stat : 1012849 (java) S 1012846 1012849 1007998 0 -1 1077936128 7620 0 0 0 31 2 0 0 20 0 18 0 188207271 19430449152 21384 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
/proc/1012849/statm: 4743762 21384 5792 1 0 549715 0
[pid=1012849/tid=1012851] ppid=1012846 vsize=18975048 memory=6876556183782621315 CPUtime=0.18 cores=1,3
/proc/1012849/task/1012851/stat : 1012851 (java) R 1012846 1012849 1007998 0 -1 4194368 5912 0 0 0 16 2 0 0 20 0 18 0 188207271 19430449152 21384 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
[pid=1012849/tid=1012860] ppid=1012846 vsize=18975048 memory=17963 CPUtime=0 cores=1,3
/proc/1012849/task/1012860/stat : 1012860 (Finalizer) S 1012846 1012849 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 188207274 19430449152 21384 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
[pid=1012849/tid=1012867] ppid=1012846 vsize=18975048 memory=14697378909259238 CPUtime=0 cores=1,3
/proc/1012849/task/1012867/stat : 1012867 (Common-Cleaner) S 1012846 1012849 1007998 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 188207274 19430449152 21384 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 85536 KiB

[startup+0.306098 s]*
/proc/loadavg: 4.37 4.38 4.44 6/331 1012868
/proc/meminfo: memFree=106933812/131524600 swapFree=131071996/131071996
[pid=1012849] ppid=1012846 vsize=19041612 memory=103252 CPUtime=0.52 cores=1,3
/proc/1012849/stat : 1012849 (java) S 1012846 1012849 1007998 0 -1 1077936128 8303 0 0 0 49 3 0 0 20 0 19 0 188207271 19498610688 25813 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
/proc/1012849/statm: 4760403 25813 5840 1 0 550120 0
[pid=1012849/tid=1012851] ppid=1012846 vsize=19041612 memory=-7668888523018037087 CPUtime=0.27 cores=1,3
/proc/1012849/task/1012851/stat : 1012851 (java) S 1012846 1012849 1007998 0 -1 1077936192 6013 0 0 0 25 2 0 0 20 0 19 0 188207271 19498610688 25813 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
[pid=1012849/tid=1012860] ppid=1012846 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1012849/task/1012860/stat : 1012860 (Finalizer) S 1012846 1012849 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 188207274 19498610688 25813 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
[pid=1012849/tid=1012867] ppid=1012846 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1012849/task/1012867/stat : 1012867 (Common-Cleaner) S 1012846 1012849 1007998 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 188207274 19498610688 25813 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
[pid=1012849/tid=1012868] ppid=1012846 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1012849/task/1012868/stat : 1012868 (Timer-0) S 1012846 1012849 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 188207293 19498610688 25813 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 103252 KiB

[startup+0.700254 s]
/proc/loadavg: 4.37 4.38 4.44 6/332 1012869
/proc/meminfo: memFree=106861796/131524600 swapFree=131071996/131071996
[pid=1012849] ppid=1012846 vsize=19108176 memory=175480 CPUtime=1.23 cores=1,3
/proc/1012849/stat : 1012849 (java) S 1012846 1012849 1007998 0 -1 1077936128 13837 0 0 0 117 6 0 0 20 0 20 0 188207271 19566772224 43870 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
/proc/1012849/statm: 4777044 43870 5856 1 0 553850 0
[pid=1012849/tid=1012851] ppid=1012846 vsize=19108176 memory=12312 CPUtime=0.6 cores=1,3
/proc/1012849/task/1012851/stat : 1012851 (java) R 1012846 1012849 1007998 0 -1 4194368 6059 0 0 0 56 4 0 0 20 0 20 0 188207271 19566772224 43870 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
[pid=1012849/tid=1012860] ppid=1012846 vsize=19108176 memory=12312 CPUtime=0 cores=1,3
/proc/1012849/task/1012860/stat : 1012860 (Finalizer) S 1012846 1012849 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188207274 19566772224 43870 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
[pid=1012849/tid=1012867] ppid=1012846 vsize=19108176 memory=117636 CPUtime=0 cores=1,3
/proc/1012849/task/1012867/stat : 1012867 (Common-Cleaner) S 1012846 1012849 1007998 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 188207274 19566772224 43870 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
[pid=1012849/tid=1012868] ppid=1012846 vsize=19108176 memory=5568 CPUtime=0 cores=1,3
/proc/1012849/task/1012868/stat : 1012868 (Timer-0) S 1012846 1012849 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188207293 19566772224 43870 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 175480 KiB

[startup+1.5011 s]
/proc/loadavg: 4.37 4.38 4.44 6/332 1012869
/proc/meminfo: memFree=106813768/131524600 swapFree=131071996/131071996
[pid=1012849] ppid=1012846 vsize=19108176 memory=482288 CPUtime=2.82 cores=1,3
/proc/1012849/stat : 1012849 (java) S 1012846 1012849 1007998 0 -1 1077936128 21895 0 0 0 269 13 0 0 20 0 20 0 188207271 19566772224 120572 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
/proc/1012849/statm: 4777044 120572 5872 1 0 556661 0
[pid=1012849/tid=1012851] ppid=1012846 vsize=19108176 memory=12312 CPUtime=1.36 cores=1,3
/proc/1012849/task/1012851/stat : 1012851 (java) R 1012846 1012849 1007998 0 -1 4194368 6757 0 0 0 127 9 0 0 20 0 20 0 188207271 19566772224 120572 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
[pid=1012849/tid=1012860] ppid=1012846 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1012849/task/1012860/stat : 1012860 (Finalizer) S 1012846 1012849 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188207274 19566772224 120572 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
[pid=1012849/tid=1012867] ppid=1012846 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1012849/task/1012867/stat : 1012867 (Common-Cleaner) S 1012846 1012849 1007998 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 188207274 19566772224 120572 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
[pid=1012849/tid=1012868] ppid=1012846 vsize=19108176 memory=65 CPUtime=0 cores=1,3
/proc/1012849/task/1012868/stat : 1012868 (Timer-0) S 1012846 1012849 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188207293 19566772224 120572 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 482288 KiB

[startup+3.11509 s]
/proc/loadavg: 4.37 4.38 4.44 6/332 1012869
/proc/meminfo: memFree=105947552/131524600 swapFree=131071996/131071996
[pid=1012849] ppid=1012846 vsize=19108176 memory=1159424 CPUtime=5.92 cores=1,3
/proc/1012849/stat : 1012849 (java) S 1012846 1012849 1007998 0 -1 1077936128 26556 0 0 0 566 26 0 0 20 0 20 0 188207271 19566772224 289856 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
/proc/1012849/statm: 4777044 289856 5872 1 0 557312 0
[pid=1012849/tid=1012851] ppid=1012846 vsize=19108176 memory=0 CPUtime=2.96 cores=1,3
/proc/1012849/task/1012851/stat : 1012851 (java) R 1012846 1012849 1007998 0 -1 4194368 7681 0 0 0 274 22 0 0 20 0 20 0 188207271 19566772224 289856 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
[pid=1012849/tid=1012860] ppid=1012846 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1012849/task/1012860/stat : 1012860 (Finalizer) S 1012846 1012849 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188207274 19566772224 289856 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
[pid=1012849/tid=1012867] ppid=1012846 vsize=19108176 memory=738336 CPUtime=0 cores=1,3
/proc/1012849/task/1012867/stat : 1012867 (Common-Cleaner) S 1012846 1012849 1007998 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 188207274 19566772224 289856 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
[pid=1012849/tid=1012868] ppid=1012846 vsize=19108176 memory=12312 CPUtime=0 cores=1,3
/proc/1012849/task/1012868/stat : 1012868 (Timer-0) S 1012846 1012849 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188207293 19566772224 289856 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
Current children cumulated CPU time: 5.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1159424 KiB

[startup+6.30028 s]
/proc/loadavg: 4.34 4.37 4.43 5/332 1012869
/proc/meminfo: memFree=105674572/131524600 swapFree=131071996/131071996
[pid=1012849] ppid=1012846 vsize=19108176 memory=1331288 CPUtime=9.4 cores=1,3
/proc/1012849/stat : 1012849 (java) S 1012846 1012849 1007998 0 -1 1077936128 27329 0 0 0 910 30 0 0 20 0 20 0 188207271 19566772224 332822 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
/proc/1012849/statm: 4777044 332822 5872 1 0 557312 0
[pid=1012849/tid=1012851] ppid=1012846 vsize=19108176 memory=12312 CPUtime=6.06 cores=1,3
/proc/1012849/task/1012851/stat : 1012851 (java) R 1012846 1012849 1007998 0 -1 4194368 7844 0 0 0 581 25 0 0 20 0 20 0 188207271 19566772224 332822 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
[pid=1012849/tid=1012860] ppid=1012846 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1012849/task/1012860/stat : 1012860 (Finalizer) S 1012846 1012849 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188207274 19566772224 332822 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
[pid=1012849/tid=1012867] ppid=1012846 vsize=19108176 memory=7593456421827471472 CPUtime=0 cores=1,3
/proc/1012849/task/1012867/stat : 1012867 (Common-Cleaner) S 1012846 1012849 1007998 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 188207274 19566772224 332822 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
[pid=1012849/tid=1012868] ppid=1012846 vsize=19108176 memory=5492 CPUtime=0 cores=1,3
/proc/1012849/task/1012868/stat : 1012868 (Timer-0) S 1012846 1012849 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188207293 19566772224 332822 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
Current children cumulated CPU time: 9.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1331288 KiB

[startup+12.7003 s]
/proc/loadavg: 4.31 4.36 4.43 5/332 1012870
/proc/meminfo: memFree=105248612/131524600 swapFree=131071996/131071996
[pid=1012849] ppid=1012846 vsize=19108176 memory=1756216 CPUtime=15.91 cores=1,3
/proc/1012849/stat : 1012849 (java) S 1012846 1012849 1007998 0 -1 1077936128 28570 0 0 0 1552 39 0 0 20 0 20 0 188207271 19566772224 439054 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
/proc/1012849/statm: 4777044 439054 5872 1 0 663854 0
[pid=1012849/tid=1012851] ppid=1012846 vsize=19108176 memory=0 CPUtime=12.26 cores=1,3
/proc/1012849/task/1012851/stat : 1012851 (java) R 1012846 1012849 1007998 0 -1 4194368 8677 0 0 0 1193 33 0 0 20 0 20 0 188207271 19566772224 439054 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
[pid=1012849/tid=1012860] ppid=1012846 vsize=19108176 memory=1756216 CPUtime=0 cores=1,3
/proc/1012849/task/1012860/stat : 1012860 (Finalizer) S 1012846 1012849 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188207274 19566772224 439054 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
[pid=1012849/tid=1012867] ppid=1012846 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1012849/task/1012867/stat : 1012867 (Common-Cleaner) S 1012846 1012849 1007998 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 188207274 19566772224 439054 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
[pid=1012849/tid=1012868] ppid=1012846 vsize=19108176 memory=15976 CPUtime=0 cores=1,3
/proc/1012849/task/1012868/stat : 1012868 (Timer-0) S 1012846 1012849 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188207293 19566772224 439054 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
Current children cumulated CPU time: 15.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1756216 KiB

[startup+25.5003 s]
/proc/loadavg: 4.33 4.36 4.43 5/332 1012872
/proc/meminfo: memFree=104732248/131524600 swapFree=131071996/131071996
[pid=1012849] ppid=1012846 vsize=19108176 memory=2273660 CPUtime=28.85 cores=1,3
/proc/1012849/stat : 1012849 (java) S 1012846 1012849 1007998 0 -1 1077936128 32624 0 0 0 2835 50 0 0 20 0 20 0 188207271 19566772224 568415 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
/proc/1012849/statm: 4777044 568415 5872 1 0 791279 0
[pid=1012849/tid=1012851] ppid=1012846 vsize=19108176 memory=1756216 CPUtime=24.68 cores=1,3
/proc/1012849/task/1012851/stat : 1012851 (java) R 1012846 1012849 1007998 0 -1 4194368 9856 0 0 0 2425 43 0 0 20 0 20 0 188207271 19566772224 568415 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
[pid=1012849/tid=1012860] ppid=1012846 vsize=19108176 memory=15976 CPUtime=0 cores=1,3
/proc/1012849/task/1012860/stat : 1012860 (Finalizer) S 1012846 1012849 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188207274 19566772224 568415 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
[pid=1012849/tid=1012867] ppid=1012846 vsize=19108176 memory=2261356 CPUtime=0 cores=1,3
/proc/1012849/task/1012867/stat : 1012867 (Common-Cleaner) S 1012846 1012849 1007998 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 188207274 19566772224 568415 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
[pid=1012849/tid=1012868] ppid=1012846 vsize=19108176 memory=12340 CPUtime=0 cores=1,3
/proc/1012849/task/1012868/stat : 1012868 (Timer-0) S 1012846 1012849 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188207293 19566772224 568415 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
Current children cumulated CPU time: 28.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2273660 KiB

[startup+51.1058 s]
/proc/loadavg: 4.40 4.38 4.43 5/332 1012876
/proc/meminfo: memFree=104165932/131524600 swapFree=131071996/131071996
[pid=1012849] ppid=1012846 vsize=19108176 memory=2836760 CPUtime=54.83 cores=1,3
/proc/1012849/stat : 1012849 (java) S 1012846 1012849 1007998 0 -1 1077936128 38321 0 0 0 5418 65 0 0 20 0 20 0 188207271 19566772224 709190 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
/proc/1012849/statm: 4777044 709190 5900 1 0 925005 0
[pid=1012849/tid=1012851] ppid=1012846 vsize=19108176 memory=2824276 CPUtime=49.57 cores=1,3
/proc/1012849/task/1012851/stat : 1012851 (java) R 1012846 1012849 1007998 0 -1 4194368 12895 0 0 0 4901 56 0 0 20 0 20 0 188207271 19566772224 709190 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0

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

[startup+3042.3 s]
/proc/loadavg: 4.68 4.65 4.55 6/335 1015224
/proc/meminfo: memFree=103651248/131524600 swapFree=131071996/131071996
[pid=1012849] ppid=1012846 vsize=19108176 memory=4582788 CPUtime=3246.13 cores=1,3
/proc/1012849/stat : 1012849 (java) S 1012846 1012849 1007998 0 -1 1077936128 337549 0 0 0 324337 276 0 0 20 0 20 0 188207271 19566772224 1145697 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
/proc/1012849/statm: 4777044 1145697 5900 1 0 1177916 0
[pid=1012849/tid=1012851] ppid=1012846 vsize=19108176 memory=4582788 CPUtime=2931.91 cores=1,3
/proc/1012849/task/1012851/stat : 1012851 (java) R 1012846 1012849 1007998 0 -1 4194368 156820 0 0 0 293091 100 0 0 20 0 20 0 188207271 19566772224 1145697 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 26 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
[pid=1012849/tid=1012860] ppid=1012846 vsize=19108176 memory=4582576 CPUtime=0 cores=1,3
/proc/1012849/task/1012860/stat : 1012860 (Finalizer) S 1012846 1012849 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188207274 19566772224 1145697 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
[pid=1012849/tid=1012867] ppid=1012846 vsize=19108176 memory=12312 CPUtime=0 cores=1,3
/proc/1012849/task/1012867/stat : 1012867 (Common-Cleaner) S 1012846 1012849 1007998 0 -1 1077936192 2964 0 0 0 0 0 0 0 20 0 20 0 188207274 19566772224 1145697 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
[pid=1012849/tid=1012868] ppid=1012846 vsize=19108176 memory=19804 CPUtime=0 cores=1,3
/proc/1012849/task/1012868/stat : 1012868 (Timer-0) S 1012846 1012849 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188207293 19566772224 1145697 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
Current children cumulated CPU time: 3246.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4582788 KiB

[startup+3102.3 s]
/proc/loadavg: 3.32 4.28 4.43 4/283 1015361
/proc/meminfo: memFree=114379564/131524600 swapFree=131071996/131071996
[pid=1012849] ppid=1012846 vsize=19108176 memory=4583624 CPUtime=3312.99 cores=1,3
/proc/1012849/stat : 1012849 (java) S 1012846 1012849 1007998 0 -1 1077936128 347753 0 0 0 331021 278 0 0 20 0 20 0 188207271 19566772224 1145906 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
/proc/1012849/statm: 4777044 1145906 5900 1 0 1178101 0
[pid=1012849/tid=1012851] ppid=1012846 vsize=19108176 memory=12312 CPUtime=2989.43 cores=1,3
/proc/1012849/task/1012851/stat : 1012851 (java) R 1012846 1012849 1007998 0 -1 4194368 161129 0 0 0 298843 100 0 0 20 0 20 0 188207271 19566772224 1145906 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 26 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
[pid=1012849/tid=1012860] ppid=1012846 vsize=19108176 memory=4583460 CPUtime=0 cores=1,3
/proc/1012849/task/1012860/stat : 1012860 (Finalizer) S 1012846 1012849 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188207274 19566772224 1145906 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
[pid=1012849/tid=1012867] ppid=1012846 vsize=19108176 memory=12312 CPUtime=0 cores=1,3
/proc/1012849/task/1012867/stat : 1012867 (Common-Cleaner) S 1012846 1012849 1007998 0 -1 1077936192 2967 0 0 0 0 0 0 0 20 0 20 0 188207274 19566772224 1145906 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
[pid=1012849/tid=1012868] ppid=1012846 vsize=19108176 memory=12340 CPUtime=0 cores=1,3
/proc/1012849/task/1012868/stat : 1012868 (Timer-0) S 1012846 1012849 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188207293 19566772224 1145906 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
Current children cumulated CPU time: 3312.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4583624 KiB

[startup+3162.3 s]
/proc/loadavg: 2.73 3.93 4.30 5/283 1015372
/proc/meminfo: memFree=113911196/131524600 swapFree=131071996/131071996
[pid=1012849] ppid=1012846 vsize=19108176 memory=4583820 CPUtime=3379.95 cores=1,3
/proc/1012849/stat : 1012849 (java) S 1012846 1012849 1007998 0 -1 1077936128 355405 0 0 0 337714 281 0 0 20 0 20 0 188207271 19566772224 1145955 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
/proc/1012849/statm: 4777044 1145955 5900 1 0 1178169 0
[pid=1012849/tid=1012851] ppid=1012846 vsize=19108176 memory=12312 CPUtime=3046.83 cores=1,3
/proc/1012849/task/1012851/stat : 1012851 (java) R 1012846 1012849 1007998 0 -1 4194368 163883 0 0 0 304583 100 0 0 20 0 20 0 188207271 19566772224 1145955 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 32 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
[pid=1012849/tid=1012860] ppid=1012846 vsize=19108176 memory=4583460 CPUtime=0 cores=1,3
/proc/1012849/task/1012860/stat : 1012860 (Finalizer) S 1012846 1012849 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188207274 19566772224 1145955 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
[pid=1012849/tid=1012867] ppid=1012846 vsize=19108176 memory=4583820 CPUtime=0 cores=1,3
/proc/1012849/task/1012867/stat : 1012867 (Common-Cleaner) S 1012846 1012849 1007998 0 -1 1077936192 3031 0 0 0 0 0 0 0 20 0 20 0 188207274 19566772224 1145955 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
[pid=1012849/tid=1012868] ppid=1012846 vsize=19108176 memory=4583820 CPUtime=0 cores=1,3
/proc/1012849/task/1012868/stat : 1012868 (Timer-0) S 1012846 1012849 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188207293 19566772224 1145955 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
Current children cumulated CPU time: 3379.95 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4583820 KiB

[startup+3222.3 s]
/proc/loadavg: 2.65 3.68 4.18 3/283 1015382
/proc/meminfo: memFree=113910020/131524600 swapFree=131071996/131071996
[pid=1012849] ppid=1012846 vsize=19108176 memory=4584160 CPUtime=3447.77 cores=1,3
/proc/1012849/stat : 1012849 (java) S 1012846 1012849 1007998 0 -1 1077936128 367386 0 0 0 344492 285 0 0 20 0 20 0 188207271 19566772224 1146040 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
/proc/1012849/statm: 4777044 1146040 5900 1 0 1178203 0
[pid=1012849/tid=1012851] ppid=1012846 vsize=19108176 memory=4583460 CPUtime=3104.24 cores=1,3
/proc/1012849/task/1012851/stat : 1012851 (java) S 1012846 1012849 1007998 0 -1 1077936192 168309 0 0 0 310323 101 0 0 20 0 20 0 188207271 19566772224 1146040 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 36 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
[pid=1012849/tid=1012860] ppid=1012846 vsize=19108176 memory=4583820 CPUtime=0 cores=1,3
/proc/1012849/task/1012860/stat : 1012860 (Finalizer) S 1012846 1012849 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188207274 19566772224 1146040 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
[pid=1012849/tid=1012867] ppid=1012846 vsize=19108176 memory=15976 CPUtime=0 cores=1,3
/proc/1012849/task/1012867/stat : 1012867 (Common-Cleaner) S 1012846 1012849 1007998 0 -1 1077936192 3102 0 0 0 0 0 0 0 20 0 20 0 188207274 19566772224 1146040 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
[pid=1012849/tid=1012868] ppid=1012846 vsize=19108176 memory=4584160 CPUtime=0 cores=1,3
/proc/1012849/task/1012868/stat : 1012868 (Timer-0) S 1012846 1012849 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188207293 19566772224 1146040 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
Current children cumulated CPU time: 3447.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4584160 KiB

[startup+3282.3 s]
/proc/loadavg: 2.60 3.47 4.08 3/281 1015393
/proc/meminfo: memFree=113909512/131524600 swapFree=131071996/131071996
[pid=1012849] ppid=1012846 vsize=19108176 memory=4584208 CPUtime=3514.75 cores=1,3
/proc/1012849/stat : 1012849 (java) S 1012846 1012849 1007998 0 -1 1077936128 375294 0 0 0 351186 289 0 0 20 0 20 0 188207271 19566772224 1146052 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
/proc/1012849/statm: 4777044 1146052 5900 1 0 1178203 0
[pid=1012849/tid=1012851] ppid=1012846 vsize=19108176 memory=5492 CPUtime=3161.81 cores=1,3
/proc/1012849/task/1012851/stat : 1012851 (java) R 1012846 1012849 1007998 0 -1 4194368 171408 0 0 0 316079 102 0 0 20 0 20 0 188207271 19566772224 1146052 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 36 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
[pid=1012849/tid=1012860] ppid=1012846 vsize=19108176 memory=4584208 CPUtime=0 cores=1,3
/proc/1012849/task/1012860/stat : 1012860 (Finalizer) S 1012846 1012849 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188207274 19566772224 1146052 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
[pid=1012849/tid=1012867] ppid=1012846 vsize=19108176 memory=4584160 CPUtime=0 cores=1,3
/proc/1012849/task/1012867/stat : 1012867 (Common-Cleaner) S 1012846 1012849 1007998 0 -1 1077936192 3164 0 0 0 0 0 0 0 20 0 20 0 188207274 19566772224 1146052 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
[pid=1012849/tid=1012868] ppid=1012846 vsize=19108176 memory=5568 CPUtime=0 cores=1,3
/proc/1012849/task/1012868/stat : 1012868 (Timer-0) S 1012846 1012849 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188207293 19566772224 1146052 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
Current children cumulated CPU time: 3514.75 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4584208 KiB

[startup+3342.3 s]
/proc/loadavg: 2.47 3.28 3.97 3/282 1015404
/proc/meminfo: memFree=113908892/131524600 swapFree=131071996/131071996
[pid=1012849] ppid=1012846 vsize=19108176 memory=4584324 CPUtime=3582.23 cores=1,3
/proc/1012849/stat : 1012849 (java) S 1012846 1012849 1007998 0 -1 1077936128 383260 0 0 0 357931 292 0 0 20 0 20 0 188207271 19566772224 1146081 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
/proc/1012849/statm: 4777044 1146081 5900 1 0 1178235 0
[pid=1012849/tid=1012851] ppid=1012846 vsize=19108176 memory=12340 CPUtime=3219.27 cores=1,3
/proc/1012849/task/1012851/stat : 1012851 (java) R 1012846 1012849 1007998 0 -1 4194368 174687 0 0 0 321825 102 0 0 20 0 20 0 188207271 19566772224 1146081 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 36 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
[pid=1012849/tid=1012860] ppid=1012846 vsize=19108176 memory=4584324 CPUtime=0 cores=1,3
/proc/1012849/task/1012860/stat : 1012860 (Finalizer) S 1012846 1012849 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188207274 19566772224 1146081 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
[pid=1012849/tid=1012867] ppid=1012846 vsize=19108176 memory=4584324 CPUtime=0 cores=1,3
/proc/1012849/task/1012867/stat : 1012867 (Common-Cleaner) S 1012846 1012849 1007998 0 -1 1077936192 3211 0 0 0 0 0 0 0 20 0 20 0 188207274 19566772224 1146081 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
[pid=1012849/tid=1012868] ppid=1012846 vsize=19108176 memory=4584324 CPUtime=0 cores=1,3
/proc/1012849/task/1012868/stat : 1012868 (Timer-0) S 1012846 1012849 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188207293 19566772224 1146081 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
Current children cumulated CPU time: 3582.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4584324 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3358.2 s]
/proc/loadavg: 2.43 3.23 3.95 4/282 1015407
/proc/meminfo: memFree=113908812/131524600 swapFree=131071996/131071996
[pid=1012849] ppid=1012846 vsize=19108176 memory=4584324 CPUtime=3600.03 cores=1,3
/proc/1012849/stat : 1012849 (java) S 1012846 1012849 1007998 0 -1 1077936128 383804 0 0 0 359710 293 0 0 20 0 20 0 188207271 19566772224 1146081 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
/proc/1012849/statm: 4777044 1146081 5900 1 0 1178235 0
[pid=1012849/tid=1012851] ppid=1012846 vsize=19108176 memory=2768 CPUtime=3234.45 cores=1,3
/proc/1012849/task/1012851/stat : 1012851 (java) R 1012846 1012849 1007998 0 -1 4194368 175191 0 0 0 323343 102 0 0 20 0 20 0 188207271 19566772224 1146081 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 36 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
[pid=1012849/tid=1012860] ppid=1012846 vsize=19108176 memory=4984 CPUtime=0 cores=1,3
/proc/1012849/task/1012860/stat : 1012860 (Finalizer) S 1012846 1012849 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188207274 19566772224 1146081 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
[pid=1012849/tid=1012867] ppid=1012846 vsize=19108176 memory=5251428 CPUtime=0 cores=1,3
/proc/1012849/task/1012867/stat : 1012867 (Common-Cleaner) S 1012846 1012849 1007998 0 -1 1077936192 3211 0 0 0 0 0 0 0 20 0 20 0 188207274 19566772224 1146081 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
[pid=1012849/tid=1012868] ppid=1012846 vsize=19108176 memory=33708 CPUtime=0 cores=1,3
/proc/1012849/task/1012868/stat : 1012868 (Timer-0) S 1012846 1012849 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188207293 19566772224 1146081 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4584324 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.31 s, system=2.95036 s

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

[startup+3358.31 s]
/proc/loadavg: 2.43 3.23 3.95 4/282 1015407
/proc/meminfo: memFree=113908812/131524600 swapFree=131071996/131071996
[pid=1012849] ppid=1012846 vsize=19307868 memory=4585116 CPUtime=3600.18 cores=1,3
/proc/1012849/stat : 1012849 (java) S 1012846 1012849 1007998 0 -1 1077936128 386900 0 0 0 359725 293 0 0 20 0 21 0 188207271 19771256832 1146279 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
/proc/1012849/statm: 4826967 1146279 5899 1 0 1179138 0
[pid=1012849/tid=1012851] ppid=1012846 vsize=19307868 memory=4584324 CPUtime=3234.48 cores=1,3
/proc/1012849/task/1012851/stat : 1012851 (java) S 1012846 1012849 1007998 0 -1 1077936192 175266 0 0 0 323346 102 0 0 20 0 21 0 188207271 19771256832 1146279 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 36 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
[pid=1012849/tid=1012860] ppid=1012846 vsize=19307868 memory=47848 CPUtime=0 cores=1,3
/proc/1012849/task/1012860/stat : 1012860 (Finalizer) S 1012846 1012849 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 188207274 19771256832 1146279 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
[pid=1012849/tid=1012867] ppid=1012846 vsize=19307868 memory=4584208 CPUtime=0 cores=1,3
/proc/1012849/task/1012867/stat : 1012867 (Common-Cleaner) S 1012846 1012849 1007998 0 -1 1077936192 3211 0 0 0 0 0 0 0 20 0 21 0 188207274 19771256832 1146279 134679101440 94757799768064 94757799771760 140735249220144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94757799779576 94757799780368 94757800288256 140735249228782 140735249228895 140735249228895 140735249235912 0
Current children cumulated CPU time: 3600.18 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 4585116 KiB

Child status: 143

Real time (s): 3358.38
CPU time (s): 3600.26
CPU user time (s): 3597.31
CPU system time (s): 2.95036
CPU usage (%): 107.202
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 4585116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.31
system time used= 2.95036
maximum resident set size= 4586040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 387238
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 147099
involuntary context switches= 25642


# summary of solver processes directly reported to runsolver:
#   pid: 1012849
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3597.31
#   total CPU system time (s): 2.95036

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.04565 second user time and 17.1546 second system time

The end

Launcher Data

Begin job on nodeC033 at 2024-07-19 05:39:48
IDJOB=4448045
IDBENCH=160360
IDSOLVER=3046
FILE ID=nodeC033/4448045-1721360376
RUNJOBID= nodeC033-1721353366-1008010
SLURM_JOB_ID= 7542766
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/normalized-ECgrid5x90split.cnf-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4448045-1721360376/watcher-4448045-1721360376 -o /tmp/evaluation-result-4448045-1721360376/solver-4448045-1721360376 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1721353366-1008010 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4448045-1721360376.opb

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

MD5SUM BENCH= ffca2f526e16739a014d253021fa9e9c
RANDOM SEED=1965364321

nodeC033.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		: 3680.914
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.50
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		: 3662.860
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.895
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.50
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		: 3649.104
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		: 3681.066
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.50
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		: 3676.245
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		: 3600.043
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.50
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		: 3684.515
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:        107016340 kB
MemAvailable:   112877804 kB
Buffers:          555436 kB
Cached:          6076928 kB
SwapCached:            0 kB
Active:          1001124 kB
Inactive:       22699832 kB
Active(anon):       1556 kB
Inactive(anon): 17112932 kB
Active(file):     999568 kB
Inactive(file):  5586900 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1172 kB
Writeback:             0 kB
AnonPages:      17065960 kB
Mapped:           127136 kB
Shmem:             45908 kB
KReclaimable:     229288 kB
Slab:             357500 kB
SReclaimable:     229288 kB
SUnreclaim:       128212 kB
KernelStack:        5040 kB
PageTables:        43508 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   17521924 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            69408 kB
HardwareCorrupted:     0 kB
AnonHugePages:  16611328 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:      273108 kB
DirectMap2M:    28860416 kB
DirectMap1G:    106954752 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC033 at 2024-07-19 06:35:46