Trace number 4448555

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 3363.56

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/
EC_ODD_GRIDS/normalized-ECgrid5x90split.opb
MD5SUMe216a9526ca3dc38bcdba98c3f3990b1
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 benchmark22.0111
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 constraints451
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)451
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.13/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	 - never skip resolution steps
0.13/0.15	 - Auto-division on coefficients is disabled
0.13/0.15	 - No postprocessing
0.13/0.15	 - Conflict is considered as is when resolving
0.13/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.15	 - Weaken first using unassigned literals
0.13/0.15	 - Bump strategy: ALWAYS_ONE
0.13/0.15	 - Bumper: ASSIGNED
0.13/0.15	--- Begin Solver configuration ---
0.13/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	Learn all clauses as in MiniSAT
0.13/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	No reason simplification
0.13/0.15	Armin Biere (Picosat) restarts strategy
0.13/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.15	timeout=2147483s
0.13/0.15	DB Simplification allowed=false
0.13/0.15	Listener: none
0.13/0.15	--- End Solver configuration ---
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: ASSIGNED
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Armin Biere (Picosat) restarts strategy
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4448555-1721363067.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  no objective function found
0.13/0.20	c ... done. Wall clock time 0.047s.
0.13/0.20	c declared #vars     901
0.13/0.20	c #constraints  902
0.13/0.20	c constraints type 
0.13/0.20	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.13/0.20	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 900
0.13/0.20	c 902 constraints processed.
1.43/0.90	c cleaning 1652 clauses out of 5001 with flag 0/5001
2.81/1.51	c cleaning 1694 clauses out of 9348 with flag 0/11000
4.19/2.27	c cleaning 2389 clauses out of 14654 with flag 0/18000
5.97/3.17	c cleaning 2084 clauses out of 20265 with flag 0/26000
7.32/4.13	c cleaning 3187 clauses out of 27181 with flag 0/35000
8.62/5.32	c cleaning 3789 clauses out of 33994 with flag 0/45000
9.92/6.66	c cleaning 3261 clauses out of 41206 with flag 0/56001
12.16/8.80	c cleaning 5586 clauses out of 49944 with flag 0/68000
14.59/11.28	c cleaning 3591 clauses out of 57358 with flag 0/81000
16.75/13.39	c cleaning 4227 clauses out of 67767 with flag 0/95000
20.21/16.71	c cleaning 5927 clauses out of 78540 with flag 0/110000
23.74/20.29	c cleaning 4280 clauses out of 88613 with flag 0/126000
28.17/24.68	c cleaning 5015 clauses out of 101333 with flag 0/143000
32.79/29.28	c cleaning 5485 clauses out of 114318 with flag 0/161000
38.43/34.80	c cleaning 4296 clauses out of 127833 with flag 0/180000
43.93/40.27	c cleaning 5095 clauses out of 143537 with flag 0/200000
49.25/45.49	c cleaning 6428 clauses out of 159442 with flag 0/221000
57.03/53.18	c cleaning 8744 clauses out of 175015 with flag 0/243001
68.24/64.19	c cleaning 7130 clauses out of 189270 with flag 0/266000
82.52/78.31	c cleaning 6189 clauses out of 206141 with flag 0/290001
97.94/93.63	c cleaning 10100 clauses out of 224951 with flag 0/315000
111.44/107.10	c cleaning 9099 clauses out of 240851 with flag 0/341000
139.78/135.23	c cleaning 11881 clauses out of 258753 with flag 0/368001
169.44/164.58	c cleaning 10011 clauses out of 274871 with flag 0/396000
195.29/190.07	c cleaning 9638 clauses out of 293860 with flag 0/425000
219.46/213.94	c cleaning 7822 clauses out of 314223 with flag 0/455001
247.59/241.95	c cleaning 8410 clauses out of 337400 with flag 0/486000
277.01/271.00	c cleaning 8278 clauses out of 360991 with flag 0/518001
309.44/302.85	c cleaning 5885 clauses out of 385712 with flag 0/551000
337.69/330.63	c cleaning 8825 clauses out of 413827 with flag 0/585000
382.11/374.28	c cleaning 7767 clauses out of 440002 with flag 0/620000
421.18/412.41	c cleaning 7315 clauses out of 468236 with flag 0/656001
464.85/455.24	c cleaning 8133 clauses out of 497922 with flag 0/693002
518.84/507.98	c cleaning 9729 clauses out of 527787 with flag 0/731000
578.43/566.22	c cleaning 9860 clauses out of 557059 with flag 0/770001
649.86/635.28	c cleaning 7953 clauses out of 587198 with flag 0/810000
740.46/723.12	c cleaning 10294 clauses out of 620247 with flag 0/851002
843.90/822.98	c cleaning 9972 clauses out of 651952 with flag 0/893001
928.03/902.74	c cleaning 8078 clauses out of 684979 with flag 0/936000
1007.01/977.65	c cleaning 10196 clauses out of 720901 with flag 0/980000
1087.21/1053.41	c cleaning 9226 clauses out of 755706 with flag 0/1025001
1181.46/1142.55	c cleaning 9945 clauses out of 792479 with flag 0/1071000
1256.19/1213.41	c cleaning 11002 clauses out of 829535 with flag 0/1118001
1342.75/1297.27	c cleaning 11398 clauses out of 866532 with flag 0/1166000
1432.26/1381.72	c cleaning 10056 clauses out of 904135 with flag 0/1215001
1552.01/1493.92	c cleaning 8374 clauses out of 944078 with flag 0/1265000
1685.85/1618.92	c cleaning 9159 clauses out of 986707 with flag 0/1316003
1829.27/1751.14	c cleaning 8553 clauses out of 1029546 with flag 0/1368001
2007.47/1914.64	c cleaning 9140 clauses out of 1073992 with flag 0/1421000
2169.77/2063.61	c cleaning 10424 clauses out of 1118854 with flag 0/1475002
2383.85/2260.24	c cleaning 11430 clauses out of 1163428 with flag 0/1530000
2492.85/2360.73	c cleaning 9205 clauses out of 1208000 with flag 0/1586002
2710.52/2559.17	c cleaning 9929 clauses out of 1255794 with flag 0/1643001
2980.44/2805.11	c cleaning 11156 clauses out of 1303866 with flag 0/1701002
3146.47/2955.60	c cleaning 10011 clauses out of 1351710 with flag 0/1760002
3509.58/3282.53	c cleaning 10087 clauses out of 1401697 with flag 0/1820000
3600.07/3363.42	c starts		: 210
3600.07/3363.43	c conflicts		: 1831558
3600.07/3363.43	c decisions		: 3074734
3600.07/3363.43	c propagations		: 15972555
3600.07/3363.43	c inspects		: 11477659999
3600.07/3363.43	c shortcuts		: 0
3600.07/3363.43	c learnt literals	: 0
3600.07/3363.43	c learnt binary clauses	: 0
3600.07/3363.43	c learnt ternary clauses	: 2
3600.07/3363.43	c learnt constraints	: 1831558
3600.07/3363.43	c ignored constraints	: 0
3600.07/3363.43	c root simplifications	: 0
3600.07/3363.43	c removed literals (reason simplification)	: 0
3600.07/3363.43	c reason swapping (by a shorter reason)	: 0
3600.07/3363.43	c Calls to reduceDB	: 56
3600.07/3363.43	c Number of update (reduction) of LBD	: 83136
3600.07/3363.43	c Imported unit clauses	: 0
3600.07/3363.43	c No decision after first conflict	: false
3600.07/3363.43	c number of reductions to clauses (during analyze)	: 0
3600.07/3363.43	c number of learned constraints concerned by reduction	: 0
3600.07/3363.43	c number of learning phase by resolution	: 0
3600.07/3363.43	c number of learning phase by cutting planes	: 0
3600.07/3363.43	c number of rounding to 1 operations	: 3149270
3600.07/3363.43	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3363.43	c number of reductions of the coefficients by power 2 	: 0
3600.07/3363.43	c number of right shift for reduction by power 2 	: 0
3600.07/3363.43	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3363.43	c number of ending skipping 	: 0
3600.07/3363.43	c number of internal skipping 	: 0
3600.07/3363.43	c number of derivation steps 	: 8176139
3600.07/3363.43	c number of skipped derivation steps 	: 0
3600.07/3363.43	c number of remaining unassigned 	: 12162
3600.07/3363.43	c number of remaining assigned 	: 27546916
3600.07/3363.43	c number of falsified literals weakened from reason	: 0
3600.07/3363.43	c number of falsified literals weakened from conflict	: 0
3600.07/3363.43	c time for arithmetic operations	: 2688094192
3600.07/3363.44	c minimum degree of deleted constraints	: 4
3600.07/3363.44	c maximum degree of deleted constraints	: 10503
3600.07/3363.44	c number of deleted constraints	: 428390
3600.07/3363.44	c speed (assignments/second)	: 4749.183892464991
3600.07/3363.44	c non guided choices	: 35970
3600.07/3363.44	c timeout
3600.24/3363.54	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 876036
3600.24/3363.54	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 10928
3600.24/3363.54	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 516204
3600.24/3363.54	s UNKNOWN
3600.24/3363.54	c Total wall clock time (in seconds): 3363.388

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4448555-1721363067/watcher-4448555-1721363067 -o /tmp/evaluation-result-4448555-1721363067/solver-4448555-1721363067 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1721360068-1012976 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4448555-1721363067.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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
Current StackSize limit: 8192 KiB

