Trace number 4460069

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 Partial RoundingSAT 2024 2024-07-12SAT (TO)4 3600.5 3584.04

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-NLC/minlplib2-pb-0.1.0/
opb/normalized-edgecross14-019.opb
MD5SUMbecfadc274f6e0887a719a51c262a290
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 benchmark4
Best CPU time to get the best result obtained on this benchmark0.716441
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables183
Total number of constraints1457
Number of constraints which are clauses1456
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 231
Biggest coefficient in the objective function 49
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 519
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 49
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 519
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)145
Sum of products size (including duplicates)290
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.12/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.13	c See www.sat4j.org for details.
0.12/0.14	c version CUSTOM.v20240707
0.12/0.17	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.17	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.17	c java.vm.version	22.0.1+8-16
0.12/0.17	c java.vm.vendor	Oracle Corporation
0.12/0.17	c sun.arch.data.model	64
0.12/0.17	c java.version		22.0.1
0.12/0.17	c os.name		Linux
0.12/0.17	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.17	c os.arch		amd64
0.12/0.17	c Free memory 		2113181440
0.12/0.17	c Max memory 		16282288128
0.12/0.18	c Total memory 		2122317824
0.12/0.18	c Number of processors 	2
0.36/0.35	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.36/0.35	 - never skip resolution steps
0.36/0.35	 - Auto-division on coefficients is disabled
0.36/0.35	 - No postprocessing
0.36/0.35	 - Conflict is considered as is when resolving
0.36/0.35	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.36/0.35	 - Weaken first using unassigned literals
0.36/0.35	 - Bump strategy: ALWAYS_ONE
0.36/0.35	 - Bumper: ASSIGNED
0.36/0.35	--- Begin Solver configuration ---
0.36/0.35	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.36/0.35	Learn all clauses as in MiniSAT
0.36/0.35	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.36/0.35	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.36/0.35	No reason simplification
0.36/0.35	Armin Biere (Picosat) restarts strategy
0.36/0.35	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.36/0.35	timeout=2147483s
0.36/0.35	DB Simplification allowed=false
0.36/0.35	Listener: none
0.36/0.35	--- End Solver configuration ---
0.36/0.35	c Pseudo Boolean Optimization by upper bound
0.36/0.35	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.36/0.35	c  - never skip resolution steps
0.36/0.35	c  - Auto-division on coefficients is disabled
0.36/0.35	c  - No postprocessing
0.36/0.35	c  - Conflict is considered as is when resolving
0.36/0.35	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.36/0.35	c  - Weaken first using unassigned literals
0.36/0.35	c  - Bump strategy: ALWAYS_ONE
0.36/0.35	c  - Bumper: ASSIGNED
0.36/0.35	c --- Begin Solver configuration ---
0.36/0.35	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.36/0.35	c Learn all clauses as in MiniSAT
0.36/0.35	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.36/0.35	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.36/0.35	c No reason simplification
0.36/0.35	c Armin Biere (Picosat) restarts strategy
0.36/0.35	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.36/0.35	c timeout=2147483s
0.36/0.35	c DB Simplification allowed=false
0.36/0.35	c Listener: none
0.36/0.35	c --- End Solver configuration ---
0.36/0.35	c solving HOME/instance-4460069-1721942901.opb
0.36/0.35	c reading problem ... 
0.36/0.36	c  objective function found
0.51/0.49	c ... done. Wall clock time 0.135s.
0.51/0.50	c declared #vars     183
0.51/0.50	c internal #vars     328
0.51/0.50	c #constraints  1748
0.51/0.50	c constraints type 
0.51/0.50	c org.sat4j.specs.Constr$1 => 1
0.51/0.50	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 145
0.51/0.50	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1601
0.51/0.50	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.51/0.50	c 1748 constraints processed.
0.69/0.53	c objective function length is 231 literals
0.69/0.54	c SATISFIABLE
0.69/0.54	c OPTIMIZING...
0.69/0.54	c Got one! Elapsed wall clock time (in seconds):0.189
0.69/0.54	o 46
0.84/0.66	c Got one! Elapsed wall clock time (in seconds):0.307
0.84/0.66	o 45
0.84/0.67	c Got one! Elapsed wall clock time (in seconds):0.317
0.84/0.67	o 35
1.01/0.73	c Got one! Elapsed wall clock time (in seconds):0.378
1.01/0.73	o 34
1.01/0.75	c Got one! Elapsed wall clock time (in seconds):0.392
1.01/0.75	o 33
1.01/0.77	c Got one! Elapsed wall clock time (in seconds):0.414
1.01/0.77	o 32
1.01/0.80	c Got one! Elapsed wall clock time (in seconds):0.441
1.01/0.80	o 29
1.21/0.82	c Got one! Elapsed wall clock time (in seconds):0.463
1.21/0.82	o 27
1.21/0.83	c Got one! Elapsed wall clock time (in seconds):0.472
1.21/0.83	o 26
6.05/3.68	c Got one! Elapsed wall clock time (in seconds):3.317
6.05/3.68	o 24
8.31/5.82	c Got one! Elapsed wall clock time (in seconds):5.468
8.31/5.82	o 21
22.97/20.10	c Got one! Elapsed wall clock time (in seconds):19.741
22.97/20.10	o 20
23.17/20.29	c Got one! Elapsed wall clock time (in seconds):19.939
23.17/20.29	o 19
23.37/20.41	c Got one! Elapsed wall clock time (in seconds):20.052
23.37/20.41	o 18
34.11/31.17	c Got one! Elapsed wall clock time (in seconds):30.812
34.11/31.17	o 17
41.81/38.46	c Got one! Elapsed wall clock time (in seconds):38.107
41.81/38.46	o 16
42.44/39.01	c Got one! Elapsed wall clock time (in seconds):38.655
42.44/39.01	o 15
43.13/39.78	c Got one! Elapsed wall clock time (in seconds):39.43
43.13/39.78	o 14
43.33/39.99	c Got one! Elapsed wall clock time (in seconds):39.635
43.33/39.99	o 13
63.21/59.73	c Got one! Elapsed wall clock time (in seconds):59.381
63.21/59.73	o 12
63.62/60.14	c Got one! Elapsed wall clock time (in seconds):59.79
63.62/60.14	o 11
64.01/60.50	c Got one! Elapsed wall clock time (in seconds):60.148
64.01/60.50	o 10
67.50/64.00	c Got one! Elapsed wall clock time (in seconds):63.647
67.50/64.00	o 9
69.80/66.24	c Got one! Elapsed wall clock time (in seconds):65.881
69.80/66.24	o 8
70.10/66.56	c Got one! Elapsed wall clock time (in seconds):66.207
70.10/66.56	o 7
73.22/69.68	c Got one! Elapsed wall clock time (in seconds):69.322
73.22/69.68	o 6
234.71/231.04	c cleaning 4411 clauses out of 8824 with flag 0/8824
235.73/232.01	c Got one! Elapsed wall clock time (in seconds):231.66
235.73/232.01	o 5
328.14/324.20	c cleaning 4887 clauses out of 9774 with flag 0/14185
392.42/388.19	c cleaning 3821 clauses out of 10887 with flag 0/20185
542.55/537.70	c cleaning 4620 clauses out of 14065 with flag 0/27184
681.84/676.98	c cleaning 4932 clauses out of 17445 with flag 0/35184
864.20/858.02	c cleaning 5462 clauses out of 21513 with flag 0/44184
1010.87/1004.08	c cleaning 5977 clauses out of 26052 with flag 0/54185
1306.24/1298.92	c cleaning 7986 clauses out of 31075 with flag 0/65185
1683.59/1675.94	c cleaning 7553 clauses out of 35088 with flag 0/77184
2152.66/2143.97	c cleaning 8637 clauses out of 40535 with flag 0/90184
2182.79/2174.00	c Got one! Elapsed wall clock time (in seconds):2173.646
2182.79/2174.00	o 4
2245.61/2236.58	c cleaning 4153 clauses out of 37535 with flag 0/95821
2321.71/2312.36	c cleaning 3853 clauses out of 39383 with flag 0/101822
2456.81/2446.96	c cleaning 3686 clauses out of 42529 with flag 0/108821
2609.24/2598.96	c cleaning 5006 clauses out of 46846 with flag 0/116824
2780.20/2768.97	c cleaning 5620 clauses out of 50838 with flag 0/125822
3019.48/3006.92	c cleaning 6213 clauses out of 55217 with flag 0/135821
3289.99/3276.18	c cleaning 7423 clauses out of 60004 with flag 0/146821
3600.05/3583.84	c starts		: 133
3600.05/3583.84	c conflicts		: 157689
3600.05/3583.84	c decisions		: 189490
3600.05/3583.84	c propagations		: 2534476
3600.05/3583.84	c inspects		: 1194421904
3600.05/3583.84	c shortcuts		: 0
3600.05/3583.84	c learnt literals	: 0
3600.05/3583.84	c learnt binary clauses	: 0
3600.05/3583.84	c learnt ternary clauses	: 80
3600.05/3583.84	c learnt constraints	: 157689
3600.05/3583.84	c ignored constraints	: 0
3600.05/3583.84	c root simplifications	: 0
3600.05/3583.84	c removed literals (reason simplification)	: 0
3600.05/3583.84	c reason swapping (by a shorter reason)	: 0
3600.05/3583.84	c Calls to reduceDB	: 17
3600.05/3583.86	c Number of update (reduction) of LBD	: 0
3600.05/3583.86	c Imported unit clauses	: 0
3600.05/3583.86	c No decision after first conflict	: false
3600.05/3583.86	c number of reductions to clauses (during analyze)	: 0
3600.05/3583.86	c number of learned constraints concerned by reduction	: 0
3600.05/3583.86	c number of learning phase by resolution	: 0
3600.05/3583.86	c number of learning phase by cutting planes	: 0
3600.05/3583.86	c number of rounding to 1 operations	: 809636
3600.05/3583.86	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3583.86	c number of reductions of the coefficients by power 2 	: 0
3600.05/3583.86	c number of right shift for reduction by power 2 	: 0
3600.05/3583.86	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3583.86	c number of ending skipping 	: 0
3600.05/3583.86	c number of internal skipping 	: 0
3600.05/3583.86	c number of derivation steps 	: 1259542
3600.05/3583.88	c number of skipped derivation steps 	: 0
3600.05/3583.88	c number of remaining unassigned 	: 531427
3600.05/3583.88	c number of remaining assigned 	: 22366979
3600.05/3583.88	c number of falsified literals weakened from reason	: 0
3600.05/3583.88	c number of falsified literals weakened from conflict	: 0
3600.05/3583.88	c time for arithmetic operations	: 2746991978
3600.05/3583.88	c minimum degree of deleted constraints	: 4
3600.05/3583.88	c maximum degree of deleted constraints	: 382888736
3600.05/3583.88	c number of deleted constraints	: 94240
3600.05/3583.88	c speed (assignments/second)	: 707.2973681206854
3600.05/3583.88	c non guided choices	: 768
3600.26/3584.00	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 30623
3600.26/3584.00	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 32826
3600.26/3584.00	s SATISFIABLE
3600.26/3584.00	c Found 28 solution(s)
3600.26/3584.00	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 
3600.46/3584.02	c objective function=4
3600.46/3584.02	c Total wall clock time (in seconds): 3583.662

