Trace number 4424285

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Partial RoundingSAT 2024 2024-07-12OPTIMUM 2781.2 2774.85

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110970444--soft-66-100-0.wbo
MD5SUM938b841d1fff451a1013f00070492fe7
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark80
Best CPU time to get the best result obtained on this benchmark0.125115
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints28
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 1415
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 1414
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1239
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
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.17/0.66	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.17/0.66	c This is free software under the dual EPL/GNU LGPL licenses.
0.17/0.66	c See www.sat4j.org for details.
0.17/0.68	c version CUSTOM.v20240707
0.29/0.70	c java.runtime.name	OpenJDK Runtime Environment
0.29/0.70	c java.vm.name		OpenJDK 64-Bit Server VM
0.29/0.70	c java.vm.version	22.0.1+8-16
0.29/0.71	c java.vm.vendor	Oracle Corporation
0.29/0.71	c sun.arch.data.model	64
0.29/0.71	c java.version		22.0.1
0.29/0.71	c os.name		Linux
0.29/0.71	c os.version		4.18.0-301.1.el8.x86_64
0.29/0.71	c os.arch		amd64
0.29/0.72	c Free memory 		2115194816
0.29/0.72	c Max memory 		16282288128
0.29/0.72	c Total memory 		2122317824
0.29/0.72	c Number of processors 	2
0.47/0.89	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.47/0.89	 - never skip resolution steps
0.47/0.89	 - Auto-division on coefficients is disabled
0.47/0.89	 - No postprocessing
0.47/0.89	 - Conflict is considered as is when resolving
0.47/0.89	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.47/0.89	 - Weaken first using unassigned literals
0.47/0.89	 - Bump strategy: ALWAYS_ONE
0.47/0.89	 - Bumper: ASSIGNED
0.47/0.89	--- Begin Solver configuration ---
0.47/0.89	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.47/0.89	Learn all clauses as in MiniSAT
0.47/0.89	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.47/0.89	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.47/0.89	No reason simplification
0.47/0.89	Armin Biere (Picosat) restarts strategy
0.47/0.89	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.47/0.89	timeout=2147483s
0.47/0.89	DB Simplification allowed=false
0.47/0.89	Listener: none
0.47/0.89	--- End Solver configuration ---
0.47/0.90	c Pseudo Boolean Optimization by upper bound
0.47/0.90	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.47/0.90	c  - never skip resolution steps
0.47/0.90	c  - Auto-division on coefficients is disabled
0.47/0.90	c  - No postprocessing
0.47/0.90	c  - Conflict is considered as is when resolving
0.47/0.90	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.47/0.90	c  - Weaken first using unassigned literals
0.47/0.90	c  - Bump strategy: ALWAYS_ONE
0.47/0.90	c  - Bumper: ASSIGNED
0.47/0.90	c --- Begin Solver configuration ---
0.47/0.90	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.47/0.90	c Learn all clauses as in MiniSAT
0.47/0.90	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.47/0.90	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.47/0.90	c No reason simplification
0.47/0.90	c Armin Biere (Picosat) restarts strategy
0.47/0.90	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.47/0.90	c timeout=2147483s
0.47/0.90	c DB Simplification allowed=false
0.47/0.90	c Listener: none
0.47/0.90	c --- End Solver configuration ---
0.47/0.90	c solving HOME/instance-4424285-1720874152.wbo
0.47/0.90	c reading problem ... 
0.65/0.99	c ... done. Wall clock time 0.08s.
0.65/0.99	c declared #vars     169
0.65/0.99	c internal #vars     197
0.65/0.99	c #constraints  102
0.65/0.99	c constraints type 
0.65/0.99	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.65/0.99	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 50
0.65/0.99	c org.sat4j.specs.Constr$1 => 1
0.65/0.99	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 21
0.65/0.99	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 28
0.65/0.99	c 102 constraints processed.
0.87/1.02	c objective function length is 28 literals
1.23/1.26	c SATISFIABLE
1.23/1.26	c OPTIMIZING...
1.23/1.26	c Got one! Elapsed wall clock time (in seconds):0.362
1.23/1.26	o 1056
2.02/1.63	c Got one! Elapsed wall clock time (in seconds):0.733
2.02/1.64	o 1039
2.80/2.05	c Got one! Elapsed wall clock time (in seconds):1.153
2.80/2.05	o 1026
3.39/2.40	c Got one! Elapsed wall clock time (in seconds):1.491
3.39/2.40	o 989
4.77/3.07	c Got one! Elapsed wall clock time (in seconds):2.169
4.77/3.07	o 950
6.99/4.21	c Got one! Elapsed wall clock time (in seconds):3.314
6.99/4.21	o 932
7.82/4.91	c Got one! Elapsed wall clock time (in seconds):4.016
7.82/4.91	o 926
9.50/6.25	c Got one! Elapsed wall clock time (in seconds):5.355
9.50/6.25	o 923
11.90/8.67	c Got one! Elapsed wall clock time (in seconds):7.778
11.90/8.67	o 912
17.26/13.90	c Got one! Elapsed wall clock time (in seconds):13.004
17.26/13.90	o 908
19.13/15.51	c Got one! Elapsed wall clock time (in seconds):14.61
19.13/15.51	o 906
22.35/18.73	c Got one! Elapsed wall clock time (in seconds):17.829
22.35/18.73	o 903
27.76/24.17	c Got one! Elapsed wall clock time (in seconds):23.272
27.76/24.17	o 895
36.46/32.80	c Got one! Elapsed wall clock time (in seconds):31.903
36.46/32.80	o 844
49.67/46.12	c Got one! Elapsed wall clock time (in seconds):45.224
49.67/46.12	o 843
53.23/49.67	c Got one! Elapsed wall clock time (in seconds):48.775
53.23/49.67	o 842
57.83/54.29	c Got one! Elapsed wall clock time (in seconds):53.399
57.83/54.30	o 841
65.31/61.78	c Got one! Elapsed wall clock time (in seconds):60.884
65.31/61.78	o 839
77.90/74.35	c Got one! Elapsed wall clock time (in seconds):73.455
77.90/74.35	o 767
97.88/94.32	c Got one! Elapsed wall clock time (in seconds):93.422
97.88/94.32	o 766
132.51/128.74	c Got one! Elapsed wall clock time (in seconds):127.841
132.51/128.74	o 763
140.81/137.02	c Got one! Elapsed wall clock time (in seconds):136.118
140.81/137.02	o 759
151.68/148.00	c Got one! Elapsed wall clock time (in seconds):147.1
151.68/148.00	o 757
164.37/160.64	c Got one! Elapsed wall clock time (in seconds):159.747
164.37/160.64	o 753
183.45/179.66	c Got one! Elapsed wall clock time (in seconds):178.761
183.45/179.66	o 747
209.33/205.64	c Got one! Elapsed wall clock time (in seconds):204.739
209.33/205.64	o 737
258.83/255.59	c Got one! Elapsed wall clock time (in seconds):254.691
258.83/255.59	o 735
346.71/343.66	c Got one! Elapsed wall clock time (in seconds):342.76
346.71/343.66	o 733
355.02/351.94	c Got one! Elapsed wall clock time (in seconds):351.042
355.02/351.94	o 730
368.63/365.58	c Got one! Elapsed wall clock time (in seconds):364.686
368.63/365.58	o 705
388.32/385.26	c Got one! Elapsed wall clock time (in seconds):384.365
388.32/385.26	o 696
429.57/426.57	c Got one! Elapsed wall clock time (in seconds):425.673
429.57/426.57	o 695
484.94/481.84	c Got one! Elapsed wall clock time (in seconds):480.94
484.94/481.84	o 691
559.69/556.67	c Got one! Elapsed wall clock time (in seconds):555.776
559.69/556.67	o 690
676.41/673.49	c Got one! Elapsed wall clock time (in seconds):672.592
676.41/673.49	o 687
834.09/831.06	c Got one! Elapsed wall clock time (in seconds):830.159
834.09/831.06	o 685
849.78/846.72	c Got one! Elapsed wall clock time (in seconds):845.825
849.78/846.72	o 684
872.52/869.46	c Got one! Elapsed wall clock time (in seconds):868.567
872.52/869.46	o 682
903.00/899.91	c Got one! Elapsed wall clock time (in seconds):899.01
903.00/899.91	o 679
956.86/953.87	c Got one! Elapsed wall clock time (in seconds):952.975
956.86/953.87	o 678
1028.01/1025.01	c Got one! Elapsed wall clock time (in seconds):1024.116
1028.01/1025.01	o 675
1138.55/1135.61	c Got one! Elapsed wall clock time (in seconds):1134.718
1138.55/1135.62	o 672
1349.70/1346.97	c Got one! Elapsed wall clock time (in seconds):1346.071
1349.70/1346.97	o 660
1536.22/1533.20	c cleaning 8711 clauses out of 17426 with flag 0/17426
1560.28/1557.12	c Got one! Elapsed wall clock time (in seconds):1556.221
1560.28/1557.12	o 658
1720.88/1717.29	c Got one! Elapsed wall clock time (in seconds):1716.393
1720.88/1717.29	o 647
1728.36/1724.75	c Got one! Elapsed wall clock time (in seconds):1723.858
1728.36/1724.75	o 646
1741.49/1737.84	c Got one! Elapsed wall clock time (in seconds):1736.939
1741.49/1737.84	o 643
1754.88/1751.11	c Got one! Elapsed wall clock time (in seconds):1750.214
1754.88/1751.11	o 642
1789.99/1786.22	c Got one! Elapsed wall clock time (in seconds):1785.318
1789.99/1786.22	o 571
1851.12/1847.21	c Got one! Elapsed wall clock time (in seconds):1846.315
1851.12/1847.21	o 566
1934.92/1930.97	c Got one! Elapsed wall clock time (in seconds):1930.076
1934.92/1930.97	o 555
2065.35/2061.12	c Got one! Elapsed wall clock time (in seconds):2060.226
2065.35/2061.12	o 550
2254.37/2250.02	c Got one! Elapsed wall clock time (in seconds):2249.124
2254.37/2250.02	o 549
2388.03/2383.64	c cleaning 8934 clauses out of 17920 with flag 0/26631
2419.60/2415.18	c Got one! Elapsed wall clock time (in seconds):2414.288
2419.60/2415.19	o 392
2434.52/2430.02	c Got one! Elapsed wall clock time (in seconds):2429.128
2434.52/2430.02	o 382
2521.60/2516.63	c Got one! Elapsed wall clock time (in seconds):2515.737
2521.60/2516.63	o 248
2530.53/2525.50	c Got one! Elapsed wall clock time (in seconds):2524.607
2530.53/2525.50	o 177
2531.73/2526.76	c Got one! Elapsed wall clock time (in seconds):2525.866
2531.73/2526.76	o 100
2563.09/2557.87	c Got one! Elapsed wall clock time (in seconds):2556.975
2563.09/2557.87	o 97
2611.79/2606.38	c Got one! Elapsed wall clock time (in seconds):2605.48
2611.79/2606.38	o 96
2777.55/2771.39	c Got one! Elapsed wall clock time (in seconds):2770.491
2777.55/2771.39	o 80
2781.03/2774.80	c starts		: 115
2781.03/2774.80	c conflicts		: 33072
2781.03/2774.80	c decisions		: 120432
2781.03/2774.80	c propagations		: 1040790
2781.03/2774.80	c inspects		: 884280880
2781.03/2774.80	c shortcuts		: 0
2781.03/2774.80	c learnt literals	: 0
2781.03/2774.80	c learnt binary clauses	: 0
2781.03/2774.80	c learnt ternary clauses	: 0
2781.03/2774.80	c learnt constraints	: 33072
2781.03/2774.80	c ignored constraints	: 0
2781.03/2774.80	c root simplifications	: 0
2781.03/2774.80	c removed literals (reason simplification)	: 0
2781.03/2774.80	c reason swapping (by a shorter reason)	: 0
2781.03/2774.80	c Calls to reduceDB	: 2
2781.03/2774.80	c Number of update (reduction) of LBD	: 25
2781.03/2774.80	c Imported unit clauses	: 0
2781.03/2774.80	c No decision after first conflict	: false
2781.03/2774.80	c number of reductions to clauses (during analyze)	: 0
2781.03/2774.80	c number of learned constraints concerned by reduction	: 0
2781.03/2774.80	c number of learning phase by resolution	: 0
2781.03/2774.80	c number of learning phase by cutting planes	: 0
2781.03/2774.80	c number of rounding to 1 operations	: 164400
2781.03/2774.80	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2781.03/2774.80	c number of reductions of the coefficients by power 2 	: 0
2781.03/2774.80	c number of right shift for reduction by power 2 	: 0
2781.03/2774.80	c number of reductions of the coefficients by GCD over coefficients 	: 0
2781.03/2774.80	c number of ending skipping 	: 0
2781.03/2774.80	c number of internal skipping 	: 0
2781.03/2774.80	c number of derivation steps 	: 245467
2781.03/2774.80	c number of skipped derivation steps 	: 0
2781.03/2774.80	c number of remaining unassigned 	: 43178
2781.15/2774.80	c number of remaining assigned 	: 4860629
2781.15/2774.80	c number of falsified literals weakened from reason	: 0
2781.15/2774.80	c number of falsified literals weakened from conflict	: 0
2781.15/2774.80	c time for arithmetic operations	: 570404440
2781.15/2774.80	c minimum degree of deleted constraints	: 128
2781.15/2774.80	c maximum degree of deleted constraints	: 169406466
2781.15/2774.80	c number of deleted constraints	: 17645
2781.15/2774.80	c speed (assignments/second)	: 375.2256404728436
2781.15/2774.80	c non guided choices	: 1240
2781.15/2774.80	s OPTIMUM FOUND
2781.15/2774.80	c Found 61 solution(s)
2781.15/2774.80	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 
2781.15/2774.83	c objective function=80
2781.15/2774.83	c Total wall clock time (in seconds): 2773.937

