Trace number 4459581

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-12SAT 2233.37 2200.59

General information on the benchmark

NamePB24/normalized-PB07/DEC-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_25_1_15.opb
MD5SUM47228ad0e480d217be544eac70443e44
Bench CategoryDEC-NLC (decision problem, non-linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.099991
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables200
Total number of constraints302
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6076
Sum of products size (including duplicates)12152
Number of different products3038
Sum of products size6076

Solver Data

0.12/1.30	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/1.30	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/1.30	c See www.sat4j.org for details.
0.24/1.32	c version CUSTOM.v20240707
0.24/1.35	c java.runtime.name	OpenJDK Runtime Environment
0.24/1.35	c java.vm.name		OpenJDK 64-Bit Server VM
0.24/1.35	c java.vm.version	22.0.1+8-16
0.24/1.35	c java.vm.vendor	Oracle Corporation
0.24/1.35	c sun.arch.data.model	64
0.24/1.35	c java.version		22.0.1
0.24/1.35	c os.name		Linux
0.24/1.35	c os.version		4.18.0-301.1.el8.x86_64
0.24/1.35	c os.arch		amd64
0.24/1.36	c Free memory 		2115194816
0.24/1.36	c Max memory 		16282288128
0.24/1.36	c Total memory 		2122317824
0.24/1.37	c Number of processors 	2
0.65/1.61	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.65/1.61	 - never skip resolution steps
0.65/1.61	 - Auto-division on coefficients is disabled
0.65/1.61	 - No postprocessing
0.65/1.61	 - Conflict is considered as is when resolving
0.65/1.61	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.65/1.61	 - Weaken first using unassigned literals
0.65/1.61	 - Bump strategy: ALWAYS_ONE
0.65/1.61	 - Bumper: ASSIGNED
0.65/1.61	--- Begin Solver configuration ---
0.65/1.61	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.65/1.61	Learn all clauses as in MiniSAT
0.65/1.61	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.65/1.61	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.65/1.61	No reason simplification
0.65/1.61	Armin Biere (Picosat) restarts strategy
0.65/1.61	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.65/1.61	timeout=2147483s
0.65/1.61	DB Simplification allowed=false
0.65/1.61	Listener: none
0.65/1.61	--- End Solver configuration ---
0.65/1.61	c Pseudo Boolean Optimization by upper bound
0.65/1.61	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.65/1.61	c  - never skip resolution steps
0.65/1.61	c  - Auto-division on coefficients is disabled
0.65/1.61	c  - No postprocessing
0.65/1.61	c  - Conflict is considered as is when resolving
0.65/1.61	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.65/1.61	c  - Weaken first using unassigned literals
0.65/1.61	c  - Bump strategy: ALWAYS_ONE
0.65/1.61	c  - Bumper: ASSIGNED
0.65/1.61	c --- Begin Solver configuration ---
0.65/1.61	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.65/1.61	c Learn all clauses as in MiniSAT
0.65/1.61	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.65/1.61	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.65/1.61	c No reason simplification
0.65/1.61	c Armin Biere (Picosat) restarts strategy
0.65/1.61	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.65/1.61	c timeout=2147483s
0.65/1.61	c DB Simplification allowed=false
0.65/1.61	c Listener: none
0.65/1.61	c --- End Solver configuration ---
0.65/1.61	c solving HOME/instance-4459581-1721932566.opb
0.65/1.61	c reading problem ... 
0.65/1.61	c  no objective function found
1.22/1.97	c ... done. Wall clock time 0.357s.
1.22/1.98	c declared #vars     200
1.22/1.98	c internal #vars     3238
1.22/1.98	c #constraints  6379
1.22/1.98	c constraints type 
1.22/1.98	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
1.22/1.98	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 203
1.22/1.98	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 3038
1.22/1.98	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3038
1.22/1.98	c 6379 constraints processed.
13.01/10.77	c cleaning 2501 clauses out of 5003 with flag 0/5003
25.85/23.10	c cleaning 4237 clauses out of 8501 with flag 0/11002
42.20/39.05	c cleaning 5614 clauses out of 11262 with flag 0/18000
61.49/57.06	c cleaning 6791 clauses out of 13648 with flag 0/26000
91.64/86.16	c cleaning 7853 clauses out of 15857 with flag 0/35000
122.39/116.07	c cleaning 8964 clauses out of 18007 with flag 0/45003
154.03/147.06	c cleaning 9957 clauses out of 20040 with flag 0/56000
213.59/205.24	c cleaning 9680 clauses out of 22084 with flag 0/68001
265.28/255.54	c cleaning 10405 clauses out of 25407 with flag 0/81004
329.45/318.35	c cleaning 11208 clauses out of 28998 with flag 0/95000
505.91/493.52	c cleaning 13294 clauses out of 32792 with flag 0/110002
577.83/562.55	c cleaning 12959 clauses out of 35497 with flag 0/126001
691.47/674.62	c cleaning 13682 clauses out of 39539 with flag 0/143002
783.56/764.90	c cleaning 13054 clauses out of 43857 with flag 0/161002
900.70/880.20	c cleaning 14434 clauses out of 49801 with flag 0/180000
1033.75/1011.62	c cleaning 15789 clauses out of 55367 with flag 0/200000
1179.64/1155.04	c cleaning 16234 clauses out of 60578 with flag 0/221000
1539.73/1511.53	c cleaning 16888 clauses out of 66347 with flag 0/243003
2043.07/2013.13	c cleaning 18507 clauses out of 72456 with flag 0/266000
2229.33/2196.79	c cleaning 18902 clauses out of 77949 with flag 0/290000
2233.14/2200.44	c SATISFIABLE
2233.14/2200.45	c starts		: 133
2233.14/2200.46	c conflicts		: 292560
2233.14/2200.46	c decisions		: 722815
2233.14/2200.46	c propagations		: 24764854
2233.14/2200.46	c inspects		: 1258270601
2233.14/2200.46	c shortcuts		: 0
2233.14/2200.46	c learnt literals	: 0
2233.14/2200.46	c learnt binary clauses	: 0
2233.14/2200.46	c learnt ternary clauses	: 0
2233.14/2200.46	c learnt constraints	: 292560
2233.14/2200.46	c ignored constraints	: 0
2233.14/2200.46	c root simplifications	: 0
2233.14/2200.46	c removed literals (reason simplification)	: 0
2233.14/2200.46	c reason swapping (by a shorter reason)	: 0
2233.14/2200.46	c Calls to reduceDB	: 20
2233.14/2200.46	c Number of update (reduction) of LBD	: 0
2233.14/2200.46	c Imported unit clauses	: 0
2233.14/2200.46	c No decision after first conflict	: false
2233.14/2200.46	c number of reductions to clauses (during analyze)	: 0
2233.14/2200.46	c number of learned constraints concerned by reduction	: 0
2233.14/2200.46	c number of learning phase by resolution	: 0
2233.14/2200.46	c number of learning phase by cutting planes	: 0
2233.14/2200.46	c number of rounding to 1 operations	: 1507114
2233.14/2200.46	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2233.14/2200.46	c number of reductions of the coefficients by power 2 	: 0
2233.14/2200.46	c number of right shift for reduction by power 2 	: 0
2233.14/2200.46	c number of reductions of the coefficients by GCD over coefficients 	: 0
2233.14/2200.46	c number of ending skipping 	: 0
2233.14/2200.46	c number of internal skipping 	: 0
2233.14/2200.46	c number of derivation steps 	: 2246636
2233.14/2200.46	c number of skipped derivation steps 	: 0
2233.14/2200.46	c number of remaining unassigned 	: 187958
2233.14/2200.47	c number of remaining assigned 	: 56036393
2233.14/2200.47	c number of falsified literals weakened from reason	: 0
2233.14/2200.47	c number of falsified literals weakened from conflict	: 0
2233.14/2200.47	c time for arithmetic operations	: 8403019581
2233.14/2200.48	c minimum degree of deleted constraints	: 4
2233.14/2200.49	c maximum degree of deleted constraints	: 4754153564089
2233.14/2200.49	c number of deleted constraints	: 230953
2233.14/2200.49	c speed (assignments/second)	: 11264.442360193187
2233.14/2200.49	c non guided choices	: 3096
2233.25/2200.55	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 57613
2233.25/2200.55	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 85
2233.25/2200.55	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 3909
2233.25/2200.56	s SATISFIABLE
2233.25/2200.56	c Found 1 solution(s)
2233.25/2200.56	v -x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 x14 -x15 -x16 -x17 -x18 x19 -x20 -x21 -x22 -x23 -x24 -x25 x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 x57 -x58 x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 x68 -x69 -x70 -x71 -x72 -x73 -x74 x75 -x76 -x77 x78 -x79 x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 x91 -x92 x93 -x94 x95 -x96 x97 -x98 -x99 x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 x132 -x133 x134 -x135 -x136 -x137 -x138 -x139 -x140 x141 -x142 -x143 -x144 -x145 -x146 -x147 x148 -x149 -x150 -x151 -x152 -x153 -x154 x155 -x156 -x157 -x158 -x159 x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 x172 x173 -x174 -x175 -x176 x177 -x178 x179 -x180 -x181 -x182 -x183 x184 -x185 -x186 -x187 x188 x189 -x190 -x191 -x192 -x193 -x194 -x195 x196 -x197 x198 -x199 -x200 
2233.25/2200.56	c Total wall clock time (in seconds): 2198.947

Verifier Data

OK	0

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: 64096 MiB (60368 MiB free)
  memory of node 1: 64473 MiB (60509 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459581-1721932566/watcher-4459581-1721932566 -o /tmp/evaluation-result-4459581-1721932566/solver-4459581-1721932566 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721932566-292551 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4459581-1721932566.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
Current StackSize limit: 8192 KiB

solver pid=292566, runsolver pid=292563

[startup+0.10009 s]*
/proc/loadavg: 0.05 0.08 0.09 1/222 292568
/proc/meminfo: memFree=123768256/131655788 swapFree=131061684/131071996
[pid=292566] ppid=292563 vsize=299440 memory=21892 CPUtime=0.02 cores=1,3
/proc/292566/stat : 292566 (java) S 292563 292566 292539 0 -1 1077936128 1444 0 5 0 1 1 0 0 20 0 2 0 29246507 306626560 5473 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 0 0 16784588 0 0 0 17 3 0 0 3 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
/proc/292566/statm: 74860 5473 3338 1 0 2368 0
[pid=292566/tid=292568] ppid=292563 vsize=299440 memory=4026532033 CPUtime=0 cores=1,3
/proc/292566/task/292568/stat : 292568 (java) D 292563 292566 292539 0 -1 4194368 891 0 1 0 0 0 0 0 20 0 2 0 29246513 306626560 5473 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 4 0 16784588 0 0 0 -1 1 0 0 0 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 299440 KiB
Current children cumulated memory: 21892 KiB

[startup+0.212991 s]*
/proc/loadavg: 0.05 0.08 0.09 3/232 292586
/proc/meminfo: memFree=123757200/131655788 swapFree=131061684/131071996
[pid=292566] ppid=292563 vsize=18194260 memory=31896 CPUtime=0.03 cores=1,3
/proc/292566/stat : 292566 (java) S 292563 292566 292539 0 -1 1077936128 2806 0 7 0 1 2 0 0 20 0 7 0 29246507 18630922240 7974 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 0 0 16784588 0 0 0 17 3 0 0 3 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
/proc/292566/statm: 4548565 7974 4035 1 0 544787 0
[pid=292566/tid=292568] ppid=292563 vsize=18194260 memory=3472285463193976949 CPUtime=0.02 cores=1,3
/proc/292566/task/292568/stat : 292568 (java) R 292563 292566 292539 0 -1 4194368 2264 0 3 0 1 1 0 0 20 0 7 0 29246513 18630922240 7974 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 4 0 16784588 0 0 0 -1 1 0 0 11 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 18194260 KiB
Current children cumulated memory: 31896 KiB

[startup+0.313871 s]*
/proc/loadavg: 0.05 0.08 0.09 1/235 292599
/proc/meminfo: memFree=123749140/131655788 swapFree=131061684/131071996
[pid=292566] ppid=292563 vsize=18194260 memory=34476 CPUtime=0.03 cores=1,3
/proc/292566/stat : 292566 (java) S 292563 292566 292539 0 -1 1077936128 3425 0 7 0 1 2 0 0 20 0 7 0 29246507 18630922240 8619 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 0 0 16784588 0 0 0 17 3 0 0 3 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
/proc/292566/statm: 4548565 8619 4047 1 0 544787 0
[pid=292566/tid=292568] ppid=292563 vsize=18194260 memory=4944005185245768514 CPUtime=0.02 cores=1,3
/proc/292566/task/292568/stat : 292568 (java) R 292563 292566 292539 0 -1 4194368 2869 0 4 0 1 1 0 0 20 0 7 0 29246513 18630922240 8619 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 4 0 16784588 0 0 0 -1 1 0 0 21 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 18194260 KiB
Current children cumulated memory: 34476 KiB

[startup+0.700314 s]
/proc/loadavg: 0.05 0.08 0.09 1/251 292617
/proc/meminfo: memFree=123704408/131655788 swapFree=131061684/131071996
[pid=292566] ppid=292563 vsize=18194260 memory=40640 CPUtime=0.04 cores=1,3
/proc/292566/stat : 292566 (java) S 292563 292566 292539 0 -1 1077936128 4956 0 15 0 1 3 0 0 20 0 7 0 29246507 18630922240 10160 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 0 0 16784588 0 0 0 17 3 0 0 3 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
/proc/292566/statm: 4548565 10160 4078 1 0 544787 0
[pid=292566/tid=292568] ppid=292563 vsize=18194260 memory=73400 CPUtime=0.04 cores=1,3
/proc/292566/task/292568/stat : 292568 (java) D 292563 292566 292539 0 -1 4194368 4398 0 11 0 1 3 0 0 20 0 7 0 29246513 18630922240 10160 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 4 0 16784588 0 0 0 -1 3 0 0 54 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 18194260 KiB
Current children cumulated memory: 40640 KiB

[startup+1.50116 s]
/proc/loadavg: 0.05 0.08 0.09 1/305 292678
/proc/meminfo: memFree=123631176/131655788 swapFree=131061684/131071996
[pid=292566] ppid=292563 vsize=18993908 memory=64924 CPUtime=0.45 cores=1,3
/proc/292566/stat : 292566 (java) S 292563 292566 292539 0 -1 1077936128 7371 0 31 0 39 6 0 0 20 0 18 0 29246507 19449761792 16231 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 3 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
/proc/292566/statm: 4748477 16231 5981 1 0 551501 0
[pid=292566/tid=292568] ppid=292563 vsize=18993908 memory=73400 CPUtime=0.27 cores=1,3
/proc/292566/task/292568/stat : 292568 (java) R 292563 292566 292539 0 -1 1077936192 5875 0 27 0 22 5 0 0 20 0 18 0 29246513 19449761792 16231 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 95 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
[pid=292566/tid=292648] ppid=292563 vsize=18993908 memory=13588 CPUtime=0 cores=1,3
/proc/292566/task/292648/stat : 292648 (Finalizer) S 292563 292566 292539 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 29246600 19449761792 16231 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 64924 KiB

[startup+3.10686 s]
/proc/loadavg: 0.05 0.08 0.09 10/295 292698
/proc/meminfo: memFree=123236316/131655788 swapFree=131061684/131071996
[pid=292566] ppid=292563 vsize=19127036 memory=182744 CPUtime=3.57 cores=1,3
/proc/292566/stat : 292566 (java) S 292563 292566 292539 0 -1 1077936128 19172 0 31 0 343 14 0 0 20 0 20 0 29246507 19586084864 45686 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 3 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
/proc/292566/statm: 4781759 45686 6142 1 0 556159 0
[pid=292566/tid=292568] ppid=292563 vsize=19127036 memory=13588 CPUtime=1.7 cores=1,3
/proc/292566/task/292568/stat : 292568 (java) S 292563 292566 292539 0 -1 1077936192 6649 0 27 0 161 9 0 0 20 0 20 0 29246513 19586084864 45686 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 95 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
[pid=292566/tid=292648] ppid=292563 vsize=19127036 memory=-8744693509599765180 CPUtime=0 cores=1,3
/proc/292566/task/292648/stat : 292648 (Finalizer) S 292563 292566 292539 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29246600 19586084864 45686 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
[pid=292566/tid=292679] ppid=292563 vsize=19127036 memory=40820 CPUtime=0 cores=1,3
/proc/292566/task/292679/stat : 292679 (Common-Cleaner) S 292563 292566 292539 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 29246612 19586084864 45686 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
[pid=292566/tid=292688] ppid=292563 vsize=19127036 memory=0 CPUtime=0 cores=1,3
/proc/292566/task/292688/stat : 292688 (Timer-0) S 292563 292566 292539 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29246706 19586084864 45686 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
Current children cumulated CPU time: 3.57 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 182744 KiB

[startup+6.30043 s]
/proc/loadavg: 0.44 0.16 0.11 10/317 292960
/proc/meminfo: memFree=121178412/131655788 swapFree=131061684/131071996
[pid=292566] ppid=292563 vsize=19127036 memory=1041828 CPUtime=8.28 cores=1,3
/proc/292566/stat : 292566 (java) S 292563 292566 292539 0 -1 1077936128 26184 0 31 0 797 31 0 0 20 0 20 0 29246507 19586084864 260457 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 3 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
/proc/292566/statm: 4781759 260457 6142 1 0 686908 0
[pid=292566/tid=292568] ppid=292563 vsize=19127036 memory=40820 CPUtime=4.77 cores=1,3
/proc/292566/task/292568/stat : 292568 (java) R 292563 292566 292539 0 -1 4194368 7476 0 27 0 454 23 0 0 20 0 20 0 29246513 19586084864 260457 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 95 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
[pid=292566/tid=292648] ppid=292563 vsize=19127036 memory=0 CPUtime=0 cores=1,3
/proc/292566/task/292648/stat : 292648 (Finalizer) S 292563 292566 292539 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29246600 19586084864 260457 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
[pid=292566/tid=292679] ppid=292563 vsize=19127036 memory=-5009741309299533862 CPUtime=0 cores=1,3
/proc/292566/task/292679/stat : 292679 (Common-Cleaner) S 292563 292566 292539 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 29246612 19586084864 260457 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
[pid=292566/tid=292688] ppid=292563 vsize=19127036 memory=223258266 CPUtime=0 cores=1,3
/proc/292566/task/292688/stat : 292688 (Timer-0) S 292563 292566 292539 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29246706 19586084864 260457 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
Current children cumulated CPU time: 8.28 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1041828 KiB

[startup+12.7005 s]
/proc/loadavg: 0.81 0.24 0.14 6/317 292962
/proc/meminfo: memFree=116445788/131655788 swapFree=131061684/131071996
[pid=292566] ppid=292563 vsize=19127036 memory=2208328 CPUtime=15.25 cores=1,3
/proc/292566/stat : 292566 (java) S 292563 292566 292539 0 -1 1077936128 31912 0 31 0 1470 55 0 0 20 0 20 0 29246507 19586084864 552082 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 3 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
/proc/292566/statm: 4781759 552082 6142 1 0 971059 0
[pid=292566/tid=292568] ppid=292563 vsize=19127036 memory=40820 CPUtime=10.83 cores=1,3
/proc/292566/task/292568/stat : 292568 (java) R 292563 292566 292539 0 -1 4194368 9654 0 27 0 1039 44 0 0 20 0 20 0 29246513 19586084864 552082 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 95 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
[pid=292566/tid=292648] ppid=292563 vsize=19127036 memory=1960 CPUtime=0 cores=1,3
/proc/292566/task/292648/stat : 292648 (Finalizer) S 292563 292566 292539 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29246600 19586084864 552082 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
[pid=292566/tid=292679] ppid=292563 vsize=19127036 memory=1634276 CPUtime=0 cores=1,3
/proc/292566/task/292679/stat : 292679 (Common-Cleaner) S 292563 292566 292539 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 29246612 19586084864 552082 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
[pid=292566/tid=292688] ppid=292563 vsize=19127036 memory=13588 CPUtime=0 cores=1,3
/proc/292566/task/292688/stat : 292688 (Timer-0) S 292563 292566 292539 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29246706 19586084864 552082 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
Current children cumulated CPU time: 15.25 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 2208328 KiB

[startup+25.5005 s]
/proc/loadavg: 1.80 0.49 0.22 5/317 292963
/proc/meminfo: memFree=112095520/131655788 swapFree=131061684/131071996
[pid=292566] ppid=292563 vsize=19127036 memory=2770116 CPUtime=28.44 cores=1,3
/proc/292566/stat : 292566 (java) S 292563 292566 292539 0 -1 1077936128 35643 0 31 0 2777 67 0 0 20 0 20 0 29246507 19586084864 692529 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 3 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
/proc/292566/statm: 4781759 692529 6142 1 0 971226 0
[pid=292566/tid=292568] ppid=292563 vsize=19127036 memory=40820 CPUtime=23.26 cores=1,3
/proc/292566/task/292568/stat : 292568 (java) R 292563 292566 292539 0 -1 4194368 11324 0 27 0 2271 55 0 0 20 0 20 0 29246513 19586084864 692529 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 95 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
[pid=292566/tid=292648] ppid=292563 vsize=19127036 memory=73400 CPUtime=0 cores=1,3
/proc/292566/task/292648/stat : 292648 (Finalizer) S 292563 292566 292539 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29246600 19586084864 692529 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
[pid=292566/tid=292679] ppid=292563 vsize=19127036 memory=279995629284832 CPUtime=0 cores=1,3
/proc/292566/task/292679/stat : 292679 (Common-Cleaner) S 292563 292566 292539 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 29246612 19586084864 692529 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
[pid=292566/tid=292688] ppid=292563 vsize=19127036 memory=12312 CPUtime=0 cores=1,3
/proc/292566/task/292688/stat : 292688 (Timer-0) S 292563 292566 292539 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29246706 19586084864 692529 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
Current children cumulated CPU time: 28.44 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 2770116 KiB

[startup+51.1134 s]
/proc/loadavg: 2.74 0.82 0.34 6/317 293167
/proc/meminfo: memFree=110096200/131655788 swapFree=131061684/131071996
[pid=292566] ppid=292563 vsize=19127036 memory=2772736 CPUtime=55.53 cores=1,3
/proc/292566/stat : 292566 (java) S 292563 292566 292539 0 -1 1077936128 44078 0 31 0 5484 69 0 0 20 0 20 0 29246507 19586084864 693184 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 3 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
/proc/292566/statm: 4781759 693184 6142 1 0 971226 0
[pid=292566/tid=292568] ppid=292563 vsize=19127036 memory=73400 CPUtime=48.12 cores=1,3
/proc/292566/task/292568/stat : 292568 (java) R 292563 292566 292539 0 -1 4194368 14170 0 27 0 4756 56 0 0 20 0 20 0 29246513 19586084864 693184 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 95 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
[pid=292566/tid=292648] ppid=292563 vsize=19127036 memory=5672 CPUtime=0 cores=1,3
/proc/292566/task/292648/stat : 292648 (Finalizer) S 292563 292566 292539 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29246600 19586084864 693184 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
[pid=292566/tid=292679] ppid=292563 vsize=19127036 memory=2251336 CPUtime=0 cores=1,3
/proc/292566/task/292679/stat : 292679 (Common-Cleaner) S 292563 292566 292539 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 29246612 19586084864 693184 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
[pid=292566/tid=292688] ppid=292563 vsize=19127036 memory=73400 CPUtime=0 cores=1,3
/proc/292566/task/292688/stat : 292688 (Timer-0) S 292563 292566 292539 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29246706 19586084864 693184 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
Current children cumulated CPU time: 55.53 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 2772736 KiB

[startup+102.3 s]
/proc/loadavg: 4.27 1.54 0.61 5/317 293243
/proc/meminfo: memFree=108865196/131655788 swapFree=131061684/131071996
[pid=292566] ppid=292563 vsize=19127036 memory=3308924 CPUtime=108.28 cores=1,3
/proc/292566/stat : 292566 (java) S 292563 292566 292539 0 -1 1077936128 55534 0 31 0 10742 86 0 0 20 0 20 0 29246507 19586084864 827231 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 3 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
/proc/292566/statm: 4781759 827231 6142 1 0 1096561 0
[pid=292566/tid=292568] ppid=292563 vsize=19127036 memory=0 CPUtime=97.57 cores=1,3
/proc/292566/task/292568/stat : 292568 (java) R 292563 292566 292539 0 -1 4194368 18887 0 27 0 9691 66 0 0 20 0 20 0 29246513 19586084864 827231 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 95 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
[pid=292566/tid=292648] ppid=292563 vsize=19127036 memory=3292160 CPUtime=0 cores=1,3
/proc/292566/task/292648/stat : 292648 (Finalizer) S 292563 292566 292539 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29246600 19586084864 827231 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
[pid=292566/tid=292679] ppid=292563 vsize=19127036 memory=7828 CPUtime=0 cores=1,3
/proc/292566/task/292679/stat : 292679 (Common-Cleaner) S 292563 292566 292539 0 -1 1077936192 98 0 0 0 0 0 0 0 20 0 20 0 29246612 19586084864 827231 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
[pid=292566/tid=292688] ppid=292563 vsize=19127036 memory=13588 CPUtime=0 cores=1,3
/proc/292566/task/292688/stat : 292688 (Timer-0) S 292563 292566 292539 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29246706 19586084864 827231 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0

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

/proc/loadavg: 4.28 4.23 3.93 5/317 294254
/proc/meminfo: memFree=103553468/131655788 swapFree=131061684/131071996
[pid=292566] ppid=292563 vsize=19127036 memory=4817236 CPUtime=2182 cores=1,3
/proc/292566/stat : 292566 (java) S 292563 292566 292539 0 -1 1077936128 204315 0 31 0 217945 255 0 0 20 0 20 0 29246507 19586084864 1204309 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 3 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
/proc/292566/statm: 4781759 1204309 6190 1 0 1218587 0
[pid=292566/tid=292568] ppid=292563 vsize=19127036 memory=4816992 CPUtime=2109.04 cores=1,3
/proc/292566/task/292568/stat : 292568 (java) R 292563 292566 292539 0 -1 4194368 88172 0 27 0 210813 91 0 0 20 0 20 0 29246513 19586084864 1204309 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 95 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
[pid=292566/tid=292648] ppid=292563 vsize=19127036 memory=4817036 CPUtime=0 cores=1,3
/proc/292566/task/292648/stat : 292648 (Finalizer) S 292563 292566 292539 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29246600 19586084864 1204309 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
[pid=292566/tid=292679] ppid=292563 vsize=19127036 memory=4817132 CPUtime=0 cores=1,3
/proc/292566/task/292679/stat : 292679 (Common-Cleaner) S 292563 292566 292539 0 -1 1077936192 1592 0 0 0 0 0 0 0 20 0 20 0 29246612 19586084864 1204309 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
[pid=292566/tid=292688] ppid=292563 vsize=19127036 memory=4817132 CPUtime=0 cores=1,3
/proc/292566/task/292688/stat : 292688 (Timer-0) S 292563 292566 292539 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29246706 19586084864 1204309 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
Current children cumulated CPU time: 2182 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 4817236 KiB

[startup+2176 s]*
/proc/loadavg: 4.18 4.21 3.93 5/317 294259
/proc/meminfo: memFree=103553316/131655788 swapFree=131061684/131071996
[pid=292566] ppid=292563 vsize=19127036 memory=4817236 CPUtime=2207.96 cores=1,3
/proc/292566/stat : 292566 (java) S 292563 292566 292539 0 -1 1077936128 204698 0 31 0 220540 256 0 0 20 0 20 0 29246507 19586084864 1204309 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 3 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
/proc/292566/statm: 4781759 1204309 6190 1 0 1218587 0
[pid=292566/tid=292568] ppid=292563 vsize=19127036 memory=-8816472922900898492 CPUtime=2134.02 cores=1,3
/proc/292566/task/292568/stat : 292568 (java) R 292563 292566 292539 0 -1 4194368 88352 0 27 0 213311 91 0 0 20 0 20 0 29246513 19586084864 1204309 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 95 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
[pid=292566/tid=292648] ppid=292563 vsize=19127036 memory=-4421386504838014814 CPUtime=0 cores=1,3
/proc/292566/task/292648/stat : 292648 (Finalizer) S 292563 292566 292539 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29246600 19586084864 1204309 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
[pid=292566/tid=292679] ppid=292563 vsize=19127036 memory=18800 CPUtime=0 cores=1,3
/proc/292566/task/292679/stat : 292679 (Common-Cleaner) S 292563 292566 292539 0 -1 1077936192 1667 0 0 0 0 0 0 0 20 0 20 0 29246612 19586084864 1204309 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
[pid=292566/tid=292688] ppid=292563 vsize=19127036 memory=5288 CPUtime=0 cores=1,3
/proc/292566/task/292688/stat : 292688 (Timer-0) S 292563 292566 292539 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29246706 19586084864 1204309 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
Current children cumulated CPU time: 2207.96 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 4817236 KiB

[startup+2188.8 s]
/proc/loadavg: 4.15 4.21 3.93 5/317 294261
/proc/meminfo: memFree=103553196/131655788 swapFree=131061684/131071996
[pid=292566] ppid=292563 vsize=19127036 memory=4817272 CPUtime=2221.23 cores=1,3
/proc/292566/stat : 292566 (java) S 292563 292566 292539 0 -1 1077936128 208057 0 31 0 221866 257 0 0 20 0 20 0 29246507 19586084864 1204318 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 3 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
/proc/292566/statm: 4781759 1204318 6190 1 0 1218604 0
[pid=292566/tid=292568] ppid=292563 vsize=19127036 memory=73400 CPUtime=2146.39 cores=1,3
/proc/292566/task/292568/stat : 292568 (java) R 292563 292566 292539 0 -1 4194368 88599 0 27 0 214548 91 0 0 20 0 20 0 29246513 19586084864 1204318 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 95 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
[pid=292566/tid=292648] ppid=292563 vsize=19127036 memory=1960 CPUtime=0 cores=1,3
/proc/292566/task/292648/stat : 292648 (Finalizer) S 292563 292566 292539 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29246600 19586084864 1204318 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
[pid=292566/tid=292679] ppid=292563 vsize=19127036 memory=4817236 CPUtime=0 cores=1,3
/proc/292566/task/292679/stat : 292679 (Common-Cleaner) S 292563 292566 292539 0 -1 1077936192 1667 0 0 0 0 0 0 0 20 0 20 0 29246612 19586084864 1204318 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
[pid=292566/tid=292688] ppid=292563 vsize=19127036 memory=2304 CPUtime=0 cores=1,3
/proc/292566/task/292688/stat : 292688 (Timer-0) S 292563 292566 292539 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29246706 19586084864 1204318 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
Current children cumulated CPU time: 2221.23 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 4817272 KiB

[startup+2195.2 s]
/proc/loadavg: 4.13 4.20 3.93 5/317 294262
/proc/meminfo: memFree=103553120/131655788 swapFree=131061684/131071996
[pid=292566] ppid=292563 vsize=19127036 memory=4817272 CPUtime=2227.83 cores=1,3
/proc/292566/stat : 292566 (java) S 292563 292566 292539 0 -1 1077936128 208420 0 31 0 222525 258 0 0 20 0 20 0 29246507 19586084864 1204318 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 3 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
/proc/292566/statm: 4781759 1204318 6190 1 0 1218604 0
[pid=292566/tid=292568] ppid=292563 vsize=19127036 memory=4817272 CPUtime=2152.64 cores=1,3
/proc/292566/task/292568/stat : 292568 (java) R 292563 292566 292539 0 -1 4194368 88865 0 27 0 215173 91 0 0 20 0 20 0 29246513 19586084864 1204318 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 95 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
[pid=292566/tid=292648] ppid=292563 vsize=19127036 memory=25572 CPUtime=0 cores=1,3
/proc/292566/task/292648/stat : 292648 (Finalizer) S 292563 292566 292539 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29246600 19586084864 1204318 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
[pid=292566/tid=292679] ppid=292563 vsize=19127036 memory=4817272 CPUtime=0 cores=1,3
/proc/292566/task/292679/stat : 292679 (Common-Cleaner) S 292563 292566 292539 0 -1 1077936192 1667 0 0 0 0 0 0 0 20 0 20 0 29246612 19586084864 1204318 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
[pid=292566/tid=292688] ppid=292563 vsize=19127036 memory=4817272 CPUtime=0 cores=1,3
/proc/292566/task/292688/stat : 292688 (Timer-0) S 292563 292566 292539 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29246706 19586084864 1204318 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
Current children cumulated CPU time: 2227.83 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 4817272 KiB

[startup+2198.4 s]
/proc/loadavg: 4.13 4.20 3.93 5/317 294262
/proc/meminfo: memFree=103553092/131655788 swapFree=131061684/131071996
[pid=292566] ppid=292563 vsize=19127036 memory=4817272 CPUtime=2231.02 cores=1,3
/proc/292566/stat : 292566 (java) S 292563 292566 292539 0 -1 1077936128 208597 0 31 0 222844 258 0 0 20 0 20 0 29246507 19586084864 1204318 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 3 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
/proc/292566/statm: 4781759 1204318 6190 1 0 1218604 0
[pid=292566/tid=292568] ppid=292563 vsize=19127036 memory=4817272 CPUtime=2155.83 cores=1,3
/proc/292566/task/292568/stat : 292568 (java) R 292563 292566 292539 0 -1 4194368 89042 0 27 0 215492 91 0 0 20 0 20 0 29246513 19586084864 1204318 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 95 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
[pid=292566/tid=292648] ppid=292563 vsize=19127036 memory=13588 CPUtime=0 cores=1,3
/proc/292566/task/292648/stat : 292648 (Finalizer) S 292563 292566 292539 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29246600 19586084864 1204318 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
[pid=292566/tid=292679] ppid=292563 vsize=19127036 memory=4817272 CPUtime=0 cores=1,3
/proc/292566/task/292679/stat : 292679 (Common-Cleaner) S 292563 292566 292539 0 -1 1077936192 1667 0 0 0 0 0 0 0 20 0 20 0 29246612 19586084864 1204318 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
[pid=292566/tid=292688] ppid=292563 vsize=19127036 memory=73400 CPUtime=0 cores=1,3
/proc/292566/task/292688/stat : 292688 (Timer-0) S 292563 292566 292539 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29246706 19586084864 1204318 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
Current children cumulated CPU time: 2231.02 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 4817272 KiB

[startup+2199.2 s]
/proc/loadavg: 4.12 4.20 3.93 5/317 294262
/proc/meminfo: memFree=103553064/131655788 swapFree=131061684/131071996
[pid=292566] ppid=292563 vsize=19127036 memory=4817272 CPUtime=2231.82 cores=1,3
/proc/292566/stat : 292566 (java) S 292563 292566 292539 0 -1 1077936128 208625 0 31 0 222924 258 0 0 20 0 20 0 29246507 19586084864 1204318 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 3 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
/proc/292566/statm: 4781759 1204318 6190 1 0 1218604 0
[pid=292566/tid=292568] ppid=292563 vsize=19127036 memory=12312 CPUtime=2156.63 cores=1,3
/proc/292566/task/292568/stat : 292568 (java) R 292563 292566 292539 0 -1 4194368 89070 0 27 0 215572 91 0 0 20 0 20 0 29246513 19586084864 1204318 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 95 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
[pid=292566/tid=292648] ppid=292563 vsize=19127036 memory=5672 CPUtime=0 cores=1,3
/proc/292566/task/292648/stat : 292648 (Finalizer) S 292563 292566 292539 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29246600 19586084864 1204318 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
[pid=292566/tid=292679] ppid=292563 vsize=19127036 memory=4817272 CPUtime=0 cores=1,3
/proc/292566/task/292679/stat : 292679 (Common-Cleaner) S 292563 292566 292539 0 -1 1077936192 1667 0 0 0 0 0 0 0 20 0 20 0 29246612 19586084864 1204318 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
[pid=292566/tid=292688] ppid=292563 vsize=19127036 memory=18624 CPUtime=0 cores=1,3
/proc/292566/task/292688/stat : 292688 (Timer-0) S 292563 292566 292539 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29246706 19586084864 1204318 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
Current children cumulated CPU time: 2231.82 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 4817272 KiB

[startup+2200 s]*
/proc/loadavg: 4.12 4.20 3.93 5/317 294262
/proc/meminfo: memFree=103553064/131655788 swapFree=131061684/131071996
[pid=292566] ppid=292563 vsize=19127036 memory=4817272 CPUtime=2232.75 cores=1,3
/proc/292566/stat : 292566 (java) S 292563 292566 292539 0 -1 1077936128 208758 0 31 0 223017 258 0 0 20 0 20 0 29246507 19586084864 1204318 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 3 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
/proc/292566/statm: 4781759 1204318 6190 1 0 1218604 0
[pid=292566/tid=292568] ppid=292563 vsize=19127036 memory=-8816472922900898492 CPUtime=2157.31 cores=1,3
/proc/292566/task/292568/stat : 292568 (java) R 292563 292566 292539 0 -1 4194368 89198 0 27 0 215640 91 0 0 20 0 20 0 29246513 19586084864 1204318 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 95 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
[pid=292566/tid=292648] ppid=292563 vsize=19127036 memory=-4421386504838014814 CPUtime=0 cores=1,3
/proc/292566/task/292648/stat : 292648 (Finalizer) S 292563 292566 292539 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29246600 19586084864 1204318 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
[pid=292566/tid=292679] ppid=292563 vsize=19127036 memory=19008 CPUtime=0 cores=1,3
/proc/292566/task/292679/stat : 292679 (Common-Cleaner) S 292563 292566 292539 0 -1 1077936192 1667 0 0 0 0 0 0 0 20 0 20 0 29246612 19586084864 1204318 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
[pid=292566/tid=292688] ppid=292563 vsize=19127036 memory=25572 CPUtime=0 cores=1,3
/proc/292566/task/292688/stat : 292688 (Timer-0) S 292563 292566 292539 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29246706 19586084864 1204318 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
Current children cumulated CPU time: 2232.75 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 4817272 KiB

[startup+2200.4 s]
/proc/loadavg: 4.12 4.20 3.93 5/317 294262
/proc/meminfo: memFree=103553064/131655788 swapFree=131061684/131071996
[pid=292566] ppid=292563 vsize=19127036 memory=4817272 CPUtime=2233.14 cores=1,3
/proc/292566/stat : 292566 (java) S 292563 292566 292539 0 -1 1077936128 208760 0 31 0 223056 258 0 0 20 0 20 0 29246507 19586084864 1204318 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 3 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
/proc/292566/statm: 4781759 1204318 6190 1 0 1218604 0
[pid=292566/tid=292568] ppid=292563 vsize=19127036 memory=12312 CPUtime=2157.7 cores=1,3
/proc/292566/task/292568/stat : 292568 (java) R 292563 292566 292539 0 -1 4194368 89198 0 27 0 215679 91 0 0 20 0 20 0 29246513 19586084864 1204318 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 95 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
[pid=292566/tid=292648] ppid=292563 vsize=19127036 memory=5672 CPUtime=0 cores=1,3
/proc/292566/task/292648/stat : 292648 (Finalizer) S 292563 292566 292539 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29246600 19586084864 1204318 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
[pid=292566/tid=292679] ppid=292563 vsize=19127036 memory=18624 CPUtime=0 cores=1,3
/proc/292566/task/292679/stat : 292679 (Common-Cleaner) S 292563 292566 292539 0 -1 1077936192 1667 0 0 0 0 0 0 0 20 0 20 0 29246612 19586084864 1204318 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
[pid=292566/tid=292688] ppid=292563 vsize=19127036 memory=2304 CPUtime=0 cores=1,3
/proc/292566/task/292688/stat : 292688 (Timer-0) S 292563 292566 292539 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29246706 19586084864 1204318 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
Current children cumulated CPU time: 2233.14 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 4817272 KiB

[startup+2200.5 s]
/proc/loadavg: 4.12 4.20 3.93 5/317 294262
/proc/meminfo: memFree=103553064/131655788 swapFree=131061684/131071996
[pid=292566] ppid=292563 vsize=19260164 memory=4818116 CPUtime=2233.25 cores=1,3
/proc/292566/stat : 292566 (java) S 292563 292566 292539 0 -1 1077936128 210940 0 31 0 223067 258 0 0 20 0 20 0 29246507 19722407936 1204529 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 0 0 16800975 0 0 0 17 3 0 0 3 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
/proc/292566/statm: 4815041 1204529 6190 1 0 1219304 0
[pid=292566/tid=292568] ppid=292563 vsize=19260164 memory=18624 CPUtime=2157.75 cores=1,3
/proc/292566/task/292568/stat : 292568 (java) S 292563 292566 292539 0 -1 1077936192 90710 0 27 0 215684 91 0 0 20 0 20 0 29246513 19722407936 1204529 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 95 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
[pid=292566/tid=292648] ppid=292563 vsize=19260164 memory=4817236 CPUtime=0 cores=1,3
/proc/292566/task/292648/stat : 292648 (Finalizer) S 292563 292566 292539 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29246600 19722407936 1204529 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
[pid=292566/tid=292679] ppid=292563 vsize=19260164 memory=1960 CPUtime=0 cores=1,3
/proc/292566/task/292679/stat : 292679 (Common-Cleaner) S 292563 292566 292539 0 -1 1077936192 1667 0 0 0 0 0 0 0 20 0 20 0 29246612 19722407936 1204529 134679101440 94687944466432 94687944470128 140726149103888 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94687944477944 94687944478736 94687953260544 140726149112819 140726149112932 140726149112932 140726149119944 0
Current children cumulated CPU time: 2233.25 s
Current children cumulated vsize: 19260164 KiB
Current children cumulated memory: 4818116 KiB

Child status: 10

Real time (s): 2200.59
CPU time (s): 2233.37
CPU user time (s): 2230.76
CPU system time (s): 2.60676
CPU usage (%): 101.49
Max. virtual memory (cumulated for all children) (KiB): 19260164
Max. memory (cumulated for all children) (KiB): 4818116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2230.76
system time used= 2.60676
maximum resident set size= 4819384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 211265
page faults= 31
swaps= 0
block input operations= 24192
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 78244
involuntary context switches= 3424


# summary of solver processes directly reported to runsolver:
#   pid: 292566
#   total CPU time (s): 2233.37
#   total CPU user time (s): 2230.76
#   total CPU system time (s): 2.60676

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.443 second user time and 22.8707 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-25 20:36:07
IDJOB=4459581
IDBENCH=148212
IDSOLVER=3046
FILE ID=nodeC011/4459581-1721932566
RUNJOBID= nodeC011-1721932566-292551
SLURM_JOB_ID= 8247092
Free space on /tmp= 723784 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB07/DEC-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_100_25_1_15.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459581-1721932566/watcher-4459581-1721932566 -o /tmp/evaluation-result-4459581-1721932566/solver-4459581-1721932566 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721932566-292551 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4459581-1721932566.opb

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

MD5SUM BENCH= 47228ad0e480d217be544eac70443e44
RANDOM SEED=672496796

nodeC011.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	: 0xb00001f
cpu MHz		: 1197.505
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6984.36
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	: 0xb00001f
cpu MHz		: 1197.321
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.35
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	: 0xb00001f
cpu MHz		: 1197.703
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6984.36
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	: 0xb00001f
cpu MHz		: 1197.329
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.35
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	: 0xb00001f
cpu MHz		: 1197.489
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6984.36
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	: 0xb00001f
cpu MHz		: 1197.359
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.35
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	: 0xb00001f
cpu MHz		: 1197.566
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6984.36
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	: 0xb00001f
cpu MHz		: 1197.434
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.35
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        123778932 kB
MemAvailable:   130012940 kB
Buffers:          323280 kB
Cached:          6740064 kB
SwapCached:          164 kB
Active:          1826392 kB
Inactive:        5510860 kB
Active(anon):       2020 kB
Inactive(anon):   324876 kB
Active(file):    1824372 kB
Inactive(file):  5185984 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131061684 kB
Dirty:               736 kB
Writeback:             0 kB
AnonPages:        273796 kB
Mapped:            97836 kB
Shmem:             52980 kB
KReclaimable:     127704 kB
Slab:             231904 kB
SReclaimable:     127704 kB
SUnreclaim:       104200 kB
KernelStack:        3568 kB
PageTables:         9648 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     686776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            10912 kB
HardwareCorrupted:     0 kB
AnonHugePages:    157696 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:      424776 kB
DirectMap2M:    46665728 kB
DirectMap1G:    89128960 kB

Free space on /tmp at the end= 723776 MiB
End job on nodeC011 at 2024-07-25 21:12:47