Verifier Data

OK	4

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4460069-1721942901/watcher-4460069-1721942901 -o /tmp/evaluation-result-4460069-1721942901/solver-4460069-1721942901 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721939462-301728 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4460069-1721942901.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=303696, runsolver pid=303693

[startup+0.108969 s]*
/proc/loadavg: 4.83 4.81 4.66 5/316 303714
/proc/meminfo: memFree=97501076/131655788 swapFree=131070704/131071996
[pid=303696] ppid=303693 vsize=18975048 memory=56296 CPUtime=0.12 cores=4,6
/proc/303696/stat : 303696 (java) S 303693 303696 301717 0 -1 1077936128 6618 0 0 0 11 1 0 0 20 0 18 0 30279481 19430449152 14074 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
/proc/303696/statm: 4743762 14074 5588 1 0 550925 0
[pid=303696/tid=303698] ppid=303693 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=4,6
/proc/303696/task/303698/stat : 303698 (java) R 303693 303696 301717 0 -1 4194368 5514 0 0 0 8 1 0 0 20 0 18 0 30279482 19430449152 14074 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
[pid=303696/tid=303707] ppid=303693 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/303696/task/303707/stat : 303707 (Finalizer) S 303693 303696 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 30279485 19430449152 14074 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
[pid=303696/tid=303714] ppid=303693 vsize=18975048 memory=4121981368647548960 CPUtime=0 cores=4,6
/proc/303696/task/303714/stat : 303714 (Common-Cleaner) S 303693 303696 301717 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 30279485 19430449152 14074 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56296 KiB

