Trace number 4424507

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 269.238 265.932

General information on the benchmark

NamePB24/WBO/SOFT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111221624--soft-0-100-0.wbo
MD5SUMd8bde1d9f75ba3ef092f7984f4cee006
Bench CategorySOFT-LIN (WBO, only soft constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.424957
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 constraints101
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 5034
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 5033
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1248
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.06/0.76	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.06/0.76	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.76	c See www.sat4j.org for details.
0.09/0.83	c version CUSTOM.v20240707
0.09/0.84	c java.runtime.name	OpenJDK Runtime Environment
0.09/0.84	c java.vm.name		OpenJDK 64-Bit Server VM
0.09/0.84	c java.vm.version	22.0.1+8-16
0.09/0.84	c java.vm.vendor	Oracle Corporation
0.09/0.84	c sun.arch.data.model	64
0.09/0.84	c java.version		22.0.1
0.09/0.84	c os.name		Linux
0.09/0.84	c os.version		4.18.0-301.1.el8.x86_64
0.09/0.84	c os.arch		amd64
0.09/0.84	c Free memory 		2104792832
0.09/0.84	c Max memory 		16282288128
0.09/0.84	c Total memory 		2113929216
0.09/0.84	c Number of processors 	2
0.16/0.98	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.16/0.98	 - never skip resolution steps
0.16/0.98	 - Auto-division on coefficients is disabled
0.16/0.98	 - No postprocessing
0.16/0.98	 - Conflict is considered as is when resolving
0.16/0.98	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.16/0.98	 - Weaken first using unassigned literals
0.16/0.98	 - Bump strategy: ALWAYS_ONE
0.16/0.98	 - Bumper: ASSIGNED
0.16/0.98	--- Begin Solver configuration ---
0.16/0.98	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.16/0.98	Learn all clauses as in MiniSAT
0.16/0.98	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.16/0.98	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.16/0.98	No reason simplification
0.16/0.98	Armin Biere (Picosat) restarts strategy
0.16/0.98	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.16/0.98	timeout=2147483s
0.16/0.98	DB Simplification allowed=false
0.16/0.98	Listener: none
0.16/0.98	--- End Solver configuration ---
0.16/0.98	c Pseudo Boolean Optimization by upper bound
0.16/0.98	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.16/0.98	c  - never skip resolution steps
0.16/0.98	c  - Auto-division on coefficients is disabled
0.16/0.98	c  - No postprocessing
0.16/0.98	c  - Conflict is considered as is when resolving
0.16/0.98	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.16/0.98	c  - Weaken first using unassigned literals
0.16/0.98	c  - Bump strategy: ALWAYS_ONE
0.16/0.98	c  - Bumper: ASSIGNED
0.16/0.98	c --- Begin Solver configuration ---
0.16/0.98	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.16/0.98	c Learn all clauses as in MiniSAT
0.16/0.98	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.16/0.98	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.16/0.98	c No reason simplification
0.16/0.98	c Armin Biere (Picosat) restarts strategy
0.16/0.98	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.16/0.98	c timeout=2147483s
0.16/0.98	c DB Simplification allowed=false
0.16/0.98	c Listener: none
0.16/0.98	c --- End Solver configuration ---
0.16/0.98	c solving HOME/instance-4424507-1720874152.wbo
0.16/0.98	c reading problem ... 
0.28/1.01	c ... done. Wall clock time 0.03s.
0.28/1.01	c declared #vars     169
0.28/1.01	c internal #vars     270
0.28/1.01	c #constraints  102
0.28/1.01	c constraints type 
0.28/1.01	c org.sat4j.specs.Constr$1 => 1
0.28/1.01	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 71
0.28/1.01	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30
0.28/1.01	c 102 constraints processed.
0.28/1.03	c objective function length is 101 literals
0.47/1.13	c SATISFIABLE
0.47/1.13	c OPTIMIZING...
0.47/1.14	c Got one! Elapsed wall clock time (in seconds):0.152
0.47/1.14	o 3526
0.85/1.36	c Got one! Elapsed wall clock time (in seconds):0.381
0.85/1.36	o 3523
1.65/1.73	c Got one! Elapsed wall clock time (in seconds):0.757
1.65/1.73	o 3520
2.25/2.09	c Got one! Elapsed wall clock time (in seconds):1.102
2.25/2.09	o 3502
3.43/2.69	c Got one! Elapsed wall clock time (in seconds):1.711
3.43/2.69	o 3496
5.84/3.95	c Got one! Elapsed wall clock time (in seconds):2.97
5.84/3.95	o 3469
6.59/4.53	c Got one! Elapsed wall clock time (in seconds):3.555
6.59/4.53	o 3468
7.84/5.78	c Got one! Elapsed wall clock time (in seconds):4.801
7.84/5.78	o 3464
9.98/7.81	c Got one! Elapsed wall clock time (in seconds):6.828
9.98/7.81	o 3449
13.99/11.84	c Got one! Elapsed wall clock time (in seconds):10.858
13.99/11.84	o 3448
15.89/13.78	c Got one! Elapsed wall clock time (in seconds):12.799
15.89/13.78	o 3446
18.42/16.12	c Got one! Elapsed wall clock time (in seconds):15.138
18.42/16.12	o 3438
22.90/20.61	c Got one! Elapsed wall clock time (in seconds):19.634
22.90/20.61	o 3426
30.90/28.66	c Got one! Elapsed wall clock time (in seconds):27.682
30.90/28.66	o 3415
44.28/42.03	c Got one! Elapsed wall clock time (in seconds):41.054
44.28/42.03	o 3405
47.47/45.26	c Got one! Elapsed wall clock time (in seconds):44.279
47.47/45.26	o 3404
52.87/50.61	c Got one! Elapsed wall clock time (in seconds):49.628
52.87/50.61	o 3390
60.17/57.94	c Got one! Elapsed wall clock time (in seconds):56.959
60.17/57.94	o 3380
73.06/70.85	c Got one! Elapsed wall clock time (in seconds):69.873
73.06/70.85	o 3372
92.85/90.68	c Got one! Elapsed wall clock time (in seconds):89.697
92.85/90.68	o 3371
130.57/128.31	c Got one! Elapsed wall clock time (in seconds):127.331
130.57/128.31	o 3357
135.40/133.16	c Got one! Elapsed wall clock time (in seconds):132.18
135.40/133.16	o 3355
144.30/142.09	c Got one! Elapsed wall clock time (in seconds):141.109
144.30/142.09	o 3348
156.58/154.30	c Got one! Elapsed wall clock time (in seconds):153.321
156.58/154.30	o 3347
182.64/180.30	c Got one! Elapsed wall clock time (in seconds):179.321
182.64/180.30	o 3346
226.29/223.34	c Got one! Elapsed wall clock time (in seconds):222.364
226.29/223.34	o 3337
268.34/265.13	c Got one! Elapsed wall clock time (in seconds):264.152
268.34/265.13	o 2
269.19/265.90	c starts		: 53
269.19/265.90	c conflicts		: 6902
269.19/265.90	c decisions		: 34057
269.19/265.90	c propagations		: 225255
269.19/265.90	c inspects		: 72271951
269.19/265.90	c shortcuts		: 0
269.19/265.90	c learnt literals	: 0
269.19/265.90	c learnt binary clauses	: 0
269.19/265.90	c learnt ternary clauses	: 0
269.19/265.90	c learnt constraints	: 6902
269.19/265.90	c ignored constraints	: 0
269.19/265.91	c root simplifications	: 0
269.19/265.91	c removed literals (reason simplification)	: 0
269.19/265.91	c reason swapping (by a shorter reason)	: 0
269.19/265.91	c Calls to reduceDB	: 0
269.19/265.91	c Number of update (reduction) of LBD	: 0
269.19/265.91	c Imported unit clauses	: 0
269.19/265.91	c No decision after first conflict	: false
269.19/265.91	c number of reductions to clauses (during analyze)	: 0
269.19/265.91	c number of learned constraints concerned by reduction	: 0
269.19/265.91	c number of learning phase by resolution	: 0
269.19/265.91	c number of learning phase by cutting planes	: 0
269.19/265.91	c number of rounding to 1 operations	: 34382
269.19/265.91	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
269.19/265.91	c number of reductions of the coefficients by power 2 	: 0
269.19/265.91	c number of right shift for reduction by power 2 	: 0
269.19/265.91	c number of reductions of the coefficients by GCD over coefficients 	: 0
269.19/265.91	c number of ending skipping 	: 0
269.19/265.91	c number of internal skipping 	: 0
269.19/265.91	c number of derivation steps 	: 51244
269.19/265.91	c number of skipped derivation steps 	: 0
269.19/265.91	c number of remaining unassigned 	: 10016
269.19/265.91	c number of remaining assigned 	: 1378973
269.19/265.91	c number of falsified literals weakened from reason	: 0
269.19/265.91	c number of falsified literals weakened from conflict	: 0
269.19/265.91	c time for arithmetic operations	: 191951377
269.19/265.91	c minimum degree of deleted constraints	: null
269.19/265.91	c maximum degree of deleted constraints	: null
269.19/265.91	c number of deleted constraints	: 0
269.19/265.91	c speed (assignments/second)	: 850.3943250416222
269.19/265.91	c non guided choices	: 870
269.19/265.91	s OPTIMUM FOUND
269.19/265.91	c Found 27 solution(s)
269.19/265.92	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 
269.19/265.92	c objective function=2
269.19/265.92	c Total wall clock time (in seconds): 264.941

Verifier Data

OK	2

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63968 MiB (63111 MiB free)
  memory of node 1: 64473 MiB (63727 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

Current StackSize limit: 8192 KiB

solver pid=707297, runsolver pid=707293

[startup+0.100099 s]*
/proc/loadavg: 0.08 0.09 0.09 1/276 707323
/proc/meminfo: memFree=129849724/131524600 swapFree=131071996/131071996
[pid=707297] ppid=707293 vsize=18175400 memory=28644 CPUtime=0 cores=1,3
/proc/707297/stat : 707297 (java) S 707293 707297 707233 0 -1 1077936128 2361 0 6 0 0 0 0 0 20 0 7 0 139581360 18611609600 7161 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 0 0 16784588 0 0 0 17 3 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
/proc/707297/statm: 4543850 7161 3646 1 0 542675 0
[pid=707297/tid=707299] ppid=707293 vsize=18175400 memory=4026531971 CPUtime=0 cores=1,3
/proc/707297/task/707299/stat : 707299 (java) D 707293 707297 707233 0 -1 4194368 1799 0 6 0 0 0 0 0 20 0 7 0 139581361 18611609600 7161 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16784588 0 0 0 -1 1 0 0 6 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 18175400 KiB
Current children cumulated memory: 28644 KiB

[startup+0.20499 s]*
/proc/loadavg: 0.08 0.09 0.09 1/276 707323
/proc/meminfo: memFree=129842924/131524600 swapFree=131071996/131071996
[pid=707297] ppid=707293 vsize=18175400 memory=30536 CPUtime=0.01 cores=1,3
/proc/707297/stat : 707297 (java) S 707293 707297 707233 0 -1 1077936128 2800 0 7 0 0 1 0 0 20 0 7 0 139581360 18611609600 7634 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 0 0 16784588 0 0 0 17 3 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
/proc/707297/statm: 4543850 7634 3677 1 0 542675 0
[pid=707297/tid=707299] ppid=707293 vsize=18175400 memory=3461362060219711619 CPUtime=0 cores=1,3
/proc/707297/task/707299/stat : 707299 (java) D 707293 707297 707233 0 -1 4194368 2238 0 7 0 0 0 0 0 20 0 7 0 139581361 18611609600 7634 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16784588 0 0 0 -1 1 0 0 19 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 18175400 KiB
Current children cumulated memory: 30536 KiB

[startup+0.304546 s]*
/proc/loadavg: 0.08 0.09 0.09 1/285 707335
/proc/meminfo: memFree=129803464/131524600 swapFree=131071996/131071996
[pid=707297] ppid=707293 vsize=18175400 memory=34888 CPUtime=0.01 cores=1,3
/proc/707297/stat : 707297 (java) S 707293 707297 707233 0 -1 1077936128 3863 0 8 0 0 1 0 0 20 0 7 0 139581360 18611609600 8722 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 0 0 16784588 0 0 0 17 3 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
/proc/707297/statm: 4543850 8722 3706 1 0 542675 0
[pid=707297/tid=707299] ppid=707293 vsize=18175400 memory=-8816754380848407228 CPUtime=0.01 cores=1,3
/proc/707297/task/707299/stat : 707299 (java) D 707293 707297 707233 0 -1 4194368 3301 0 8 0 0 1 0 0 20 0 7 0 139581361 18611609600 8722 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16784588 0 0 0 -1 1 0 0 29 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 18175400 KiB
Current children cumulated memory: 34888 KiB

[startup+0.700305 s]
/proc/loadavg: 0.08 0.09 0.09 9/325 707375
/proc/meminfo: memFree=129756136/131524600 swapFree=131071996/131071996
[pid=707297] ppid=707293 vsize=18975048 memory=55612 CPUtime=0.06 cores=1,3
/proc/707297/stat : 707297 (java) S 707293 707297 707233 0 -1 1077936128 6564 0 24 0 4 2 0 0 20 0 18 0 139581360 19430449152 13903 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
/proc/707297/statm: 4743762 13903 5558 1 0 548743 0
[pid=707297/tid=707299] ppid=707293 vsize=18975048 memory=1856 CPUtime=0.04 cores=1,3
/proc/707297/task/707299/stat : 707299 (java) D 707293 707297 707233 0 -1 4194368 5424 0 18 0 2 2 0 0 20 0 18 0 139581361 19430449152 13903 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 64 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
[pid=707297/tid=707352] ppid=707293 vsize=18975048 memory=39476 CPUtime=0 cores=1,3
/proc/707297/task/707352/stat : 707352 (Finalizer) S 707293 707297 707233 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 139581410 19430449152 13903 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 55612 KiB

[startup+1.50178 s]
/proc/loadavg: 0.48 0.17 0.12 13/330 707380
/proc/meminfo: memFree=129687136/131524600 swapFree=131071996/131071996
[pid=707297] ppid=707293 vsize=19108176 memory=180940 CPUtime=1.24 cores=1,3
/proc/707297/stat : 707297 (java) S 707293 707297 707233 0 -1 1077936128 15888 0 24 0 118 6 0 0 20 0 20 0 139581360 19566772224 45235 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
/proc/707297/statm: 4777044 45235 5803 1 0 555158 0
[pid=707297/tid=707299] ppid=707293 vsize=19108176 memory=0 CPUtime=0.62 cores=1,3
/proc/707297/task/707299/stat : 707299 (java) R 707293 707297 707233 0 -1 4194368 6309 0 18 0 58 4 0 0 20 0 20 0 139581361 19566772224 45235 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 81 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
[pid=707297/tid=707352] ppid=707293 vsize=19108176 memory=11640 CPUtime=0 cores=1,3
/proc/707297/task/707352/stat : 707352 (Finalizer) S 707293 707297 707233 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139581410 19566772224 45235 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
[pid=707297/tid=707380] ppid=707293 vsize=19108176 memory=39476 CPUtime=0 cores=1,3
/proc/707297/task/707380/stat : 707380 (Common-Cleaner) S 707293 707297 707233 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 139581417 19566772224 45235 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 180940 KiB

[startup+3.11276 s]
/proc/loadavg: 0.48 0.17 0.12 11/335 707585
/proc/meminfo: memFree=122537136/131524600 swapFree=131071996/131071996
[pid=707297] ppid=707293 vsize=19108176 memory=196872 CPUtime=4.41 cores=1,3
/proc/707297/stat : 707297 (java) S 707293 707297 707233 0 -1 1077936128 27692 0 24 0 433 8 0 0 20 0 20 0 139581360 19566772224 49218 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
/proc/707297/statm: 4777044 49218 5858 1 0 557804 0
[pid=707297/tid=707299] ppid=707293 vsize=19108176 memory=11640 CPUtime=2.18 cores=1,3
/proc/707297/task/707299/stat : 707299 (java) R 707293 707297 707233 0 -1 4194368 7253 0 18 0 213 5 0 0 20 0 20 0 139581361 19566772224 49218 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 81 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
[pid=707297/tid=707352] ppid=707293 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/707297/task/707352/stat : 707352 (Finalizer) S 707293 707297 707233 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139581410 19566772224 49218 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
[pid=707297/tid=707380] ppid=707293 vsize=19108176 memory=2248 CPUtime=0 cores=1,3
/proc/707297/task/707380/stat : 707380 (Common-Cleaner) S 707293 707297 707233 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 139581417 19566772224 49218 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
[pid=707297/tid=707384] ppid=707293 vsize=19108176 memory=39476 CPUtime=0 cores=1,3
/proc/707297/task/707384/stat : 707384 (Timer-0) S 707293 707297 707233 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139581463 19566772224 49218 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
Current children cumulated CPU time: 4.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 196872 KiB

[startup+6.30028 s]
/proc/loadavg: 0.92 0.27 0.15 10/335 707785
/proc/meminfo: memFree=126085020/131524600 swapFree=131071996/131071996
[pid=707297] ppid=707293 vsize=19108176 memory=585524 CPUtime=8.46 cores=1,3
/proc/707297/stat : 707297 (java) S 707293 707297 707233 0 -1 1077936128 29164 0 24 0 830 16 0 0 20 0 20 0 139581360 19566772224 146381 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
/proc/707297/statm: 4777044 146381 5861 1 0 558221 0
[pid=707297/tid=707299] ppid=707293 vsize=19108176 memory=0 CPUtime=5.33 cores=1,3
/proc/707297/task/707299/stat : 707299 (java) R 707293 707297 707233 0 -1 4194368 7536 0 18 0 521 12 0 0 20 0 20 0 139581361 19566772224 146381 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 81 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
[pid=707297/tid=707352] ppid=707293 vsize=19108176 memory=39476 CPUtime=0 cores=1,3
/proc/707297/task/707352/stat : 707352 (Finalizer) S 707293 707297 707233 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139581410 19566772224 146381 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
[pid=707297/tid=707380] ppid=707293 vsize=19108176 memory=249560 CPUtime=0 cores=1,3
/proc/707297/task/707380/stat : 707380 (Common-Cleaner) S 707293 707297 707233 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 139581417 19566772224 146381 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
[pid=707297/tid=707384] ppid=707293 vsize=19108176 memory=11640 CPUtime=0 cores=1,3
/proc/707297/task/707384/stat : 707384 (Timer-0) S 707293 707297 707233 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139581463 19566772224 146381 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
Current children cumulated CPU time: 8.46 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 585524 KiB

[startup+12.7003 s]
/proc/loadavg: 1.17 0.33 0.17 6/338 707854
/proc/meminfo: memFree=124052636/131524600 swapFree=131071996/131071996
[pid=707297] ppid=707293 vsize=19108176 memory=966548 CPUtime=14.89 cores=1,3
/proc/707297/stat : 707297 (java) S 707293 707297 707233 0 -1 1077936128 31433 0 24 0 1464 25 0 0 20 0 20 0 139581360 19566772224 241637 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
/proc/707297/statm: 4777044 241637 5861 1 0 558221 0
[pid=707297/tid=707299] ppid=707293 vsize=19108176 memory=798596 CPUtime=11.7 cores=1,3
/proc/707297/task/707299/stat : 707299 (java) R 707293 707297 707233 0 -1 4194368 9065 0 18 0 1150 20 0 0 20 0 20 0 139581361 19566772224 241637 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 81 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
[pid=707297/tid=707352] ppid=707293 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/707297/task/707352/stat : 707352 (Finalizer) S 707293 707297 707233 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139581410 19566772224 241637 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
[pid=707297/tid=707380] ppid=707293 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/707297/task/707380/stat : 707380 (Common-Cleaner) S 707293 707297 707233 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 139581417 19566772224 241637 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
[pid=707297/tid=707384] ppid=707293 vsize=19108176 memory=11640 CPUtime=0 cores=1,3
/proc/707297/task/707384/stat : 707384 (Timer-0) S 707293 707297 707233 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139581463 19566772224 241637 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
Current children cumulated CPU time: 14.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 966548 KiB

[startup+25.5003 s]
/proc/loadavg: 1.53 0.43 0.20 5/337 707923
/proc/meminfo: memFree=121055576/131524600 swapFree=131071996/131071996
[pid=707297] ppid=707293 vsize=19108176 memory=1189900 CPUtime=27.81 cores=1,3
/proc/707297/stat : 707297 (java) S 707293 707297 707233 0 -1 1077936128 39673 0 24 0 2750 31 0 0 20 0 20 0 139581360 19566772224 297475 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
/proc/707297/statm: 4777044 297475 5861 1 0 558221 0
[pid=707297/tid=707299] ppid=707293 vsize=19108176 memory=798596 CPUtime=24.41 cores=1,3
/proc/707297/task/707299/stat : 707299 (java) R 707293 707297 707233 0 -1 4194368 10892 0 18 0 2416 25 0 0 20 0 20 0 139581361 19566772224 297475 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 81 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
[pid=707297/tid=707352] ppid=707293 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/707297/task/707352/stat : 707352 (Finalizer) S 707293 707297 707233 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139581410 19566772224 297475 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
[pid=707297/tid=707380] ppid=707293 vsize=19108176 memory=11640 CPUtime=0 cores=1,3
/proc/707297/task/707380/stat : 707380 (Common-Cleaner) S 707293 707297 707233 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 139581417 19566772224 297475 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
[pid=707297/tid=707384] ppid=707293 vsize=19108176 memory=1040396 CPUtime=0 cores=1,3
/proc/707297/task/707384/stat : 707384 (Timer-0) S 707293 707297 707233 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139581463 19566772224 297475 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
Current children cumulated CPU time: 27.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1189900 KiB

[startup+51.1062 s]
/proc/loadavg: 2.57 0.79 0.33 5/337 707926
/proc/meminfo: memFree=119866916/131524600 swapFree=131071996/131071996
[pid=707297] ppid=707293 vsize=19108176 memory=1343540 CPUtime=53.37 cores=1,3
/proc/707297/stat : 707297 (java) S 707293 707297 707233 0 -1 1077936128 46878 0 24 0 5302 35 0 0 20 0 20 0 139581360 19566772224 335885 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
/proc/707297/statm: 4777044 335885 5861 1 0 558221 0
[pid=707297/tid=707299] ppid=707293 vsize=19108176 memory=1343540 CPUtime=49.82 cores=1,3
/proc/707297/task/707299/stat : 707299 (java) R 707293 707297 707233 0 -1 4194368 14281 0 18 0 4955 27 0 0 20 0 20 0 139581361 19566772224 335885 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 81 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
[pid=707297/tid=707352] ppid=707293 vsize=19108176 memory=1343540 CPUtime=0 cores=1,3
/proc/707297/task/707352/stat : 707352 (Finalizer) S 707293 707297 707233 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139581410 19566772224 335885 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
[pid=707297/tid=707380] ppid=707293 vsize=19108176 memory=1343528 CPUtime=0 cores=1,3
/proc/707297/task/707380/stat : 707380 (Common-Cleaner) S 707293 707297 707233 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 139581417 19566772224 335885 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
[pid=707297/tid=707384] ppid=707293 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/707297/task/707384/stat : 707384 (Timer-0) S 707293 707297 707233 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139581463 19566772224 335885 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
Current children cumulated CPU time: 53.37 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1343540 KiB

[startup+102.3 s]
/proc/loadavg: 3.56 1.34 0.54 5/338 707936
/proc/meminfo: memFree=119520696/131524600 swapFree=131071996/131071996
[pid=707297] ppid=707293 vsize=19108176 memory=1366212 CPUtime=104.56 cores=1,3
/proc/707297/stat : 707297 (java) S 707293 707297 707233 0 -1 1077936128 52913 0 24 0 10419 37 0 0 20 0 20 0 139581360 19566772224 341553 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
/proc/707297/statm: 4777044 341553 5862 1 0 558221 0
[pid=707297/tid=707299] ppid=707293 vsize=19108176 memory=0 CPUtime=100.67 cores=1,3
/proc/707297/task/707299/stat : 707299 (java) R 707293 707297 707233 0 -1 4194368 17608 0 18 0 10039 28 0 0 20 0 20 0 139581361 19566772224 341553 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 81 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
[pid=707297/tid=707352] ppid=707293 vsize=19108176 memory=1856 CPUtime=0 cores=1,3
/proc/707297/task/707352/stat : 707352 (Finalizer) S 707293 707297 707233 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139581410 19566772224 341553 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
[pid=707297/tid=707380] ppid=707293 vsize=19108176 memory=1364156 CPUtime=0 cores=1,3

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

[pid=707297] ppid=707293 vsize=19108176 memory=1417000 CPUtime=233.4 cores=1,3
/proc/707297/stat : 707297 (java) S 707293 707297 707233 0 -1 1077936128 75359 0 24 0 23297 43 0 0 20 0 20 0 139581360 19566772224 354250 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
/proc/707297/statm: 4777044 354250 5877 1 0 558221 0
[pid=707297/tid=707299] ppid=707293 vsize=19108176 memory=-8958900343598916284 CPUtime=227.9 cores=1,3
/proc/707297/task/707299/stat : 707299 (java) R 707293 707297 707233 0 -1 4194368 22629 0 18 0 22762 28 0 0 20 0 20 0 139581361 19566772224 354250 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 81 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
[pid=707297/tid=707352] ppid=707293 vsize=19108176 memory=1405248 CPUtime=0 cores=1,3
/proc/707297/task/707352/stat : 707352 (Finalizer) S 707293 707297 707233 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139581410 19566772224 354250 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
[pid=707297/tid=707380] ppid=707293 vsize=19108176 memory=1410848 CPUtime=0 cores=1,3
/proc/707297/task/707380/stat : 707380 (Common-Cleaner) S 707293 707297 707233 0 -1 1077936192 192 0 0 0 0 0 0 0 20 0 20 0 139581417 19566772224 354250 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
[pid=707297/tid=707384] ppid=707293 vsize=19108176 memory=1414952 CPUtime=0 cores=1,3
/proc/707297/task/707384/stat : 707384 (Timer-0) S 707293 707297 707233 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139581463 19566772224 354250 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
Current children cumulated CPU time: 233.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1417000 KiB

[startup+243.2 s]
/proc/loadavg: 4.12 2.39 1.05 6/338 707968
/proc/meminfo: memFree=119246296/131524600 swapFree=131071996/131071996
[pid=707297] ppid=707293 vsize=19108176 memory=1421100 CPUtime=246.18 cores=1,3
/proc/707297/stat : 707297 (java) S 707293 707297 707233 0 -1 1077936128 75765 0 24 0 24574 44 0 0 20 0 20 0 139581360 19566772224 355275 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
/proc/707297/statm: 4777044 355275 5877 1 0 558221 0
[pid=707297/tid=707299] ppid=707293 vsize=19108176 memory=11640 CPUtime=240.62 cores=1,3
/proc/707297/task/707299/stat : 707299 (java) R 707293 707297 707233 0 -1 4194368 22973 0 18 0 24034 28 0 0 20 0 20 0 139581361 19566772224 355275 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 81 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
[pid=707297/tid=707352] ppid=707293 vsize=19108176 memory=1421096 CPUtime=0 cores=1,3
/proc/707297/task/707352/stat : 707352 (Finalizer) S 707293 707297 707233 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139581410 19566772224 355275 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
[pid=707297/tid=707380] ppid=707293 vsize=19108176 memory=1856 CPUtime=0 cores=1,3
/proc/707297/task/707380/stat : 707380 (Common-Cleaner) S 707293 707297 707233 0 -1 1077936192 231 0 0 0 0 0 0 0 20 0 20 0 139581417 19566772224 355275 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
[pid=707297/tid=707384] ppid=707293 vsize=19108176 memory=2248 CPUtime=0 cores=1,3
/proc/707297/task/707384/stat : 707384 (Timer-0) S 707293 707297 707233 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139581463 19566772224 355275 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
Current children cumulated CPU time: 246.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1421100 KiB

[startup+256 s]*
/proc/loadavg: 4.17 2.49 1.11 5/338 707970
/proc/meminfo: memFree=119235276/131524600 swapFree=131071996/131071996
[pid=707297] ppid=707293 vsize=19108176 memory=1425308 CPUtime=259.25 cores=1,3
/proc/707297/stat : 707297 (java) S 707293 707297 707233 0 -1 1077936128 83722 0 24 0 25880 45 0 0 20 0 20 0 139581360 19566772224 356327 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
/proc/707297/statm: 4777044 356327 5877 1 0 558221 0
[pid=707297/tid=707299] ppid=707293 vsize=19108176 memory=-8526548182301582012 CPUtime=253.37 cores=1,3
/proc/707297/task/707299/stat : 707299 (java) R 707293 707297 707233 0 -1 4194368 23624 0 18 0 25309 28 0 0 20 0 20 0 139581361 19566772224 356327 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 81 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
[pid=707297/tid=707352] ppid=707293 vsize=19108176 memory=2656 CPUtime=0 cores=1,3
/proc/707297/task/707352/stat : 707352 (Finalizer) S 707293 707297 707233 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139581410 19566772224 356327 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
[pid=707297/tid=707380] ppid=707293 vsize=19108176 memory=4900 CPUtime=0 cores=1,3
/proc/707297/task/707380/stat : 707380 (Common-Cleaner) S 707293 707297 707233 0 -1 1077936192 231 0 0 0 0 0 0 0 20 0 20 0 139581417 19566772224 356327 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
[pid=707297/tid=707384] ppid=707293 vsize=19108176 memory=2821064 CPUtime=0 cores=1,3
/proc/707297/task/707384/stat : 707384 (Timer-0) S 707293 707297 707233 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139581463 19566772224 356327 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
Current children cumulated CPU time: 259.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1425308 KiB

[startup+262.4 s]
/proc/loadavg: 4.16 2.52 1.12 5/338 707970
/proc/meminfo: memFree=119233468/131524600 swapFree=131071996/131071996
[pid=707297] ppid=707293 vsize=19108176 memory=1427408 CPUtime=265.64 cores=1,3
/proc/707297/stat : 707297 (java) S 707293 707297 707233 0 -1 1077936128 84270 0 24 0 26518 46 0 0 20 0 20 0 139581360 19566772224 356852 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
/proc/707297/statm: 4777044 356852 5877 1 0 558221 0
[pid=707297/tid=707299] ppid=707293 vsize=19108176 memory=2248 CPUtime=259.7 cores=1,3
/proc/707297/task/707299/stat : 707299 (java) R 707293 707297 707233 0 -1 4194368 23716 0 18 0 25942 28 0 0 20 0 20 0 139581361 19566772224 356852 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 81 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
[pid=707297/tid=707352] ppid=707293 vsize=19108176 memory=39476 CPUtime=0 cores=1,3
/proc/707297/task/707352/stat : 707352 (Finalizer) S 707293 707297 707233 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139581410 19566772224 356852 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
[pid=707297/tid=707380] ppid=707293 vsize=19108176 memory=35236 CPUtime=0 cores=1,3
/proc/707297/task/707380/stat : 707380 (Common-Cleaner) S 707293 707297 707233 0 -1 1077936192 231 0 0 0 0 0 0 0 20 0 20 0 139581417 19566772224 356852 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
[pid=707297/tid=707384] ppid=707293 vsize=19108176 memory=12420 CPUtime=0 cores=1,3
/proc/707297/task/707384/stat : 707384 (Timer-0) S 707293 707297 707233 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139581463 19566772224 356852 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
Current children cumulated CPU time: 265.64 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1427408 KiB

[startup+264 s]*
/proc/loadavg: 4.16 2.52 1.12 5/338 707972
/proc/meminfo: memFree=119233412/131524600 swapFree=131071996/131071996
[pid=707297] ppid=707293 vsize=19108176 memory=1427408 CPUtime=267.24 cores=1,3
/proc/707297/stat : 707297 (java) S 707293 707297 707233 0 -1 1077936128 84315 0 24 0 26678 46 0 0 20 0 20 0 139581360 19566772224 356852 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
/proc/707297/statm: 4777044 356852 5877 1 0 558221 0
[pid=707297/tid=707299] ppid=707293 vsize=19108176 memory=-8526548182301582012 CPUtime=261.31 cores=1,3
/proc/707297/task/707299/stat : 707299 (java) R 707293 707297 707233 0 -1 4194368 23719 0 18 0 26103 28 0 0 20 0 20 0 139581361 19566772224 356852 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 81 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
[pid=707297/tid=707352] ppid=707293 vsize=19108176 memory=-8693842174769807008 CPUtime=0 cores=1,3
/proc/707297/task/707352/stat : 707352 (Finalizer) S 707293 707297 707233 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139581410 19566772224 356852 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
[pid=707297/tid=707380] ppid=707293 vsize=19108176 memory=20120 CPUtime=0 cores=1,3
/proc/707297/task/707380/stat : 707380 (Common-Cleaner) S 707293 707297 707233 0 -1 1077936192 231 0 0 0 0 0 0 0 20 0 20 0 139581417 19566772224 356852 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
[pid=707297/tid=707384] ppid=707293 vsize=19108176 memory=5404 CPUtime=0 cores=1,3
/proc/707297/task/707384/stat : 707384 (Timer-0) S 707293 707297 707233 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139581463 19566772224 356852 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
Current children cumulated CPU time: 267.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1427408 KiB

[startup+264.8 s]
/proc/loadavg: 4.16 2.52 1.12 5/338 707972
/proc/meminfo: memFree=119233412/131524600 swapFree=131071996/131071996
[pid=707297] ppid=707293 vsize=19108176 memory=1427408 CPUtime=268.04 cores=1,3
/proc/707297/stat : 707297 (java) S 707293 707297 707233 0 -1 1077936128 84315 0 24 0 26758 46 0 0 20 0 20 0 139581360 19566772224 356852 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
/proc/707297/statm: 4777044 356852 5877 1 0 558221 0
[pid=707297/tid=707299] ppid=707293 vsize=19108176 memory=1427408 CPUtime=262.1 cores=1,3
/proc/707297/task/707299/stat : 707299 (java) R 707293 707297 707233 0 -1 4194368 23719 0 18 0 26182 28 0 0 20 0 20 0 139581361 19566772224 356852 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 81 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
[pid=707297/tid=707352] ppid=707293 vsize=19108176 memory=-8958900343598916284 CPUtime=0 cores=1,3
/proc/707297/task/707352/stat : 707352 (Finalizer) S 707293 707297 707233 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139581410 19566772224 356852 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
[pid=707297/tid=707380] ppid=707293 vsize=19108176 memory=12420 CPUtime=0 cores=1,3
/proc/707297/task/707380/stat : 707380 (Common-Cleaner) S 707293 707297 707233 0 -1 1077936192 231 0 0 0 0 0 0 0 20 0 20 0 139581417 19566772224 356852 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
[pid=707297/tid=707384] ppid=707293 vsize=19108176 memory=2112 CPUtime=0 cores=1,3
/proc/707297/task/707384/stat : 707384 (Timer-0) S 707293 707297 707233 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139581463 19566772224 356852 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
Current children cumulated CPU time: 268.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1427408 KiB

[startup+265.6 s]
/proc/loadavg: 4.16 2.52 1.12 5/338 707972
/proc/meminfo: memFree=119233412/131524600 swapFree=131071996/131071996
[pid=707297] ppid=707293 vsize=19108176 memory=1427424 CPUtime=268.88 cores=1,3
/proc/707297/stat : 707297 (java) S 707293 707297 707233 0 -1 1077936128 85099 0 24 0 26842 46 0 0 20 0 20 0 139581360 19566772224 356856 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
/proc/707297/statm: 4777044 356856 5877 1 0 558221 0
[pid=707297/tid=707299] ppid=707293 vsize=19108176 memory=11640 CPUtime=262.9 cores=1,3
/proc/707297/task/707299/stat : 707299 (java) R 707293 707297 707233 0 -1 4194368 24173 0 18 0 26262 28 0 0 20 0 20 0 139581361 19566772224 356856 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 81 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
[pid=707297/tid=707352] ppid=707293 vsize=19108176 memory=1427408 CPUtime=0 cores=1,3
/proc/707297/task/707352/stat : 707352 (Finalizer) S 707293 707297 707233 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139581410 19566772224 356856 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
[pid=707297/tid=707380] ppid=707293 vsize=19108176 memory=11640 CPUtime=0 cores=1,3
/proc/707297/task/707380/stat : 707380 (Common-Cleaner) S 707293 707297 707233 0 -1 1077936192 231 0 0 0 0 0 0 0 20 0 20 0 139581417 19566772224 356856 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
[pid=707297/tid=707384] ppid=707293 vsize=19108176 memory=35236 CPUtime=0 cores=1,3
/proc/707297/task/707384/stat : 707384 (Timer-0) S 707293 707297 707233 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139581463 19566772224 356856 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
Current children cumulated CPU time: 268.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1427424 KiB

[startup+265.8 s]
/proc/loadavg: 4.16 2.52 1.12 5/338 707972
/proc/meminfo: memFree=119233412/131524600 swapFree=131071996/131071996
[pid=707297] ppid=707293 vsize=19108176 memory=1427424 CPUtime=269.08 cores=1,3
/proc/707297/stat : 707297 (java) S 707293 707297 707233 0 -1 1077936128 85099 0 24 0 26862 46 0 0 20 0 20 0 139581360 19566772224 356856 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
/proc/707297/statm: 4777044 356856 5877 1 0 558221 0
[pid=707297/tid=707299] ppid=707293 vsize=19108176 memory=1427368 CPUtime=263.1 cores=1,3
/proc/707297/task/707299/stat : 707299 (java) R 707293 707297 707233 0 -1 4194368 24173 0 18 0 26282 28 0 0 20 0 20 0 139581361 19566772224 356856 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 81 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
[pid=707297/tid=707352] ppid=707293 vsize=19108176 memory=-8958900343598916284 CPUtime=0 cores=1,3
/proc/707297/task/707352/stat : 707352 (Finalizer) S 707293 707297 707233 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139581410 19566772224 356856 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
[pid=707297/tid=707380] ppid=707293 vsize=19108176 memory=11640 CPUtime=0 cores=1,3
/proc/707297/task/707380/stat : 707380 (Common-Cleaner) S 707293 707297 707233 0 -1 1077936192 231 0 0 0 0 0 0 0 20 0 20 0 139581417 19566772224 356856 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
[pid=707297/tid=707384] ppid=707293 vsize=19108176 memory=1427408 CPUtime=0 cores=1,3
/proc/707297/task/707384/stat : 707384 (Timer-0) S 707293 707297 707233 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139581463 19566772224 356856 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
Current children cumulated CPU time: 269.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1427424 KiB

[startup+265.902 s]
/proc/loadavg: 4.16 2.52 1.12 5/338 707972
/proc/meminfo: memFree=119233412/131524600 swapFree=131071996/131071996
[pid=707297] ppid=707293 vsize=19109204 memory=1427508 CPUtime=269.19 cores=1,3
/proc/707297/stat : 707297 (java) S 707293 707297 707233 0 -1 1077936128 86287 0 24 0 26873 46 0 0 20 0 21 0 139581360 19567824896 356877 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
/proc/707297/statm: 4777301 356877 5877 1 0 558509 0
[pid=707297/tid=707299] ppid=707293 vsize=19109204 memory=35236 CPUtime=263.2 cores=1,3
/proc/707297/task/707299/stat : 707299 (java) S 707293 707297 707233 0 -1 1077936192 25331 0 18 0 26292 28 0 0 20 0 21 0 139581361 19567824896 356877 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 81 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
[pid=707297/tid=707352] ppid=707293 vsize=19109204 memory=1436112 CPUtime=0 cores=1,3
/proc/707297/task/707352/stat : 707352 (Finalizer) S 707293 707297 707233 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 139581410 19567824896 356877 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
[pid=707297/tid=707380] ppid=707293 vsize=19109204 memory=1425308 CPUtime=0 cores=1,3
/proc/707297/task/707380/stat : 707380 (Common-Cleaner) S 707293 707297 707233 0 -1 1077936192 231 0 0 0 0 0 0 0 20 0 21 0 139581417 19567824896 356877 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
[pid=707297/tid=707384] ppid=707293 vsize=19109204 memory=5468 CPUtime=0 cores=1,3
/proc/707297/task/707384/stat : 707384 (Timer-0) S 707293 707297 707233 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 139581463 19567824896 356877 134679101440 94826826633216 94826826636912 140728391783776 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94826826644728 94826826645520 94826849120256 140728391791574 140728391791687 140728391791687 140728391798728 0
Current children cumulated CPU time: 269.19 s
Current children cumulated vsize: 19109204 KiB
Current children cumulated memory: 1427508 KiB

Child status: 30

Real time (s): 265.932
CPU time (s): 269.238
CPU user time (s): 268.761
CPU system time (s): 0.476799
CPU usage (%): 101.243
Max. virtual memory (cumulated for all children) (KiB): 19109204
Max. memory (cumulated for all children) (KiB): 1436112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 268.761
system time used= 0.476799
maximum resident set size= 1436112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87121
page faults= 24
swaps= 0
block input operations= 5504
block output operations= 384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10104
involuntary context switches= 534


# summary of solver processes directly reported to runsolver:
#   pid: 707297
#   total CPU time (s): 269.238
#   total CPU user time (s): 268.761
#   total CPU system time (s): 0.476799

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.638684 second user time and 1.39488 second system time

The end

Launcher Data

Begin job on nodeC026 at 2024-07-13 14:36:05
IDJOB=4424507
IDBENCH=143288
IDSOLVER=3035
FILE ID=nodeC026/4424507-1720874152
RUNJOBID= nodeC026-1720874164-707245
SLURM_JOB_ID= 7483767
Free space on /tmp= 890080 MiB

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

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

MD5SUM BENCH= d8bde1d9f75ba3ef092f7984f4cee006
RANDOM SEED=450756964

nodeC026.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		: 2466.632
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.74
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		: 3054.440
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.45
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		: 3333.902
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.74
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		: 3030.500
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.45
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		: 3154.532
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.74
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		: 3358.488
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.45
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		: 2915.721
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.74
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		: 2835.786
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.45
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        129900736 kB
MemAvailable:   129797720 kB
Buffers:          314128 kB
Cached:           431852 kB
SwapCached:            0 kB
Active:           443672 kB
Inactive:         629692 kB
Active(anon):       1424 kB
Inactive(anon):   363708 kB
Active(file):     442248 kB
Inactive(file):   265984 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1964 kB
Writeback:             0 kB
AnonPages:        326440 kB
Mapped:           107096 kB
Shmem:             37720 kB
KReclaimable:      57152 kB
Slab:             152980 kB
SReclaimable:      57152 kB
SUnreclaim:        95828 kB
KernelStack:        3748 kB
PageTables:         9396 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     683652 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            54784 kB
HardwareCorrupted:     0 kB
AnonHugePages:    196608 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:      180948 kB
DirectMap2M:     9029632 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 890072 MiB
End job on nodeC026 at 2024-07-13 14:40:31