Trace number 4424292

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 1067.77 1065.45

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111224059--soft-33-100-0.wbo
MD5SUMa8e26e0eab79e9f1a54c86bac5b7dd59
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark15
Best CPU time to get the best result obtained on this benchmark0.265867
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 constraints64
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 2925
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 2924
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1314
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.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	 - never skip resolution steps
0.13/0.15	 - Auto-division on coefficients is disabled
0.13/0.15	 - No postprocessing
0.13/0.15	 - Conflict is considered as is when resolving
0.13/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.15	 - Weaken first using unassigned literals
0.13/0.15	 - Bump strategy: ALWAYS_ONE
0.13/0.15	 - Bumper: ASSIGNED
0.13/0.15	--- Begin Solver configuration ---
0.13/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	Learn all clauses as in MiniSAT
0.13/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	No reason simplification
0.13/0.15	Armin Biere (Picosat) restarts strategy
0.13/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.15	timeout=2147483s
0.13/0.15	DB Simplification allowed=false
0.13/0.15	Listener: none
0.13/0.15	--- End Solver configuration ---
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: ASSIGNED
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Armin Biere (Picosat) restarts strategy
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4424292-1720874153.wbo
0.13/0.15	c reading problem ... 
0.13/0.18	c ... done. Wall clock time 0.026s.
0.13/0.18	c declared #vars     169
0.13/0.18	c internal #vars     233
0.13/0.18	c #constraints  102
0.13/0.18	c constraints type 
0.13/0.18	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1
0.13/0.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 24
0.13/0.18	c org.sat4j.specs.Constr$1 => 1
0.13/0.18	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 47
0.13/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 29
0.13/0.18	c 102 constraints processed.
0.13/0.19	c objective function length is 64 literals
0.52/0.36	c SATISFIABLE
0.52/0.36	c OPTIMIZING...
0.52/0.36	c Got one! Elapsed wall clock time (in seconds):0.217
0.52/0.36	o 1782
1.09/0.65	c Got one! Elapsed wall clock time (in seconds):0.501
1.09/0.65	o 1748
1.68/1.00	c Got one! Elapsed wall clock time (in seconds):0.848
1.68/1.00	o 1741
2.08/1.18	c Got one! Elapsed wall clock time (in seconds):1.037
2.08/1.19	o 1736
2.86/1.53	c Got one! Elapsed wall clock time (in seconds):1.387
2.86/1.54	o 1733
4.84/2.50	c Got one! Elapsed wall clock time (in seconds):2.352
4.84/2.50	o 1732
5.58/2.96	c Got one! Elapsed wall clock time (in seconds):2.812
5.58/2.96	o 1728
6.61/3.84	c Got one! Elapsed wall clock time (in seconds):3.694
6.61/3.84	o 1723
8.42/5.59	c Got one! Elapsed wall clock time (in seconds):5.446
8.42/5.59	o 1721
11.73/8.79	c Got one! Elapsed wall clock time (in seconds):8.646
11.73/8.79	o 1718
12.83/9.89	c Got one! Elapsed wall clock time (in seconds):9.744
12.83/9.89	o 1716
14.53/11.56	c Got one! Elapsed wall clock time (in seconds):11.412
14.53/11.56	o 1715
17.35/14.32	c Got one! Elapsed wall clock time (in seconds):14.176
17.35/14.32	o 1712
22.16/19.13	c Got one! Elapsed wall clock time (in seconds):18.982
22.16/19.13	o 1705
30.34/27.32	c Got one! Elapsed wall clock time (in seconds):27.168
30.34/27.32	o 1704
32.44/29.40	c Got one! Elapsed wall clock time (in seconds):29.252
32.44/29.40	o 1703
35.93/32.96	c Got one! Elapsed wall clock time (in seconds):32.808
35.93/32.96	o 1696
40.94/37.96	c Got one! Elapsed wall clock time (in seconds):37.816
40.94/37.96	o 1695
48.41/45.44	c Got one! Elapsed wall clock time (in seconds):45.291
48.41/45.44	o 1689
62.82/59.87	c Got one! Elapsed wall clock time (in seconds):59.728
62.82/59.88	o 1680
86.96/84.00	c Got one! Elapsed wall clock time (in seconds):83.85
86.96/84.00	o 1677
90.26/87.29	c Got one! Elapsed wall clock time (in seconds):87.146
90.26/87.29	o 1675
95.56/92.51	c Got one! Elapsed wall clock time (in seconds):92.36
95.56/92.51	o 1674
103.18/100.11	c Got one! Elapsed wall clock time (in seconds):99.968
103.18/100.11	o 1673
116.77/113.75	c Got one! Elapsed wall clock time (in seconds):113.603
116.77/113.75	o 1659
139.69/136.69	c Got one! Elapsed wall clock time (in seconds):136.547
139.69/136.69	o 1656
172.71/169.87	c Got one! Elapsed wall clock time (in seconds):169.719
172.71/169.87	o 1654
236.07/233.56	c Got one! Elapsed wall clock time (in seconds):233.409
236.07/233.56	o 1653
241.52/239.06	c Got one! Elapsed wall clock time (in seconds):238.909
241.52/239.06	o 1651
250.08/247.60	c Got one! Elapsed wall clock time (in seconds):247.451
250.08/247.60	o 1647
261.83/259.40	c Got one! Elapsed wall clock time (in seconds):259.255
261.83/259.40	o 1646
280.73/278.41	c Got one! Elapsed wall clock time (in seconds):278.267
280.73/278.41	o 1645
316.70/314.59	c Got one! Elapsed wall clock time (in seconds):314.439
316.70/314.59	o 1644
373.78/371.60	c Got one! Elapsed wall clock time (in seconds):371.453
373.78/371.60	o 1643
457.32/455.20	c Got one! Elapsed wall clock time (in seconds):455.049
457.32/455.20	o 1638
607.97/606.08	c Got one! Elapsed wall clock time (in seconds):605.936
607.97/606.08	o 1637
616.07/614.18	c Got one! Elapsed wall clock time (in seconds):614.034
616.07/614.18	o 1631
629.93/628.04	c Got one! Elapsed wall clock time (in seconds):627.891
629.93/628.04	o 1626
651.12/649.27	c Got one! Elapsed wall clock time (in seconds):649.123
651.12/649.27	o 1621
679.98/678.11	c Got one! Elapsed wall clock time (in seconds):677.96
679.98/678.11	o 1620
729.62/727.25	c Got one! Elapsed wall clock time (in seconds):727.101
729.62/727.25	o 1619
799.39/796.90	c Got one! Elapsed wall clock time (in seconds):796.754
799.39/796.90	o 1615
905.54/903.24	c Got one! Elapsed wall clock time (in seconds):903.097
905.54/903.25	o 17
949.48/947.27	c Got one! Elapsed wall clock time (in seconds):947.126
949.48/947.29	o 16
992.94/990.75	c Got one! Elapsed wall clock time (in seconds):990.602
992.94/990.75	o 15
1067.71/1065.43	c starts		: 89
1067.71/1065.43	c conflicts		: 18255
1067.71/1065.43	c decisions		: 81108
1067.71/1065.43	c propagations		: 599326
1067.71/1065.43	c inspects		: 306301090
1067.71/1065.43	c shortcuts		: 0
1067.71/1065.43	c learnt literals	: 0
1067.71/1065.43	c learnt binary clauses	: 0
1067.71/1065.43	c learnt ternary clauses	: 0
1067.71/1065.43	c learnt constraints	: 18254
1067.71/1065.43	c ignored constraints	: 0
1067.71/1065.43	c root simplifications	: 0
1067.71/1065.43	c removed literals (reason simplification)	: 0
1067.71/1065.43	c reason swapping (by a shorter reason)	: 0
1067.71/1065.43	c Calls to reduceDB	: 0
1067.71/1065.43	c Number of update (reduction) of LBD	: 0
1067.71/1065.43	c Imported unit clauses	: 0
1067.71/1065.43	c No decision after first conflict	: false
1067.71/1065.43	c number of reductions to clauses (during analyze)	: 0
1067.71/1065.43	c number of learned constraints concerned by reduction	: 0
1067.71/1065.43	c number of learning phase by resolution	: 0
1067.71/1065.43	c number of learning phase by cutting planes	: 0
1067.71/1065.43	c number of rounding to 1 operations	: 97554
1067.71/1065.43	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1067.71/1065.43	c number of reductions of the coefficients by power 2 	: 0
1067.71/1065.43	c number of right shift for reduction by power 2 	: 0
1067.71/1065.43	c number of reductions of the coefficients by GCD over coefficients 	: 0
1067.71/1065.43	c number of ending skipping 	: 0
1067.71/1065.43	c number of internal skipping 	: 0
1067.71/1065.43	c number of derivation steps 	: 134823
1067.71/1065.43	c number of skipped derivation steps 	: 0
1067.71/1065.43	c number of remaining unassigned 	: 29900
1067.71/1065.43	c number of remaining assigned 	: 3777316
1067.71/1065.43	c number of falsified literals weakened from reason	: 0
1067.71/1065.43	c number of falsified literals weakened from conflict	: 0
1067.71/1065.43	c time for arithmetic operations	: 294886363
1067.71/1065.43	c minimum degree of deleted constraints	: null
1067.71/1065.43	c maximum degree of deleted constraints	: null
1067.71/1065.43	c number of deleted constraints	: 0
1067.71/1065.43	c speed (assignments/second)	: 562.6190456074343
1067.71/1065.43	c non guided choices	: 764
1067.71/1065.43	s OPTIMUM FOUND
1067.71/1065.43	c Found 45 solution(s)
1067.71/1065.43	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 
1067.71/1065.44	c objective function=15
1067.71/1065.44	c Total wall clock time (in seconds): 1065.288