[startup+0.214608 s]*
/proc/loadavg: 4.83 4.81 4.66 5/316 303714
/proc/meminfo: memFree=97490308/131655788 swapFree=131070704/131071996
[pid=303696] ppid=303693 vsize=18975048 memory=66872 CPUtime=0.24 cores=4,6
/proc/303696/stat : 303696 (java) S 303693 303696 301717 0 -1 1077936128 7192 0 0 0 22 2 0 0 20 0 18 0 30279481 19430449152 16718 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
/proc/303696/statm: 4743762 16718 5593 1 0 551431 0
[pid=303696/tid=303698] ppid=303693 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=4,6
/proc/303696/task/303698/stat : 303698 (java) R 303693 303696 301717 0 -1 1077936192 5746 0 0 0 17 1 0 0 20 0 18 0 30279482 19430449152 16718 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
[pid=303696/tid=303707] ppid=303693 vsize=18975048 memory=605730 CPUtime=0 cores=4,6
/proc/303696/task/303707/stat : 303707 (Finalizer) S 303693 303696 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 30279485 19430449152 16718 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
[pid=303696/tid=303714] ppid=303693 vsize=18975048 memory=15539622046353107 CPUtime=0 cores=4,6
/proc/303696/task/303714/stat : 303714 (Common-Cleaner) S 303693 303696 301717 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 30279485 19430449152 16718 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66872 KiB

[startup+0.313976 s]*
/proc/loadavg: 4.83 4.81 4.66 5/316 303714
/proc/meminfo: memFree=97489272/131655788 swapFree=131070704/131071996
[pid=303696] ppid=303693 vsize=18975048 memory=68512 CPUtime=0.36 cores=4,6
/proc/303696/stat : 303696 (java) S 303693 303696 301717 0 -1 1077936128 7437 0 0 0 34 2 0 0 20 0 18 0 30279481 19430449152 17128 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
/proc/303696/statm: 4743762 17128 5762 1 0 551633 0
[pid=303696/tid=303698] ppid=303693 vsize=18975048 memory=-8958895962732536508 CPUtime=0.26 cores=4,6
/proc/303696/task/303698/stat : 303698 (java) R 303693 303696 301717 0 -1 4194368 5913 0 0 0 25 1 0 0 20 0 18 0 30279482 19430449152 17128 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
[pid=303696/tid=303707] ppid=303693 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/303696/task/303707/stat : 303707 (Finalizer) S 303693 303696 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 30279485 19430449152 17128 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
[pid=303696/tid=303714] ppid=303693 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/303696/task/303714/stat : 303714 (Common-Cleaner) S 303693 303696 301717 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 30279485 19430449152 17128 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 68512 KiB

[startup+0.700286 s]
/proc/loadavg: 4.83 4.81 4.66 7/316 303714
/proc/meminfo: memFree=97477388/131655788 swapFree=131070704/131071996
[pid=303696] ppid=303693 vsize=19041612 memory=96008 CPUtime=1.01 cores=4,6
/proc/303696/stat : 303696 (java) S 303693 303696 301717 0 -1 1077936128 9203 0 0 0 98 3 0 0 20 0 19 0 30279481 19498610688 24002 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
/proc/303696/statm: 4760403 24002 5932 1 0 552948 0
[pid=303696/tid=303698] ppid=303693 vsize=19041612 memory=5472 CPUtime=0.6 cores=4,6
/proc/303696/task/303698/stat : 303698 (java) R 303693 303696 301717 0 -1 4194368 6178 0 0 0 58 2 0 0 20 0 19 0 30279482 19498610688 24002 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
[pid=303696/tid=303707] ppid=303693 vsize=19041612 memory=12928 CPUtime=0 cores=4,6
/proc/303696/task/303707/stat : 303707 (Finalizer) S 303693 303696 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 30279485 19498610688 24002 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
[pid=303696/tid=303714] ppid=303693 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/303696/task/303714/stat : 303714 (Common-Cleaner) S 303693 303696 301717 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 30279485 19498610688 24002 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
Current children cumulated CPU time: 1.01 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 96008 KiB