solver pid=1015119, runsolver pid=1015116

[startup+0.101669 s]*
/proc/loadavg: 4.76 4.53 4.43 6/334 1015137
/proc/meminfo: memFree=96110300/131524600 swapFree=131071996/131071996
[pid=1015119] ppid=1015116 vsize=18975048 memory=63248 CPUtime=0.13 cores=0,2
/proc/1015119/stat : 1015119 (java) S 1015116 1015119 1006321 0 -1 1077936128 7219 0 0 0 11 2 0 0 20 0 18 0 188474974 19430449152 15812 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
/proc/1015119/statm: 4743762 15812 5687 1 0 549322 0
[pid=1015119/tid=1015121] ppid=1015116 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/1015119/task/1015121/stat : 1015121 (java) R 1015116 1015119 1006321 0 -1 1077936192 5748 0 0 0 7 1 0 0 20 0 18 0 188474974 19430449152 15812 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
[pid=1015119/tid=1015130] ppid=1015116 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/1015119/task/1015130/stat : 1015130 (Finalizer) S 1015116 1015119 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 188474977 19430449152 15812 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
[pid=1015119/tid=1015137] ppid=1015116 vsize=18975048 memory=14408220236082459 CPUtime=0 cores=0,2
/proc/1015119/task/1015137/stat : 1015137 (Common-Cleaner) S 1015116 1015119 1006321 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 188474977 19430449152 15812 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63248 KiB

