Trace number 4424562

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 Cutting Planes 2024 2024-07-12OPTIMUM 326.203 316.448

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110970444--soft-66-100-0.wbo
MD5SUM938b841d1fff451a1013f00070492fe7
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark80
Best CPU time to get the best result obtained on this benchmark0.125115
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints28
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 1415
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 1414
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1239
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.13/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.14	c See www.sat4j.org for details.
0.13/0.16	c version CUSTOM.v20240707
0.13/0.18	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.18	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.18	c java.vm.version	22.0.1+8-16
0.13/0.18	c java.vm.vendor	Oracle Corporation
0.13/0.18	c sun.arch.data.model	64
0.13/0.18	c java.version		22.0.1
0.13/0.18	c os.name		Linux
0.13/0.18	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.18	c os.arch		amd64
0.13/0.19	c Free memory 		2113181440
0.13/0.19	c Max memory 		16282288128
0.13/0.19	c Total memory 		2122317824
0.13/0.20	c Number of processors 	2
0.41/0.38	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.41/0.38	 - never skip resolution steps
0.41/0.38	 - Auto-division on coefficients is disabled
0.41/0.38	 - No postprocessing
0.41/0.38	 - Conflict is considered as is when resolving
0.41/0.38	 - Use constraints as they come during conflict analysis
0.41/0.38	 - Weaken first using unassigned literals
0.41/0.38	 - Bump strategy: ALWAYS_ONE
0.41/0.38	 - Bumper: EFFECTIVE
0.41/0.38	--- Begin Solver configuration ---
0.41/0.38	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.41/0.38	Learn all clauses as in MiniSAT
0.41/0.38	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.41/0.38	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.41/0.38	No reason simplification
0.41/0.38	Dynamic restart strategy considering the size of the coefficients
0.41/0.38	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.41/0.38	timeout=2147483s
0.41/0.38	DB Simplification allowed=false
0.41/0.38	Listener: none
0.41/0.38	--- End Solver configuration ---
0.41/0.38	c Pseudo Boolean Optimization by upper bound
0.41/0.38	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.41/0.38	c  - never skip resolution steps
0.41/0.38	c  - Auto-division on coefficients is disabled
0.41/0.38	c  - No postprocessing
0.41/0.38	c  - Conflict is considered as is when resolving
0.41/0.38	c  - Use constraints as they come during conflict analysis
0.41/0.38	c  - Weaken first using unassigned literals
0.41/0.38	c  - Bump strategy: ALWAYS_ONE
0.41/0.38	c  - Bumper: EFFECTIVE
0.41/0.38	c --- Begin Solver configuration ---
0.41/0.38	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.41/0.38	c Learn all clauses as in MiniSAT
0.41/0.38	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.41/0.38	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.41/0.38	c No reason simplification
0.41/0.38	c Dynamic restart strategy considering the size of the coefficients
0.41/0.38	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.41/0.38	c timeout=2147483s
0.41/0.38	c DB Simplification allowed=false
0.41/0.38	c Listener: none
0.41/0.38	c --- End Solver configuration ---
0.41/0.38	c solving HOME/instance-4424562-1720878637.wbo
0.41/0.38	c reading problem ... 
0.59/0.46	c ... done. Wall clock time 0.066s.
0.59/0.46	c declared #vars     169
0.59/0.46	c internal #vars     197
0.59/0.46	c #constraints  102
0.59/0.46	c constraints type 
0.59/0.46	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.59/0.46	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 50
0.59/0.46	c org.sat4j.specs.Constr$1 => 1
0.59/0.46	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 21
0.59/0.46	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 28
0.59/0.46	c 102 constraints processed.
0.59/0.47	c objective function length is 28 literals
1.11/0.72	c SATISFIABLE
1.11/0.72	c OPTIMIZING...
1.11/0.72	c Got one! Elapsed wall clock time (in seconds):0.339
1.11/0.72	o 939
1.51/0.95	c Got one! Elapsed wall clock time (in seconds):0.569
1.51/0.95	o 913
2.29/1.32	c Got one! Elapsed wall clock time (in seconds):0.947
2.29/1.32	o 883
3.67/2.02	c Got one! Elapsed wall clock time (in seconds):1.647
3.67/2.02	o 880
4.05/2.22	c Got one! Elapsed wall clock time (in seconds):1.847
4.05/2.22	o 875
4.75/2.62	c Got one! Elapsed wall clock time (in seconds):2.238
4.75/2.62	o 873
5.41/3.03	c Got one! Elapsed wall clock time (in seconds):2.656
5.41/3.03	o 868
6.00/3.41	c Got one! Elapsed wall clock time (in seconds):3.024
6.00/3.41	o 860
6.70/3.90	c Got one! Elapsed wall clock time (in seconds):3.527
6.70/3.91	o 854
7.58/4.53	c Got one! Elapsed wall clock time (in seconds):4.151
7.58/4.53	o 824
8.43/5.24	c Got one! Elapsed wall clock time (in seconds):4.866
8.43/5.24	o 787
9.39/6.00	c Got one! Elapsed wall clock time (in seconds):5.626
9.39/6.00	o 784
11.55/7.76	c Got one! Elapsed wall clock time (in seconds):7.384
11.55/7.76	o 780
13.70/9.26	c Got one! Elapsed wall clock time (in seconds):8.883
13.70/9.26	o 776
15.52/10.34	c Got one! Elapsed wall clock time (in seconds):9.965
15.52/10.35	o 762
111.91/105.13	c cleaning 3005 clauses out of 6015 with flag 0/6015
179.89/172.16	c Got one! Elapsed wall clock time (in seconds):171.781
179.89/172.16	o 365
190.89/183.15	c Got one! Elapsed wall clock time (in seconds):182.773
190.89/183.15	o 198
192.09/184.33	c Got one! Elapsed wall clock time (in seconds):183.953
192.09/184.33	o 100
237.30/229.27	c Got one! Elapsed wall clock time (in seconds):228.889
237.30/229.27	o 96
256.84/248.68	c Got one! Elapsed wall clock time (in seconds):248.3
256.84/248.68	o 92
291.41/283.19	c Got one! Elapsed wall clock time (in seconds):282.814
291.41/283.19	o 86
302.32/293.58	c Got one! Elapsed wall clock time (in seconds):293.205
302.32/293.58	o 80
326.00/316.39	c starts		: 41
326.00/316.40	c conflicts		: 11406
326.00/316.40	c decisions		: 18623
326.00/316.40	c propagations		: 333102
326.00/316.40	c inspects		: 79853143
326.00/316.40	c shortcuts		: 0
326.13/316.41	c learnt literals	: 0
326.13/316.41	c learnt binary clauses	: 0
326.13/316.41	c learnt ternary clauses	: 0
326.13/316.41	c learnt constraints	: 11405
326.13/316.41	c ignored constraints	: 0
326.13/316.41	c root simplifications	: 0
326.13/316.41	c removed literals (reason simplification)	: 0
326.13/316.41	c reason swapping (by a shorter reason)	: 0
326.13/316.41	c Calls to reduceDB	: 1
326.13/316.41	c Number of update (reduction) of LBD	: 16288
326.13/316.41	c Imported unit clauses	: 0
326.13/316.41	c No decision after first conflict	: false
326.13/316.41	c number of reductions to clauses (during analyze)	: 0
326.13/316.41	c number of learned constraints concerned by reduction	: 0
326.13/316.41	c number of learning phase by resolution	: 0
326.13/316.41	c number of learning phase by cutting planes	: 0
326.13/316.41	c number of rounding to 1 operations	: 0
326.13/316.41	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
326.13/316.41	c number of reductions of the coefficients by power 2 	: 0
326.13/316.41	c number of right shift for reduction by power 2 	: 0
326.13/316.41	c number of reductions of the coefficients by GCD over coefficients 	: 0
326.13/316.41	c number of ending skipping 	: 0
326.13/316.41	c number of internal skipping 	: 0
326.13/316.41	c number of derivation steps 	: 75021
326.13/316.41	c number of skipped derivation steps 	: 0
326.13/316.41	c number of remaining unassigned 	: 116429
326.13/316.41	c number of remaining assigned 	: 1600393
326.13/316.41	c number of falsified literals weakened from reason	: 0
326.13/316.41	c number of falsified literals weakened from conflict	: 0
326.13/316.42	c time for arithmetic operations	: 3716562998
326.13/316.42	c minimum degree of deleted constraints	: 50
326.13/316.42	c maximum degree of deleted constraints	: 11710200466521806714900226556206816896964415841679511792781544737457171988014229976397642432994993525581825445729716537789330298586176969142341913894947651292917135125611969956936455690693243490329691237404446549427687969184332130268372323029821831575293603987923100108328985283328265847786711178924880468327034376815429040026516323625627212451631277243720302055597319643175117513699846163608858881922701898757609945393331626175222122512783778652686634674477034135824354666587346843048115362884587228676739400942549652502162640886589810016685942207219883633348538579665795899281102648646938350454375028810040131955201837115764846146495996517205305980370568162066017373804551123776540134114773611563076679895364228502332631038086193101045406683264467359722836910078457677015499076669718050888890267007576770787453119587700326805433262838746020802894289793553454768033275761919005273471217614720699620908398835852581147024907754236386218957803121656228207871955247377221096167388445468471406853597459891375255198149502586871527408686762979817537908031137082569452175961642364957546979492121559491918288566601155911650346454496994402388891658191551109373061357728976829234510154052490094057375677131179588341043692549896920262355544921792198231724783853096629371058866132421267350203927943072791403853516493724171716642782766376075648629143121574697573776008590699694101874354001727861057117120225524277506940510808081996518312244799120292499335923813861026596520704187281807038328590973038898777459736304535206501110886068541228714219120773849071146575934762130648590085272129804821581794339798708027627093261432700129451658152586152589315760667873300300129811002718937907897589091706234723694143171264344239038865288588248200797078918193876402764719993318457946925580602469854504920349233537140602423421987340571090012957954570526631139489343036540422710929358339391864825317775298115632078172585321220220608440641793323196408201026288934827467703260315112595260616286943007506379389275209353359793574063766726849364553911412292996204433100288960641186735956109837515163519157212246320
326.13/316.42	c number of deleted constraints	: 3005
326.13/316.42	c speed (assignments/second)	: 1054.3037554004652
326.13/316.42	c non guided choices	: 427
326.13/316.42	s OPTIMUM FOUND
326.13/316.42	c Found 22 solution(s)
326.13/316.42	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 
326.13/316.42	c objective function=80
326.13/316.42	c Total wall clock time (in seconds): 316.043