[startup+1.50096 s]
/proc/loadavg: 4.84 4.81 4.66 6/317 303715
/proc/meminfo: memFree=97412304/131655788 swapFree=131070704/131071996
[pid=303696] ppid=303693 vsize=19108176 memory=179472 CPUtime=2.6 cores=4,6
/proc/303696/stat : 303696 (java) S 303693 303696 301717 0 -1 1077936128 18436 0 0 0 253 7 0 0 20 0 20 0 30279481 19566772224 44868 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
/proc/303696/statm: 4777044 44868 5964 1 0 555971 0
[pid=303696/tid=303698] ppid=303693 vsize=19108176 memory=0 CPUtime=1.36 cores=4,6
/proc/303696/task/303698/stat : 303698 (java) R 303693 303696 301717 0 -1 4194368 6494 0 0 0 132 4 0 0 20 0 20 0 30279482 19566772224 44868 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
[pid=303696/tid=303707] ppid=303693 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/303696/task/303707/stat : 303707 (Finalizer) S 303693 303696 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30279485 19566772224 44868 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
[pid=303696/tid=303714] ppid=303693 vsize=19108176 memory=12928 CPUtime=0 cores=4,6
/proc/303696/task/303714/stat : 303714 (Common-Cleaner) S 303693 303696 301717 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 30279485 19566772224 44868 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
[pid=303696/tid=303715] ppid=303693 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/303696/task/303715/stat : 303715 (Timer-0) S 303693 303696 301717 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30279535 19566772224 44868 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
Current children cumulated CPU time: 2.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 179472 KiB

[startup+3.10597 s]
/proc/loadavg: 4.84 4.81 4.66 8/318 303718
/proc/meminfo: memFree=97312188/131655788 swapFree=131070704/131071996
[pid=303696] ppid=303693 vsize=19108176 memory=266192 CPUtime=5.43 cores=4,6
/proc/303696/stat : 303696 (java) S 303693 303696 301717 0 -1 1077936128 25990 0 0 0 533 10 0 0 20 0 20 0 30279481 19566772224 66548 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
/proc/303696/statm: 4777044 66548 5964 1 0 560063 0
[pid=303696/tid=303698] ppid=303693 vsize=19108176 memory=0 CPUtime=2.89 cores=4,6
/proc/303696/task/303698/stat : 303698 (java) R 303693 303696 301717 0 -1 4194368 6898 0 0 0 284 5 0 0 20 0 20 0 30279482 19566772224 66548 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
[pid=303696/tid=303707] ppid=303693 vsize=19108176 memory=12928 CPUtime=0 cores=4,6
/proc/303696/task/303707/stat : 303707 (Finalizer) S 303693 303696 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30279485 19566772224 66548 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
[pid=303696/tid=303714] ppid=303693 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/303696/task/303714/stat : 303714 (Common-Cleaner) S 303693 303696 301717 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 30279485 19566772224 66548 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
[pid=303696/tid=303715] ppid=303693 vsize=19108176 memory=11672 CPUtime=0 cores=4,6
/proc/303696/task/303715/stat : 303715 (Timer-0) S 303693 303696 301717 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30279535 19566772224 66548 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
Current children cumulated CPU time: 5.43 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 266192 KiB

[startup+6.30044 s]
/proc/loadavg: 4.77 4.80 4.65 5/318 303718
/proc/meminfo: memFree=97086264/131655788 swapFree=131070704/131071996
[pid=303696] ppid=303693 vsize=19108176 memory=530508 CPUtime=8.82 cores=4,6
/proc/303696/stat : 303696 (java) S 303693 303696 301717 0 -1 1077936128 26615 0 0 0 865 17 0 0 20 0 20 0 30279481 19566772224 132627 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
/proc/303696/statm: 4777044 132627 5964 1 0 560063 0
[pid=303696/tid=303698] ppid=303693 vsize=19108176 memory=12928 CPUtime=6.06 cores=4,6
/proc/303696/task/303698/stat : 303698 (java) R 303693 303696 301717 0 -1 4194368 7463 0 0 0 595 11 0 0 20 0 20 0 30279482 19566772224 132627 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
[pid=303696/tid=303707] ppid=303693 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/303696/task/303707/stat : 303707 (Finalizer) S 303693 303696 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30279485 19566772224 132627 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
[pid=303696/tid=303714] ppid=303693 vsize=19108176 memory=345984 CPUtime=0 cores=4,6
/proc/303696/task/303714/stat : 303714 (Common-Cleaner) S 303693 303696 301717 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 30279485 19566772224 132627 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
[pid=303696/tid=303715] ppid=303693 vsize=19108176 memory=605646 CPUtime=0 cores=4,6
/proc/303696/task/303715/stat : 303715 (Timer-0) S 303693 303696 301717 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30279535 19566772224 132627 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
Current children cumulated CPU time: 8.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 530508 KiB