[startup+0.206125 s]*
/proc/loadavg: 4.76 4.53 4.43 8/335 1015138
/proc/meminfo: memFree=96091816/131524600 swapFree=131071996/131071996
[pid=1015119] ppid=1015116 vsize=18976076 memory=82428 CPUtime=0.33 cores=0,2
/proc/1015119/stat : 1015119 (java) S 1015116 1015119 1006321 0 -1 1077936128 7785 0 0 0 30 3 0 0 20 0 19 0 188474974 19431501824 20607 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
/proc/1015119/statm: 4744019 20607 5851 1 0 549927 0
[pid=1015119/tid=1015121] ppid=1015116 vsize=18976076 memory=6876556183782621315 CPUtime=0.18 cores=0,2
/proc/1015119/task/1015121/stat : 1015121 (java) S 1015116 1015119 1006321 0 -1 1077936192 6059 0 0 0 16 2 0 0 20 0 19 0 188474974 19431501824 20607 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
[pid=1015119/tid=1015130] ppid=1015116 vsize=18976076 memory=15945 CPUtime=0 cores=0,2
/proc/1015119/task/1015130/stat : 1015130 (Finalizer) S 1015116 1015119 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 188474977 19431501824 20607 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
[pid=1015119/tid=1015137] ppid=1015116 vsize=18976076 memory=14418111545738801 CPUtime=0 cores=0,2
/proc/1015119/task/1015137/stat : 1015137 (Common-Cleaner) S 1015116 1015119 1006321 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 188474977 19431501824 20607 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
[pid=1015119/tid=1015138] ppid=1015116 vsize=18976076 memory=0 CPUtime=0 cores=0,2
/proc/1015119/task/1015138/stat : 1015138 (java) R 1015116 1015119 1006321 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 19 0 188474995 19431501824 20607 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18976076 KiB
Current children cumulated memory: 82428 KiB

[startup+0.305829 s]*
/proc/loadavg: 4.76 4.53 4.43 8/335 1015138
/proc/meminfo: memFree=96071752/131524600 swapFree=131071996/131071996
[pid=1015119] ppid=1015116 vsize=19041612 memory=106208 CPUtime=0.49 cores=0,2
/proc/1015119/stat : 1015119 (java) S 1015116 1015119 1006321 0 -1 1077936128 8206 0 0 0 46 3 0 0 20 0 19 0 188474974 19498610688 26552 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
/proc/1015119/statm: 4760403 26552 5851 1 0 550143 0
[pid=1015119/tid=1015121] ppid=1015116 vsize=19041612 memory=-7452715740904254054 CPUtime=0.26 cores=0,2
/proc/1015119/task/1015121/stat : 1015121 (java) R 1015116 1015119 1006321 0 -1 4194368 6133 0 0 0 24 2 0 0 20 0 19 0 188474974 19498610688 26552 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
[pid=1015119/tid=1015130] ppid=1015116 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1015119/task/1015130/stat : 1015130 (Finalizer) S 1015116 1015119 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 188474977 19498610688 26552 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
[pid=1015119/tid=1015137] ppid=1015116 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1015119/task/1015137/stat : 1015137 (Common-Cleaner) S 1015116 1015119 1006321 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 188474977 19498610688 26552 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
[pid=1015119/tid=1015138] ppid=1015116 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1015119/task/1015138/stat : 1015138 (Timer-0) S 1015116 1015119 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 188474995 19498610688 26552 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 106208 KiB

[startup+0.701088 s]
/proc/loadavg: 4.76 4.53 4.43 6/336 1015139
/proc/meminfo: memFree=95998024/131524600 swapFree=131071996/131071996
[pid=1015119] ppid=1015116 vsize=19108176 memory=181032 CPUtime=1.24 cores=0,2
/proc/1015119/stat : 1015119 (java) S 1015116 1015119 1006321 0 -1 1077936128 15875 0 0 0 118 6 0 0 20 0 20 0 188474974 19566772224 45258 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
/proc/1015119/statm: 4777044 45258 5867 1 0 555121 0
[pid=1015119/tid=1015121] ppid=1015116 vsize=19108176 memory=44736 CPUtime=0.62 cores=0,2
/proc/1015119/task/1015121/stat : 1015121 (java) R 1015116 1015119 1006321 0 -1 4194368 6168 0 0 0 59 3 0 0 20 0 20 0 188474974 19566772224 45258 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
[pid=1015119/tid=1015130] ppid=1015116 vsize=19108176 memory=13120 CPUtime=0 cores=0,2
/proc/1015119/task/1015130/stat : 1015130 (Finalizer) S 1015116 1015119 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188474977 19566772224 45258 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
[pid=1015119/tid=1015137] ppid=1015116 vsize=19108176 memory=2228 CPUtime=0 cores=0,2
/proc/1015119/task/1015137/stat : 1015137 (Common-Cleaner) S 1015116 1015119 1006321 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 188474977 19566772224 45258 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
[pid=1015119/tid=1015138] ppid=1015116 vsize=19108176 memory=1848 CPUtime=0 cores=0,2
/proc/1015119/task/1015138/stat : 1015138 (Timer-0) S 1015116 1015119 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188474995 19566772224 45258 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 181032 KiB

