Trace number 4459726

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Cutting Planes 2024 2024-07-12SAT7 508.386 507.479

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=7-P0=53-P1=5-P2=67-P3=53-P4=17-P5=103-P6=29-P7=71-P8=47-B.opb
MD5SUM2fd47af0561ad637989545cb563fc5cb
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.044167
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables168
Total number of constraints17
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17
Minimum length of a constraint7
Maximum length of a constraint63
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 32512
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)392
Sum of products size (including duplicates)784
Number of different products392
Sum of products size784

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

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.14	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.14	 - never skip resolution steps
0.13/0.14	 - Auto-division on coefficients is disabled
0.13/0.14	 - No postprocessing
0.13/0.14	 - Conflict is considered as is when resolving
0.13/0.14	 - Use constraints as they come during conflict analysis
0.13/0.14	 - Weaken first using unassigned literals
0.13/0.14	 - Bump strategy: ALWAYS_ONE
0.13/0.14	 - Bumper: EFFECTIVE
0.13/0.14	--- Begin Solver configuration ---
0.13/0.14	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.14	Learn all clauses as in MiniSAT
0.13/0.14	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.14	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.14	No reason simplification
0.13/0.14	Dynamic restart strategy considering the size of the coefficients
0.13/0.14	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.14	timeout=2147483s
0.13/0.14	DB Simplification allowed=false
0.13/0.14	Listener: none
0.13/0.14	--- 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  - Use constraints as they come during conflict analysis
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: EFFECTIVE
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb 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 Dynamic restart strategy considering the size of the coefficients
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
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-4459726-1721939462.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  objective function found
0.13/0.20	c ... done. Wall clock time 0.044s.
0.13/0.20	c declared #vars     168
0.13/0.20	c internal #vars     560
0.13/0.20	c #constraints  809
0.13/0.20	c constraints type 
0.13/0.20	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 417
0.13/0.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 392
0.13/0.20	c 809 constraints processed.
0.34/0.21	c objective function length is 7 literals
5.30/3.65	c SATISFIABLE
5.30/3.65	c OPTIMIZING...
5.30/3.65	c Got one! Elapsed wall clock time (in seconds):3.5
5.30/3.65	o 9
13.28/11.47	c cleaning 2952 clauses out of 5908 with flag 0/5908
64.40/62.41	c cleaning 4446 clauses out of 8957 with flag 0/11909
104.70/102.61	c cleaning 5747 clauses out of 11509 with flag 0/18907
171.78/169.98	c cleaning 6862 clauses out of 13763 with flag 0/26908
302.09/301.13	c cleaning 7939 clauses out of 15900 with flag 0/35907
420.81/420.08	c cleaning 8975 clauses out of 17961 with flag 0/45907
502.69/501.96	c Got one! Elapsed wall clock time (in seconds):501.819
502.69/501.96	o 7
508.28/507.43	Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 192 out of bounds for length 169
508.28/507.45		at org.sat4j.pb.lcds.AbstractLBDComputerStrategy.computeLBD(AbstractLBDComputerStrategy.java:32)
508.28/507.45		at org.sat4j.pb.lcds.PBGlucoseLCDS.computeLBD(PBGlucoseLCDS.java:98)
508.28/507.45		at org.sat4j.minisat.core.Glucose2LCDS.onPropagation(Glucose2LCDS.java:54)
508.28/507.45		at org.sat4j.minisat.core.Solver.enqueue(Solver.java:573)
508.28/507.45		at org.sat4j.pb.constraints.pb.MinWatchPb.propagate(MinWatchPb.java:329)
508.28/507.45		at org.sat4j.minisat.core.Solver.reduceClausesContainingTheNegationOf(Solver.java:1133)
508.28/507.45		at org.sat4j.minisat.core.Solver.propagate(Solver.java:1114)
508.28/507.45		at org.sat4j.minisat.core.Solver.search(Solver.java:1235)
508.28/507.45		at org.sat4j.minisat.core.Solver.isSatisfiable(Solver.java:1903)
508.28/507.45		at org.sat4j.tools.SolverDecorator.isSatisfiable(SolverDecorator.java:106)
508.28/507.45		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(PseudoOptDecorator.java:180)
508.28/507.45		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(PseudoOptDecorator.java:173)
508.28/507.45		at org.sat4j.OptimizationMode.solve(OptimizationMode.java:141)
508.28/507.45		at org.sat4j.AbstractLauncher.solve(AbstractLauncher.java:323)
508.28/507.45		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:267)
508.28/507.45		at org.sat4j.pb.LanceurPseudo2007.main(LanceurPseudo2007.java:118)
508.28/507.45	c starts		: 17
508.28/507.45	c conflicts		: 52332
508.28/507.45	c decisions		: 57659
508.28/507.45	c propagations		: 777200
508.28/507.45	c inspects		: 394417641
508.28/507.45	c shortcuts		: 0
508.28/507.45	c learnt literals	: 0
508.28/507.45	c learnt binary clauses	: 0
508.28/507.45	c learnt ternary clauses	: 0
508.28/507.45	c learnt constraints	: 52332
508.28/507.45	c ignored constraints	: 0
508.28/507.45	c root simplifications	: 0
508.28/507.45	c removed literals (reason simplification)	: 0
508.28/507.45	c reason swapping (by a shorter reason)	: 0
508.28/507.45	c Calls to reduceDB	: 6
508.28/507.45	c Number of update (reduction) of LBD	: 31049
508.28/507.45	c Imported unit clauses	: 0
508.28/507.45	c No decision after first conflict	: false
508.28/507.45	c number of reductions to clauses (during analyze)	: 0
508.28/507.45	c number of learned constraints concerned by reduction	: 0
508.28/507.45	c number of learning phase by resolution	: 0
508.28/507.45	c number of learning phase by cutting planes	: 0
508.28/507.45	c number of rounding to 1 operations	: 0
508.28/507.45	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
508.28/507.45	c number of reductions of the coefficients by power 2 	: 0
508.28/507.45	c number of right shift for reduction by power 2 	: 0
508.28/507.45	c number of reductions of the coefficients by GCD over coefficients 	: 0
508.28/507.45	c number of ending skipping 	: 0
508.28/507.45	c number of internal skipping 	: 0
508.28/507.45	c number of derivation steps 	: 596567
508.28/507.45	c number of skipped derivation steps 	: 0
508.28/507.45	c number of remaining unassigned 	: 28734
508.28/507.45	c number of remaining assigned 	: 9593776
508.28/507.45	c number of falsified literals weakened from reason	: 0
508.28/507.45	c number of falsified literals weakened from conflict	: 0
508.28/507.45	c time for arithmetic operations	: 1863000134
508.28/507.45	c minimum degree of deleted constraints	: 1
508.28/507.45	c maximum degree of deleted constraints	: 1153056511061340223350524769506045897085464983490035995629977703271579215797236507842490173999838868821813631581536962994804578698765752037695752464875917553675934887843453672941114225996071919900306523949834294496756389915375327573425923358252651395396927243018250203247759357503384112925785468903671403320518954594858302950184904668045224801005295376930041200
508.28/507.45	c number of deleted constraints	: 36921
508.28/507.45	c speed (assignments/second)	: 1532.1984445386352
508.28/507.45	c non guided choices	: 984
508.28/507.46	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 58
508.28/507.46	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 15353
508.28/507.46	s SATISFIABLE
508.28/507.46	c Found 2 solution(s)
508.28/507.46	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 
508.28/507.46	c objective function=7
508.28/507.46	c Total wall clock time (in seconds): 507.317