[startup+12.7004 s]
/proc/loadavg: 4.71 4.79 4.65 6/320 303890
/proc/meminfo: memFree=96803624/131655788 swapFree=131070704/131071996
[pid=303696] ppid=303693 vsize=19108176 memory=741552 CPUtime=15.46 cores=4,6
/proc/303696/stat : 303696 (java) S 303693 303696 301717 0 -1 1077936128 31126 0 0 0 1524 22 0 0 20 0 20 0 30279481 19566772224 185388 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
/proc/303696/statm: 4777044 185388 5964 1 0 560063 0
[pid=303696/tid=303698] ppid=303693 vsize=19108176 memory=0 CPUtime=12.28 cores=4,6
/proc/303696/task/303698/stat : 303698 (java) R 303693 303696 301717 0 -1 4194368 8416 0 0 0 1213 15 0 0 20 0 20 0 30279482 19566772224 185388 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
[pid=303696/tid=303707] ppid=303693 vsize=19108176 memory=12928 CPUtime=0 cores=4,6
/proc/303696/task/303707/stat : 303707 (Finalizer) S 303693 303696 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30279485 19566772224 185388 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
[pid=303696/tid=303714] ppid=303693 vsize=19108176 memory=661664 CPUtime=0 cores=4,6
/proc/303696/task/303714/stat : 303714 (Common-Cleaner) S 303693 303696 301717 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 30279485 19566772224 185388 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
[pid=303696/tid=303715] ppid=303693 vsize=19108176 memory=284624 CPUtime=0 cores=4,6
/proc/303696/task/303715/stat : 303715 (Timer-0) S 303693 303696 301717 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30279535 19566772224 185388 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
Current children cumulated CPU time: 15.46 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 741552 KiB

[startup+25.5005 s]
/proc/loadavg: 4.75 4.79 4.65 6/320 303892
/proc/meminfo: memFree=96219068/131655788 swapFree=131070704/131071996
[pid=303696] ppid=303693 vsize=19108176 memory=1310956 CPUtime=28.51 cores=4,6
/proc/303696/stat : 303696 (java) S 303693 303696 301717 0 -1 1077936128 38079 0 0 0 2816 35 0 0 20 0 20 0 30279481 19566772224 327739 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
/proc/303696/statm: 4777044 327739 5964 1 0 560079 0
[pid=303696/tid=303698] ppid=303693 vsize=19108176 memory=1233120 CPUtime=24.87 cores=4,6
/proc/303696/task/303698/stat : 303698 (java) R 303693 303696 301717 0 -1 4194368 10708 0 0 0 2462 25 0 0 20 0 20 0 30279482 19566772224 327739 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
[pid=303696/tid=303707] ppid=303693 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/303696/task/303707/stat : 303707 (Finalizer) S 303693 303696 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30279485 19566772224 327739 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
[pid=303696/tid=303714] ppid=303693 vsize=19108176 memory=6724806974890273377 CPUtime=0 cores=4,6
/proc/303696/task/303714/stat : 303714 (Common-Cleaner) S 303693 303696 301717 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 30279485 19566772224 327739 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
[pid=303696/tid=303715] ppid=303693 vsize=19108176 memory=1310952 CPUtime=0 cores=4,6
/proc/303696/task/303715/stat : 303715 (Timer-0) S 303693 303696 301717 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30279535 19566772224 327739 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
Current children cumulated CPU time: 28.51 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1310956 KiB

[startup+51.1131 s]
/proc/loadavg: 4.52 4.75 4.64 5/294 303929
/proc/meminfo: memFree=102242484/131655788 swapFree=131070704/131071996
[pid=303696] ppid=303693 vsize=19108176 memory=1352024 CPUtime=54.6 cores=4,6
/proc/303696/stat : 303696 (java) S 303693 303696 301717 0 -1 1077936128 46646 0 0 0 5422 38 0 0 20 0 20 0 30279481 19566772224 338006 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
/proc/303696/statm: 4777044 338006 5964 1 0 560079 0
[pid=303696/tid=303698] ppid=303693 vsize=19108176 memory=1352024 CPUtime=50.1 cores=4,6
/proc/303696/task/303698/stat : 303698 (java) R 303693 303696 301717 0 -1 4194368 13570 0 0 0 4983 27 0 0 20 0 20 0 30279482 19566772224 338006 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
[pid=303696/tid=303707] ppid=303693 vsize=19108176 memory=1352020 CPUtime=0 cores=4,6
/proc/303696/task/303707/stat : 303707 (Finalizer) S 303693 303696 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30279485 19566772224 338006 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
[pid=303696/tid=303714] ppid=303693 vsize=19108176 memory=-8958895962732536508 CPUtime=0 cores=4,6
/proc/303696/task/303714/stat : 303714 (Common-Cleaner) S 303693 303696 301717 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 30279485 19566772224 338006 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0

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