[startup+1.50026 s]
/proc/loadavg: 4.76 4.53 4.43 9/336 1015139
/proc/meminfo: memFree=95912852/131524600 swapFree=131071996/131071996
[pid=1015119] ppid=1015116 vsize=19108176 memory=496480 CPUtime=2.81 cores=0,2
/proc/1015119/stat : 1015119 (java) S 1015116 1015119 1006321 0 -1 1077936128 24364 0 0 0 269 12 0 0 20 0 20 0 188474974 19566772224 124120 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
/proc/1015119/statm: 4777044 124120 5883 1 0 556501 0
[pid=1015119/tid=1015121] ppid=1015116 vsize=19108176 memory=13120 CPUtime=1.38 cores=0,2
/proc/1015119/task/1015121/stat : 1015121 (java) R 1015116 1015119 1006321 0 -1 4194368 6630 0 0 0 130 8 0 0 20 0 20 0 188474974 19566772224 124120 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
[pid=1015119/tid=1015130] ppid=1015116 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1015119/task/1015130/stat : 1015130 (Finalizer) S 1015116 1015119 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188474977 19566772224 124120 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
[pid=1015119/tid=1015137] ppid=1015116 vsize=19108176 memory=2228 CPUtime=0 cores=0,2
/proc/1015119/task/1015137/stat : 1015137 (Common-Cleaner) S 1015116 1015119 1006321 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 188474977 19566772224 124120 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
[pid=1015119/tid=1015138] ppid=1015116 vsize=19108176 memory=1848 CPUtime=0 cores=0,2
/proc/1015119/task/1015138/stat : 1015138 (Timer-0) S 1015116 1015119 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188474995 19566772224 124120 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 496480 KiB

[startup+3.1071 s]
/proc/loadavg: 4.78 4.54 4.43 6/336 1015139
/proc/meminfo: memFree=94991328/131524600 swapFree=131071996/131071996
[pid=1015119] ppid=1015116 vsize=19108176 memory=1269436 CPUtime=5.97 cores=0,2
/proc/1015119/stat : 1015119 (java) S 1015116 1015119 1006321 0 -1 1077936128 28412 0 0 0 572 25 0 0 20 0 20 0 188474974 19566772224 317359 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
/proc/1015119/statm: 4777044 317359 5883 1 0 557490 0
[pid=1015119/tid=1015121] ppid=1015116 vsize=19108176 memory=0 CPUtime=2.96 cores=0,2
/proc/1015119/task/1015121/stat : 1015121 (java) R 1015116 1015119 1006321 0 -1 4194368 8175 0 0 0 275 21 0 0 20 0 20 0 188474974 19566772224 317359 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
[pid=1015119/tid=1015130] ppid=1015116 vsize=19108176 memory=-7452715740904254054 CPUtime=0 cores=0,2
/proc/1015119/task/1015130/stat : 1015130 (Finalizer) S 1015116 1015119 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188474977 19566772224 317359 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
[pid=1015119/tid=1015137] ppid=1015116 vsize=19108176 memory=13120 CPUtime=0 cores=0,2
/proc/1015119/task/1015137/stat : 1015137 (Common-Cleaner) S 1015116 1015119 1006321 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 188474977 19566772224 317359 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
[pid=1015119/tid=1015138] ppid=1015116 vsize=19108176 memory=2228 CPUtime=0 cores=0,2
/proc/1015119/task/1015138/stat : 1015138 (Timer-0) S 1015116 1015119 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188474995 19566772224 317359 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
Current children cumulated CPU time: 5.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1269436 KiB

[startup+6.30024 s]
/proc/loadavg: 4.78 4.54 4.43 5/336 1015139
/proc/meminfo: memFree=94833960/131524600 swapFree=131071996/131071996
[pid=1015119] ppid=1015116 vsize=19108176 memory=1328324 CPUtime=9.62 cores=0,2
/proc/1015119/stat : 1015119 (java) S 1015116 1015119 1006321 0 -1 1077936128 29263 0 0 0 935 27 0 0 20 0 20 0 188474974 19566772224 332081 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
/proc/1015119/statm: 4777044 332081 5898 1 0 557490 0
[pid=1015119/tid=1015121] ppid=1015116 vsize=19108176 memory=2228 CPUtime=6.07 cores=0,2
/proc/1015119/task/1015121/stat : 1015121 (java) R 1015116 1015119 1006321 0 -1 4194368 8325 0 0 0 585 22 0 0 20 0 20 0 188474974 19566772224 332081 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
[pid=1015119/tid=1015130] ppid=1015116 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1015119/task/1015130/stat : 1015130 (Finalizer) S 1015116 1015119 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188474977 19566772224 332081 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
[pid=1015119/tid=1015137] ppid=1015116 vsize=19108176 memory=13120 CPUtime=0 cores=0,2
/proc/1015119/task/1015137/stat : 1015137 (Common-Cleaner) S 1015116 1015119 1006321 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 188474977 19566772224 332081 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
[pid=1015119/tid=1015138] ppid=1015116 vsize=19108176 memory=-2832536777585008440 CPUtime=0 cores=0,2
/proc/1015119/task/1015138/stat : 1015138 (Timer-0) S 1015116 1015119 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188474995 19566772224 332081 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
Current children cumulated CPU time: 9.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1328324 KiB