Verifier Data

OK	15

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63931 MiB (62464 MiB free)
  memory of node 1: 64510 MiB (61941 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=712526, runsolver pid=712523

[startup+0.101591 s]*
/proc/loadavg: 0.08 0.10 0.09 11/327 712544
/proc/meminfo: memFree=126993380/131524600 swapFree=131071996/131071996
[pid=712526] ppid=712523 vsize=18975048 memory=63332 CPUtime=0.13 cores=0,2
/proc/712526/stat : 712526 (java) S 712523 712526 712267 0 -1 1077936128 7237 0 0 0 11 2 0 0 20 0 18 0 139577156 19430449152 15833 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
/proc/712526/statm: 4743762 15833 5700 1 0 549373 0
[pid=712526/tid=712528] ppid=712523 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/712526/task/712528/stat : 712528 (java) R 712523 712526 712267 0 -1 1078198336 5769 0 0 0 7 1 0 0 20 0 18 0 139577156 19430449152 15833 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
[pid=712526/tid=712537] ppid=712523 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/712526/task/712537/stat : 712537 (Finalizer) S 712523 712526 712267 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 139577159 19430449152 15833 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
[pid=712526/tid=712544] ppid=712523 vsize=18975048 memory=15824395507619580 CPUtime=0 cores=0,2
/proc/712526/task/712544/stat : 712544 (Common-Cleaner) S 712523 712526 712267 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 139577160 19430449152 15833 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63332 KiB

[startup+0.215559 s]*
/proc/loadavg: 0.08 0.10 0.09 11/329 712546
/proc/meminfo: memFree=126955816/131524600 swapFree=131071996/131071996
[pid=712526] ppid=712523 vsize=19041612 memory=70812 CPUtime=0.34 cores=0,2
/proc/712526/stat : 712526 (java) S 712523 712526 712267 0 -1 1077936128 7974 0 0 0 32 2 0 0 20 0 19 0 139577156 19498610688 17703 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
/proc/712526/statm: 4760403 17703 5854 1 0 550097 0
[pid=712526/tid=712528] ppid=712523 vsize=19041612 memory=4782652875487838339 CPUtime=0.18 cores=0,2
/proc/712526/task/712528/stat : 712528 (java) R 712523 712526 712267 0 -1 4194368 6160 0 0 0 17 1 0 0 20 0 19 0 139577156 19498610688 17703 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
[pid=712526/tid=712537] ppid=712523 vsize=19041612 memory=15975 CPUtime=0 cores=0,2
/proc/712526/task/712537/stat : 712537 (Finalizer) S 712523 712526 712267 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139577159 19498610688 17703 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
[pid=712526/tid=712544] ppid=712523 vsize=19041612 memory=14698495600756458 CPUtime=0 cores=0,2
/proc/712526/task/712544/stat : 712544 (Common-Cleaner) S 712523 712526 712267 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139577160 19498610688 17703 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
[pid=712526/tid=712546] ppid=712523 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/712526/task/712546/stat : 712546 (Timer-0) S 712523 712526 712267 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 139577175 19498610688 17703 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 70812 KiB

[startup+0.306589 s]*
/proc/loadavg: 0.08 0.10 0.09 13/329 712546
/proc/meminfo: memFree=126904788/131524600 swapFree=131071996/131071996
[pid=712526] ppid=712523 vsize=19041612 memory=86408 CPUtime=0.52 cores=0,2
/proc/712526/stat : 712526 (java) S 712523 712526 712267 0 -1 1077936128 9274 0 0 0 49 3 0 0 20 0 19 0 139577156 19498610688 21602 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
/proc/712526/statm: 4760403 21602 5854 1 0 550871 0
[pid=712526/tid=712528] ppid=712523 vsize=19041612 memory=-8960867391359066812 CPUtime=0.27 cores=0,2
/proc/712526/task/712528/stat : 712528 (java) R 712523 712526 712267 0 -1 4194368 6190 0 0 0 25 2 0 0 20 0 19 0 139577156 19498610688 21602 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
[pid=712526/tid=712537] ppid=712523 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/712526/task/712537/stat : 712537 (Finalizer) S 712523 712526 712267 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139577159 19498610688 21602 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
[pid=712526/tid=712544] ppid=712523 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/712526/task/712544/stat : 712544 (Common-Cleaner) S 712523 712526 712267 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139577160 19498610688 21602 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
[pid=712526/tid=712546] ppid=712523 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/712526/task/712546/stat : 712546 (Timer-0) S 712523 712526 712267 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 139577175 19498610688 21602 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 86408 KiB

[startup+0.700241 s]
/proc/loadavg: 0.08 0.10 0.09 13/329 712546
/proc/meminfo: memFree=126598644/131524600 swapFree=131071996/131071996
[pid=712526] ppid=712523 vsize=19041612 memory=160772 CPUtime=1.27 cores=0,2
/proc/712526/stat : 712526 (java) S 712523 712526 712267 0 -1 1077936128 15882 0 0 0 123 4 0 0 20 0 19 0 139577156 19498610688 40193 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
/proc/712526/statm: 4760403 40193 5854 1 0 555043 0
[pid=712526/tid=712528] ppid=712523 vsize=19041612 memory=37008 CPUtime=0.62 cores=0,2
/proc/712526/task/712528/stat : 712528 (java) R 712523 712526 712267 0 -1 4194368 6411 0 0 0 60 2 0 0 20 0 19 0 139577156 19498610688 40193 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
[pid=712526/tid=712537] ppid=712523 vsize=19041612 memory=13196 CPUtime=0 cores=0,2
/proc/712526/task/712537/stat : 712537 (Finalizer) S 712523 712526 712267 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139577159 19498610688 40193 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
[pid=712526/tid=712544] ppid=712523 vsize=19041612 memory=2320 CPUtime=0 cores=0,2
/proc/712526/task/712544/stat : 712544 (Common-Cleaner) S 712523 712526 712267 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139577160 19498610688 40193 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
[pid=712526/tid=712546] ppid=712523 vsize=19041612 memory=2028 CPUtime=0 cores=0,2
/proc/712526/task/712546/stat : 712546 (Timer-0) S 712523 712526 712267 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 139577175 19498610688 40193 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 160772 KiB

[startup+1.50056 s]
/proc/loadavg: 0.08 0.10 0.09 8/331 712548
/proc/meminfo: memFree=126432348/131524600 swapFree=131071996/131071996
[pid=712526] ppid=712523 vsize=19108176 memory=186832 CPUtime=2.86 cores=0,2
/proc/712526/stat : 712526 (java) S 712523 712526 712267 0 -1 1077936128 22284 0 0 0 281 5 0 0 20 0 20 0 139577156 19566772224 46708 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
/proc/712526/statm: 4777044 46708 5854 1 0 555448 0
[pid=712526/tid=712528] ppid=712523 vsize=19108176 memory=13196 CPUtime=1.37 cores=0,2
/proc/712526/task/712528/stat : 712528 (java) R 712523 712526 712267 0 -1 4194368 7039 0 0 0 134 3 0 0 20 0 20 0 139577156 19566772224 46708 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
[pid=712526/tid=712537] ppid=712523 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/712526/task/712537/stat : 712537 (Finalizer) S 712523 712526 712267 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139577159 19566772224 46708 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
[pid=712526/tid=712544] ppid=712523 vsize=19108176 memory=2320 CPUtime=0 cores=0,2
/proc/712526/task/712544/stat : 712544 (Common-Cleaner) S 712523 712526 712267 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 139577160 19566772224 46708 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
[pid=712526/tid=712546] ppid=712523 vsize=19108176 memory=2028 CPUtime=0 cores=0,2
/proc/712526/task/712546/stat : 712546 (Timer-0) S 712523 712526 712267 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139577175 19566772224 46708 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 186832 KiB

[startup+3.10559 s]
/proc/loadavg: 0.55 0.20 0.12 5/331 712548
/proc/meminfo: memFree=125922936/131524600 swapFree=131071996/131071996
[pid=712526] ppid=712523 vsize=19108176 memory=274084 CPUtime=5.84 cores=0,2
/proc/712526/stat : 712526 (java) S 712523 712526 712267 0 -1 1077936128 28215 0 0 0 576 8 0 0 20 0 20 0 139577156 19566772224 68521 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
/proc/712526/statm: 4777044 68521 5886 1 0 558112 0
[pid=712526/tid=712528] ppid=712523 vsize=19108176 memory=0 CPUtime=2.94 cores=0,2
/proc/712526/task/712528/stat : 712528 (java) R 712523 712526 712267 0 -1 4194368 7567 0 0 0 290 4 0 0 20 0 20 0 139577156 19566772224 68521 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
[pid=712526/tid=712537] ppid=712523 vsize=19108176 memory=-8960867391359066812 CPUtime=0 cores=0,2
/proc/712526/task/712537/stat : 712537 (Finalizer) S 712523 712526 712267 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139577159 19566772224 68521 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
[pid=712526/tid=712544] ppid=712523 vsize=19108176 memory=13196 CPUtime=0 cores=0,2
/proc/712526/task/712544/stat : 712544 (Common-Cleaner) S 712523 712526 712267 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 139577160 19566772224 68521 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
[pid=712526/tid=712546] ppid=712523 vsize=19108176 memory=2320 CPUtime=0 cores=0,2
/proc/712526/task/712546/stat : 712546 (Timer-0) S 712523 712526 712267 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139577175 19566772224 68521 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
Current children cumulated CPU time: 5.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 274084 KiB

[startup+6.30027 s]
/proc/loadavg: 0.55 0.20 0.12 5/331 712548
/proc/meminfo: memFree=124274900/131524600 swapFree=131071996/131071996
[pid=712526] ppid=712523 vsize=19108176 memory=829432 CPUtime=9.22 cores=0,2
/proc/712526/stat : 712526 (java) S 712523 712526 712267 0 -1 1077936128 28974 0 0 0 903 19 0 0 20 0 20 0 139577156 19566772224 207358 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
/proc/712526/statm: 4777044 207358 5886 1 0 558113 0
[pid=712526/tid=712528] ppid=712523 vsize=19108176 memory=2320 CPUtime=6.11 cores=0,2
/proc/712526/task/712528/stat : 712528 (java) R 712523 712526 712267 0 -1 4194368 8239 0 0 0 596 15 0 0 20 0 20 0 139577156 19566772224 207358 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
[pid=712526/tid=712537] ppid=712523 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/712526/task/712537/stat : 712537 (Finalizer) S 712523 712526 712267 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139577159 19566772224 207358 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
[pid=712526/tid=712544] ppid=712523 vsize=19108176 memory=13196 CPUtime=0 cores=0,2
/proc/712526/task/712544/stat : 712544 (Common-Cleaner) S 712523 712526 712267 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 139577160 19566772224 207358 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
[pid=712526/tid=712546] ppid=712523 vsize=19108176 memory=-5158697563450915880 CPUtime=0 cores=0,2
/proc/712526/task/712546/stat : 712546 (Timer-0) S 712523 712526 712267 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139577175 19566772224 207358 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
Current children cumulated CPU time: 9.22 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 829432 KiB

[startup+12.7003 s]
/proc/loadavg: 0.83 0.27 0.14 5/331 712550
/proc/meminfo: memFree=124210700/131524600 swapFree=131071996/131071996
[pid=712526] ppid=712523 vsize=19108176 memory=950452 CPUtime=15.73 cores=0,2
/proc/712526/stat : 712526 (java) S 712523 712526 712267 0 -1 1077936128 35400 0 0 0 1550 23 0 0 20 0 20 0 139577156 19566772224 237613 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
/proc/712526/statm: 4777044 237613 5886 1 0 558113 0
[pid=712526/tid=712528] ppid=712523 vsize=19108176 memory=13196 CPUtime=12.46 cores=0,2
/proc/712526/task/712528/stat : 712528 (java) R 712523 712526 712267 0 -1 4194368 9921 0 0 0 1228 18 0 0 20 0 20 0 139577156 19566772224 237613 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
[pid=712526/tid=712537] ppid=712523 vsize=19108176 memory=835712 CPUtime=0 cores=0,2
/proc/712526/task/712537/stat : 712537 (Finalizer) S 712523 712526 712267 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139577159 19566772224 237613 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
[pid=712526/tid=712544] ppid=712523 vsize=19108176 memory=37008 CPUtime=0 cores=0,2
/proc/712526/task/712544/stat : 712544 (Common-Cleaner) S 712523 712526 712267 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 139577160 19566772224 237613 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
[pid=712526/tid=712546] ppid=712523 vsize=19108176 memory=13196 CPUtime=0 cores=0,2
/proc/712526/task/712546/stat : 712546 (Timer-0) S 712523 712526 712267 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139577175 19566772224 237613 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
Current children cumulated CPU time: 15.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 950452 KiB

[startup+25.5003 s]
/proc/loadavg: 1.53 0.45 0.20 7/329 712748
/proc/meminfo: memFree=123665468/131524600 swapFree=131071996/131071996
[pid=712526] ppid=712523 vsize=19108176 memory=1341716 CPUtime=28.55 cores=0,2
/proc/712526/stat : 712526 (java) S 712523 712526 712267 0 -1 1077936128 41306 0 0 0 2822 33 0 0 20 0 20 0 139577156 19566772224 335429 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
/proc/712526/statm: 4777044 335429 5886 1 0 558113 0
[pid=712526/tid=712528] ppid=712523 vsize=19108176 memory=11536 CPUtime=25.14 cores=0,2
/proc/712526/task/712528/stat : 712528 (java) R 712523 712526 712267 0 -1 4194368 11998 0 0 0 2489 25 0 0 20 0 20 0 139577156 19566772224 335429 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
[pid=712526/tid=712537] ppid=712523 vsize=19108176 memory=13196 CPUtime=0 cores=0,2
/proc/712526/task/712537/stat : 712537 (Finalizer) S 712523 712526 712267 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139577159 19566772224 335429 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
[pid=712526/tid=712544] ppid=712523 vsize=19108176 memory=1028364 CPUtime=0 cores=0,2
/proc/712526/task/712544/stat : 712544 (Common-Cleaner) S 712523 712526 712267 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 139577160 19566772224 335429 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
[pid=712526/tid=712546] ppid=712523 vsize=19108176 memory=340 CPUtime=0 cores=0,2
/proc/712526/task/712546/stat : 712546 (Timer-0) S 712523 712526 712267 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139577175 19566772224 335429 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
Current children cumulated CPU time: 28.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1341716 KiB

[startup+51.1057 s]
/proc/loadavg: 2.66 0.80 0.33 5/331 712822
/proc/meminfo: memFree=122756288/131524600 swapFree=131071996/131071996
[pid=712526] ppid=712523 vsize=19108176 memory=1351996 CPUtime=54.12 cores=0,2
/proc/712526/stat : 712526 (java) S 712523 712526 712267 0 -1 1077936128 47509 0 0 0 5377 35 0 0 20 0 20 0 139577156 19566772224 337999 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
/proc/712526/statm: 4777044 337999 5886 1 0 558113 0
[pid=712526/tid=712528] ppid=712523 vsize=19108176 memory=1349948 CPUtime=50.55 cores=0,2

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

/proc/712526/task/712546/stat : 712546 (Timer-0) S 712523 712526 712267 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139577175 19566772224 388238 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
Current children cumulated CPU time: 884.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1552952 KiB

[startup+942.3 s]
/proc/loadavg: 4.09 3.97 2.71 5/332 712985
/proc/meminfo: memFree=118856640/131524600 swapFree=131071996/131071996
[pid=712526] ppid=712523 vsize=19108176 memory=1561144 CPUtime=944.6 cores=0,2
/proc/712526/stat : 712526 (java) S 712523 712526 712267 0 -1 1077936128 120041 0 0 0 94379 81 0 0 20 0 20 0 139577156 19566772224 390286 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
/proc/712526/statm: 4777044 390286 5901 1 0 558129 0
[pid=712526/tid=712528] ppid=712523 vsize=19108176 memory=13196 CPUtime=934.86 cores=0,2
/proc/712526/task/712528/stat : 712528 (java) R 712523 712526 712267 0 -1 4194368 44084 0 0 0 93452 34 0 0 20 0 20 0 139577156 19566772224 390286 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
[pid=712526/tid=712537] ppid=712523 vsize=19108176 memory=1555000 CPUtime=0 cores=0,2
/proc/712526/task/712537/stat : 712537 (Finalizer) S 712523 712526 712267 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139577159 19566772224 390286 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
[pid=712526/tid=712544] ppid=712523 vsize=19108176 memory=1559096 CPUtime=0 cores=0,2
/proc/712526/task/712544/stat : 712544 (Common-Cleaner) S 712523 712526 712267 0 -1 1077936192 990 0 0 0 0 0 0 0 20 0 20 0 139577160 19566772224 390286 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
[pid=712526/tid=712546] ppid=712523 vsize=19108176 memory=2244 CPUtime=0 cores=0,2
/proc/712526/task/712546/stat : 712546 (Timer-0) S 712523 712526 712267 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139577175 19566772224 390286 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
Current children cumulated CPU time: 944.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1561144 KiB

[startup+1002.3 s]
/proc/loadavg: 4.45 4.11 2.84 5/332 712996
/proc/meminfo: memFree=118833684/131524600 swapFree=131071996/131071996
[pid=712526] ppid=712523 vsize=19108176 memory=1571392 CPUtime=1004.5 cores=0,2
/proc/712526/stat : 712526 (java) S 712523 712526 712267 0 -1 1077936128 121603 0 0 0 100367 83 0 0 20 0 20 0 139577156 19566772224 392848 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
/proc/712526/statm: 4777044 392848 5901 1 0 558129 0
[pid=712526/tid=712528] ppid=712523 vsize=19108176 memory=1569344 CPUtime=994.46 cores=0,2
/proc/712526/task/712528/stat : 712528 (java) R 712523 712526 712267 0 -1 4194368 45407 0 0 0 99412 34 0 0 20 0 20 0 139577156 19566772224 392848 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
[pid=712526/tid=712537] ppid=712523 vsize=19108176 memory=11536 CPUtime=0 cores=0,2
/proc/712526/task/712537/stat : 712537 (Finalizer) S 712523 712526 712267 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139577159 19566772224 392848 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
[pid=712526/tid=712544] ppid=712523 vsize=19108176 memory=13196 CPUtime=0 cores=0,2
/proc/712526/task/712544/stat : 712544 (Common-Cleaner) S 712523 712526 712267 0 -1 1077936192 1033 0 0 0 0 0 0 0 20 0 20 0 139577160 19566772224 392848 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
[pid=712526/tid=712546] ppid=712523 vsize=19108176 memory=1800 CPUtime=0 cores=0,2
/proc/712526/task/712546/stat : 712546 (Timer-0) S 712523 712526 712267 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139577175 19566772224 392848 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
Current children cumulated CPU time: 1004.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1571392 KiB

[startup+1062.3 s]
/proc/loadavg: 4.22 4.11 2.92 5/332 713006
/proc/meminfo: memFree=118742740/131524600 swapFree=131071996/131071996
[pid=712526] ppid=712523 vsize=19108176 memory=1577596 CPUtime=1064.59 cores=0,2
/proc/712526/stat : 712526 (java) S 712523 712526 712267 0 -1 1077936128 127189 0 0 0 106373 86 0 0 20 0 20 0 139577156 19566772224 394399 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
/proc/712526/statm: 4777044 394399 5901 1 0 558129 0
[pid=712526/tid=712528] ppid=712523 vsize=19108176 memory=1575540 CPUtime=1054.05 cores=0,2
/proc/712526/task/712528/stat : 712528 (java) R 712523 712526 712267 0 -1 4194368 46801 0 0 0 105370 35 0 0 20 0 20 0 139577156 19566772224 394399 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
[pid=712526/tid=712537] ppid=712523 vsize=19108176 memory=2320 CPUtime=0 cores=0,2
/proc/712526/task/712537/stat : 712537 (Finalizer) S 712523 712526 712267 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139577159 19566772224 394399 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
[pid=712526/tid=712544] ppid=712523 vsize=19108176 memory=37008 CPUtime=0 cores=0,2
/proc/712526/task/712544/stat : 712544 (Common-Cleaner) S 712523 712526 712267 0 -1 1077936192 1099 0 0 0 0 0 0 0 20 0 20 0 139577160 19566772224 394399 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
[pid=712526/tid=712546] ppid=712523 vsize=19108176 memory=13196 CPUtime=0 cores=0,2
/proc/712526/task/712546/stat : 712546 (Timer-0) S 712523 712526 712267 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139577175 19566772224 394399 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
Current children cumulated CPU time: 1064.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1577596 KiB

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

# cumulated CPU time of all completed processes:  user=1066.89 s, system=0.881765 s

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

[startup+1062.4 s]
/proc/loadavg: 4.22 4.11 2.92 5/332 713006
/proc/meminfo: memFree=118742740/131524600 swapFree=131071996/131071996
[pid=712526] ppid=712523 vsize=19108176 memory=1577596 CPUtime=1064.69 cores=0,2
/proc/712526/stat : 712526 (java) S 712523 712526 712267 0 -1 1077936128 127189 0 0 0 106383 86 0 0 20 0 20 0 139577156 19566772224 394399 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
/proc/712526/statm: 4777044 394399 5901 1 0 558129 0
[pid=712526/tid=712528] ppid=712523 vsize=19108176 memory=1577588 CPUtime=1054.15 cores=0,2
/proc/712526/task/712528/stat : 712528 (java) R 712523 712526 712267 0 -1 4194368 46801 0 0 0 105380 35 0 0 20 0 20 0 139577156 19566772224 394399 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
[pid=712526/tid=712537] ppid=712523 vsize=19108176 memory=11536 CPUtime=0 cores=0,2
/proc/712526/task/712537/stat : 712537 (Finalizer) S 712523 712526 712267 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139577159 19566772224 394399 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
[pid=712526/tid=712544] ppid=712523 vsize=19108176 memory=1577588 CPUtime=0 cores=0,2
/proc/712526/task/712544/stat : 712544 (Common-Cleaner) S 712523 712526 712267 0 -1 1077936192 1099 0 0 0 0 0 0 0 20 0 20 0 139577160 19566772224 394399 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
[pid=712526/tid=712546] ppid=712523 vsize=19108176 memory=1577588 CPUtime=0 cores=0,2
/proc/712526/task/712546/stat : 712546 (Timer-0) S 712523 712526 712267 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139577175 19566772224 394399 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
Current children cumulated CPU time: 1064.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1577596 KiB

[startup+1064 s]*
/proc/loadavg: 4.20 4.10 2.92 5/332 713006
/proc/meminfo: memFree=118742708/131524600 swapFree=131071996/131071996
[pid=712526] ppid=712523 vsize=19108176 memory=1577596 CPUtime=1066.3 cores=0,2
/proc/712526/stat : 712526 (java) S 712523 712526 712267 0 -1 1077936128 127195 0 0 0 106543 87 0 0 20 0 20 0 139577156 19566772224 394399 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
/proc/712526/statm: 4777044 394399 5901 1 0 558129 0
[pid=712526/tid=712528] ppid=712523 vsize=19108176 memory=-8670664491347124924 CPUtime=1055.75 cores=0,2
/proc/712526/task/712528/stat : 712528 (java) R 712523 712526 712267 0 -1 4194368 46804 0 0 0 105540 35 0 0 20 0 20 0 139577156 19566772224 394399 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
[pid=712526/tid=712537] ppid=712523 vsize=19108176 memory=5120 CPUtime=0 cores=0,2
/proc/712526/task/712537/stat : 712537 (Finalizer) S 712523 712526 712267 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139577159 19566772224 394399 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
[pid=712526/tid=712544] ppid=712523 vsize=19108176 memory=1577588 CPUtime=0 cores=0,2
/proc/712526/task/712544/stat : 712544 (Common-Cleaner) S 712523 712526 712267 0 -1 1077936192 1099 0 0 0 0 0 0 0 20 0 20 0 139577160 19566772224 394399 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
[pid=712526/tid=712546] ppid=712523 vsize=19108176 memory=2844 CPUtime=0 cores=0,2
/proc/712526/task/712546/stat : 712546 (Timer-0) S 712523 712526 712267 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139577175 19566772224 394399 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
Current children cumulated CPU time: 1066.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1577596 KiB

[startup+1064.8 s]
/proc/loadavg: 4.20 4.10 2.92 5/332 713006
/proc/meminfo: memFree=118742708/131524600 swapFree=131071996/131071996
[pid=712526] ppid=712523 vsize=19108176 memory=1577596 CPUtime=1067.1 cores=0,2
/proc/712526/stat : 712526 (java) S 712523 712526 712267 0 -1 1077936128 127206 0 0 0 106623 87 0 0 20 0 20 0 139577156 19566772224 394399 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
/proc/712526/statm: 4777044 394399 5901 1 0 558129 0
[pid=712526/tid=712528] ppid=712523 vsize=19108176 memory=37008 CPUtime=1056.54 cores=0,2
/proc/712526/task/712528/stat : 712528 (java) R 712523 712526 712267 0 -1 4194368 46813 0 0 0 105619 35 0 0 20 0 20 0 139577156 19566772224 394399 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
[pid=712526/tid=712537] ppid=712523 vsize=19108176 memory=13196 CPUtime=0 cores=0,2
/proc/712526/task/712537/stat : 712537 (Finalizer) S 712523 712526 712267 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139577159 19566772224 394399 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
[pid=712526/tid=712544] ppid=712523 vsize=19108176 memory=5472 CPUtime=0 cores=0,2
/proc/712526/task/712544/stat : 712544 (Common-Cleaner) S 712523 712526 712267 0 -1 1077936192 1099 0 0 0 0 0 0 0 20 0 20 0 139577160 19566772224 394399 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
[pid=712526/tid=712546] ppid=712523 vsize=19108176 memory=1800 CPUtime=0 cores=0,2
/proc/712526/task/712546/stat : 712546 (Timer-0) S 712523 712526 712267 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139577175 19566772224 394399 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
Current children cumulated CPU time: 1067.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1577596 KiB

[startup+1065.2 s]
/proc/loadavg: 4.20 4.10 2.92 5/332 713006
/proc/meminfo: memFree=118742716/131524600 swapFree=131071996/131071996
[pid=712526] ppid=712523 vsize=19108176 memory=1577596 CPUtime=1067.5 cores=0,2
/proc/712526/stat : 712526 (java) S 712523 712526 712267 0 -1 1077936128 127210 0 0 0 106663 87 0 0 20 0 20 0 139577156 19566772224 394399 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
/proc/712526/statm: 4777044 394399 5901 1 0 558129 0
[pid=712526/tid=712528] ppid=712523 vsize=19108176 memory=19440 CPUtime=1056.94 cores=0,2
/proc/712526/task/712528/stat : 712528 (java) R 712523 712526 712267 0 -1 4194368 46817 0 0 0 105659 35 0 0 20 0 20 0 139577156 19566772224 394399 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
[pid=712526/tid=712537] ppid=712523 vsize=19108176 memory=31596 CPUtime=0 cores=0,2
/proc/712526/task/712537/stat : 712537 (Finalizer) S 712523 712526 712267 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139577159 19566772224 394399 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
[pid=712526/tid=712544] ppid=712523 vsize=19108176 memory=30348 CPUtime=0 cores=0,2
/proc/712526/task/712544/stat : 712544 (Common-Cleaner) S 712523 712526 712267 0 -1 1077936192 1099 0 0 0 0 0 0 0 20 0 20 0 139577160 19566772224 394399 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
[pid=712526/tid=712546] ppid=712523 vsize=19108176 memory=11536 CPUtime=0 cores=0,2
/proc/712526/task/712546/stat : 712546 (Timer-0) S 712523 712526 712267 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139577175 19566772224 394399 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
Current children cumulated CPU time: 1067.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1577596 KiB

[startup+1065.41 s]
/proc/loadavg: 4.20 4.10 2.92 5/332 713006
/proc/meminfo: memFree=118742716/131524600 swapFree=131071996/131071996
[pid=712526] ppid=712523 vsize=19109204 memory=1577704 CPUtime=1067.71 cores=0,2
/proc/712526/stat : 712526 (java) S 712523 712526 712267 0 -1 1077936128 128673 0 0 0 106684 87 0 0 20 0 21 0 139577156 19567824896 394426 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
/proc/712526/statm: 4777301 394426 5900 1 0 558433 0
[pid=712526/tid=712528] ppid=712523 vsize=19109204 memory=15829 CPUtime=1057.14 cores=0,2
/proc/712526/task/712528/stat : 712528 (java) S 712523 712526 712267 0 -1 1077936192 48235 0 0 0 105679 35 0 0 20 0 21 0 139577156 19567824896 394426 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
[pid=712526/tid=712537] ppid=712523 vsize=19109204 memory=1088 CPUtime=0 cores=0,2
/proc/712526/task/712537/stat : 712537 (Finalizer) S 712523 712526 712267 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 139577159 19567824896 394426 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
[pid=712526/tid=712544] ppid=712523 vsize=19109204 memory=3473174924590579794 CPUtime=0 cores=0,2
/proc/712526/task/712544/stat : 712544 (Common-Cleaner) S 712523 712526 712267 0 -1 1077936192 1099 0 0 0 0 0 0 0 20 0 21 0 139577160 19567824896 394426 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
[pid=712526/tid=712546] ppid=712523 vsize=19109204 memory=26116 CPUtime=0 cores=0,2
/proc/712526/task/712546/stat : 712546 (Timer-0) S 712523 712526 712267 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 139577175 19567824896 394426 134679101440 94419690250240 94419690253936 140721927016496 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94419690261752 94419690262544 94419715948544 140721927021526 140721927021639 140721927021639 140721927028680 0
Current children cumulated CPU time: 1067.71 s
Current children cumulated vsize: 19109204 KiB
Current children cumulated memory: 1577704 KiB

Child status: 30

Real time (s): 1065.45
CPU time (s): 1067.77
CPU user time (s): 1066.89
CPU system time (s): 0.881765
CPU usage (%): 100.218
Max. virtual memory (cumulated for all children) (KiB): 19109204
Max. memory (cumulated for all children) (KiB): 1577704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1066.89
system time used= 0.881765
maximum resident set size= 1579008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129694
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1216
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37455
involuntary context switches= 8856


# summary of solver processes directly reported to runsolver:
#   pid: 712526
#   total CPU time (s): 1067.77
#   total CPU user time (s): 1066.89
#   total CPU system time (s): 0.881765

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.92835 second user time and 5.56926 second system time

The end

Launcher Data

Begin job on nodeC017 at 2024-07-13 14:36:06
IDJOB=4424292
IDBENCH=143758
IDSOLVER=3035
FILE ID=nodeC017/4424292-1720874153
RUNJOBID= nodeC017-1720874164-712277
SLURM_JOB_ID= 7483748
Free space on /tmp= 890068 MiB

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

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

MD5SUM BENCH= a8e26e0eab79e9f1a54c86bac5b7dd59
RANDOM SEED=642242431

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.743
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.722
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.99
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3602.395
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.760
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.99
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3614.673
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.722
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.99
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3608.034
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.722
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.99
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        127484980 kB
MemAvailable:   127966788 kB
Buffers:          322180 kB
Cached:          1004572 kB
SwapCached:            0 kB
Active:           567324 kB
Inactive:        2907524 kB
Active(anon):       1536 kB
Inactive(anon):  2184276 kB
Active(file):     565788 kB
Inactive(file):   723248 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             16232 kB
Writeback:             0 kB
AnonPages:       2150572 kB
Mapped:           122040 kB
Shmem:             37720 kB
KReclaimable:      64836 kB
Slab:             161688 kB
SReclaimable:      64836 kB
SUnreclaim:        96852 kB
KernelStack:        4932 kB
PageTables:        14084 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    9302796 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            53472 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1898496 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:      162516 kB
DirectMap2M:    11145216 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 890068 MiB
End job on nodeC017 at 2024-07-13 14:53:51