/proc/meminfo: memFree=99001536/131655788 swapFree=131070704/131071996
[pid=303696] ppid=303693 vsize=19108176 memory=2578340 CPUtime=3296.23 cores=4,6
/proc/303696/stat : 303696 (java) S 303693 303696 301717 0 -1 1077936128 250765 0 0 0 329333 290 0 0 20 0 20 0 30279481 19566772224 644585 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
/proc/303696/statm: 4777044 644585 5998 1 0 666852 0
[pid=303696/tid=303698] ppid=303693 vsize=19108176 memory=12928 CPUtime=3230.03 cores=4,6
/proc/303696/task/303698/stat : 303698 (java) R 303693 303696 301717 0 -1 4194368 105370 0 0 0 322946 57 0 0 20 0 20 0 30279482 19566772224 644585 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 15 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
[pid=303696/tid=303707] ppid=303693 vsize=19108176 memory=73644 CPUtime=0 cores=4,6
/proc/303696/task/303707/stat : 303707 (Finalizer) S 303693 303696 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30279485 19566772224 644585 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
[pid=303696/tid=303714] ppid=303693 vsize=19108176 memory=12928 CPUtime=0 cores=4,6
/proc/303696/task/303714/stat : 303714 (Common-Cleaner) S 303693 303696 301717 0 -1 1077936192 3622 0 0 0 0 0 0 0 20 0 20 0 30279485 19566772224 644585 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
[pid=303696/tid=303715] ppid=303693 vsize=19108176 memory=2578340 CPUtime=0 cores=4,6
/proc/303696/task/303715/stat : 303715 (Timer-0) S 303693 303696 301717 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30279535 19566772224 644585 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
Current children cumulated CPU time: 3296.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2578340 KiB

[startup+3342.3 s]
/proc/loadavg: 3.74 3.38 3.32 4/294 305683
/proc/meminfo: memFree=98996792/131655788 swapFree=131070704/131071996
[pid=303696] ppid=303693 vsize=19108176 memory=2578344 CPUtime=3356.42 cores=4,6
/proc/303696/stat : 303696 (java) S 303693 303696 301717 0 -1 1077936128 253889 0 0 0 335347 295 0 0 20 0 20 0 30279481 19566772224 644586 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
/proc/303696/statm: 4777044 644586 5998 1 0 666852 0
[pid=303696/tid=303698] ppid=303693 vsize=19108176 memory=12928 CPUtime=3289.02 cores=4,6
/proc/303696/task/303698/stat : 303698 (java) R 303693 303696 301717 0 -1 4194368 107283 0 0 0 328844 58 0 0 20 0 20 0 30279482 19566772224 644586 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 15 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
[pid=303696/tid=303707] ppid=303693 vsize=19108176 memory=2578340 CPUtime=0 cores=4,6
/proc/303696/task/303707/stat : 303707 (Finalizer) S 303693 303696 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30279485 19566772224 644586 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
[pid=303696/tid=303714] ppid=303693 vsize=19108176 memory=5472 CPUtime=0 cores=4,6
/proc/303696/task/303714/stat : 303714 (Common-Cleaner) S 303693 303696 301717 0 -1 1077936192 3622 0 0 0 0 0 0 0 20 0 20 0 30279485 19566772224 644586 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
[pid=303696/tid=303715] ppid=303693 vsize=19108176 memory=73644 CPUtime=0 cores=4,6
/proc/303696/task/303715/stat : 303715 (Timer-0) S 303693 303696 301717 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30279535 19566772224 644586 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
Current children cumulated CPU time: 3356.42 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2578344 KiB

[startup+3402.3 s]
/proc/loadavg: 3.57 3.38 3.32 4/294 305693
/proc/meminfo: memFree=98978060/131655788 swapFree=131070704/131071996
[pid=303696] ppid=303693 vsize=19108176 memory=2578352 CPUtime=3416.9 cores=4,6
/proc/303696/stat : 303696 (java) S 303693 303696 301717 0 -1 1077936128 257359 0 0 0 341390 300 0 0 20 0 20 0 30279481 19566772224 644588 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
/proc/303696/statm: 4777044 644588 5998 1 0 666852 0
[pid=303696/tid=303698] ppid=303693 vsize=19108176 memory=12928 CPUtime=3347.75 cores=4,6
/proc/303696/task/303698/stat : 303698 (java) R 303693 303696 301717 0 -1 4194368 109056 0 0 0 334717 58 0 0 20 0 20 0 30279482 19566772224 644588 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 15 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
[pid=303696/tid=303707] ppid=303693 vsize=19108176 memory=2578344 CPUtime=0 cores=4,6
/proc/303696/task/303707/stat : 303707 (Finalizer) S 303693 303696 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30279485 19566772224 644588 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
[pid=303696/tid=303714] ppid=303693 vsize=19108176 memory=2578352 CPUtime=0 cores=4,6
/proc/303696/task/303714/stat : 303714 (Common-Cleaner) S 303693 303696 301717 0 -1 1077936192 3694 0 0 0 0 0 0 0 20 0 20 0 30279485 19566772224 644588 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
[pid=303696/tid=303715] ppid=303693 vsize=19108176 memory=12928 CPUtime=0 cores=4,6
/proc/303696/task/303715/stat : 303715 (Timer-0) S 303693 303696 301717 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30279535 19566772224 644588 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
Current children cumulated CPU time: 3416.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2578352 KiB