[startup+12.7003 s]
/proc/loadavg: 4.72 4.53 4.43 5/336 1015140
/proc/meminfo: memFree=94817532/131524600 swapFree=131071996/131071996
[pid=1015119] ppid=1015116 vsize=19108176 memory=1344840 CPUtime=16.15 cores=0,2
/proc/1015119/stat : 1015119 (java) S 1015116 1015119 1006321 0 -1 1077936128 30917 0 0 0 1587 28 0 0 20 0 20 0 188474974 19566772224 336210 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
/proc/1015119/statm: 4777044 336210 5898 1 0 557490 0
[pid=1015119/tid=1015121] ppid=1015116 vsize=19108176 memory=13120 CPUtime=12.34 cores=0,2
/proc/1015119/task/1015121/stat : 1015121 (java) R 1015116 1015119 1006321 0 -1 4194368 8861 0 0 0 1212 22 0 0 20 0 20 0 188474974 19566772224 336210 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
[pid=1015119/tid=1015130] ppid=1015116 vsize=19108176 memory=1340652 CPUtime=0 cores=0,2
/proc/1015119/task/1015130/stat : 1015130 (Finalizer) S 1015116 1015119 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188474977 19566772224 336210 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
[pid=1015119/tid=1015137] ppid=1015116 vsize=19108176 memory=44736 CPUtime=0 cores=0,2
/proc/1015119/task/1015137/stat : 1015137 (Common-Cleaner) S 1015116 1015119 1006321 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 188474977 19566772224 336210 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
[pid=1015119/tid=1015138] ppid=1015116 vsize=19108176 memory=13120 CPUtime=0 cores=0,2
/proc/1015119/task/1015138/stat : 1015138 (Timer-0) S 1015116 1015119 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188474995 19566772224 336210 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
Current children cumulated CPU time: 16.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1344840 KiB

[startup+25.5003 s]
/proc/loadavg: 4.71 4.54 4.43 5/336 1015142
/proc/meminfo: memFree=94358728/131524600 swapFree=131071996/131071996
[pid=1015119] ppid=1015116 vsize=19108176 memory=1790248 CPUtime=29.07 cores=0,2
/proc/1015119/stat : 1015119 (java) S 1015116 1015119 1006321 0 -1 1077936128 35068 0 0 0 2870 37 0 0 20 0 20 0 188474974 19566772224 447562 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
/proc/1015119/statm: 4777044 447562 5911 1 0 664016 0
[pid=1015119/tid=1015121] ppid=1015116 vsize=19108176 memory=6944656574621848725 CPUtime=24.76 cores=0,2
/proc/1015119/task/1015121/stat : 1015121 (java) R 1015116 1015119 1006321 0 -1 4194368 10407 0 0 0 2447 29 0 0 20 0 20 0 188474974 19566772224 447562 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
[pid=1015119/tid=1015130] ppid=1015116 vsize=19108176 memory=11400 CPUtime=0 cores=0,2
/proc/1015119/task/1015130/stat : 1015130 (Finalizer) S 1015116 1015119 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188474977 19566772224 447562 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
[pid=1015119/tid=1015137] ppid=1015116 vsize=19108176 memory=3460 CPUtime=0 cores=0,2
/proc/1015119/task/1015137/stat : 1015137 (Common-Cleaner) S 1015116 1015119 1006321 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 188474977 19566772224 447562 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
[pid=1015119/tid=1015138] ppid=1015116 vsize=19108176 memory=13120 CPUtime=0 cores=0,2
/proc/1015119/task/1015138/stat : 1015138 (Timer-0) S 1015116 1015119 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188474995 19566772224 447562 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
Current children cumulated CPU time: 29.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1790248 KiB

[startup+51.1059 s]
/proc/loadavg: 4.60 4.53 4.43 5/334 1015146
/proc/meminfo: memFree=93510176/131524600 swapFree=131071996/131071996
[pid=1015119] ppid=1015116 vsize=19108176 memory=2328472 CPUtime=55 cores=0,2
/proc/1015119/stat : 1015119 (java) S 1015116 1015119 1006321 0 -1 1077936128 40758 0 0 0 5452 48 0 0 20 0 20 0 188474974 19566772224 582118 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
/proc/1015119/statm: 4777044 582118 5927 1 0 791462 0

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

[startup+3042.3 s]
/proc/loadavg: 1.22 1.35 1.87 2/255 1017063
/proc/meminfo: memFree=118683664/131524600 swapFree=131071996/131071996
[pid=1015119] ppid=1015116 vsize=19108176 memory=4582700 CPUtime=3242.37 cores=0,2
/proc/1015119/stat : 1015119 (java) S 1015116 1015119 1006321 0 -1 1077936128 350452 0 0 0 323988 249 0 0 20 0 20 0 188474974 19566772224 1145675 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
/proc/1015119/statm: 4777044 1145675 5927 1 0 1178203 0
[pid=1015119/tid=1015121] ppid=1015116 vsize=19108176 memory=4582688 CPUtime=2934.76 cores=0,2
/proc/1015119/task/1015121/stat : 1015121 (java) R 1015116 1015119 1006321 0 -1 4194368 170275 0 0 0 293378 98 0 0 20 0 20 0 188474974 19566772224 1145675 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 64 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
[pid=1015119/tid=1015130] ppid=1015116 vsize=19108176 memory=4582688 CPUtime=0 cores=0,2
/proc/1015119/task/1015130/stat : 1015130 (Finalizer) S 1015116 1015119 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188474977 19566772224 1145675 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
[pid=1015119/tid=1015137] ppid=1015116 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1015119/task/1015137/stat : 1015137 (Common-Cleaner) S 1015116 1015119 1006321 0 -1 1077936192 3949 0 0 0 0 0 0 0 20 0 20 0 188474977 19566772224 1145675 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
[pid=1015119/tid=1015138] ppid=1015116 vsize=19108176 memory=4582700 CPUtime=0 cores=0,2
/proc/1015119/task/1015138/stat : 1015138 (Timer-0) S 1015116 1015119 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188474995 19566772224 1145675 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
Current children cumulated CPU time: 3242.37 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4582700 KiB