Verifier Data

OK	80

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 64059 MiB (59008 MiB free)
  memory of node 1: 64510 MiB (60439 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4424562-1720878637/watcher-4424562-1720878637 -o /tmp/evaluation-result-4424562-1720878637/solver-4424562-1720878637 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1720877760-700191 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4424562-1720878637.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=707107, runsolver pid=707104

[startup+0.109623 s]*
/proc/loadavg: 4.24 4.34 4.33 5/318 707125
/proc/meminfo: memFree=122277760/131655788 swapFree=131071996/131071996
[pid=707107] ppid=707104 vsize=18975048 memory=58128 CPUtime=0.13 cores=1,3
/proc/707107/stat : 707107 (java) S 707104 707107 697934 0 -1 1077936128 6448 0 0 0 11 2 0 0 20 0 18 0 140022487 19430449152 14532 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
/proc/707107/statm: 4743762 14532 5706 1 0 550875 0
[pid=707107/tid=707109] ppid=707104 vsize=18975048 memory=4026561586 CPUtime=0.07 cores=1,3
/proc/707107/task/707109/stat : 707109 (java) R 707104 707107 697934 0 -1 4194368 5402 0 0 0 6 1 0 0 20 0 18 0 140022488 19430449152 14532 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
[pid=707107/tid=707118] ppid=707104 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/707107/task/707118/stat : 707118 (Finalizer) S 707104 707107 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140022492 19430449152 14532 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
[pid=707107/tid=707125] ppid=707104 vsize=18975048 memory=14412639824552292 CPUtime=0 cores=1,3
/proc/707107/task/707125/stat : 707125 (Common-Cleaner) S 707104 707107 697934 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 140022493 19430449152 14532 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 58128 KiB

[startup+0.220616 s]*
/proc/loadavg: 4.30 4.35 4.33 5/318 707125
/proc/meminfo: memFree=122268800/131655788 swapFree=131071996/131071996
[pid=707107] ppid=707104 vsize=18975048 memory=66856 CPUtime=0.27 cores=1,3
/proc/707107/stat : 707107 (java) S 707104 707107 697934 0 -1 1077936128 7072 0 0 0 24 3 0 0 20 0 18 0 140022487 19430449152 16714 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
/proc/707107/statm: 4743762 16714 5715 1 0 551398 0
[pid=707107/tid=707109] ppid=707104 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=1,3
/proc/707107/task/707109/stat : 707109 (java) R 707104 707107 697934 0 -1 4194368 5648 0 0 0 16 2 0 0 20 0 18 0 140022488 19430449152 16714 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
[pid=707107/tid=707118] ppid=707104 vsize=18975048 memory=19017 CPUtime=0 cores=1,3
/proc/707107/task/707118/stat : 707118 (Finalizer) S 707104 707107 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140022492 19430449152 16714 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
[pid=707107/tid=707125] ppid=707104 vsize=18975048 memory=15535219704862701 CPUtime=0 cores=1,3
/proc/707107/task/707125/stat : 707125 (Common-Cleaner) S 707104 707107 697934 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 140022493 19430449152 16714 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66856 KiB

[startup+0.316218 s]*
/proc/loadavg: 4.30 4.35 4.33 5/318 707125
/proc/meminfo: memFree=122267764/131655788 swapFree=131071996/131071996
[pid=707107] ppid=707104 vsize=18975048 memory=67804 CPUtime=0.41 cores=1,3
/proc/707107/stat : 707107 (java) S 707104 707107 697934 0 -1 1077936128 7331 0 0 0 37 4 0 0 20 0 18 0 140022487 19430449152 16951 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
/proc/707107/statm: 4743762 16951 5725 1 0 551589 0
[pid=707107/tid=707109] ppid=707104 vsize=18975048 memory=-8889377123863012028 CPUtime=0.25 cores=1,3
/proc/707107/task/707109/stat : 707109 (java) R 707104 707107 697934 0 -1 1077936192 5804 0 0 0 23 2 0 0 20 0 18 0 140022488 19430449152 16951 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
[pid=707107/tid=707118] ppid=707104 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/707107/task/707118/stat : 707118 (Finalizer) S 707104 707107 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140022492 19430449152 16951 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
[pid=707107/tid=707125] ppid=707104 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/707107/task/707125/stat : 707125 (Common-Cleaner) S 707104 707107 697934 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 140022493 19430449152 16951 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 67804 KiB

[startup+0.700617 s]
/proc/loadavg: 4.30 4.35 4.33 7/319 707127
/proc/meminfo: memFree=122261452/131655788 swapFree=131071996/131071996
[pid=707107] ppid=707104 vsize=19041612 memory=90256 CPUtime=1.11 cores=1,3
/proc/707107/stat : 707107 (java) S 707104 707107 697934 0 -1 1077936128 8554 0 0 0 106 5 0 0 20 0 19 0 140022487 19498610688 22564 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
/proc/707107/statm: 4760403 22564 5838 1 0 552553 0
[pid=707107/tid=707109] ppid=707104 vsize=19041612 memory=5468 CPUtime=0.59 cores=1,3
/proc/707107/task/707109/stat : 707109 (java) R 707104 707107 697934 0 -1 4194368 6090 0 0 0 57 2 0 0 20 0 19 0 140022488 19498610688 22564 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
[pid=707107/tid=707118] ppid=707104 vsize=19041612 memory=12020 CPUtime=0 cores=1,3
/proc/707107/task/707118/stat : 707118 (Finalizer) S 707104 707107 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140022492 19498610688 22564 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
[pid=707107/tid=707125] ppid=707104 vsize=19041612 memory=279272329896616 CPUtime=0 cores=1,3
/proc/707107/task/707125/stat : 707125 (Common-Cleaner) S 707104 707107 697934 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 140022493 19498610688 22564 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
[pid=707107/tid=707127] ppid=707104 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/707107/task/707127/stat : 707127 (Timer-0) S 707104 707107 697934 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 19 0 140022535 19498610688 22564 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 90256 KiB

[startup+1.50062 s]
/proc/loadavg: 4.30 4.35 4.33 6/319 707127
/proc/meminfo: memFree=122203268/131655788 swapFree=131071996/131071996
[pid=707107] ppid=707104 vsize=19041612 memory=174344 CPUtime=2.69 cores=1,3
/proc/707107/stat : 707107 (java) S 707104 707107 697934 0 -1 1077936128 22271 0 0 0 260 9 0 0 20 0 19 0 140022487 19498610688 43586 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
/proc/707107/statm: 4760403 43586 5838 1 0 557515 0
[pid=707107/tid=707109] ppid=707104 vsize=19041612 memory=12020 CPUtime=1.36 cores=1,3
/proc/707107/task/707109/stat : 707109 (java) R 707104 707107 697934 0 -1 4194368 6758 0 0 0 132 4 0 0 20 0 19 0 140022488 19498610688 43586 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
[pid=707107/tid=707118] ppid=707104 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/707107/task/707118/stat : 707118 (Finalizer) S 707104 707107 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140022492 19498610688 43586 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
[pid=707107/tid=707125] ppid=707104 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/707107/task/707125/stat : 707125 (Common-Cleaner) S 707104 707107 697934 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 140022493 19498610688 43586 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
[pid=707107/tid=707127] ppid=707104 vsize=19041612 memory=279272329749776 CPUtime=0 cores=1,3
/proc/707107/task/707127/stat : 707127 (Timer-0) S 707104 707107 697934 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 19 0 140022535 19498610688 43586 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 174344 KiB

[startup+3.10562 s]
/proc/loadavg: 4.30 4.35 4.33 6/320 707128
/proc/meminfo: memFree=122139312/131655788 swapFree=131071996/131071996
[pid=707107] ppid=707104 vsize=19108176 memory=189956 CPUtime=5.61 cores=1,3
/proc/707107/stat : 707107 (java) S 707104 707107 697934 0 -1 1077936128 24492 0 0 0 551 10 0 0 20 0 20 0 140022487 19566772224 47489 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
/proc/707107/statm: 4777044 47489 5838 1 0 557821 0
[pid=707107/tid=707109] ppid=707104 vsize=19108176 memory=0 CPUtime=2.9 cores=1,3
/proc/707107/task/707109/stat : 707109 (java) R 707104 707107 697934 0 -1 4194368 7346 0 0 0 286 4 0 0 20 0 20 0 140022488 19566772224 47489 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
[pid=707107/tid=707118] ppid=707104 vsize=19108176 memory=12020 CPUtime=0 cores=1,3
/proc/707107/task/707118/stat : 707118 (Finalizer) S 707104 707107 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140022492 19566772224 47489 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
[pid=707107/tid=707125] ppid=707104 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/707107/task/707125/stat : 707125 (Common-Cleaner) S 707104 707107 697934 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 20 0 140022493 19566772224 47489 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
[pid=707107/tid=707127] ppid=707104 vsize=19108176 memory=11508 CPUtime=0 cores=1,3
/proc/707107/task/707127/stat : 707127 (Timer-0) S 707104 707107 697934 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 140022535 19566772224 47489 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
Current children cumulated CPU time: 5.61 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 189956 KiB

[startup+6.30062 s]
/proc/loadavg: 4.36 4.36 4.34 7/320 707128
/proc/meminfo: memFree=121808540/131655788 swapFree=131071996/131071996
[pid=707107] ppid=707104 vsize=19108176 memory=573732 CPUtime=9.7 cores=1,3
/proc/707107/stat : 707107 (java) S 707104 707107 697934 0 -1 1077936128 29209 0 0 0 952 18 0 0 20 0 20 0 140022487 19566772224 143433 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
/proc/707107/statm: 4777044 143433 5870 1 0 557824 0
[pid=707107/tid=707109] ppid=707104 vsize=19108176 memory=12020 CPUtime=6.06 cores=1,3
/proc/707107/task/707109/stat : 707109 (java) R 707104 707107 697934 0 -1 4194368 8331 0 0 0 594 12 0 0 20 0 20 0 140022488 19566772224 143433 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
[pid=707107/tid=707118] ppid=707104 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/707107/task/707118/stat : 707118 (Finalizer) S 707104 707107 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140022492 19566772224 143433 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
[pid=707107/tid=707125] ppid=707104 vsize=19108176 memory=-7163974055829550171 CPUtime=0 cores=1,3
/proc/707107/task/707125/stat : 707125 (Common-Cleaner) S 707104 707107 697934 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 20 0 140022493 19566772224 143433 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
[pid=707107/tid=707127] ppid=707104 vsize=19108176 memory=184884 CPUtime=0 cores=1,3
/proc/707107/task/707127/stat : 707127 (Timer-0) S 707104 707107 697934 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 140022535 19566772224 143433 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
Current children cumulated CPU time: 9.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 573732 KiB

[startup+12.7006 s]
/proc/loadavg: 4.33 4.36 4.33 5/320 707130
/proc/meminfo: memFree=121524676/131655788 swapFree=131071996/131071996
[pid=707107] ppid=707104 vsize=19108176 memory=798856 CPUtime=18.34 cores=1,3
/proc/707107/stat : 707107 (java) S 707104 707107 697934 0 -1 1077936128 42882 0 0 0 1809 25 0 0 20 0 20 0 140022487 19566772224 199714 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
/proc/707107/statm: 4777044 199714 5870 1 0 561310 0
[pid=707107/tid=707109] ppid=707104 vsize=19108176 memory=0 CPUtime=12.27 cores=1,3
/proc/707107/task/707109/stat : 707109 (java) R 707104 707107 697934 0 -1 4194368 9579 0 0 0 1212 15 0 0 20 0 20 0 140022488 19566772224 199714 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
[pid=707107/tid=707118] ppid=707104 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/707107/task/707118/stat : 707118 (Finalizer) S 707104 707107 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140022492 19566772224 199714 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
[pid=707107/tid=707125] ppid=707104 vsize=19108176 memory=785224 CPUtime=0 cores=1,3
/proc/707107/task/707125/stat : 707125 (Common-Cleaner) S 707104 707107 697934 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 20 0 140022493 19566772224 199714 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
[pid=707107/tid=707127] ppid=707104 vsize=19108176 memory=12020 CPUtime=0 cores=1,3
/proc/707107/task/707127/stat : 707127 (Timer-0) S 707104 707107 697934 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 140022535 19566772224 199714 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
Current children cumulated CPU time: 18.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 798856 KiB

[startup+25.5007 s]
/proc/loadavg: 4.28 4.34 4.33 5/320 707132
/proc/meminfo: memFree=120932772/131655788 swapFree=131071996/131071996
[pid=707107] ppid=707104 vsize=19108176 memory=1359488 CPUtime=31.76 cores=1,3
/proc/707107/stat : 707107 (java) S 707104 707107 697934 0 -1 1077936128 57003 0 0 0 3137 39 0 0 20 0 20 0 140022487 19566772224 339872 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
/proc/707107/statm: 4777044 339872 5870 1 0 564832 0
[pid=707107/tid=707109] ppid=707104 vsize=19108176 memory=785224 CPUtime=24.87 cores=1,3
/proc/707107/task/707109/stat : 707109 (java) R 707104 707107 697934 0 -1 4194368 10966 0 0 0 2462 25 0 0 20 0 20 0 140022488 19566772224 339872 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
[pid=707107/tid=707118] ppid=707104 vsize=19108176 memory=-8889377123863012028 CPUtime=0 cores=1,3
/proc/707107/task/707118/stat : 707118 (Finalizer) S 707104 707107 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140022492 19566772224 339872 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
[pid=707107/tid=707125] ppid=707104 vsize=19108176 memory=35540 CPUtime=0 cores=1,3
/proc/707107/task/707125/stat : 707125 (Common-Cleaner) S 707104 707107 697934 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 20 0 140022493 19566772224 339872 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
[pid=707107/tid=707127] ppid=707104 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/707107/task/707127/stat : 707127 (Timer-0) S 707104 707107 697934 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 140022535 19566772224 339872 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
Current children cumulated CPU time: 31.76 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1359488 KiB

[startup+51.1133 s]
/proc/loadavg: 4.22 4.33 4.32 5/320 707136
/proc/meminfo: memFree=120837840/131655788 swapFree=131071996/131071996
[pid=707107] ppid=707104 vsize=19108176 memory=1410732 CPUtime=57.38 cores=1,3
/proc/707107/stat : 707107 (java) S 707104 707107 697934 0 -1 1077936128 60691 0 0 0 5696 42 0 0 20 0 20 0 140022487 19566772224 352683 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
/proc/707107/statm: 4777044 352683 5870 1 0 564832 0
[pid=707107/tid=707109] ppid=707104 vsize=19108176 memory=1375896 CPUtime=49.9 cores=1,3
/proc/707107/task/707109/stat : 707109 (java) R 707104 707107 697934 0 -1 4194368 12628 0 0 0 4965 25 0 0 20 0 20 0 140022488 19566772224 352683 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
[pid=707107/tid=707118] ppid=707104 vsize=19108176 memory=35540 CPUtime=0 cores=1,3
/proc/707107/task/707118/stat : 707118 (Finalizer) S 707104 707107 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140022492 19566772224 352683 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
[pid=707107/tid=707125] ppid=707104 vsize=19108176 memory=2580 CPUtime=0 cores=1,3

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

/proc/707107/task/707125/stat : 707125 (Common-Cleaner) S 707104 707107 697934 0 -1 1077936192 196 0 0 0 0 0 0 0 20 0 20 0 140022493 19566772224 476120 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
[pid=707107/tid=707127] ppid=707104 vsize=19108176 memory=11508 CPUtime=0 cores=1,3
/proc/707107/task/707127/stat : 707127 (Timer-0) S 707104 707107 697934 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 140022535 19566772224 476120 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
Current children cumulated CPU time: 230.42 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1904480 KiB

[startup+282.3 s]
/proc/loadavg: 4.59 4.36 4.33 6/321 707245
/proc/meminfo: memFree=121677308/131655788 swapFree=131071996/131071996
[pid=707107] ppid=707104 vsize=19108176 memory=1935288 CPUtime=290.6 cores=1,3
/proc/707107/stat : 707107 (java) S 707104 707107 697934 0 -1 1077936128 93309 0 0 0 28984 76 0 0 20 0 20 0 140022487 19566772224 483822 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
/proc/707107/statm: 4777044 483822 5885 1 0 671409 0
[pid=707107/tid=707109] ppid=707104 vsize=19108176 memory=35540 CPUtime=276.92 cores=1,3
/proc/707107/task/707109/stat : 707109 (java) R 707104 707107 697934 0 -1 4194368 22440 0 0 0 27656 36 0 0 20 0 20 0 140022488 19566772224 483822 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
[pid=707107/tid=707118] ppid=707104 vsize=19108176 memory=1935288 CPUtime=0 cores=1,3
/proc/707107/task/707118/stat : 707118 (Finalizer) S 707104 707107 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140022492 19566772224 483822 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
[pid=707107/tid=707125] ppid=707104 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/707107/task/707125/stat : 707125 (Common-Cleaner) S 707104 707107 697934 0 -1 1077936192 267 0 0 0 0 0 0 0 20 0 20 0 140022493 19566772224 483822 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
[pid=707107/tid=707127] ppid=707104 vsize=19108176 memory=1914744 CPUtime=0 cores=1,3
/proc/707107/task/707127/stat : 707127 (Timer-0) S 707104 707107 697934 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 140022535 19566772224 483822 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
Current children cumulated CPU time: 290.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1935288 KiB

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

# cumulated CPU time of all completed processes:  user=325.385 s, system=0.817621 s

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

[startup+294.4 s]
/proc/loadavg: 4.73 4.40 4.35 5/321 707630
/proc/meminfo: memFree=121203920/131655788 swapFree=131071996/131071996
[pid=707107] ppid=707104 vsize=19108176 memory=1941660 CPUtime=303.23 cores=1,3
/proc/707107/stat : 707107 (java) S 707104 707107 697934 0 -1 1077936128 99705 0 0 0 30245 78 0 0 20 0 20 0 140022487 19566772224 485415 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
/proc/707107/statm: 4777044 485415 5884 1 0 671409 0
[pid=707107/tid=707109] ppid=707104 vsize=19108176 memory=35540 CPUtime=288.94 cores=1,3
/proc/707107/task/707109/stat : 707109 (java) R 707104 707107 697934 0 -1 4194368 23938 0 0 0 28857 37 0 0 20 0 20 0 140022488 19566772224 485415 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
[pid=707107/tid=707118] ppid=707104 vsize=19108176 memory=12020 CPUtime=0 cores=1,3
/proc/707107/task/707118/stat : 707118 (Finalizer) S 707104 707107 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140022492 19566772224 485415 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
[pid=707107/tid=707125] ppid=707104 vsize=19108176 memory=-8889377123863012028 CPUtime=0 cores=1,3
/proc/707107/task/707125/stat : 707125 (Common-Cleaner) S 707104 707107 697934 0 -1 1077936192 305 0 0 0 0 0 0 0 20 0 20 0 140022493 19566772224 485415 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
[pid=707107/tid=707127] ppid=707104 vsize=19108176 memory=1941484 CPUtime=0 cores=1,3
/proc/707107/task/707127/stat : 707127 (Timer-0) S 707104 707107 697934 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 140022535 19566772224 485415 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
Current children cumulated CPU time: 303.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1941660 KiB

[startup+307.201 s]
/proc/loadavg: 4.86 4.45 4.36 5/321 707631
/proc/meminfo: memFree=120752476/131655788 swapFree=131071996/131071996
[pid=707107] ppid=707104 vsize=19108176 memory=1954064 CPUtime=316.89 cores=1,3
/proc/707107/stat : 707107 (java) S 707104 707107 697934 0 -1 1077936128 100680 0 0 0 31610 79 0 0 20 0 20 0 140022487 19566772224 488516 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
/proc/707107/statm: 4777044 488516 5884 1 0 671409 0
[pid=707107/tid=707109] ppid=707104 vsize=19108176 memory=0 CPUtime=301.4 cores=1,3
/proc/707107/task/707109/stat : 707109 (java) R 707104 707107 697934 0 -1 4194368 24098 0 0 0 30103 37 0 0 20 0 20 0 140022488 19566772224 488516 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
[pid=707107/tid=707118] ppid=707104 vsize=19108176 memory=1410904 CPUtime=0 cores=1,3
/proc/707107/task/707118/stat : 707118 (Finalizer) S 707104 707107 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140022492 19566772224 488516 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
[pid=707107/tid=707125] ppid=707104 vsize=19108176 memory=35540 CPUtime=0 cores=1,3
/proc/707107/task/707125/stat : 707125 (Common-Cleaner) S 707104 707107 697934 0 -1 1077936192 305 0 0 0 0 0 0 0 20 0 20 0 140022493 19566772224 488516 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
[pid=707107/tid=707127] ppid=707104 vsize=19108176 memory=-8889377123863012028 CPUtime=0 cores=1,3
/proc/707107/task/707127/stat : 707127 (Timer-0) S 707104 707107 697934 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 140022535 19566772224 488516 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
Current children cumulated CPU time: 316.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1954064 KiB

[startup+310.401 s]
/proc/loadavg: 4.86 4.45 4.36 5/321 707631
/proc/meminfo: memFree=120750360/131655788 swapFree=131071996/131071996
[pid=707107] ppid=707104 vsize=19108176 memory=1954064 CPUtime=320.13 cores=1,3
/proc/707107/stat : 707107 (java) S 707104 707107 697934 0 -1 1077936128 100687 0 0 0 31934 79 0 0 20 0 20 0 140022487 19566772224 488516 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
/proc/707107/statm: 4777044 488516 5884 1 0 671409 0
[pid=707107/tid=707109] ppid=707104 vsize=19108176 memory=5468 CPUtime=304.56 cores=1,3
/proc/707107/task/707109/stat : 707109 (java) R 707104 707107 697934 0 -1 4194368 24101 0 0 0 30419 37 0 0 20 0 20 0 140022488 19566772224 488516 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
[pid=707107/tid=707118] ppid=707104 vsize=19108176 memory=2580 CPUtime=0 cores=1,3
/proc/707107/task/707118/stat : 707118 (Finalizer) S 707104 707107 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140022492 19566772224 488516 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
[pid=707107/tid=707125] ppid=707104 vsize=19108176 memory=2268 CPUtime=0 cores=1,3
/proc/707107/task/707125/stat : 707125 (Common-Cleaner) S 707104 707107 697934 0 -1 1077936192 305 0 0 0 0 0 0 0 20 0 20 0 140022493 19566772224 488516 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
[pid=707107/tid=707127] ppid=707104 vsize=19108176 memory=1954064 CPUtime=0 cores=1,3
/proc/707107/task/707127/stat : 707127 (Timer-0) S 707104 707107 697934 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 140022535 19566772224 488516 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
Current children cumulated CPU time: 320.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1954064 KiB

[startup+313.601 s]
/proc/loadavg: 4.87 4.45 4.37 5/321 707633
/proc/meminfo: memFree=120742032/131655788 swapFree=131071996/131071996
[pid=707107] ppid=707104 vsize=19108176 memory=1954064 CPUtime=323.3 cores=1,3
/proc/707107/stat : 707107 (java) S 707104 707107 697934 0 -1 1077936128 100690 0 0 0 32251 79 0 0 20 0 20 0 140022487 19566772224 488516 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
/proc/707107/statm: 4777044 488516 5884 1 0 671409 0
[pid=707107/tid=707109] ppid=707104 vsize=19108176 memory=11508 CPUtime=307.73 cores=1,3
/proc/707107/task/707109/stat : 707109 (java) R 707104 707107 697934 0 -1 4194368 24104 0 0 0 30736 37 0 0 20 0 20 0 140022488 19566772224 488516 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
[pid=707107/tid=707118] ppid=707104 vsize=19108176 memory=35540 CPUtime=0 cores=1,3
/proc/707107/task/707118/stat : 707118 (Finalizer) S 707104 707107 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140022492 19566772224 488516 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
[pid=707107/tid=707125] ppid=707104 vsize=19108176 memory=1954064 CPUtime=0 cores=1,3
/proc/707107/task/707125/stat : 707125 (Common-Cleaner) S 707104 707107 697934 0 -1 1077936192 305 0 0 0 0 0 0 0 20 0 20 0 140022493 19566772224 488516 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
[pid=707107/tid=707127] ppid=707104 vsize=19108176 memory=5624 CPUtime=0 cores=1,3
/proc/707107/task/707127/stat : 707127 (Timer-0) S 707104 707107 697934 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 140022535 19566772224 488516 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
Current children cumulated CPU time: 323.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1954064 KiB

[startup+315.201 s]
/proc/loadavg: 4.87 4.45 4.37 5/321 707633
/proc/meminfo: memFree=120740020/131655788 swapFree=131071996/131071996
[pid=707107] ppid=707104 vsize=19108176 memory=1954096 CPUtime=324.91 cores=1,3
/proc/707107/stat : 707107 (java) S 707104 707107 697934 0 -1 1077936128 100834 0 0 0 32412 79 0 0 20 0 20 0 140022487 19566772224 488524 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
/proc/707107/statm: 4777044 488524 5884 1 0 671409 0
[pid=707107/tid=707109] ppid=707104 vsize=19108176 memory=1954064 CPUtime=309.31 cores=1,3
/proc/707107/task/707109/stat : 707109 (java) R 707104 707107 697934 0 -1 4194368 24181 0 0 0 30894 37 0 0 20 0 20 0 140022488 19566772224 488524 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
[pid=707107/tid=707118] ppid=707104 vsize=19108176 memory=2004 CPUtime=0 cores=1,3
/proc/707107/task/707118/stat : 707118 (Finalizer) S 707104 707107 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140022492 19566772224 488524 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
[pid=707107/tid=707125] ppid=707104 vsize=19108176 memory=35540 CPUtime=0 cores=1,3
/proc/707107/task/707125/stat : 707125 (Common-Cleaner) S 707104 707107 697934 0 -1 1077936192 305 0 0 0 0 0 0 0 20 0 20 0 140022493 19566772224 488524 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
[pid=707107/tid=707127] ppid=707104 vsize=19108176 memory=12020 CPUtime=0 cores=1,3
/proc/707107/task/707127/stat : 707127 (Timer-0) S 707104 707107 697934 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 140022535 19566772224 488524 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
Current children cumulated CPU time: 324.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1954096 KiB

[startup+316.001 s]*
/proc/loadavg: 4.96 4.48 4.37 5/321 707633
/proc/meminfo: memFree=120735916/131655788 swapFree=131071996/131071996
[pid=707107] ppid=707104 vsize=19108176 memory=1954096 CPUtime=325.71 cores=1,3
/proc/707107/stat : 707107 (java) S 707104 707107 697934 0 -1 1077936128 100835 0 0 0 32492 79 0 0 20 0 20 0 140022487 19566772224 488524 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
/proc/707107/statm: 4777044 488524 5884 1 0 671409 0
[pid=707107/tid=707109] ppid=707104 vsize=19108176 memory=-8528806579185033916 CPUtime=310.11 cores=1,3
/proc/707107/task/707109/stat : 707109 (java) R 707104 707107 697934 0 -1 4194368 24181 0 0 0 30974 37 0 0 20 0 20 0 140022488 19566772224 488524 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
[pid=707107/tid=707118] ppid=707104 vsize=19108176 memory=2684 CPUtime=0 cores=1,3
/proc/707107/task/707118/stat : 707118 (Finalizer) S 707104 707107 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140022492 19566772224 488524 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
[pid=707107/tid=707125] ppid=707104 vsize=19108176 memory=4932 CPUtime=0 cores=1,3
/proc/707107/task/707125/stat : 707125 (Common-Cleaner) S 707104 707107 697934 0 -1 1077936192 305 0 0 0 0 0 0 0 20 0 20 0 140022493 19566772224 488524 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
[pid=707107/tid=707127] ppid=707104 vsize=19108176 memory=1954064 CPUtime=0 cores=1,3
/proc/707107/task/707127/stat : 707127 (Timer-0) S 707104 707107 697934 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 140022535 19566772224 488524 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
Current children cumulated CPU time: 325.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1954096 KiB

[startup+316.402 s]
/proc/loadavg: 4.96 4.48 4.37 5/321 707633
/proc/meminfo: memFree=120735916/131655788 swapFree=131071996/131071996
[pid=707107] ppid=707104 vsize=19241304 memory=1954452 CPUtime=326.13 cores=1,3
/proc/707107/stat : 707107 (java) S 707104 707107 697934 0 -1 1077936128 101958 0 0 0 32533 80 0 0 20 0 21 0 140022487 19703095296 488613 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
/proc/707107/statm: 4810326 488613 5883 1 0 672047 0
[pid=707107/tid=707109] ppid=707104 vsize=19241304 memory=7600 CPUtime=310.47 cores=1,3
/proc/707107/task/707109/stat : 707109 (java) S 707104 707107 697934 0 -1 1077936192 24968 0 0 0 31010 37 0 0 20 0 21 0 140022488 19703095296 488613 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
[pid=707107/tid=707118] ppid=707104 vsize=19241304 memory=2400848 CPUtime=0 cores=1,3
/proc/707107/task/707118/stat : 707118 (Finalizer) S 707104 707107 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 140022492 19703095296 488613 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
[pid=707107/tid=707125] ppid=707104 vsize=19241304 memory=2684 CPUtime=0 cores=1,3
/proc/707107/task/707125/stat : 707125 (Common-Cleaner) S 707104 707107 697934 0 -1 1077936192 305 0 0 0 0 0 0 0 20 0 21 0 140022493 19703095296 488613 134679101440 94664868093952 94664868097648 140728028503392 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94664868105464 94664868106256 94664874176512 140728028505051 140728028505159 140728028505159 140728028512200 0
Current children cumulated CPU time: 326.13 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 1954452 KiB

Child status: 30

Real time (s): 316.448
CPU time (s): 326.203
CPU user time (s): 325.385
CPU system time (s): 0.817621
CPU usage (%): 103.082
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 1954452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 325.385
system time used= 0.817621
maximum resident set size= 1955816
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 102491
page faults= 0
swaps= 0
block input operations= 0
block output operations= 384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12320
involuntary context switches= 1430


# summary of solver processes directly reported to runsolver:
#   pid: 707107
#   total CPU time (s): 326.203
#   total CPU user time (s): 325.385
#   total CPU system time (s): 0.817621

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.89575 second user time and 2.98831 second system time

The end

Launcher Data

Begin job on nodeC006 at 2024-07-13 15:50:50
IDJOB=4424562
IDBENCH=143712
IDSOLVER=3036
FILE ID=nodeC006/4424562-1720878637
RUNJOBID= nodeC006-1720877760-700191
SLURM_JOB_ID= 7483754
Free space on /tmp= 723780 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110970444--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4424562-1720878637/watcher-4424562-1720878637 -o /tmp/evaluation-result-4424562-1720878637/solver-4424562-1720878637 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1720877760-700191 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4424562-1720878637.wbo

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

MD5SUM BENCH= 938b841d1fff451a1013f00070492fe7
RANDOM SEED=1058705717

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        122315172 kB
MemAvailable:   122207620 kB
Buffers:          322324 kB
Cached:           419036 kB
SwapCached:            0 kB
Active:           476236 kB
Inactive:        8351812 kB
Active(anon):       1468 kB
Inactive(anon):  8122940 kB
Active(file):     474768 kB
Inactive(file):   228872 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1028 kB
Writeback:             0 kB
AnonPages:       8086772 kB
Mapped:           121016 kB
Shmem:             37704 kB
KReclaimable:      57676 kB
Slab:             146836 kB
SReclaimable:      57676 kB
SUnreclaim:        89160 kB
KernelStack:        4880 kB
PageTables:        25812 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   10616656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            45888 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7751680 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:      162632 kB
DirectMap2M:     9179136 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 723780 MiB
End job on nodeC006 at 2024-07-13 15:56:06