[startup+3462.3 s]
/proc/loadavg: 2.69 3.17 3.25 3/266 306121
/proc/meminfo: memFree=103516020/131655788 swapFree=131070704/131071996
[pid=303696] ppid=303693 vsize=19108176 memory=2617696 CPUtime=3478.22 cores=4,6
/proc/303696/stat : 303696 (java) S 303693 303696 301717 0 -1 1077936128 267345 0 0 0 347515 307 0 0 20 0 20 0 30279481 19566772224 654424 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
/proc/303696/statm: 4777044 654424 5998 1 0 667411 0
[pid=303696/tid=303698] ppid=303693 vsize=19108176 memory=12928 CPUtime=3406.56 cores=4,6
/proc/303696/task/303698/stat : 303698 (java) R 303693 303696 301717 0 -1 4194368 110409 0 0 0 340598 58 0 0 20 0 20 0 30279482 19566772224 654424 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 15 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
[pid=303696/tid=303707] ppid=303693 vsize=19108176 memory=11672 CPUtime=0 cores=4,6
/proc/303696/task/303707/stat : 303707 (Finalizer) S 303693 303696 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30279485 19566772224 654424 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
[pid=303696/tid=303714] ppid=303693 vsize=19108176 memory=11672 CPUtime=0 cores=4,6
/proc/303696/task/303714/stat : 303714 (Common-Cleaner) S 303693 303696 301717 0 -1 1077936192 3730 0 0 0 0 0 0 0 20 0 20 0 30279485 19566772224 654424 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
[pid=303696/tid=303715] ppid=303693 vsize=19108176 memory=2617688 CPUtime=0 cores=4,6
/proc/303696/task/303715/stat : 303715 (Timer-0) S 303693 303696 301717 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30279535 19566772224 654424 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
Current children cumulated CPU time: 3478.22 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2617696 KiB

[startup+3522.3 s]
/proc/loadavg: 2.32 2.97 3.18 3/266 306132
/proc/meminfo: memFree=103458732/131655788 swapFree=131070704/131071996
[pid=303696] ppid=303693 vsize=19108176 memory=2617696 CPUtime=3538.35 cores=4,6
/proc/303696/stat : 303696 (java) S 303693 303696 301717 0 -1 1077936128 270479 0 0 0 353523 312 0 0 20 0 20 0 30279481 19566772224 654424 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
/proc/303696/statm: 4777044 654424 5998 1 0 667411 0
[pid=303696/tid=303698] ppid=303693 vsize=19108176 memory=12928 CPUtime=3465.86 cores=4,6
/proc/303696/task/303698/stat : 303698 (java) R 303693 303696 301717 0 -1 4194368 112291 0 0 0 346527 59 0 0 20 0 20 0 30279482 19566772224 654424 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 15 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
[pid=303696/tid=303707] ppid=303693 vsize=19108176 memory=11672 CPUtime=0 cores=4,6
/proc/303696/task/303707/stat : 303707 (Finalizer) S 303693 303696 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30279485 19566772224 654424 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
[pid=303696/tid=303714] ppid=303693 vsize=19108176 memory=73644 CPUtime=0 cores=4,6
/proc/303696/task/303714/stat : 303714 (Common-Cleaner) S 303693 303696 301717 0 -1 1077936192 3803 0 0 0 0 0 0 0 20 0 20 0 30279485 19566772224 654424 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
[pid=303696/tid=303715] ppid=303693 vsize=19108176 memory=39552 CPUtime=0 cores=4,6
/proc/303696/task/303715/stat : 303715 (Timer-0) S 303693 303696 301717 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30279535 19566772224 654424 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
Current children cumulated CPU time: 3538.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2617696 KiB

[startup+3582.3 s]
/proc/loadavg: 1.68 2.68 3.06 2/240 306176
/proc/meminfo: memFree=107272404/131655788 swapFree=131070704/131071996
[pid=303696] ppid=303693 vsize=19108176 memory=2617700 CPUtime=3598.55 cores=4,6
/proc/303696/stat : 303696 (java) S 303693 303696 301717 0 -1 1077936128 273460 0 0 0 359539 316 0 0 20 0 20 0 30279481 19566772224 654425 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
/proc/303696/statm: 4777044 654425 5998 1 0 667411 0
[pid=303696/tid=303698] ppid=303693 vsize=19108176 memory=12928 CPUtime=3525.51 cores=4,6
/proc/303696/task/303698/stat : 303698 (java) R 303693 303696 301717 0 -1 4194368 113769 0 0 0 352491 60 0 0 20 0 20 0 30279482 19566772224 654425 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 15 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
[pid=303696/tid=303707] ppid=303693 vsize=19108176 memory=2617696 CPUtime=0 cores=4,6
/proc/303696/task/303707/stat : 303707 (Finalizer) S 303693 303696 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30279485 19566772224 654425 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
[pid=303696/tid=303714] ppid=303693 vsize=19108176 memory=2617696 CPUtime=0 cores=4,6
/proc/303696/task/303714/stat : 303714 (Common-Cleaner) S 303693 303696 301717 0 -1 1077936192 3896 0 0 0 0 0 0 0 20 0 20 0 30279485 19566772224 654425 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
[pid=303696/tid=303715] ppid=303693 vsize=19108176 memory=73644 CPUtime=0 cores=4,6
/proc/303696/task/303715/stat : 303715 (Timer-0) S 303693 303696 301717 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30279535 19566772224 654425 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
Current children cumulated CPU time: 3598.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2617700 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3583.8 s]
/proc/loadavg: 1.68 2.68 3.06 2/240 306176
/proc/meminfo: memFree=107272404/131655788 swapFree=131070704/131071996
[pid=303696] ppid=303693 vsize=19108176 memory=2617700 CPUtime=3600.05 cores=4,6
/proc/303696/stat : 303696 (java) S 303693 303696 301717 0 -1 1077936128 273462 0 0 0 359689 316 0 0 20 0 20 0 30279481 19566772224 654425 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
/proc/303696/statm: 4777044 654425 5998 1 0 667411 0
[pid=303696/tid=303698] ppid=303693 vsize=19108176 memory=27348 CPUtime=3527.01 cores=4,6
/proc/303696/task/303698/stat : 303698 (java) R 303693 303696 301717 0 -1 4194368 113771 0 0 0 352641 60 0 0 20 0 20 0 30279482 19566772224 654425 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 15 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
[pid=303696/tid=303707] ppid=303693 vsize=19108176 memory=40404 CPUtime=0 cores=4,6
/proc/303696/task/303707/stat : 303707 (Finalizer) S 303693 303696 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30279485 19566772224 654425 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
[pid=303696/tid=303714] ppid=303693 vsize=19108176 memory=31524 CPUtime=0 cores=4,6
/proc/303696/task/303714/stat : 303714 (Common-Cleaner) S 303693 303696 301717 0 -1 1077936192 3896 0 0 0 0 0 0 0 20 0 20 0 30279485 19566772224 654425 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
[pid=303696/tid=303715] ppid=303693 vsize=19108176 memory=2617700 CPUtime=0 cores=4,6
/proc/303696/task/303715/stat : 303715 (Timer-0) S 303693 303696 301717 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30279535 19566772224 654425 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2617700 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.3 s, system=3.19569 s

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