Verifier Data

OK	7

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: 63968 MiB (61637 MiB free)
  memory of node 1: 64473 MiB (61627 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459726-1721939462/watcher-4459726-1721939462 -o /tmp/evaluation-result-4459726-1721939462/solver-4459726-1721939462 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1721939462-308132 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4459726-1721939462.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
solver pid=308184, runsolver pid=308181
Current StackSize limit: 8192 KiB


[startup+0.100077 s]*
/proc/loadavg: 0.06 0.08 0.18 6/298 308226
/proc/meminfo: memFree=126136180/131524600 swapFree=131057784/131071996
[pid=308184] ppid=308181 vsize=18975048 memory=64132 CPUtime=0.13 cores=0,2
/proc/308184/stat : 308184 (java) S 308181 308184 308122 0 -1 1077936128 7094 0 0 0 11 2 0 0 20 0 18 0 30469237 19430449152 16033 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
/proc/308184/statm: 4743762 16033 5547 1 0 549323 0
[pid=308184/tid=308186] ppid=308181 vsize=18975048 memory=4026531959 CPUtime=0.08 cores=0,2
/proc/308184/task/308186/stat : 308186 (java) R 308181 308184 308122 0 -1 4194368 5673 0 0 0 7 1 0 0 20 0 18 0 30469237 19430449152 16061 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
[pid=308184/tid=308199] ppid=308181 vsize=18975048 memory=1631249 CPUtime=0 cores=0,2
/proc/308184/task/308199/stat : 308199 (Finalizer) S 308181 308184 308122 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 30469241 19430449152 16061 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
[pid=308184/tid=308207] ppid=308181 vsize=18975048 memory=13565985739245021 CPUtime=0 cores=0,2
/proc/308184/task/308207/stat : 308207 (Common-Cleaner) S 308181 308184 308122 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 30469241 19430449152 16061 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64132 KiB

[startup+0.210385 s]*
/proc/loadavg: 0.06 0.08 0.18 13/320 308257
/proc/meminfo: memFree=126068136/131524600 swapFree=131057784/131071996
[pid=308184] ppid=308181 vsize=19041612 memory=74320 CPUtime=0.34 cores=0,2
/proc/308184/stat : 308184 (java) S 308181 308184 308122 0 -1 1077936128 7783 0 0 0 31 3 0 0 20 0 19 0 30469237 19498610688 18580 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
/proc/308184/statm: 4760403 18580 5896 1 0 550083 0
[pid=308184/tid=308186] ppid=308181 vsize=19041612 memory=4782652875487838339 CPUtime=0.19 cores=0,2
/proc/308184/task/308186/stat : 308186 (java) R 308181 308184 308122 0 -1 4194368 6062 0 0 0 17 2 0 0 20 0 19 0 30469237 19498610688 18580 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
[pid=308184/tid=308199] ppid=308181 vsize=19041612 memory=1631257 CPUtime=0 cores=0,2
/proc/308184/task/308199/stat : 308199 (Finalizer) S 308181 308184 308122 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 30469241 19498610688 18580 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
[pid=308184/tid=308207] ppid=308181 vsize=19041612 memory=15816698926204594 CPUtime=0 cores=0,2
/proc/308184/task/308207/stat : 308207 (Common-Cleaner) S 308181 308184 308122 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 30469241 19498610688 18580 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
[pid=308184/tid=308257] ppid=308181 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/308184/task/308257/stat : 308257 (java) R 308181 308184 308122 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 19 0 30469258 19498610688 18580 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 74320 KiB

[startup+0.316384 s]*
/proc/loadavg: 0.06 0.08 0.18 13/331 308268
/proc/meminfo: memFree=125956364/131524600 swapFree=131057784/131071996
[pid=308184] ppid=308181 vsize=19041612 memory=92236 CPUtime=0.54 cores=0,2
/proc/308184/stat : 308184 (java) S 308181 308184 308122 0 -1 1077936128 8860 0 0 0 51 3 0 0 20 0 19 0 30469237 19498610688 23059 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
/proc/308184/statm: 4760403 23059 5896 1 0 550301 0
[pid=308184/tid=308186] ppid=308181 vsize=19041612 memory=-8744134932073980604 CPUtime=0.27 cores=0,2
/proc/308184/task/308186/stat : 308186 (java) R 308181 308184 308122 0 -1 4194368 6091 0 0 0 25 2 0 0 20 0 19 0 30469237 19498610688 23059 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
[pid=308184/tid=308199] ppid=308181 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/308184/task/308199/stat : 308199 (Finalizer) S 308181 308184 308122 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 30469241 19498610688 23059 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
[pid=308184/tid=308207] ppid=308181 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/308184/task/308207/stat : 308207 (Common-Cleaner) S 308181 308184 308122 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 30469241 19498610688 23059 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
[pid=308184/tid=308257] ppid=308181 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/308184/task/308257/stat : 308257 (Timer-0) S 308181 308184 308122 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 30469258 19498610688 23059 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 92236 KiB

[startup+0.703386 s]
/proc/loadavg: 0.06 0.08 0.18 12/335 308272
/proc/meminfo: memFree=125679364/131524600 swapFree=131057784/131071996
[pid=308184] ppid=308181 vsize=19108176 memory=171604 CPUtime=1.27 cores=0,2
/proc/308184/stat : 308184 (java) S 308181 308184 308122 0 -1 1077936128 11903 0 0 0 122 5 0 0 20 0 20 0 30469237 19566772224 42901 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
/proc/308184/statm: 4777044 42901 5896 1 0 552318 0
[pid=308184/tid=308186] ppid=308181 vsize=19108176 memory=75776 CPUtime=0.61 cores=0,2
/proc/308184/task/308186/stat : 308186 (java) R 308181 308184 308122 0 -1 4194368 6137 0 0 0 58 3 0 0 20 0 20 0 30469237 19566772224 42901 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
[pid=308184/tid=308199] ppid=308181 vsize=19108176 memory=12264 CPUtime=0 cores=0,2
/proc/308184/task/308199/stat : 308199 (Finalizer) S 308181 308184 308122 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30469241 19566772224 42901 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
[pid=308184/tid=308207] ppid=308181 vsize=19108176 memory=2248 CPUtime=0 cores=0,2
/proc/308184/task/308207/stat : 308207 (Common-Cleaner) S 308181 308184 308122 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 30469241 19566772224 42901 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
[pid=308184/tid=308257] ppid=308181 vsize=19108176 memory=25656 CPUtime=0 cores=0,2
/proc/308184/task/308257/stat : 308257 (Timer-0) S 308181 308184 308122 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30469258 19566772224 42901 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 171604 KiB

[startup+1.50039 s]
/proc/loadavg: 0.06 0.08 0.18 10/336 308275
/proc/meminfo: memFree=124993820/131524600 swapFree=131057784/131071996
[pid=308184] ppid=308181 vsize=19108176 memory=307676 CPUtime=2.83 cores=0,2
/proc/308184/stat : 308184 (java) S 308181 308184 308122 0 -1 1077936128 17309 0 0 0 275 8 0 0 20 0 20 0 30469237 19566772224 76919 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
/proc/308184/statm: 4777044 76919 5912 1 0 553921 0
[pid=308184/tid=308186] ppid=308181 vsize=19108176 memory=12264 CPUtime=1.38 cores=0,2
/proc/308184/task/308186/stat : 308186 (java) R 308181 308184 308122 0 -1 4194368 6423 0 0 0 133 5 0 0 20 0 20 0 30469237 19566772224 76919 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
[pid=308184/tid=308199] ppid=308181 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/308184/task/308199/stat : 308199 (Finalizer) S 308181 308184 308122 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30469241 19566772224 76919 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
[pid=308184/tid=308207] ppid=308181 vsize=19108176 memory=2248 CPUtime=0 cores=0,2
/proc/308184/task/308207/stat : 308207 (Common-Cleaner) S 308181 308184 308122 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 30469241 19566772224 76919 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
[pid=308184/tid=308257] ppid=308181 vsize=19108176 memory=25656 CPUtime=0 cores=0,2
/proc/308184/task/308257/stat : 308257 (Timer-0) S 308181 308184 308122 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30469258 19566772224 76919 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 307676 KiB

[startup+3.10638 s]
/proc/loadavg: 0.06 0.08 0.18 8/337 308276
/proc/meminfo: memFree=122977224/131524600 swapFree=131057784/131071996
[pid=308184] ppid=308181 vsize=19108176 memory=847956 CPUtime=4.81 cores=0,2
/proc/308184/stat : 308184 (java) S 308181 308184 308122 0 -1 1077936128 20585 0 0 0 462 19 0 0 20 0 20 0 30469237 19566772224 211989 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
/proc/308184/statm: 4777044 211989 5928 1 0 660446 0
[pid=308184/tid=308186] ppid=308181 vsize=19108176 memory=0 CPUtime=2.95 cores=0,2
/proc/308184/task/308186/stat : 308186 (java) R 308181 308184 308122 0 -1 4194368 7422 0 0 0 280 15 0 0 20 0 20 0 30469237 19566772224 211989 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
[pid=308184/tid=308199] ppid=308181 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/308184/task/308199/stat : 308199 (Finalizer) S 308181 308184 308122 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30469241 19566772224 211989 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
[pid=308184/tid=308207] ppid=308181 vsize=19108176 memory=12264 CPUtime=0 cores=0,2
/proc/308184/task/308207/stat : 308207 (Common-Cleaner) S 308181 308184 308122 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 30469241 19566772224 211989 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
[pid=308184/tid=308257] ppid=308181 vsize=19108176 memory=2248 CPUtime=0 cores=0,2
/proc/308184/task/308257/stat : 308257 (Timer-0) S 308181 308184 308122 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30469258 19566772224 211989 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
Current children cumulated CPU time: 4.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 847956 KiB

[startup+6.3004 s]
/proc/loadavg: 0.37 0.15 0.20 5/337 308276
/proc/meminfo: memFree=121750132/131524600 swapFree=131057784/131071996
[pid=308184] ppid=308181 vsize=19108176 memory=958404 CPUtime=8.15 cores=0,2
/proc/308184/stat : 308184 (java) S 308181 308184 308122 0 -1 1077936128 22925 0 0 0 794 21 0 0 20 0 20 0 30469237 19566772224 239601 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
/proc/308184/statm: 4777044 239601 5928 1 0 660549 0
[pid=308184/tid=308186] ppid=308181 vsize=19108176 memory=0 CPUtime=6.09 cores=0,2
/proc/308184/task/308186/stat : 308186 (java) R 308181 308184 308122 0 -1 4194368 8411 0 0 0 592 17 0 0 20 0 20 0 30469237 19566772224 239601 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
[pid=308184/tid=308199] ppid=308181 vsize=19108176 memory=2248 CPUtime=0 cores=0,2
/proc/308184/task/308199/stat : 308199 (Finalizer) S 308181 308184 308122 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30469241 19566772224 239601 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
[pid=308184/tid=308207] ppid=308181 vsize=19108176 memory=11616 CPUtime=0 cores=0,2
/proc/308184/task/308207/stat : 308207 (Common-Cleaner) S 308181 308184 308122 0 -1 1077936192 29 0 0 0 0 0 0 0 20 0 20 0 30469241 19566772224 239601 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
[pid=308184/tid=308257] ppid=308181 vsize=19108176 memory=12264 CPUtime=0 cores=0,2
/proc/308184/task/308257/stat : 308257 (Timer-0) S 308181 308184 308122 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30469258 19566772224 239601 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
Current children cumulated CPU time: 8.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 958404 KiB

[startup+12.7004 s]
/proc/loadavg: 0.66 0.21 0.22 5/337 308277
/proc/meminfo: memFree=120034320/131524600 swapFree=131057784/131071996
[pid=308184] ppid=308181 vsize=19108176 memory=1591900 CPUtime=14.79 cores=0,2
/proc/308184/stat : 308184 (java) S 308181 308184 308122 0 -1 1077936128 29409 0 0 0 1444 35 0 0 20 0 20 0 30469237 19566772224 397975 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
/proc/308184/statm: 4777044 397975 5928 1 0 662851 0
[pid=308184/tid=308186] ppid=308181 vsize=19108176 memory=1579008 CPUtime=12.38 cores=0,2
/proc/308184/task/308186/stat : 308186 (java) R 308181 308184 308122 0 -1 4194368 9484 0 0 0 1210 28 0 0 20 0 20 0 30469237 19566772224 397975 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
[pid=308184/tid=308199] ppid=308181 vsize=19108176 memory=-8744134932073980604 CPUtime=0 cores=0,2
/proc/308184/task/308199/stat : 308199 (Finalizer) S 308181 308184 308122 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30469241 19566772224 397975 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
[pid=308184/tid=308207] ppid=308181 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/308184/task/308207/stat : 308207 (Common-Cleaner) S 308181 308184 308122 0 -1 1077936192 29 0 0 0 0 0 0 0 20 0 20 0 30469241 19566772224 397975 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
[pid=308184/tid=308257] ppid=308181 vsize=19108176 memory=11616 CPUtime=0 cores=0,2
/proc/308184/task/308257/stat : 308257 (Timer-0) S 308181 308184 308122 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30469258 19566772224 397975 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
Current children cumulated CPU time: 14.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1591900 KiB

[startup+25.5004 s]
/proc/loadavg: 1.64 0.45 0.29 5/337 308279
/proc/meminfo: memFree=118737508/131524600 swapFree=131057784/131071996
[pid=308184] ppid=308181 vsize=19108176 memory=1586696 CPUtime=27.57 cores=0,2
/proc/308184/stat : 308184 (java) S 308181 308184 308122 0 -1 1077936128 35159 0 0 0 2720 37 0 0 20 0 20 0 30469237 19566772224 396674 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
/proc/308184/statm: 4777044 396674 5928 1 0 662851 0
[pid=308184/tid=308186] ppid=308181 vsize=19108176 memory=0 CPUtime=24.97 cores=0,2
/proc/308184/task/308186/stat : 308186 (java) R 308181 308184 308122 0 -1 4194368 11282 0 0 0 2468 29 0 0 20 0 20 0 30469237 19566772224 396674 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
[pid=308184/tid=308199] ppid=308181 vsize=19108176 memory=1003460 CPUtime=0 cores=0,2
/proc/308184/task/308199/stat : 308199 (Finalizer) S 308181 308184 308122 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30469241 19566772224 396674 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
[pid=308184/tid=308207] ppid=308181 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/308184/task/308207/stat : 308207 (Common-Cleaner) S 308181 308184 308122 0 -1 1077936192 29 0 0 0 0 0 0 0 20 0 20 0 30469241 19566772224 396674 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
[pid=308184/tid=308257] ppid=308181 vsize=19108176 memory=1586696 CPUtime=0 cores=0,2
/proc/308184/task/308257/stat : 308257 (Timer-0) S 308181 308184 308122 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30469258 19566772224 396674 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
Current children cumulated CPU time: 27.57 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1586696 KiB

[startup+51.1064 s]
/proc/loadavg: 2.45 0.73 0.39 5/337 308283
/proc/meminfo: memFree=118026096/131524600 swapFree=131057784/131071996
[pid=308184] ppid=308181 vsize=19108176 memory=1599100 CPUtime=53.1 cores=0,2
/proc/308184/stat : 308184 (java) S 308181 308184 308122 0 -1 1077936128 43785 0 0 0 5270 40 0 0 20 0 20 0 30469237 19566772224 399775 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
/proc/308184/statm: 4777044 399775 5928 1 0 662851 0

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

/proc/308184/task/308257/stat : 308257 (Timer-0) S 308181 308184 308122 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30469258 19566772224 453410 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
Current children cumulated CPU time: 403.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1813640 KiB

[startup+462.3 s]
/proc/loadavg: 4.38 3.38 1.78 5/331 308425
/proc/meminfo: memFree=114152540/131524600 swapFree=131057784/131071996
[pid=308184] ppid=308181 vsize=19108176 memory=1832072 CPUtime=463.04 cores=0,2
/proc/308184/stat : 308184 (java) S 308181 308184 308122 0 -1 1077936128 90893 0 0 0 46234 70 0 0 20 0 20 0 30469237 19566772224 458018 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
/proc/308184/statm: 4777044 458018 5928 1 0 664703 0
[pid=308184/tid=308186] ppid=308181 vsize=19108176 memory=5592 CPUtime=454.64 cores=0,2
/proc/308184/task/308186/stat : 308186 (java) R 308181 308184 308122 0 -1 4194368 29453 0 0 0 45430 34 0 0 20 0 20 0 30469237 19566772224 458018 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 9 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
[pid=308184/tid=308199] ppid=308181 vsize=19108176 memory=11616 CPUtime=0 cores=0,2
/proc/308184/task/308199/stat : 308199 (Finalizer) S 308181 308184 308122 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30469241 19566772224 458018 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
[pid=308184/tid=308207] ppid=308181 vsize=19108176 memory=11616 CPUtime=0 cores=0,2
/proc/308184/task/308207/stat : 308207 (Common-Cleaner) S 308181 308184 308122 0 -1 1077936192 470 0 0 0 0 0 0 0 20 0 20 0 30469241 19566772224 458018 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
[pid=308184/tid=308257] ppid=308181 vsize=19108176 memory=1832072 CPUtime=0 cores=0,2
/proc/308184/task/308257/stat : 308257 (Timer-0) S 308181 308184 308122 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30469258 19566772224 458018 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
Current children cumulated CPU time: 463.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1832072 KiB

[startup+507.479 s]
# the end of solver process 308184 was just reported to runsolver
# Child status: 1

# cumulated CPU time of all completed processes:  user=507.632 s, system=0.753296 s

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

[startup+486.4 s]
/proc/loadavg: 4.25 3.43 1.84 5/331 308428
/proc/meminfo: memFree=113985924/131524600 swapFree=131057784/131071996
[pid=308184] ppid=308181 vsize=19108176 memory=1834144 CPUtime=487.2 cores=0,2
/proc/308184/stat : 308184 (java) S 308181 308184 308122 0 -1 1077936128 93827 0 0 0 48648 72 0 0 20 0 20 0 30469237 19566772224 458536 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
/proc/308184/statm: 4777044 458536 5928 1 0 664703 0
[pid=308184/tid=308186] ppid=308181 vsize=19108176 memory=2248 CPUtime=478.56 cores=0,2
/proc/308184/task/308186/stat : 308186 (java) R 308181 308184 308122 0 -1 4194368 29785 0 0 0 47822 34 0 0 20 0 20 0 30469237 19566772224 458536 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 9 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
[pid=308184/tid=308199] ppid=308181 vsize=19108176 memory=16084 CPUtime=0 cores=0,2
/proc/308184/task/308199/stat : 308199 (Finalizer) S 308181 308184 308122 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30469241 19566772224 458536 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
[pid=308184/tid=308207] ppid=308181 vsize=19108176 memory=75776 CPUtime=0 cores=0,2
/proc/308184/task/308207/stat : 308207 (Common-Cleaner) S 308181 308184 308122 0 -1 1077936192 470 0 0 0 0 0 0 0 20 0 20 0 30469241 19566772224 458536 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
[pid=308184/tid=308257] ppid=308181 vsize=19108176 memory=25656 CPUtime=0 cores=0,2
/proc/308184/task/308257/stat : 308257 (Timer-0) S 308181 308184 308122 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30469258 19566772224 458536 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
Current children cumulated CPU time: 487.2 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1834144 KiB

[startup+499.2 s]
/proc/loadavg: 4.35 3.50 1.89 5/331 308431
/proc/meminfo: memFree=113915968/131524600 swapFree=131057784/131071996
[pid=308184] ppid=308181 vsize=19108176 memory=1838240 CPUtime=499.98 cores=0,2
/proc/308184/stat : 308184 (java) S 308181 308184 308122 0 -1 1077936128 93992 0 0 0 49925 73 0 0 20 0 20 0 30469237 19566772224 459560 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
/proc/308184/statm: 4777044 459560 5928 1 0 664703 0
[pid=308184/tid=308186] ppid=308181 vsize=19108176 memory=11616 CPUtime=491.23 cores=0,2
/proc/308184/task/308186/stat : 308186 (java) R 308181 308184 308122 0 -1 4194368 29891 0 0 0 49089 34 0 0 20 0 20 0 30469237 19566772224 459560 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 13 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
[pid=308184/tid=308199] ppid=308181 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/308184/task/308199/stat : 308199 (Finalizer) S 308181 308184 308122 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30469241 19566772224 459560 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
[pid=308184/tid=308207] ppid=308181 vsize=19108176 memory=2337 CPUtime=0 cores=0,2
/proc/308184/task/308207/stat : 308207 (Common-Cleaner) S 308181 308184 308122 0 -1 1077936192 495 0 0 0 0 0 0 0 20 0 20 0 30469241 19566772224 459560 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
[pid=308184/tid=308257] ppid=308181 vsize=19108176 memory=32420 CPUtime=0 cores=0,2
/proc/308184/task/308257/stat : 308257 (Timer-0) S 308181 308184 308122 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30469258 19566772224 459560 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
Current children cumulated CPU time: 499.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1838240 KiB

[startup+502.4 s]
/proc/loadavg: 4.35 3.50 1.89 5/331 308432
/proc/meminfo: memFree=113905504/131524600 swapFree=131057784/131071996
[pid=308184] ppid=308181 vsize=19108176 memory=1840288 CPUtime=503.19 cores=0,2
/proc/308184/stat : 308184 (java) S 308181 308184 308122 0 -1 1077936128 94764 0 0 0 50246 73 0 0 20 0 20 0 30469237 19566772224 460072 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
/proc/308184/statm: 4777044 460072 5928 1 0 664703 0
[pid=308184/tid=308186] ppid=308181 vsize=19108176 memory=129 CPUtime=494.38 cores=0,2
/proc/308184/task/308186/stat : 308186 (java) R 308181 308184 308122 0 -1 4194368 30412 0 0 0 49404 34 0 0 20 0 20 0 30469237 19566772224 460072 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 13 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
[pid=308184/tid=308199] ppid=308181 vsize=19108176 memory=2248 CPUtime=0 cores=0,2
/proc/308184/task/308199/stat : 308199 (Finalizer) S 308181 308184 308122 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30469241 19566772224 460072 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
[pid=308184/tid=308207] ppid=308181 vsize=19108176 memory=25656 CPUtime=0 cores=0,2
/proc/308184/task/308207/stat : 308207 (Common-Cleaner) S 308181 308184 308122 0 -1 1077936192 495 0 0 0 0 0 0 0 20 0 20 0 30469241 19566772224 460072 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
[pid=308184/tid=308257] ppid=308181 vsize=19108176 memory=1838240 CPUtime=0 cores=0,2
/proc/308184/task/308257/stat : 308257 (Timer-0) S 308181 308184 308122 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30469258 19566772224 460072 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
Current children cumulated CPU time: 503.19 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1840288 KiB

[startup+505.6 s]
/proc/loadavg: 4.32 3.50 1.90 5/331 308432
/proc/meminfo: memFree=113905504/131524600 swapFree=131057784/131071996
[pid=308184] ppid=308181 vsize=19108176 memory=1840288 CPUtime=506.41 cores=0,2
/proc/308184/stat : 308184 (java) S 308181 308184 308122 0 -1 1077936128 94770 0 0 0 50567 74 0 0 20 0 20 0 30469237 19566772224 460072 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
/proc/308184/statm: 4777044 460072 5928 1 0 664703 0
[pid=308184/tid=308186] ppid=308181 vsize=19108176 memory=1840288 CPUtime=497.54 cores=0,2
/proc/308184/task/308186/stat : 308186 (java) R 308181 308184 308122 0 -1 4194368 30415 0 0 0 49720 34 0 0 20 0 20 0 30469237 19566772224 460072 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 13 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
[pid=308184/tid=308199] ppid=308181 vsize=19108176 memory=5592 CPUtime=0 cores=0,2
/proc/308184/task/308199/stat : 308199 (Finalizer) S 308181 308184 308122 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30469241 19566772224 460072 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
[pid=308184/tid=308207] ppid=308181 vsize=19108176 memory=16084 CPUtime=0 cores=0,2
/proc/308184/task/308207/stat : 308207 (Common-Cleaner) S 308181 308184 308122 0 -1 1077936192 495 0 0 0 0 0 0 0 20 0 20 0 30469241 19566772224 460072 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
[pid=308184/tid=308257] ppid=308181 vsize=19108176 memory=1838240 CPUtime=0 cores=0,2
/proc/308184/task/308257/stat : 308257 (Timer-0) S 308181 308184 308122 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30469258 19566772224 460072 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
Current children cumulated CPU time: 506.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1840288 KiB

[startup+506.4 s]
/proc/loadavg: 4.32 3.50 1.90 5/331 308432
/proc/meminfo: memFree=113897312/131524600 swapFree=131057784/131071996
[pid=308184] ppid=308181 vsize=19108176 memory=1840288 CPUtime=507.21 cores=0,2
/proc/308184/stat : 308184 (java) S 308181 308184 308122 0 -1 1077936128 94770 0 0 0 50647 74 0 0 20 0 20 0 30469237 19566772224 460072 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
/proc/308184/statm: 4777044 460072 5928 1 0 664703 0
[pid=308184/tid=308186] ppid=308181 vsize=19108176 memory=1840288 CPUtime=498.34 cores=0,2
/proc/308184/task/308186/stat : 308186 (java) R 308181 308184 308122 0 -1 4194368 30415 0 0 0 49800 34 0 0 20 0 20 0 30469237 19566772224 460072 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 13 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
[pid=308184/tid=308199] ppid=308181 vsize=19108176 memory=5664 CPUtime=0 cores=0,2
/proc/308184/task/308199/stat : 308199 (Finalizer) S 308181 308184 308122 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30469241 19566772224 460072 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
[pid=308184/tid=308207] ppid=308181 vsize=19108176 memory=2028 CPUtime=0 cores=0,2
/proc/308184/task/308207/stat : 308207 (Common-Cleaner) S 308181 308184 308122 0 -1 1077936192 495 0 0 0 0 0 0 0 20 0 20 0 30469241 19566772224 460072 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
[pid=308184/tid=308257] ppid=308181 vsize=19108176 memory=11616 CPUtime=0 cores=0,2
/proc/308184/task/308257/stat : 308257 (Timer-0) S 308181 308184 308122 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30469258 19566772224 460072 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
Current children cumulated CPU time: 507.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1840288 KiB

[startup+507.2 s]
/proc/loadavg: 4.32 3.50 1.90 5/331 308432
/proc/meminfo: memFree=113895264/131524600 swapFree=131057784/131071996
[pid=308184] ppid=308181 vsize=19108176 memory=1842340 CPUtime=508.08 cores=0,2
/proc/308184/stat : 308184 (java) S 308181 308184 308122 0 -1 1077936128 95159 0 0 0 50734 74 0 0 20 0 20 0 30469237 19566772224 460585 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
/proc/308184/statm: 4777044 460585 5928 1 0 664703 0
[pid=308184/tid=308186] ppid=308181 vsize=19108176 memory=16084 CPUtime=499.12 cores=0,2
/proc/308184/task/308186/stat : 308186 (java) R 308181 308184 308122 0 -1 4194368 30418 0 0 0 49877 35 0 0 20 0 20 0 30469237 19566772224 460585 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 13 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
[pid=308184/tid=308199] ppid=308181 vsize=19108176 memory=2248 CPUtime=0 cores=0,2
/proc/308184/task/308199/stat : 308199 (Finalizer) S 308181 308184 308122 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30469241 19566772224 460585 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
[pid=308184/tid=308207] ppid=308181 vsize=19108176 memory=25656 CPUtime=0 cores=0,2
/proc/308184/task/308207/stat : 308207 (Common-Cleaner) S 308181 308184 308122 0 -1 1077936192 495 0 0 0 0 0 0 0 20 0 20 0 30469241 19566772224 460585 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
[pid=308184/tid=308257] ppid=308181 vsize=19108176 memory=1840288 CPUtime=0 cores=0,2
/proc/308184/task/308257/stat : 308257 (Timer-0) S 308181 308184 308122 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30469258 19566772224 460585 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
Current children cumulated CPU time: 508.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1842340 KiB

[startup+507.4 s]
/proc/loadavg: 4.32 3.50 1.90 5/331 308432
/proc/meminfo: memFree=113895264/131524600 swapFree=131057784/131071996
[pid=308184] ppid=308181 vsize=19108176 memory=1842340 CPUtime=508.28 cores=0,2
/proc/308184/stat : 308184 (java) S 308181 308184 308122 0 -1 1077936128 95159 0 0 0 50754 74 0 0 20 0 20 0 30469237 19566772224 460585 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
/proc/308184/statm: 4777044 460585 5928 1 0 664703 0
[pid=308184/tid=308186] ppid=308181 vsize=19108176 memory=12264 CPUtime=499.32 cores=0,2
/proc/308184/task/308186/stat : 308186 (java) R 308181 308184 308122 0 -1 4194368 30418 0 0 0 49897 35 0 0 20 0 20 0 30469237 19566772224 460585 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 13 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
[pid=308184/tid=308199] ppid=308181 vsize=19108176 memory=75776 CPUtime=0 cores=0,2
/proc/308184/task/308199/stat : 308199 (Finalizer) S 308181 308184 308122 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30469241 19566772224 460585 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
[pid=308184/tid=308207] ppid=308181 vsize=19108176 memory=12264 CPUtime=0 cores=0,2
/proc/308184/task/308207/stat : 308207 (Common-Cleaner) S 308181 308184 308122 0 -1 1077936192 495 0 0 0 0 0 0 0 20 0 20 0 30469241 19566772224 460585 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
[pid=308184/tid=308257] ppid=308181 vsize=19108176 memory=5592 CPUtime=0 cores=0,2
/proc/308184/task/308257/stat : 308257 (Timer-0) S 308181 308184 308122 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30469258 19566772224 460585 134679101440 94018680057856 94018680061552 140727640876768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94018680069368 94018680070160 94018691780608 140727640880116 140727640880224 140727640880224 140727640887240 0
Current children cumulated CPU time: 508.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1842340 KiB

Child status: 1

Real time (s): 507.479
CPU time (s): 508.386
CPU user time (s): 507.632
CPU system time (s): 0.753296
CPU usage (%): 100.179
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 1842340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 507.632
system time used= 0.753296
maximum resident set size= 1843552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96825
page faults= 0
swaps= 0
block input operations= 0
block output operations= 640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21385
involuntary context switches= 5975


# summary of solver processes directly reported to runsolver:
#   pid: 308184
#   total CPU time (s): 508.386
#   total CPU user time (s): 507.632
#   total CPU system time (s): 0.753296

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.16853 second user time and 2.52024 second system time

The end

Launcher Data

Begin job on nodeC024 at 2024-07-25 22:31:02
IDJOB=4459726
IDBENCH=148511
IDSOLVER=3052
FILE ID=nodeC024/4459726-1721939462
RUNJOBID= nodeC024-1721939462-308132
SLURM_JOB_ID= 8247245
Free space on /tmp= 890084 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=7-P0=53-P1=5-P2=67-P3=53-P4=17-P5=103-P6=29-P7=71-P8=47-B.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459726-1721939462/watcher-4459726-1721939462 -o /tmp/evaluation-result-4459726-1721939462/solver-4459726-1721939462 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1721939462-308132 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4459726-1721939462.opb

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

MD5SUM BENCH= 2fd47af0561ad637989545cb563fc5cb
RANDOM SEED=1503976896

nodeC024.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		: 3581.030
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.87
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		: 3601.903
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	: 7005.58
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		: 3640.240
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.87
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		: 3603.014
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	: 7005.58
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		: 3503.674
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.87
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		: 3669.367
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	: 7005.58
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		: 3305.650
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.87
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		: 3649.039
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	: 7005.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        126226116 kB
MemAvailable:   129657348 kB
Buffers:          330880 kB
Cached:          3906444 kB
SwapCached:          228 kB
Active:          2619100 kB
Inactive:        2029348 kB
Active(anon):       3976 kB
Inactive(anon):   460612 kB
Active(file):    2615124 kB
Inactive(file):  1568736 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131057784 kB
Dirty:              2712 kB
Writeback:             0 kB
AnonPages:        410048 kB
Mapped:           122072 kB
Shmem:             53464 kB
KReclaimable:     174388 kB
Slab:             291684 kB
SReclaimable:     174388 kB
SUnreclaim:       117296 kB
KernelStack:        4208 kB
PageTables:        10260 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    2839596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            20032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    237568 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:      408276 kB
DirectMap2M:    48648192 kB
DirectMap1G:    87031808 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC024 at 2024-07-25 22:39:30