Verifier Data

OK	80

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 64096 MiB (63364 MiB free)
  memory of node 1: 64473 MiB (63765 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4424285-1720874152/watcher-4424285-1720874152 -o /tmp/evaluation-result-4424285-1720874152/solver-4424285-1720874152 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1720874164-697101 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4424285-1720874152.wbo 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=697164, runsolver pid=697157
Current StackSize limit: 8192 KiB


[startup+0.100071 s]*
/proc/loadavg: 0.46 0.18 0.11 2/247 697167
/proc/meminfo: memFree=130169060/131655788 swapFree=131071996/131071996
[pid=697164] ppid=697157 vsize=104392 memory=8272 CPUtime=0 cores=5,7
/proc/697164/stat : 697164 (java) S 697157 697164 697088 0 -1 1077936128 569 0 28 0 0 0 0 0 20 0 2 0 139572416 106897408 2068 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 0 0 0 0 0 0 17 5 0 0 8 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
/proc/697164/statm: 26098 2068 1693 1 0 582 0
[pid=697164/tid=697168] ppid=697157 vsize=104392 memory=4026561586 CPUtime=0 cores=5,7
/proc/697164/task/697168/stat : 697168 (java) D 697157 697164 697088 0 -1 4194368 13 0 5 0 0 0 0 0 20 0 2 0 139572426 106897408 2068 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 0 0 0 0 0 0 -1 5 0 0 1 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 104392 KiB
Current children cumulated memory: 8272 KiB

[startup+0.215231 s]*
/proc/loadavg: 0.46 0.18 0.11 5/251 697171
/proc/meminfo: memFree=130164436/131655788 swapFree=131071996/131071996
[pid=697164] ppid=697157 vsize=239396 memory=8820 CPUtime=0.01 cores=5,7
/proc/697164/stat : 697164 (java) S 697157 697164 697088 0 -1 1077936128 601 0 46 0 0 1 0 0 20 0 2 0 139572416 245141504 2205 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 0 0 0 0 0 0 17 5 0 0 8 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
/proc/697164/statm: 59849 2205 1821 1 0 584 0
[pid=697164/tid=697168] ppid=697157 vsize=239396 memory=3461362060219711619 CPUtime=0 cores=5,7
/proc/697164/task/697168/stat : 697168 (java) D 697157 697164 697088 0 -1 4194368 45 0 23 0 0 0 0 0 20 0 2 0 139572426 245141504 2205 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 0 0 0 0 0 0 -1 5 0 0 10 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 239396 KiB
Current children cumulated memory: 8820 KiB

[startup+0.313403 s]*
/proc/loadavg: 0.46 0.18 0.11 3/251 697171
/proc/meminfo: memFree=130136572/131655788 swapFree=131071996/131071996
[pid=697164] ppid=697157 vsize=280436 memory=19580 CPUtime=0.02 cores=5,7
/proc/697164/stat : 697164 (java) S 697157 697164 697088 0 -1 1077936128 1328 0 52 0 0 2 0 0 20 0 2 0 139572416 287166464 4895 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 0 0 16784588 0 0 0 17 5 0 0 8 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
/proc/697164/statm: 70109 4895 2837 1 0 2305 0
[pid=697164/tid=697168] ppid=697157 vsize=280436 memory=-8671796966714745532 CPUtime=0.01 cores=5,7
/proc/697164/task/697168/stat : 697168 (java) D 697157 697164 697088 0 -1 4194368 772 0 29 0 0 1 0 0 20 0 2 0 139572426 287166464 4895 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 4 0 16784588 0 0 0 -1 5 0 0 19 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 280436 KiB
Current children cumulated memory: 19580 KiB

[startup+0.70036 s]
/proc/loadavg: 0.46 0.18 0.11 3/275 697195
/proc/meminfo: memFree=130044588/131655788 swapFree=131071996/131071996
[pid=697164] ppid=697157 vsize=18975048 memory=56904 CPUtime=0.29 cores=5,7
/proc/697164/stat : 697164 (java) S 697157 697164 697088 0 -1 1077936128 6859 0 115 0 23 6 0 0 20 0 18 0 139572416 19430449152 14226 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 0 0 16800975 0 0 0 17 5 0 0 8 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
/proc/697164/statm: 4743762 14226 5583 1 0 551044 0
[pid=697164/tid=697168] ppid=697157 vsize=18975048 memory=2520 CPUtime=0.19 cores=5,7
/proc/697164/task/697168/stat : 697168 (java) R 697157 697164 697088 0 -1 4194368 5666 0 85 0 14 5 0 0 20 0 18 0 139572426 19430449152 14226 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 34 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56904 KiB

[startup+1.50695 s]
/proc/loadavg: 0.46 0.18 0.11 15/315 697235
/proc/meminfo: memFree=129949264/131655788 swapFree=131071996/131071996
[pid=697164] ppid=697157 vsize=19041612 memory=129124 CPUtime=1.82 cores=5,7
/proc/697164/stat : 697164 (java) S 697157 697164 697088 0 -1 1077936128 14255 0 116 0 170 12 0 0 20 0 19 0 139572416 19498610688 32281 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 0 0 16800975 0 0 0 17 5 0 0 8 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
/proc/697164/statm: 4760403 32281 5781 1 0 556255 0
[pid=697164/tid=697168] ppid=697157 vsize=19041612 memory=2520 CPUtime=0.91 cores=5,7
/proc/697164/task/697168/stat : 697168 (java) R 697157 697164 697088 0 -1 4194368 6247 0 86 0 84 7 0 0 20 0 19 0 139572426 19498610688 32281 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 36 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
[pid=697164/tid=697206] ppid=697157 vsize=19041612 memory=11412 CPUtime=0 cores=5,7
/proc/697164/task/697206/stat : 697206 (Finalizer) S 697157 697164 697088 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139572470 19498610688 32281 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
[pid=697164/tid=697235] ppid=697157 vsize=19041612 memory=36896 CPUtime=0 cores=5,7
/proc/697164/task/697235/stat : 697235 (Common-Cleaner) S 697157 697164 697088 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 139572471 19498610688 32281 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
Current children cumulated CPU time: 1.82 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 129124 KiB

[startup+3.10635 s]
/proc/loadavg: 0.46 0.18 0.11 11/321 697375
/proc/meminfo: memFree=129426404/131655788 swapFree=131071996/131071996
[pid=697164] ppid=697157 vsize=19108176 memory=189020 CPUtime=4.97 cores=5,7
/proc/697164/stat : 697164 (java) S 697157 697164 697088 0 -1 1077936128 23313 0 116 0 481 16 0 0 20 0 20 0 139572416 19566772224 47255 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 0 0 16800975 0 0 0 17 5 0 0 8 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
/proc/697164/statm: 4777044 47255 5856 1 0 557614 0
[pid=697164/tid=697168] ppid=697157 vsize=19108176 memory=159480 CPUtime=2.44 cores=5,7
/proc/697164/task/697168/stat : 697168 (java) R 697157 697164 697088 0 -1 4194368 7270 0 86 0 235 9 0 0 20 0 20 0 139572426 19566772224 47255 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 36 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
[pid=697164/tid=697206] ppid=697157 vsize=19108176 memory=11412 CPUtime=0 cores=5,7
/proc/697164/task/697206/stat : 697206 (Finalizer) S 697157 697164 697088 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 139572470 19566772224 47255 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
[pid=697164/tid=697235] ppid=697157 vsize=19108176 memory=63036 CPUtime=0 cores=5,7
/proc/697164/task/697235/stat : 697235 (Common-Cleaner) S 697157 697164 697088 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 139572471 19566772224 47255 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
[pid=697164/tid=697237] ppid=697157 vsize=19108176 memory=-8671796966714745532 CPUtime=0 cores=5,7
/proc/697164/task/697237/stat : 697237 (Timer-0) S 697157 697164 697088 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139572520 19566772224 47255 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
Current children cumulated CPU time: 4.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 189020 KiB

[startup+6.3004 s]
/proc/loadavg: 0.74 0.24 0.14 7/321 697375
/proc/meminfo: memFree=122483180/131655788 swapFree=131071996/131071996
[pid=697164] ppid=697157 vsize=19108176 memory=559920 CPUtime=9.59 cores=5,7
/proc/697164/stat : 697164 (java) S 697157 697164 697088 0 -1 1077936128 26746 0 116 0 934 25 0 0 20 0 20 0 139572416 19566772224 139980 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 0 0 16800975 0 0 0 17 5 0 0 8 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
/proc/697164/statm: 4777044 139980 5857 1 0 559693 0
[pid=697164/tid=697168] ppid=697157 vsize=19108176 memory=63036 CPUtime=5.6 cores=5,7
/proc/697164/task/697168/stat : 697168 (java) R 697157 697164 697088 0 -1 4194368 7530 0 86 0 543 17 0 0 20 0 20 0 139572426 19566772224 139980 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 36 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
[pid=697164/tid=697206] ppid=697157 vsize=19108176 memory=140752 CPUtime=0 cores=5,7
/proc/697164/task/697206/stat : 697206 (Finalizer) S 697157 697164 697088 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 139572470 19566772224 139980 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
[pid=697164/tid=697235] ppid=697157 vsize=19108176 memory=461384 CPUtime=0 cores=5,7
/proc/697164/task/697235/stat : 697235 (Common-Cleaner) S 697157 697164 697088 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 139572471 19566772224 139980 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
[pid=697164/tid=697237] ppid=697157 vsize=19108176 memory=5540 CPUtime=0 cores=5,7
/proc/697164/task/697237/stat : 697237 (Timer-0) S 697157 697164 697088 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139572520 19566772224 139980 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
Current children cumulated CPU time: 9.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 559920 KiB

[startup+12.7005 s]
/proc/loadavg: 1.08 0.32 0.16 8/322 697377
/proc/meminfo: memFree=120838188/131655788 swapFree=131071996/131071996
[pid=697164] ppid=697157 vsize=19108176 memory=766884 CPUtime=16.02 cores=5,7
/proc/697164/stat : 697164 (java) S 697157 697164 697088 0 -1 1077936128 30401 0 116 0 1571 31 0 0 20 0 20 0 139572416 19566772224 191721 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 0 0 16800975 0 0 0 17 5 0 0 8 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
/proc/697164/statm: 4777044 191721 5857 1 0 559693 0
[pid=697164/tid=697168] ppid=697157 vsize=19108176 memory=63036 CPUtime=11.9 cores=5,7
/proc/697164/task/697168/stat : 697168 (java) R 697157 697164 697088 0 -1 4194368 8947 0 86 0 1168 22 0 0 20 0 20 0 139572426 19566772224 191721 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 36 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
[pid=697164/tid=697206] ppid=697157 vsize=19108176 memory=-8671796966714745532 CPUtime=0 cores=5,7
/proc/697164/task/697206/stat : 697206 (Finalizer) S 697157 697164 697088 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 139572470 19566772224 192233 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
[pid=697164/tid=697235] ppid=697157 vsize=19108176 memory=4899592 CPUtime=0 cores=5,7
/proc/697164/task/697235/stat : 697235 (Common-Cleaner) S 697157 697164 697088 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 139572471 19566772224 192233 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
[pid=697164/tid=697237] ppid=697157 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/697164/task/697237/stat : 697237 (Timer-0) S 697157 697164 697088 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139572520 19566772224 192233 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
Current children cumulated CPU time: 16.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 766884 KiB

[startup+25.5005 s]
/proc/loadavg: 1.94 0.55 0.24 7/322 697379
/proc/meminfo: memFree=119408704/131655788 swapFree=131071996/131071996
[pid=697164] ppid=697157 vsize=19108176 memory=1340388 CPUtime=29.16 cores=5,7
/proc/697164/stat : 697164 (java) S 697157 697164 697088 0 -1 1077936128 38974 0 116 0 2869 47 0 0 20 0 20 0 139572416 19566772224 335097 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 0 0 16800975 0 0 0 17 5 0 0 8 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
/proc/697164/statm: 4777044 335097 5857 1 0 559693 0
[pid=697164/tid=697168] ppid=697157 vsize=19108176 memory=63036 CPUtime=24.54 cores=5,7
/proc/697164/task/697168/stat : 697168 (java) R 697157 697164 697088 0 -1 4194368 11726 0 86 0 2420 34 0 0 20 0 20 0 139572426 19566772224 335097 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 36 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
[pid=697164/tid=697206] ppid=697157 vsize=19108176 memory=932784 CPUtime=0 cores=5,7
/proc/697164/task/697206/stat : 697206 (Finalizer) S 697157 697164 697088 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 139572470 19566772224 335097 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
[pid=697164/tid=697235] ppid=697157 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/697164/task/697235/stat : 697235 (Common-Cleaner) S 697157 697164 697088 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 139572471 19566772224 335097 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
[pid=697164/tid=697237] ppid=697157 vsize=19108176 memory=-8671796966714745532 CPUtime=0 cores=5,7
/proc/697164/task/697237/stat : 697237 (Timer-0) S 697157 697164 697088 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139572520 19566772224 335097 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
Current children cumulated CPU time: 29.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1340388 KiB

[startup+51.1146 s]
/proc/loadavg: 2.78 0.86 0.35 6/322 697382
/proc/meminfo: memFree=118579984/131655788 swapFree=131071996/131071996
[pid=697164] ppid=697157 vsize=19108176 memory=1350668 CPUtime=54.75 cores=5,7
/proc/697164/stat : 697164 (java) S 697157 697164 697088 0 -1 1077936128 43940 0 116 0 5425 50 0 0 20 0 20 0 139572416 19566772224 337667 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 0 0 16800975 0 0 0 17 5 0 0 8 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
/proc/697164/statm: 4777044 337667 5857 1 0 559693 0
[pid=697164/tid=697168] ppid=697157 vsize=19108176 memory=1350668 CPUtime=49.82 cores=5,7
/proc/697164/task/697168/stat : 697168 (java) R 697157 697164 697088 0 -1 4194368 13705 0 86 0 4947 35 0 0 20 0 20 0 139572426 19566772224 337667 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 36 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
[pid=697164/tid=697206] ppid=697157 vsize=19108176 memory=-9032082737881129660 CPUtime=0 cores=5,7
/proc/697164/task/697206/stat : 697206 (Finalizer) S 697157 697164 697088 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 139572470 19566772224 337667 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
[pid=697164/tid=697235] ppid=697157 vsize=19108176 memory=63036 CPUtime=0 cores=5,7
/proc/697164/task/697235/stat : 697235 (Common-Cleaner) S 697157 697164 697088 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 139572471 19566772224 337667 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
[pid=697164/tid=697237] ppid=697157 vsize=19108176 memory=1346572 CPUtime=0 cores=5,7
/proc/697164/task/697237/stat : 697237 (Timer-0) S 697157 697164 697088 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139572520 19566772224 337667 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
Current children cumulated CPU time: 54.75 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1350668 KiB

[startup+102.3 s]
/proc/loadavg: 3.61 1.39 0.56 7/322 697392
/proc/meminfo: memFree=117652760/131655788 swapFree=131071996/131071996
[pid=697164] ppid=697157 vsize=19108176 memory=1369144 CPUtime=105.9 cores=5,7
/proc/697164/stat : 697164 (java) S 697157 697164 697088 0 -1 1077936128 50822 0 116 0 10536 54 0 0 20 0 20 0 139572416 19566772224 342286 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 0 0 16800975 0 0 0 17 5 0 0 8 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
/proc/697164/statm: 4777044 342286 5857 1 0 559693 0
[pid=697164/tid=697168] ppid=697157 vsize=19108176 memory=1346572 CPUtime=100.28 cores=5,7
/proc/697164/task/697168/stat : 697168 (java) R 697157 697164 697088 0 -1 4194368 16668 0 86 0 9993 35 0 0 20 0 20 0 139572426 19566772224 342286 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 36 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
[pid=697164/tid=697206] ppid=697157 vsize=19108176 memory=1358864 CPUtime=0 cores=5,7
/proc/697164/task/697206/stat : 697206 (Finalizer) S 697157 697164 697088 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 139572470 19566772224 342286 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
[pid=697164/tid=697235] ppid=697157 vsize=19108176 memory=1362988 CPUtime=0 cores=5,7
/proc/697164/task/697235/stat : 697235 (Common-Cleaner) S 697157 697164 697088 0 -1 1077936192 58 0 0 0 0 0 0 0 20 0 20 0 139572471 19566772224 342286 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
[pid=697164/tid=697237] ppid=697157 vsize=19108176 memory=11412 CPUtime=0 cores=5,7

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

/proc/697164/task/697235/stat : 697235 (Common-Cleaner) S 697157 697164 697088 0 -1 1077936192 3422 0 0 0 0 0 0 0 20 0 20 0 139572471 19566772224 422924 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
[pid=697164/tid=697237] ppid=697157 vsize=19108176 memory=-8671796966714745532 CPUtime=0 cores=5,7
/proc/697164/task/697237/stat : 697237 (Timer-0) S 697157 697164 697088 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139572520 19566772224 422924 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
Current children cumulated CPU time: 2688.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1691696 KiB

[startup+2742.3 s]
/proc/loadavg: 4.17 4.18 4.01 8/322 698510
/proc/meminfo: memFree=115250540/131655788 swapFree=131071996/131071996
[pid=697164] ppid=697157 vsize=19108176 memory=1697860 CPUtime=2748.45 cores=5,7
/proc/697164/stat : 697164 (java) S 697157 697164 697088 0 -1 1077936128 163085 0 116 0 274613 232 0 0 20 0 20 0 139572416 19566772224 424465 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 0 0 16800975 0 0 0 17 5 0 0 8 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
/proc/697164/statm: 4777044 424465 5875 1 0 560004 0
[pid=697164/tid=697168] ppid=697157 vsize=19108176 memory=12508 CPUtime=2712.37 cores=5,7
/proc/697164/task/697168/stat : 697168 (java) R 697157 697164 697088 0 -1 4194368 74030 0 86 0 271177 60 0 0 20 0 20 0 139572426 19566772224 424465 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 68 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
[pid=697164/tid=697206] ppid=697157 vsize=19108176 memory=1689612 CPUtime=0 cores=5,7
/proc/697164/task/697206/stat : 697206 (Finalizer) S 697157 697164 697088 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 139572470 19566772224 424465 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
[pid=697164/tid=697235] ppid=697157 vsize=19108176 memory=1697860 CPUtime=0 cores=5,7
/proc/697164/task/697235/stat : 697235 (Common-Cleaner) S 697157 697164 697088 0 -1 1077936192 3427 0 0 0 0 0 0 0 20 0 20 0 139572471 19566772224 424465 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
[pid=697164/tid=697237] ppid=697157 vsize=19108176 memory=1693756 CPUtime=0 cores=5,7
/proc/697164/task/697237/stat : 697237 (Timer-0) S 697157 697164 697088 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139572520 19566772224 424465 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
Current children cumulated CPU time: 2748.45 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1697860 KiB

[startup+2774.85 s]
# the end of solver process 697164 was just reported to runsolver
# Child status: 30

# cumulated CPU time of all completed processes:  user=2778.85 s, system=2.35271 s

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

[startup+2752 s]*
/proc/loadavg: 4.22 4.19 4.02 6/322 698512
/proc/meminfo: memFree=115250440/131655788 swapFree=131071996/131071996
[pid=697164] ppid=697157 vsize=19108176 memory=1697872 CPUtime=2758.17 cores=5,7
/proc/697164/stat : 697164 (java) S 697157 697164 697088 0 -1 1077936128 164234 0 116 0 275584 233 0 0 20 0 20 0 139572416 19566772224 424468 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 0 0 16800975 0 0 0 17 5 0 0 8 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
/proc/697164/statm: 4777044 424468 5875 1 0 560004 0
[pid=697164/tid=697168] ppid=697157 vsize=19108176 memory=-9175915351468647100 CPUtime=2721.95 cores=5,7
/proc/697164/task/697168/stat : 697168 (java) R 697157 697164 697088 0 -1 4194368 74389 0 86 0 272135 60 0 0 20 0 20 0 139572426 19566772224 424468 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 68 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
[pid=697164/tid=697206] ppid=697157 vsize=19108176 memory=-7160012739604340092 CPUtime=0 cores=5,7
/proc/697164/task/697206/stat : 697206 (Finalizer) S 697157 697164 697088 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 139572470 19566772224 424468 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
[pid=697164/tid=697235] ppid=697157 vsize=19108176 memory=6956 CPUtime=0 cores=5,7
/proc/697164/task/697235/stat : 697235 (Common-Cleaner) S 697157 697164 697088 0 -1 1077936192 3427 0 0 0 0 0 0 0 20 0 20 0 139572471 19566772224 424468 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
[pid=697164/tid=697237] ppid=697157 vsize=19108176 memory=7300 CPUtime=0 cores=5,7
/proc/697164/task/697237/stat : 697237 (Timer-0) S 697157 697164 697088 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139572520 19566772224 424468 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
Current children cumulated CPU time: 2758.17 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1697872 KiB

[startup+2764.8 s]
/proc/loadavg: 4.18 4.18 4.02 5/322 698514
/proc/meminfo: memFree=115248284/131655788 swapFree=131071996/131071996
[pid=697164] ppid=697157 vsize=19108176 memory=1699920 CPUtime=2771.05 cores=5,7
/proc/697164/stat : 697164 (java) S 697157 697164 697088 0 -1 1077936128 164457 0 116 0 276872 233 0 0 20 0 20 0 139572416 19566772224 424980 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 0 0 16800975 0 0 0 17 5 0 0 8 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
/proc/697164/statm: 4777044 424980 5875 1 0 560004 0
[pid=697164/tid=697168] ppid=697157 vsize=19108176 memory=2264 CPUtime=2734.58 cores=5,7
/proc/697164/task/697168/stat : 697168 (java) R 697157 697164 697088 0 -1 4194368 74562 0 86 0 273398 60 0 0 20 0 20 0 139572426 19566772224 424980 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 68 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
[pid=697164/tid=697206] ppid=697157 vsize=19108176 memory=2520 CPUtime=0 cores=5,7
/proc/697164/task/697206/stat : 697206 (Finalizer) S 697157 697164 697088 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 139572470 19566772224 424980 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
[pid=697164/tid=697235] ppid=697157 vsize=19108176 memory=1681296 CPUtime=0 cores=5,7
/proc/697164/task/697235/stat : 697235 (Common-Cleaner) S 697157 697164 697088 0 -1 1077936192 3427 0 0 0 0 0 0 0 20 0 20 0 139572471 19566772224 424980 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
[pid=697164/tid=697237] ppid=697157 vsize=19108176 memory=36988 CPUtime=0 cores=5,7
/proc/697164/task/697237/stat : 697237 (Timer-0) S 697157 697164 697088 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139572520 19566772224 424980 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
Current children cumulated CPU time: 2771.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1699920 KiB

[startup+2771.2 s]
/proc/loadavg: 4.15 4.18 4.02 5/322 698514
/proc/meminfo: memFree=115248236/131655788 swapFree=131071996/131071996
[pid=697164] ppid=697157 vsize=19108176 memory=1699920 CPUtime=2777.45 cores=5,7
/proc/697164/stat : 697164 (java) S 697157 697164 697088 0 -1 1077936128 164520 0 116 0 277511 234 0 0 20 0 20 0 139572416 19566772224 424980 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 0 0 16800975 0 0 0 17 5 0 0 8 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
/proc/697164/statm: 4777044 424980 5875 1 0 560004 0
[pid=697164/tid=697168] ppid=697157 vsize=19108176 memory=-8671796966714745532 CPUtime=2740.96 cores=5,7
/proc/697164/task/697168/stat : 697168 (java) R 697157 697164 697088 0 -1 4194368 74624 0 86 0 274036 60 0 0 20 0 20 0 139572426 19566772224 424980 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 68 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
[pid=697164/tid=697206] ppid=697157 vsize=19108176 memory=1699920 CPUtime=0 cores=5,7
/proc/697164/task/697206/stat : 697206 (Finalizer) S 697157 697164 697088 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 139572470 19566772224 424980 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
[pid=697164/tid=697235] ppid=697157 vsize=19108176 memory=1699920 CPUtime=0 cores=5,7
/proc/697164/task/697235/stat : 697235 (Common-Cleaner) S 697157 697164 697088 0 -1 1077936192 3427 0 0 0 0 0 0 0 20 0 20 0 139572471 19566772224 424980 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
[pid=697164/tid=697237] ppid=697157 vsize=19108176 memory=26652 CPUtime=0 cores=5,7
/proc/697164/task/697237/stat : 697237 (Timer-0) S 697157 697164 697088 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139572520 19566772224 424980 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
Current children cumulated CPU time: 2777.45 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1699920 KiB

[startup+2772.8 s]
/proc/loadavg: 4.15 4.18 4.02 6/322 698515
/proc/meminfo: memFree=115248208/131655788 swapFree=131071996/131071996
[pid=697164] ppid=697157 vsize=19108176 memory=1699940 CPUtime=2779.13 cores=5,7
/proc/697164/stat : 697164 (java) S 697157 697164 697088 0 -1 1077936128 165486 0 116 0 277679 234 0 0 20 0 20 0 139572416 19566772224 424985 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 0 0 16800975 0 0 0 17 5 0 0 8 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
/proc/697164/statm: 4777044 424985 5875 1 0 560004 0
[pid=697164/tid=697168] ppid=697157 vsize=19108176 memory=1699940 CPUtime=2742.56 cores=5,7
/proc/697164/task/697168/stat : 697168 (java) R 697157 697164 697088 0 -1 4194368 75237 0 86 0 274196 60 0 0 20 0 20 0 139572426 19566772224 424985 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 68 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
[pid=697164/tid=697206] ppid=697157 vsize=19108176 memory=1699920 CPUtime=0 cores=5,7
/proc/697164/task/697206/stat : 697206 (Finalizer) S 697157 697164 697088 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 139572470 19566772224 424985 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
[pid=697164/tid=697235] ppid=697157 vsize=19108176 memory=36988 CPUtime=0 cores=5,7
/proc/697164/task/697235/stat : 697235 (Common-Cleaner) S 697157 697164 697088 0 -1 1077936192 3427 0 0 0 0 0 0 0 20 0 20 0 139572471 19566772224 424985 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
[pid=697164/tid=697237] ppid=697157 vsize=19108176 memory=12508 CPUtime=0 cores=5,7
/proc/697164/task/697237/stat : 697237 (Timer-0) S 697157 697164 697088 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139572520 19566772224 424985 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
Current children cumulated CPU time: 2779.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1699940 KiB

[startup+2773.6 s]
/proc/loadavg: 4.15 4.18 4.02 5/322 698515
/proc/meminfo: memFree=115248208/131655788 swapFree=131071996/131071996
[pid=697164] ppid=697157 vsize=19108176 memory=1699940 CPUtime=2779.93 cores=5,7
/proc/697164/stat : 697164 (java) S 697157 697164 697088 0 -1 1077936128 165486 0 116 0 277759 234 0 0 20 0 20 0 139572416 19566772224 424985 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 0 0 16800975 0 0 0 17 5 0 0 8 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
/proc/697164/statm: 4777044 424985 5875 1 0 560004 0
[pid=697164/tid=697168] ppid=697157 vsize=19108176 memory=2520 CPUtime=2743.36 cores=5,7
/proc/697164/task/697168/stat : 697168 (java) R 697157 697164 697088 0 -1 4194368 75237 0 86 0 274276 60 0 0 20 0 20 0 139572426 19566772224 424985 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 68 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
[pid=697164/tid=697206] ppid=697157 vsize=19108176 memory=11412 CPUtime=0 cores=5,7
/proc/697164/task/697206/stat : 697206 (Finalizer) S 697157 697164 697088 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 139572470 19566772224 424985 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
[pid=697164/tid=697235] ppid=697157 vsize=19108176 memory=36988 CPUtime=0 cores=5,7
/proc/697164/task/697235/stat : 697235 (Common-Cleaner) S 697157 697164 697088 0 -1 1077936192 3427 0 0 0 0 0 0 0 20 0 20 0 139572471 19566772224 424985 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
[pid=697164/tid=697237] ppid=697157 vsize=19108176 memory=-8671796966714745532 CPUtime=0 cores=5,7
/proc/697164/task/697237/stat : 697237 (Timer-0) S 697157 697164 697088 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139572520 19566772224 424985 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
Current children cumulated CPU time: 2779.93 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1699940 KiB

[startup+2774.4 s]
/proc/loadavg: 4.15 4.18 4.02 5/322 698515
/proc/meminfo: memFree=115248228/131655788 swapFree=131071996/131071996
[pid=697164] ppid=697157 vsize=19108176 memory=1699940 CPUtime=2780.73 cores=5,7
/proc/697164/stat : 697164 (java) S 697157 697164 697088 0 -1 1077936128 165486 0 116 0 277839 234 0 0 20 0 20 0 139572416 19566772224 424985 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 0 0 16800975 0 0 0 17 5 0 0 8 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
/proc/697164/statm: 4777044 424985 5875 1 0 560004 0
[pid=697164/tid=697168] ppid=697157 vsize=19108176 memory=2724 CPUtime=2744.16 cores=5,7
/proc/697164/task/697168/stat : 697168 (java) R 697157 697164 697088 0 -1 4194368 75237 0 86 0 274356 60 0 0 20 0 20 0 139572426 19566772224 424985 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 68 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
[pid=697164/tid=697206] ppid=697157 vsize=19108176 memory=2340 CPUtime=0 cores=5,7
/proc/697164/task/697206/stat : 697206 (Finalizer) S 697157 697164 697088 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 139572470 19566772224 424985 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
[pid=697164/tid=697235] ppid=697157 vsize=19108176 memory=1699920 CPUtime=0 cores=5,7
/proc/697164/task/697235/stat : 697235 (Common-Cleaner) S 697157 697164 697088 0 -1 1077936192 3427 0 0 0 0 0 0 0 20 0 20 0 139572471 19566772224 424985 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
[pid=697164/tid=697237] ppid=697157 vsize=19108176 memory=12508 CPUtime=0 cores=5,7
/proc/697164/task/697237/stat : 697237 (Timer-0) S 697157 697164 697088 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139572520 19566772224 424985 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
Current children cumulated CPU time: 2780.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1699940 KiB

[startup+2774.81 s]
/proc/loadavg: 4.15 4.18 4.02 5/322 698515
/proc/meminfo: memFree=115248228/131655788 swapFree=131071996/131071996
[pid=697164] ppid=697157 vsize=19241304 memory=1700500 CPUtime=2781.15 cores=5,7
/proc/697164/stat : 697164 (java) S 697157 697164 697088 0 -1 1077936128 167088 0 116 0 277881 234 0 0 20 0 21 0 139572416 19703095296 425125 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 0 0 16800975 0 0 0 17 5 0 0 8 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
/proc/697164/statm: 4810326 425125 5876 1 0 560706 0
[pid=697164/tid=697168] ppid=697157 vsize=19241304 memory=1699920 CPUtime=2744.55 cores=5,7
/proc/697164/task/697168/stat : 697168 (java) S 697157 697164 697088 0 -1 1077936192 76385 0 86 0 274395 60 0 0 20 0 21 0 139572426 19703095296 425125 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 68 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
[pid=697164/tid=697206] ppid=697157 vsize=19241304 memory=7328 CPUtime=0 cores=5,7
/proc/697164/task/697206/stat : 697206 (Finalizer) S 697157 697164 697088 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 21 0 139572470 19703095296 425125 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
[pid=697164/tid=697235] ppid=697157 vsize=19241304 memory=-8671796966714745532 CPUtime=0 cores=5,7
/proc/697164/task/697235/stat : 697235 (Common-Cleaner) S 697157 697164 697088 0 -1 1077936192 3427 0 0 0 0 0 0 0 20 0 21 0 139572471 19703095296 425125 134679101440 94379047489536 94379047493232 140735968238816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94379047501048 94379047501840 94379054223360 140735968240598 140735968240711 140735968240711 140735968247752 0
Current children cumulated CPU time: 2781.15 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 1700500 KiB

Child status: 30

Real time (s): 2774.85
CPU time (s): 2781.2
CPU user time (s): 2778.85
CPU system time (s): 2.35271
CPU usage (%): 100.229
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 1700500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2778.85
system time used= 2.3527
maximum resident set size= 1700988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 167491
page faults= 116
swaps= 0
block input operations= 21608
block output operations= 2976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 97834
involuntary context switches= 5363


# summary of solver processes directly reported to runsolver:
#   pid: 697164
#   total CPU time (s): 2781.2
#   total CPU user time (s): 2778.85
#   total CPU system time (s): 2.35271

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.2998 second user time and 30.0898 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-13 14:36:05
IDJOB=4424285
IDBENCH=143712
IDSOLVER=3035
FILE ID=nodeC011/4424285-1720874152
RUNJOBID= nodeC011-1720874164-697101
SLURM_JOB_ID= 7483759
Free space on /tmp= 723780 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110970444--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4424285-1720874152/watcher-4424285-1720874152 -o /tmp/evaluation-result-4424285-1720874152/solver-4424285-1720874152 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1720874164-697101 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4424285-1720874152.wbo

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

MD5SUM BENCH= 938b841d1fff451a1013f00070492fe7
RANDOM SEED=450756964

nodeC011.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        130185452 kB
MemAvailable:   129999072 kB
Buffers:          316016 kB
Cached:           348136 kB
SwapCached:            0 kB
Active:           444084 kB
Inactive:         534144 kB
Active(anon):       1332 kB
Inactive(anon):   350528 kB
Active(file):     442752 kB
Inactive(file):   183616 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              3360 kB
Writeback:             0 kB
AnonPages:        314192 kB
Mapped:           101600 kB
Shmem:             37704 kB
KReclaimable:      54900 kB
Slab:             143444 kB
SReclaimable:      54900 kB
SUnreclaim:        88544 kB
KernelStack:        3808 kB
PageTables:         9156 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     615440 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            45568 kB
HardwareCorrupted:     0 kB
AnonHugePages:    188416 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:      160584 kB
DirectMap2M:    10229760 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 723768 MiB
End job on nodeC011 at 2024-07-13 15:22:20