[startup+3584.01 s]*
/proc/loadavg: 1.68 2.68 3.06 4/241 306179
/proc/meminfo: memFree=107271760/131655788 swapFree=131070704/131071996
[pid=303696] ppid=303693 vsize=19307868 memory=2618520 CPUtime=3600.46 cores=4,6
/proc/303696/stat : 303696 (java) S 303693 303696 301717 0 -1 1077936128 277709 0 0 0 359729 317 0 0 20 0 21 0 30279481 19771256832 654630 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
/proc/303696/statm: 4826967 654630 5997 1 0 668350 0
[pid=303696/tid=303698] ppid=303693 vsize=19307868 memory=-8958895962732536508 CPUtime=3527.2 cores=4,6
/proc/303696/task/303698/stat : 303698 (java) R 303693 303696 301717 0 -1 4194368 113855 0 0 0 352660 60 0 0 20 0 21 0 30279482 19771256832 654630 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 15 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
[pid=303696/tid=303707] ppid=303693 vsize=19307868 memory=7696 CPUtime=0 cores=4,6
/proc/303696/task/303707/stat : 303707 (Finalizer) S 303693 303696 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 30279485 19771256832 654630 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
[pid=303696/tid=303714] ppid=303693 vsize=19307868 memory=11672 CPUtime=0 cores=4,6
/proc/303696/task/303714/stat : 303714 (Common-Cleaner) S 303693 303696 301717 0 -1 1077936192 3896 0 0 0 0 0 0 0 20 0 21 0 30279485 19771256832 654630 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
[pid=303696/tid=306178] ppid=303693 vsize=19307868 memory=11672 CPUtime=0.12 cores=4,6
/proc/303696/task/306178/stat : 306178 (Thread-0) R 303693 303696 301717 0 -1 1077936192 893 0 0 0 12 0 0 0 20 0 21 0 30637863 19771256832 654630 134679101440 93905979920384 93905979924080 140729671471120 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93905979931896 93905979932688 93905998929920 140729671480303 140729671480416 140729671480416 140729671487432 0
Current children cumulated CPU time: 3600.46 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 2618520 KiB

Child status: 143

Real time (s): 3584.04
CPU time (s): 3600.5
CPU user time (s): 3597.3
CPU system time (s): 3.19569
CPU usage (%): 100.459
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 2618520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.3
system time used= 3.1957
maximum resident set size= 2619244
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 277836
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 125266
involuntary context switches= 7910


# summary of solver processes directly reported to runsolver:
#   pid: 303696
#   total CPU time (s): 3600.5
#   total CPU user time (s): 3597.3
#   total CPU system time (s): 3.19569

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.7134 second user time and 38.0334 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-25 23:28:21
IDJOB=4460069
IDBENCH=160623
IDSOLVER=3046
FILE ID=nodeC008/4460069-1721942901
RUNJOBID= nodeC008-1721939462-301728
SLURM_JOB_ID= 8247262
Free space on /tmp= 723764 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/OPT-NLC/minlplib2-pb-0.1.0/opb/normalized-edgecross14-019.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4460069-1721942901/watcher-4460069-1721942901 -o /tmp/evaluation-result-4460069-1721942901/solver-4460069-1721942901 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721939462-301728 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4460069-1721942901.opb

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

MD5SUM BENCH= becfadc274f6e0887a719a51c262a290
RANDOM SEED=694240006

nodeC008.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		: 3652.292
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	: 6983.19
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		: 3614.795
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.33
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.263
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	: 6983.19
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.270
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.33
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		: 3614.948
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	: 6983.19
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		: 3609.832
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.33
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.127
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	: 6983.19
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.158
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.33
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        97536956 kB
MemAvailable:   117556160 kB
Buffers:          341296 kB
Cached:         20438640 kB
SwapCached:          732 kB
Active:          2787260 kB
Inactive:       30598148 kB
Active(anon):       1620 kB
Inactive(anon): 12657716 kB
Active(file):    2785640 kB
Inactive(file): 17940432 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070704 kB
Dirty:               788 kB
Writeback:             4 kB
AnonPages:      12602788 kB
Mapped:           140220 kB
Shmem:             53860 kB
KReclaimable:     266328 kB
Slab:             387016 kB
SReclaimable:     266328 kB
SUnreclaim:       120688 kB
KernelStack:        4816 kB
PageTables:        34992 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   15111688 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            19456 kB
HardwareCorrupted:     0 kB
AnonHugePages:  12232704 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:      400200 kB
DirectMap2M:    49836032 kB
DirectMap1G:    85983232 kB

Free space on /tmp at the end= 723768 MiB
End job on nodeC008 at 2024-07-26 00:28:05