[startup+3102.3 s]
/proc/loadavg: 1.31 1.34 1.84 2/253 1017074
/proc/meminfo: memFree=118683036/131524600 swapFree=131071996/131071996
[pid=1015119] ppid=1015116 vsize=19108176 memory=4582736 CPUtime=3308.91 cores=0,2
/proc/1015119/stat : 1015119 (java) S 1015116 1015119 1006321 0 -1 1077936128 357793 0 0 0 330639 252 0 0 20 0 20 0 188474974 19566772224 1145684 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
/proc/1015119/statm: 4777044 1145684 5927 1 0 1178206 0
[pid=1015119/tid=1015121] ppid=1015116 vsize=19108176 memory=4582736 CPUtime=2992.3 cores=0,2
/proc/1015119/task/1015121/stat : 1015121 (java) R 1015116 1015119 1006321 0 -1 4194368 173059 0 0 0 299131 99 0 0 20 0 20 0 188474974 19566772224 1145684 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 67 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
[pid=1015119/tid=1015130] ppid=1015116 vsize=19108176 memory=30304 CPUtime=0 cores=0,2
/proc/1015119/task/1015130/stat : 1015130 (Finalizer) S 1015116 1015119 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188474977 19566772224 1145684 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
[pid=1015119/tid=1015137] ppid=1015116 vsize=19108176 memory=11400 CPUtime=0 cores=0,2
/proc/1015119/task/1015137/stat : 1015137 (Common-Cleaner) S 1015116 1015119 1006321 0 -1 1077936192 4050 0 0 0 0 0 0 0 20 0 20 0 188474977 19566772224 1145684 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
[pid=1015119/tid=1015138] ppid=1015116 vsize=19108176 memory=11400 CPUtime=0 cores=0,2
/proc/1015119/task/1015138/stat : 1015138 (Timer-0) S 1015116 1015119 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188474995 19566772224 1145684 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
Current children cumulated CPU time: 3308.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4582736 KiB

[startup+3162.3 s]
/proc/loadavg: 1.33 1.34 1.80 2/253 1017085
/proc/meminfo: memFree=118681856/131524600 swapFree=131071996/131071996
[pid=1015119] ppid=1015116 vsize=19108176 memory=4583172 CPUtime=3375.93 cores=0,2
/proc/1015119/stat : 1015119 (java) S 1015116 1015119 1006321 0 -1 1077936128 365290 0 0 0 337337 256 0 0 20 0 20 0 188474974 19566772224 1145793 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
/proc/1015119/statm: 4777044 1145793 5927 1 0 1178301 0
[pid=1015119/tid=1015121] ppid=1015116 vsize=19108176 memory=4582736 CPUtime=3049.86 cores=0,2
/proc/1015119/task/1015121/stat : 1015121 (java) R 1015116 1015119 1006321 0 -1 4194368 176468 0 0 0 304886 100 0 0 20 0 20 0 188474974 19566772224 1145793 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 67 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
[pid=1015119/tid=1015130] ppid=1015116 vsize=19108176 memory=30304 CPUtime=0 cores=0,2
/proc/1015119/task/1015130/stat : 1015130 (Finalizer) S 1015116 1015119 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188474977 19566772224 1145793 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
[pid=1015119/tid=1015137] ppid=1015116 vsize=19108176 memory=11400 CPUtime=0 cores=0,2
/proc/1015119/task/1015137/stat : 1015137 (Common-Cleaner) S 1015116 1015119 1006321 0 -1 1077936192 4151 0 0 0 0 0 0 0 20 0 20 0 188474977 19566772224 1145793 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
[pid=1015119/tid=1015138] ppid=1015116 vsize=19108176 memory=4583172 CPUtime=0 cores=0,2
/proc/1015119/task/1015138/stat : 1015138 (Timer-0) S 1015116 1015119 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188474995 19566772224 1145793 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
Current children cumulated CPU time: 3375.93 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4583172 KiB

[startup+3222.3 s]
/proc/loadavg: 1.24 1.31 1.76 2/253 1017096
/proc/meminfo: memFree=118681020/131524600 swapFree=131071996/131071996
[pid=1015119] ppid=1015116 vsize=19108176 memory=4583224 CPUtime=3442.33 cores=0,2
/proc/1015119/stat : 1015119 (java) S 1015116 1015119 1006321 0 -1 1077936128 372516 0 0 0 343974 259 0 0 20 0 20 0 188474974 19566772224 1145806 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
/proc/1015119/statm: 4777044 1145806 5927 1 0 1178317 0
[pid=1015119/tid=1015121] ppid=1015116 vsize=19108176 memory=4582736 CPUtime=3107.51 cores=0,2
/proc/1015119/task/1015121/stat : 1015121 (java) R 1015116 1015119 1006321 0 -1 4194368 179617 0 0 0 310651 100 0 0 20 0 20 0 188474974 19566772224 1145806 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 67 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
[pid=1015119/tid=1015130] ppid=1015116 vsize=19108176 memory=30304 CPUtime=0 cores=0,2
/proc/1015119/task/1015130/stat : 1015130 (Finalizer) S 1015116 1015119 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188474977 19566772224 1145806 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
[pid=1015119/tid=1015137] ppid=1015116 vsize=19108176 memory=4583184 CPUtime=0 cores=0,2
/proc/1015119/task/1015137/stat : 1015137 (Common-Cleaner) S 1015116 1015119 1006321 0 -1 1077936192 4250 0 0 0 0 0 0 0 20 0 20 0 188474977 19566772224 1145806 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
[pid=1015119/tid=1015138] ppid=1015116 vsize=19108176 memory=4583224 CPUtime=0 cores=0,2
/proc/1015119/task/1015138/stat : 1015138 (Timer-0) S 1015116 1015119 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188474995 19566772224 1145806 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
Current children cumulated CPU time: 3442.33 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4583224 KiB

[startup+3282.3 s]
/proc/loadavg: 1.28 1.30 1.73 2/254 1017108
/proc/meminfo: memFree=118680024/131524600 swapFree=131071996/131071996
[pid=1015119] ppid=1015116 vsize=19108176 memory=4583408 CPUtime=3509.38 cores=0,2
/proc/1015119/stat : 1015119 (java) S 1015116 1015119 1006321 0 -1 1077936128 380047 0 0 0 350675 263 0 0 20 0 20 0 188474974 19566772224 1145852 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
/proc/1015119/statm: 4777044 1145852 5927 1 0 1178363 0
[pid=1015119/tid=1015121] ppid=1015116 vsize=19108176 memory=4583400 CPUtime=3165.09 cores=0,2
/proc/1015119/task/1015121/stat : 1015121 (java) R 1015116 1015119 1006321 0 -1 4194368 183243 0 0 0 316408 101 0 0 20 0 20 0 188474974 19566772224 1145852 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 67 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
[pid=1015119/tid=1015130] ppid=1015116 vsize=19108176 memory=4583400 CPUtime=0 cores=0,2
/proc/1015119/task/1015130/stat : 1015130 (Finalizer) S 1015116 1015119 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188474977 19566772224 1145852 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
[pid=1015119/tid=1015137] ppid=1015116 vsize=19108176 memory=11400 CPUtime=0 cores=0,2
/proc/1015119/task/1015137/stat : 1015137 (Common-Cleaner) S 1015116 1015119 1006321 0 -1 1077936192 4400 0 0 0 0 0 0 0 20 0 20 0 188474977 19566772224 1145852 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
[pid=1015119/tid=1015138] ppid=1015116 vsize=19108176 memory=4583408 CPUtime=0 cores=0,2
/proc/1015119/task/1015138/stat : 1015138 (Timer-0) S 1015116 1015119 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188474995 19566772224 1145852 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
Current children cumulated CPU time: 3509.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4583408 KiB

[startup+3342.3 s]
/proc/loadavg: 1.25 1.29 1.70 2/257 1017123
/proc/meminfo: memFree=118679072/131524600 swapFree=131071996/131071996
[pid=1015119] ppid=1015116 vsize=19108176 memory=4583488 CPUtime=3576.3 cores=0,2
/proc/1015119/stat : 1015119 (java) S 1015116 1015119 1006321 0 -1 1077936128 387425 0 0 0 357364 266 0 0 20 0 20 0 188474974 19566772224 1145872 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
/proc/1015119/statm: 4777044 1145872 5927 1 0 1178363 0
[pid=1015119/tid=1015121] ppid=1015116 vsize=19108176 memory=1904 CPUtime=3222.62 cores=0,2
/proc/1015119/task/1015121/stat : 1015121 (java) R 1015116 1015119 1006321 0 -1 4194368 186427 0 0 0 322160 102 0 0 20 0 20 0 188474974 19566772224 1145872 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 67 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
[pid=1015119/tid=1015130] ppid=1015116 vsize=19108176 memory=1468801761834336385 CPUtime=0 cores=0,2
/proc/1015119/task/1015130/stat : 1015130 (Finalizer) S 1015116 1015119 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188474977 19566772224 1145872 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
[pid=1015119/tid=1015137] ppid=1015116 vsize=19108176 memory=-7452715740904254054 CPUtime=0 cores=0,2
/proc/1015119/task/1015137/stat : 1015137 (Common-Cleaner) S 1015116 1015119 1006321 0 -1 1077936192 4400 0 0 0 0 0 0 0 20 0 20 0 188474977 19566772224 1145872 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
[pid=1015119/tid=1015138] ppid=1015116 vsize=19108176 memory=1904 CPUtime=0 cores=0,2
/proc/1015119/task/1015138/stat : 1015138 (Timer-0) S 1015116 1015119 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188474995 19566772224 1145872 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
Current children cumulated CPU time: 3576.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4583488 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3363.4 s]
/proc/loadavg: 1.25 1.28 1.68 3/257 1017127
/proc/meminfo: memFree=118678784/131524600 swapFree=131071996/131071996
[pid=1015119] ppid=1015116 vsize=19108176 memory=4583488 CPUtime=3600.07 cores=0,2
/proc/1015119/stat : 1015119 (java) S 1015116 1015119 1006321 0 -1 1077936128 388441 0 0 0 359740 267 0 0 20 0 20 0 188474974 19566772224 1145872 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
/proc/1015119/statm: 4777044 1145872 5927 1 0 1178363 0
[pid=1015119/tid=1015121] ppid=1015116 vsize=19108176 memory=4583488 CPUtime=3242.78 cores=0,2
/proc/1015119/task/1015121/stat : 1015121 (java) R 1015116 1015119 1006321 0 -1 4194368 187136 0 0 0 324176 102 0 0 20 0 20 0 188474974 19566772224 1145872 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 67 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
[pid=1015119/tid=1015130] ppid=1015116 vsize=19108176 memory=-7452715740904254054 CPUtime=0 cores=0,2
/proc/1015119/task/1015130/stat : 1015130 (Finalizer) S 1015116 1015119 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188474977 19566772224 1145872 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
[pid=1015119/tid=1015137] ppid=1015116 vsize=19108176 memory=2228 CPUtime=0 cores=0,2
/proc/1015119/task/1015137/stat : 1015137 (Common-Cleaner) S 1015116 1015119 1006321 0 -1 1077936192 4497 0 0 0 0 0 0 0 20 0 20 0 188474977 19566772224 1145872 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
[pid=1015119/tid=1015138] ppid=1015116 vsize=19108176 memory=1848 CPUtime=0 cores=0,2
/proc/1015119/task/1015138/stat : 1015138 (Timer-0) S 1015116 1015119 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188474995 19566772224 1145872 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4583488 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.6 s, system=2.68642 s

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

[startup+3363.52 s]
/proc/loadavg: 1.25 1.28 1.68 3/257 1017127
/proc/meminfo: memFree=118678784/131524600 swapFree=131071996/131071996
[pid=1015119] ppid=1015116 vsize=19307868 memory=4584264 CPUtime=3600.24 cores=0,2
/proc/1015119/stat : 1015119 (java) S 1015116 1015119 1006321 0 -1 1077936128 391875 0 0 0 359757 267 0 0 20 0 21 0 188474974 19771256832 1146066 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
/proc/1015119/statm: 4826967 1146066 5926 1 0 1179282 0
[pid=1015119/tid=1015121] ppid=1015116 vsize=19307868 memory=1904 CPUtime=3242.8 cores=0,2
/proc/1015119/task/1015121/stat : 1015121 (java) S 1015116 1015119 1006321 0 -1 1077936192 187232 0 0 0 324178 102 0 0 20 0 21 0 188474974 19771256832 1146066 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 67 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
[pid=1015119/tid=1015130] ppid=1015116 vsize=19307868 memory=4583436 CPUtime=0 cores=0,2
/proc/1015119/task/1015130/stat : 1015130 (Finalizer) S 1015116 1015119 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 188474977 19771256832 1146066 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
[pid=1015119/tid=1015137] ppid=1015116 vsize=19307868 memory=11400 CPUtime=0 cores=0,2
/proc/1015119/task/1015137/stat : 1015137 (Common-Cleaner) S 1015116 1015119 1006321 0 -1 1077936192 4497 0 0 0 0 0 0 0 20 0 21 0 188474977 19771256832 1146066 134679101440 94742283870208 94742283873904 140730090409664 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94742283881720 94742283882512 94742284206080 140730090415086 140730090415199 140730090415199 140730090422216 0
Current children cumulated CPU time: 3600.24 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 4584264 KiB

Child status: 143

Real time (s): 3363.56
CPU time (s): 3600.29
CPU user time (s): 3597.6
CPU system time (s): 2.68642
CPU usage (%): 107.038
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 4584264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.6
system time used= 2.68642
maximum resident set size= 4585172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 392111
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 148930
involuntary context switches= 37809


# summary of solver processes directly reported to runsolver:
#   pid: 1015119
#   total CPU time (s): 3600.29
#   total CPU user time (s): 3597.6
#   total CPU system time (s): 2.68642

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.6168 second user time and 16.4179 second system time

The end

Launcher Data

Begin job on nodeC031 at 2024-07-19 06:24:40
IDJOB=4448555
IDBENCH=160430
IDSOLVER=3046
FILE ID=nodeC031/4448555-1721363067
RUNJOBID= nodeC031-1721360068-1012976
SLURM_JOB_ID= 7542768
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/EC_ODD_GRIDS/normalized-ECgrid5x90split.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4448555-1721363067/watcher-4448555-1721363067 -o /tmp/evaluation-result-4448555-1721363067/solver-4448555-1721363067 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1721360068-1012976 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4448555-1721363067.opb

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

MD5SUM BENCH= e216a9526ca3dc38bcdba98c3f3990b1
RANDOM SEED=1734214574

nodeC031.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		: 3599.848
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.55
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		: 3683.757
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.11
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.791
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        96152588 kB
MemAvailable:   102475276 kB
Buffers:          499708 kB
Cached:          6582416 kB
SwapCached:            0 kB
Active:           977364 kB
Inactive:       33556672 kB
Active(anon):       1536 kB
Inactive(anon): 27488096 kB
Active(file):     975828 kB
Inactive(file):  6068576 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1112 kB
Writeback:             0 kB
AnonPages:      27449784 kB
Mapped:           126572 kB
Shmem:             37720 kB
KReclaimable:     235860 kB
Slab:             364892 kB
SReclaimable:     235860 kB
SUnreclaim:       129032 kB
KernelStack:        5104 kB
PageTables:        63808 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   28362408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            70784 kB
HardwareCorrupted:     0 kB
AnonHugePages:  26777600 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:      254676 kB
DirectMap2M:    39364608 kB
DirectMap1G:    96468992 kB

Free space on /tmp at the end= 890084 MiB
End job on nodeC031 at 2024-07-19 07:20:43