Trace number 4424561

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 621.911 612.571

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110970444--soft-33-100-0.wbo
MD5SUM3fe609e3abfc3ea6e01c0dbccbf479ce
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark0.10188
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints64
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 3426
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 3425
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.00/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.14/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.14/0.10	c See www.sat4j.org for details.
0.14/0.11	c version CUSTOM.v20240707
0.14/0.13	c java.runtime.name	OpenJDK Runtime Environment
0.14/0.13	c java.vm.name		OpenJDK 64-Bit Server VM
0.14/0.13	c java.vm.version	22.0.1+8-16
0.14/0.13	c java.vm.vendor	Oracle Corporation
0.14/0.13	c sun.arch.data.model	64
0.14/0.13	c java.version		22.0.1
0.14/0.13	c os.name		Linux
0.14/0.13	c os.version		4.18.0-301.1.el8.x86_64
0.14/0.13	c os.arch		amd64
0.14/0.14	c Free memory 		2113181440
0.14/0.14	c Max memory 		16282288128
0.14/0.14	c Total memory 		2122317824
0.14/0.14	c Number of processors 	2
0.32/0.23	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.32/0.23	 - never skip resolution steps
0.32/0.23	 - Auto-division on coefficients is disabled
0.32/0.23	 - No postprocessing
0.32/0.23	 - Conflict is considered as is when resolving
0.32/0.23	 - Use constraints as they come during conflict analysis
0.32/0.23	 - Weaken first using unassigned literals
0.32/0.23	 - Bump strategy: ALWAYS_ONE
0.32/0.23	 - Bumper: EFFECTIVE
0.32/0.23	--- Begin Solver configuration ---
0.32/0.23	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.32/0.23	Learn all clauses as in MiniSAT
0.32/0.23	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.32/0.23	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.32/0.23	No reason simplification
0.32/0.23	Dynamic restart strategy considering the size of the coefficients
0.32/0.23	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.32/0.23	timeout=2147483s
0.32/0.23	DB Simplification allowed=false
0.32/0.23	Listener: none
0.32/0.23	--- End Solver configuration ---
0.32/0.23	c Pseudo Boolean Optimization by upper bound
0.32/0.23	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.32/0.23	c  - never skip resolution steps
0.32/0.23	c  - Auto-division on coefficients is disabled
0.32/0.23	c  - No postprocessing
0.32/0.23	c  - Conflict is considered as is when resolving
0.32/0.23	c  - Use constraints as they come during conflict analysis
0.32/0.23	c  - Weaken first using unassigned literals
0.32/0.23	c  - Bump strategy: ALWAYS_ONE
0.32/0.23	c  - Bumper: EFFECTIVE
0.32/0.23	c --- Begin Solver configuration ---
0.32/0.23	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.32/0.23	c Learn all clauses as in MiniSAT
0.32/0.23	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.32/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.32/0.23	c No reason simplification
0.32/0.23	c Dynamic restart strategy considering the size of the coefficients
0.32/0.23	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.32/0.23	c timeout=2147483s
0.32/0.23	c DB Simplification allowed=false
0.32/0.23	c Listener: none
0.32/0.23	c --- End Solver configuration ---
0.32/0.25	c solving HOME/instance-4424561-1720878291.wbo
0.32/0.25	c reading problem ... 
0.32/0.29	c ... done. Wall clock time 0.045s.
0.32/0.29	c declared #vars     169
0.32/0.29	c internal #vars     233
0.32/0.29	c #constraints  102
0.32/0.29	c constraints type 
0.32/0.29	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 30
0.32/0.29	c org.sat4j.specs.Constr$1 => 1
0.32/0.29	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 41
0.32/0.29	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30
0.32/0.29	c 102 constraints processed.
0.32/0.30	c objective function length is 64 literals
0.90/0.54	c SATISFIABLE
0.90/0.54	c OPTIMIZING...
0.90/0.55	c Got one! Elapsed wall clock time (in seconds):0.306
0.90/0.55	o 2258
1.47/0.81	c Got one! Elapsed wall clock time (in seconds):0.579
1.47/0.82	o 2249
2.06/1.15	c Got one! Elapsed wall clock time (in seconds):0.909
2.06/1.15	o 2240
2.45/1.34	c Got one! Elapsed wall clock time (in seconds):1.105
2.45/1.35	o 2204
2.84/1.56	c Got one! Elapsed wall clock time (in seconds):1.321
2.84/1.56	o 2199
3.24/1.77	c Got one! Elapsed wall clock time (in seconds):1.532
3.24/1.77	o 2188
3.83/2.08	c Got one! Elapsed wall clock time (in seconds):1.846
3.83/2.08	o 2185
11.50/8.34	c Got one! Elapsed wall clock time (in seconds):8.099
11.50/8.34	o 2179
12.80/9.64	c Got one! Elapsed wall clock time (in seconds):9.409
12.80/9.64	o 2173
14.21/11.10	c Got one! Elapsed wall clock time (in seconds):10.868
14.21/11.10	o 2171
20.09/16.91	c Got one! Elapsed wall clock time (in seconds):16.67
20.09/16.91	o 2167
22.82/19.22	c Got one! Elapsed wall clock time (in seconds):18.988
22.82/19.22	o 2166
25.32/21.14	c Got one! Elapsed wall clock time (in seconds):20.903
25.32/21.14	o 2144
28.02/23.31	c Got one! Elapsed wall clock time (in seconds):23.077
28.02/23.31	o 2143
36.42/31.74	c Got one! Elapsed wall clock time (in seconds):31.5
36.42/31.74	o 2142
40.39/34.54	c Got one! Elapsed wall clock time (in seconds):34.304
40.39/34.54	o 2141
167.67/159.93	c cleaning 3062 clauses out of 6139 with flag 0/6139
224.01/215.67	c cleaning 4523 clauses out of 9076 with flag 0/12138
282.79/273.77	c Got one! Elapsed wall clock time (in seconds):273.531
282.79/273.77	o 12
479.41/470.10	c Got one! Elapsed wall clock time (in seconds):469.862
479.41/470.10	o 10
621.82/612.52	c starts		: 35
621.82/612.53	c conflicts		: 20245
621.82/612.53	c decisions		: 42293
621.82/612.53	c propagations		: 497003
621.82/612.53	c inspects		: 177309865
621.82/612.53	c shortcuts		: 0
621.82/612.53	c learnt literals	: 0
621.82/612.53	c learnt binary clauses	: 0
621.82/612.53	c learnt ternary clauses	: 0
621.82/612.53	c learnt constraints	: 20244
621.82/612.53	c ignored constraints	: 0
621.82/612.53	c root simplifications	: 0
621.82/612.53	c removed literals (reason simplification)	: 0
621.82/612.53	c reason swapping (by a shorter reason)	: 0
621.82/612.53	c Calls to reduceDB	: 2
621.82/612.53	c Number of update (reduction) of LBD	: 29411
621.82/612.53	c Imported unit clauses	: 0
621.82/612.53	c No decision after first conflict	: false
621.82/612.53	c number of reductions to clauses (during analyze)	: 0
621.82/612.53	c number of learned constraints concerned by reduction	: 0
621.82/612.53	c number of learning phase by resolution	: 0
621.82/612.53	c number of learning phase by cutting planes	: 0
621.82/612.53	c number of rounding to 1 operations	: 0
621.82/612.53	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
621.82/612.53	c number of reductions of the coefficients by power 2 	: 0
621.82/612.53	c number of right shift for reduction by power 2 	: 0
621.82/612.53	c number of reductions of the coefficients by GCD over coefficients 	: 0
621.82/612.53	c number of ending skipping 	: 0
621.82/612.53	c number of internal skipping 	: 0
621.82/612.53	c number of derivation steps 	: 86161
621.82/612.53	c number of skipped derivation steps 	: 0
621.82/612.53	c number of remaining unassigned 	: 162506
621.82/612.53	c number of remaining assigned 	: 1986856
621.82/612.53	c number of falsified literals weakened from reason	: 0
621.82/612.53	c number of falsified literals weakened from conflict	: 0
621.82/612.53	c time for arithmetic operations	: 1096303878
621.82/612.53	c minimum degree of deleted constraints	: 14
621.82/612.53	c maximum degree of deleted constraints	: 1243697591782871942963479691399427688874820222391191295626682851804430541744093991615591346851207011916637176377295252992326523930931624706974006119526438721316743237150288868599163526997533698311530631703381501384287927763188569114298370672771904252410356388263362950709117023778255896256477860985405870886209318501365441181400760777177781695920910805059218182192404092789885909122522815022155571360032860514940408306100917630919733963778818586059107722572315663936801642536562568145929086993025095860178319726684376137719507386578198259311374845895020346095291169059368969749888142314883805908905349234730778434172229489293414269429721180559436545192136444126357793903344004956274412579823283413807461693559287880069612393707414058377024384314581939307895680157726230363366802374551692086131886533962484569386953355533451581242389615472244500794126805406269650386758453539827708228549587362346531840035801377287781081543417793706585572618065163357382261393909999061909937375948131642253831922261519705926744624756117912860357646066673239563366768576210670355863470659499621868825856112564459119390748689696069863622283854219474878938937108131800765454373575671130550862383835774937874374735518924338538613818420673233537257403147745093738669338154624037016725338374811082153189415114067642399561833139210436140952377617805966908400851926514995123509405844945369509964676740289521122943492451701425931169337116542203085008658434728744950605628793231914589951779294826083433897953260959284795811142883141083915347368173357408734810557511441503145242880931130970908292280204891928176441706641417990446475320799517127987369288426628673772235293987960922601219877720092055957497610531244187715187723912024949220488377748316861570771345011472258711699325066734112918562662542157649640082032292424419637873951561493009704956625728772216028197378944769614161651850347193936561172753384417396001348761299834410250032755799673765373237059498570948111494776436302243076473627608353236605121790148427273688088355471026782625511091516762574278006998431137040549601208813957880093609100595426444122516430053509277239377646262454702022307543604491725226331127999583718410047691783101594629705474911393976475958712766274193000939087924013578259466618393654171881968189778978703976743398102156172384049448304527889568242748432095953331549021364518343822707109245719772482875406971958140393979007554313387893179435756348598912731496586525533376518660880068576517523854218187755964222798586984307402561771670359709222982803735733522661167100193683385654777749067750535356795610226480449701613893784047764371082108423443915614894708391201456851621690203025702228483390148387745702555200057041194319244134003755125005374584997471385355910738698711881740490275551313499846402224839250532591362014906641630167555189760650508785478020920000
621.82/612.53	c number of deleted constraints	: 7585
621.82/612.53	c speed (assignments/second)	: 811.7913202554595
621.82/612.53	c non guided choices	: 467
621.82/612.53	s OPTIMUM FOUND
621.82/612.53	c Found 18 solution(s)
621.82/612.53	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 
621.82/612.54	c objective function=10
621.82/612.54	c Total wall clock time (in seconds): 612.302

Verifier Data

OK	10

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4424561-1720878291/watcher-4424561-1720878291 -o /tmp/evaluation-result-4424561-1720878291/solver-4424561-1720878291 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1720877760-700189 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4424561-1720878291.wbo 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=706843, runsolver pid=706840

[startup+0.101174 s]*
/proc/loadavg: 4.38 4.43 4.34 7/317 706861
/proc/meminfo: memFree=120716324/131655788 swapFree=131071996/131071996
[pid=706843] ppid=706840 vsize=18975048 memory=56908 CPUtime=0.14 cores=0,2
/proc/706843/stat : 706843 (java) S 706840 706843 697934 0 -1 1077936128 7175 0 0 0 11 3 0 0 20 0 18 0 139987839 19430449152 14227 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
/proc/706843/statm: 4743762 14227 5679 1 0 550964 0
[pid=706843/tid=706845] ppid=706840 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=0,2
/proc/706843/task/706845/stat : 706845 (java) R 706840 706843 697934 0 -1 4194368 6045 0 0 0 6 3 0 0 20 0 18 0 139987840 19430449152 14227 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
[pid=706843/tid=706854] ppid=706840 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/706843/task/706854/stat : 706854 (Finalizer) S 706840 706843 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 139987844 19430449152 14227 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
[pid=706843/tid=706861] ppid=706840 vsize=18975048 memory=14412639824552292 CPUtime=0 cores=0,2
/proc/706843/task/706861/stat : 706861 (Common-Cleaner) S 706840 706843 697934 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 139987845 19430449152 14227 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56908 KiB

[startup+0.2081 s]*
/proc/loadavg: 4.38 4.43 4.34 7/317 706861
/proc/meminfo: memFree=120707136/131655788 swapFree=131071996/131071996
[pid=706843] ppid=706840 vsize=18975048 memory=66328 CPUtime=0.32 cores=0,2
/proc/706843/stat : 706843 (java) S 706840 706843 697934 0 -1 1077936128 7973 0 0 0 29 3 0 0 20 0 18 0 139987839 19430449152 16582 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
/proc/706843/statm: 4743762 16582 5731 1 0 551627 0
[pid=706843/tid=706845] ppid=706840 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=0,2
/proc/706843/task/706845/stat : 706845 (java) R 706840 706843 697934 0 -1 1077936192 6428 0 0 0 15 3 0 0 20 0 18 0 139987840 19430449152 16582 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
[pid=706843/tid=706854] ppid=706840 vsize=18975048 memory=19017 CPUtime=0 cores=0,2
/proc/706843/task/706854/stat : 706854 (Finalizer) S 706840 706843 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 139987844 19430449152 16582 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
[pid=706843/tid=706861] ppid=706840 vsize=18975048 memory=15535219704862701 CPUtime=0 cores=0,2
/proc/706843/task/706861/stat : 706861 (Common-Cleaner) S 706840 706843 697934 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 139987845 19430449152 16582 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66328 KiB

[startup+0.313208 s]*
/proc/loadavg: 4.38 4.43 4.34 8/318 706862
/proc/meminfo: memFree=120701192/131655788 swapFree=131071996/131071996
[pid=706843] ppid=706840 vsize=19041612 memory=71824 CPUtime=0.52 cores=0,2
/proc/706843/stat : 706843 (java) S 706840 706843 697934 0 -1 1077936128 8311 0 0 0 49 3 0 0 20 0 19 0 139987839 19498610688 17956 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
/proc/706843/statm: 4760403 17956 5768 1 0 552119 0
[pid=706843/tid=706845] ppid=706840 vsize=19041612 memory=-9176473907821454012 CPUtime=0.28 cores=0,2
/proc/706843/task/706845/stat : 706845 (java) R 706840 706843 697934 0 -1 4194368 6668 0 0 0 25 3 0 0 20 0 19 0 139987840 19498610688 17956 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
[pid=706843/tid=706854] ppid=706840 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/706843/task/706854/stat : 706854 (Finalizer) S 706840 706843 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139987844 19498610688 17956 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
[pid=706843/tid=706861] ppid=706840 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/706843/task/706861/stat : 706861 (Common-Cleaner) S 706840 706843 697934 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139987845 19498610688 17956 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
[pid=706843/tid=706862] ppid=706840 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/706843/task/706862/stat : 706862 (java) R 706840 706843 697934 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 19 0 139987870 19498610688 17956 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 71824 KiB

[startup+0.700275 s]
/proc/loadavg: 4.38 4.43 4.34 7/318 706862
/proc/meminfo: memFree=120677292/131655788 swapFree=131071996/131071996
[pid=706843] ppid=706840 vsize=19041612 memory=126872 CPUtime=1.27 cores=0,2
/proc/706843/stat : 706843 (java) S 706840 706843 697934 0 -1 1077936128 12698 0 0 0 121 6 0 0 20 0 19 0 139987839 19498610688 31718 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
/proc/706843/statm: 4760403 31718 5854 1 0 554887 0
[pid=706843/tid=706845] ppid=706840 vsize=19041612 memory=12020 CPUtime=0.64 cores=0,2
/proc/706843/task/706845/stat : 706845 (java) R 706840 706843 697934 0 -1 4194368 6831 0 0 0 60 4 0 0 20 0 19 0 139987840 19498610688 31718 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
[pid=706843/tid=706854] ppid=706840 vsize=19041612 memory=12020 CPUtime=0 cores=0,2
/proc/706843/task/706854/stat : 706854 (Finalizer) S 706840 706843 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139987844 19498610688 31718 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
[pid=706843/tid=706861] ppid=706840 vsize=19041612 memory=117636 CPUtime=0 cores=0,2
/proc/706843/task/706861/stat : 706861 (Common-Cleaner) S 706840 706843 697934 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139987845 19498610688 31718 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
[pid=706843/tid=706862] ppid=706840 vsize=19041612 memory=1824 CPUtime=0 cores=0,2
/proc/706843/task/706862/stat : 706862 (Timer-0) S 706840 706843 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 139987870 19498610688 31718 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 126872 KiB

[startup+1.5012 s]
/proc/loadavg: 4.38 4.43 4.34 6/318 706862
/proc/meminfo: memFree=120600496/131655788 swapFree=131071996/131071996
[pid=706843] ppid=706840 vsize=19108176 memory=189096 CPUtime=2.84 cores=0,2
/proc/706843/stat : 706843 (java) S 706840 706843 697934 0 -1 1077936128 22852 0 0 0 275 9 0 0 20 0 20 0 139987839 19566772224 47274 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
/proc/706843/statm: 4777044 47274 5886 1 0 558688 0
[pid=706843/tid=706845] ppid=706840 vsize=19108176 memory=12020 CPUtime=1.37 cores=0,2
/proc/706843/task/706845/stat : 706845 (java) R 706840 706843 697934 0 -1 4194368 7066 0 0 0 132 5 0 0 20 0 20 0 139987840 19566772224 47274 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
[pid=706843/tid=706854] ppid=706840 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/706843/task/706854/stat : 706854 (Finalizer) S 706840 706843 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139987844 19566772224 47274 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
[pid=706843/tid=706861] ppid=706840 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/706843/task/706861/stat : 706861 (Common-Cleaner) S 706840 706843 697934 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 139987845 19566772224 47274 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
[pid=706843/tid=706862] ppid=706840 vsize=19108176 memory=65 CPUtime=0 cores=0,2
/proc/706843/task/706862/stat : 706862 (Timer-0) S 706840 706843 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139987870 19566772224 47274 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 189096 KiB

[startup+3.10559 s]
/proc/loadavg: 4.43 4.44 4.34 5/319 706863
/proc/meminfo: memFree=120489488/131655788 swapFree=131071996/131071996
[pid=706843] ppid=706840 vsize=19108176 memory=302164 CPUtime=5.74 cores=0,2
/proc/706843/stat : 706843 (java) S 706840 706843 697934 0 -1 1077936128 25913 0 0 0 562 12 0 0 20 0 20 0 139987839 19566772224 75541 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
/proc/706843/statm: 4777044 75541 5901 1 0 558701 0
[pid=706843/tid=706845] ppid=706840 vsize=19108176 memory=0 CPUtime=2.92 cores=0,2
/proc/706843/task/706845/stat : 706845 (java) R 706840 706843 697934 0 -1 4194368 7642 0 0 0 285 7 0 0 20 0 20 0 139987840 19566772224 75541 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
[pid=706843/tid=706854] ppid=706840 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/706843/task/706854/stat : 706854 (Finalizer) S 706840 706843 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139987844 19566772224 75541 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
[pid=706843/tid=706861] ppid=706840 vsize=19108176 memory=189096 CPUtime=0 cores=0,2
/proc/706843/task/706861/stat : 706861 (Common-Cleaner) S 706840 706843 697934 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 139987845 19566772224 75541 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
[pid=706843/tid=706862] ppid=706840 vsize=19108176 memory=12020 CPUtime=0 cores=0,2
/proc/706843/task/706862/stat : 706862 (Timer-0) S 706840 706843 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139987870 19566772224 75541 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
Current children cumulated CPU time: 5.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 302164 KiB

[startup+6.30044 s]
/proc/loadavg: 4.43 4.44 4.34 5/319 706863
/proc/meminfo: memFree=120045516/131655788 swapFree=131071996/131071996
[pid=706843] ppid=706840 vsize=19108176 memory=724632 CPUtime=9.42 cores=0,2
/proc/706843/stat : 706843 (java) S 706840 706843 697934 0 -1 1077936128 26811 0 0 0 921 21 0 0 20 0 20 0 139987839 19566772224 181158 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
/proc/706843/statm: 4777044 181158 5901 1 0 558703 0
[pid=706843/tid=706845] ppid=706840 vsize=19108176 memory=12020 CPUtime=6.05 cores=0,2
/proc/706843/task/706845/stat : 706845 (java) R 706840 706843 697934 0 -1 4194368 8292 0 0 0 590 15 0 0 20 0 20 0 139987840 19566772224 181158 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
[pid=706843/tid=706854] ppid=706840 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/706843/task/706854/stat : 706854 (Finalizer) S 706840 706843 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139987844 19566772224 181158 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
[pid=706843/tid=706861] ppid=706840 vsize=19108176 memory=6010171828946884176 CPUtime=0 cores=0,2
/proc/706843/task/706861/stat : 706861 (Common-Cleaner) S 706840 706843 697934 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 139987845 19566772224 181158 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
[pid=706843/tid=706862] ppid=706840 vsize=19108176 memory=5468 CPUtime=0 cores=0,2
/proc/706843/task/706862/stat : 706862 (Timer-0) S 706840 706843 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139987870 19566772224 181158 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
Current children cumulated CPU time: 9.42 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 724632 KiB

[startup+12.7004 s]
/proc/loadavg: 4.36 4.43 4.34 5/319 706864
/proc/meminfo: memFree=119607316/131655788 swapFree=131071996/131071996
[pid=706843] ppid=706840 vsize=19108176 memory=1159724 CPUtime=15.9 cores=0,2
/proc/706843/stat : 706843 (java) S 706840 706843 697934 0 -1 1077936128 30944 0 0 0 1560 30 0 0 20 0 20 0 139987839 19566772224 289931 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
/proc/706843/statm: 4777044 289931 5901 1 0 665215 0
[pid=706843/tid=706845] ppid=706840 vsize=19108176 memory=0 CPUtime=12.3 cores=0,2
/proc/706843/task/706845/stat : 706845 (java) R 706840 706843 697934 0 -1 4194368 9449 0 0 0 1207 23 0 0 20 0 20 0 139987840 19566772224 289931 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
[pid=706843/tid=706854] ppid=706840 vsize=19108176 memory=1159724 CPUtime=0 cores=0,2
/proc/706843/task/706854/stat : 706854 (Finalizer) S 706840 706843 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139987844 19566772224 289931 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
[pid=706843/tid=706861] ppid=706840 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/706843/task/706861/stat : 706861 (Common-Cleaner) S 706840 706843 697934 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 139987845 19566772224 289931 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
[pid=706843/tid=706862] ppid=706840 vsize=19108176 memory=2580 CPUtime=0 cores=0,2
/proc/706843/task/706862/stat : 706862 (Timer-0) S 706840 706843 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139987870 19566772224 289931 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
Current children cumulated CPU time: 15.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1159724 KiB

[startup+25.5005 s]
/proc/loadavg: 4.31 4.41 4.33 5/319 706866
/proc/meminfo: memFree=119562548/131655788 swapFree=131071996/131071996
[pid=706843] ppid=706840 vsize=19108176 memory=1194868 CPUtime=30.21 cores=0,2
/proc/706843/stat : 706843 (java) S 706840 706843 697934 0 -1 1077936128 41142 0 0 0 2988 33 0 0 20 0 20 0 139987839 19566772224 298717 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
/proc/706843/statm: 4777044 298717 5901 1 0 665228 0
[pid=706843/tid=706845] ppid=706840 vsize=19108176 memory=1159724 CPUtime=24.85 cores=0,2
/proc/706843/task/706845/stat : 706845 (java) R 706840 706843 697934 0 -1 4194368 11385 0 0 0 2462 23 0 0 20 0 20 0 139987840 19566772224 298717 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
[pid=706843/tid=706854] ppid=706840 vsize=19108176 memory=2580 CPUtime=0 cores=0,2
/proc/706843/task/706854/stat : 706854 (Finalizer) S 706840 706843 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139987844 19566772224 298717 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
[pid=706843/tid=706861] ppid=706840 vsize=19108176 memory=1159812 CPUtime=0 cores=0,2
/proc/706843/task/706861/stat : 706861 (Common-Cleaner) S 706840 706843 697934 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 139987845 19566772224 298717 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
[pid=706843/tid=706862] ppid=706840 vsize=19108176 memory=11508 CPUtime=0 cores=0,2
/proc/706843/task/706862/stat : 706862 (Timer-0) S 706840 706843 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139987870 19566772224 298717 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
Current children cumulated CPU time: 30.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1194868 KiB

[startup+51.1195 s]
/proc/loadavg: 4.40 4.43 4.34 6/317 706872
/proc/meminfo: memFree=119133220/131655788 swapFree=131071996/131071996
[pid=706843] ppid=706840 vsize=19108176 memory=1624168 CPUtime=57.3 cores=0,2
/proc/706843/stat : 706843 (java) S 706840 706843 697934 0 -1 1077936128 57098 0 0 0 5684 46 0 0 20 0 20 0 139987839 19566772224 406042 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
/proc/706843/statm: 4777044 406042 5901 1 0 670809 0
[pid=706843/tid=706845] ppid=706840 vsize=19108176 memory=1622116 CPUtime=50.22 cores=0,2
/proc/706843/task/706845/stat : 706845 (java) R 706840 706843 697934 0 -1 4194368 14465 0 0 0 4991 31 0 0 20 0 20 0 139987840 19566772224 406042 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
[pid=706843/tid=706854] ppid=706840 vsize=19108176 memory=1622116 CPUtime=0 cores=0,2

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

/proc/706843/task/706862/stat : 706862 (Timer-0) S 706840 706843 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139987870 19566772224 600763 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
Current children cumulated CPU time: 591.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2403052 KiB

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

# cumulated CPU time of all completed processes:  user=620.881 s, system=1.03052 s

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

[startup+588.8 s]
/proc/loadavg: 4.20 4.28 4.31 5/321 707172
/proc/meminfo: memFree=120094900/131655788 swapFree=131071996/131071996
[pid=706843] ppid=706840 vsize=19108176 memory=2403052 CPUtime=598.09 cores=0,2
/proc/706843/stat : 706843 (java) S 706840 706843 697934 0 -1 1077936128 113642 0 0 0 59709 100 0 0 20 0 20 0 139987839 19566772224 600763 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
/proc/706843/statm: 4777044 600763 5917 1 0 798284 0
[pid=706843/tid=706845] ppid=706840 vsize=19108176 memory=-7234602508921495935 CPUtime=580.37 cores=0,2
/proc/706843/task/706845/stat : 706845 (java) R 706840 706843 697934 0 -1 4194368 35199 0 0 0 57992 45 0 0 20 0 20 0 139987840 19566772224 600763 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 14 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
[pid=706843/tid=706854] ppid=706840 vsize=19108176 memory=35540 CPUtime=0 cores=0,2
/proc/706843/task/706854/stat : 706854 (Finalizer) S 706840 706843 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139987844 19566772224 600763 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
[pid=706843/tid=706861] ppid=706840 vsize=19108176 memory=12020 CPUtime=0 cores=0,2
/proc/706843/task/706861/stat : 706861 (Common-Cleaner) S 706840 706843 697934 0 -1 1077936192 610 0 0 0 0 0 0 0 20 0 20 0 139987845 19566772224 600763 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
[pid=706843/tid=706862] ppid=706840 vsize=19108176 memory=2401004 CPUtime=0 cores=0,2
/proc/706843/task/706862/stat : 706862 (Timer-0) S 706840 706843 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139987870 19566772224 600763 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
Current children cumulated CPU time: 598.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2403052 KiB

[startup+601.6 s]
/proc/loadavg: 4.17 4.27 4.30 5/321 707173
/proc/meminfo: memFree=120055816/131655788 swapFree=131071996/131071996
[pid=706843] ppid=706840 vsize=19108176 memory=2405108 CPUtime=610.86 cores=0,2
/proc/706843/stat : 706843 (java) S 706840 706843 697934 0 -1 1077936128 114820 0 0 0 60985 101 0 0 20 0 20 0 139987839 19566772224 601277 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
/proc/706843/statm: 4777044 601277 5917 1 0 798284 0
[pid=706843/tid=706845] ppid=706840 vsize=19108176 memory=12020 CPUtime=593.02 cores=0,2
/proc/706843/task/706845/stat : 706845 (java) R 706840 706843 697934 0 -1 4194368 36022 0 0 0 59257 45 0 0 20 0 20 0 139987840 19566772224 601277 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 14 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
[pid=706843/tid=706854] ppid=706840 vsize=19108176 memory=11508 CPUtime=0 cores=0,2
/proc/706843/task/706854/stat : 706854 (Finalizer) S 706840 706843 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139987844 19566772224 601277 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
[pid=706843/tid=706861] ppid=706840 vsize=19108176 memory=-9176473907821454012 CPUtime=0 cores=0,2
/proc/706843/task/706861/stat : 706861 (Common-Cleaner) S 706840 706843 697934 0 -1 1077936192 610 0 0 0 0 0 0 0 20 0 20 0 139987845 19566772224 601277 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
[pid=706843/tid=706862] ppid=706840 vsize=19108176 memory=2403052 CPUtime=0 cores=0,2
/proc/706843/task/706862/stat : 706862 (Timer-0) S 706840 706843 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139987870 19566772224 601277 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
Current children cumulated CPU time: 610.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2405108 KiB

[startup+608 s]*
/proc/loadavg: 4.14 4.27 4.30 5/321 707175
/proc/meminfo: memFree=120047524/131655788 swapFree=131071996/131071996
[pid=706843] ppid=706840 vsize=19108176 memory=2409208 CPUtime=617.26 cores=0,2
/proc/706843/stat : 706843 (java) S 706840 706843 697934 0 -1 1077936128 115827 0 0 0 61625 101 0 0 20 0 20 0 139987839 19566772224 602302 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
/proc/706843/statm: 4777044 602302 5917 1 0 798284 0
[pid=706843/tid=706845] ppid=706840 vsize=19108176 memory=-8889377123863012028 CPUtime=599.3 cores=0,2
/proc/706843/task/706845/stat : 706845 (java) R 706840 706843 697934 0 -1 4194368 36435 0 0 0 59885 45 0 0 20 0 20 0 139987840 19566772224 602302 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 14 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
[pid=706843/tid=706854] ppid=706840 vsize=19108176 memory=-7234602508921495935 CPUtime=0 cores=0,2
/proc/706843/task/706854/stat : 706854 (Finalizer) S 706840 706843 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139987844 19566772224 602302 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
[pid=706843/tid=706861] ppid=706840 vsize=19108176 memory=13732 CPUtime=0 cores=0,2
/proc/706843/task/706861/stat : 706861 (Common-Cleaner) S 706840 706843 697934 0 -1 1077936192 610 0 0 0 0 0 0 0 20 0 20 0 139987845 19566772224 602302 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
[pid=706843/tid=706862] ppid=706840 vsize=19108176 memory=11560 CPUtime=0 cores=0,2
/proc/706843/task/706862/stat : 706862 (Timer-0) S 706840 706843 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139987870 19566772224 602302 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
Current children cumulated CPU time: 617.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2409208 KiB

[startup+609.6 s]
/proc/loadavg: 4.14 4.27 4.30 5/321 707175
/proc/meminfo: memFree=120047532/131655788 swapFree=131071996/131071996
[pid=706843] ppid=706840 vsize=19108176 memory=2409216 CPUtime=618.92 cores=0,2
/proc/706843/stat : 706843 (java) S 706840 706843 697934 0 -1 1077936128 118029 0 0 0 61791 101 0 0 20 0 20 0 139987839 19566772224 602304 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
/proc/706843/statm: 4777044 602304 5917 1 0 798284 0
[pid=706843/tid=706845] ppid=706840 vsize=19108176 memory=2409216 CPUtime=600.88 cores=0,2
/proc/706843/task/706845/stat : 706845 (java) R 706840 706843 697934 0 -1 4194368 36548 0 0 0 60043 45 0 0 20 0 20 0 139987840 19566772224 602304 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 14 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
[pid=706843/tid=706854] ppid=706840 vsize=19108176 memory=-9176473907821454012 CPUtime=0 cores=0,2
/proc/706843/task/706854/stat : 706854 (Finalizer) S 706840 706843 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139987844 19566772224 602304 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
[pid=706843/tid=706861] ppid=706840 vsize=19108176 memory=12020 CPUtime=0 cores=0,2
/proc/706843/task/706861/stat : 706861 (Common-Cleaner) S 706840 706843 697934 0 -1 1077936192 610 0 0 0 0 0 0 0 20 0 20 0 139987845 19566772224 602304 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
[pid=706843/tid=706862] ppid=706840 vsize=19108176 memory=2405108 CPUtime=0 cores=0,2
/proc/706843/task/706862/stat : 706862 (Timer-0) S 706840 706843 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139987870 19566772224 602304 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
Current children cumulated CPU time: 618.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2409216 KiB

[startup+611.2 s]
/proc/loadavg: 4.14 4.27 4.30 6/321 707175
/proc/meminfo: memFree=120033120/131655788 swapFree=131071996/131071996
[pid=706843] ppid=706840 vsize=19108176 memory=2409216 CPUtime=620.52 cores=0,2
/proc/706843/stat : 706843 (java) S 706840 706843 697934 0 -1 1077936128 118032 0 0 0 61951 101 0 0 20 0 20 0 139987839 19566772224 602304 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
/proc/706843/statm: 4777044 602304 5917 1 0 798284 0
[pid=706843/tid=706845] ppid=706840 vsize=19108176 memory=2409216 CPUtime=602.48 cores=0,2
/proc/706843/task/706845/stat : 706845 (java) R 706840 706843 697934 0 -1 4194368 36549 0 0 0 60203 45 0 0 20 0 20 0 139987840 19566772224 602304 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 14 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
[pid=706843/tid=706854] ppid=706840 vsize=19108176 memory=2409208 CPUtime=0 cores=0,2
/proc/706843/task/706854/stat : 706854 (Finalizer) S 706840 706843 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139987844 19566772224 602304 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
[pid=706843/tid=706861] ppid=706840 vsize=19108176 memory=2268 CPUtime=0 cores=0,2
/proc/706843/task/706861/stat : 706861 (Common-Cleaner) S 706840 706843 697934 0 -1 1077936192 610 0 0 0 0 0 0 0 20 0 20 0 139987845 19566772224 602304 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
[pid=706843/tid=706862] ppid=706840 vsize=19108176 memory=1824 CPUtime=0 cores=0,2
/proc/706843/task/706862/stat : 706862 (Timer-0) S 706840 706843 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139987870 19566772224 602304 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
Current children cumulated CPU time: 620.52 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2409216 KiB

[startup+612 s]*
/proc/loadavg: 4.21 4.28 4.30 5/321 707175
/proc/meminfo: memFree=120033092/131655788 swapFree=131071996/131071996
[pid=706843] ppid=706840 vsize=19108176 memory=2409216 CPUtime=621.33 cores=0,2
/proc/706843/stat : 706843 (java) S 706840 706843 697934 0 -1 1077936128 118034 0 0 0 62032 101 0 0 20 0 20 0 139987839 19566772224 602304 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
/proc/706843/statm: 4777044 602304 5917 1 0 798284 0
[pid=706843/tid=706845] ppid=706840 vsize=19108176 memory=-8889377123863012028 CPUtime=603.29 cores=0,2
/proc/706843/task/706845/stat : 706845 (java) R 706840 706843 697934 0 -1 4194368 36549 0 0 0 60284 45 0 0 20 0 20 0 139987840 19566772224 602304 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 14 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
[pid=706843/tid=706854] ppid=706840 vsize=19108176 memory=-7234602508921495935 CPUtime=0 cores=0,2
/proc/706843/task/706854/stat : 706854 (Finalizer) S 706840 706843 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139987844 19566772224 602304 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
[pid=706843/tid=706861] ppid=706840 vsize=19108176 memory=6226899830190009683 CPUtime=0 cores=0,2
/proc/706843/task/706861/stat : 706861 (Common-Cleaner) S 706840 706843 697934 0 -1 1077936192 610 0 0 0 0 0 0 0 20 0 20 0 139987845 19566772224 602304 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
[pid=706843/tid=706862] ppid=706840 vsize=19108176 memory=5866899919144970340 CPUtime=0 cores=0,2
/proc/706843/task/706862/stat : 706862 (Timer-0) S 706840 706843 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139987870 19566772224 602304 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
Current children cumulated CPU time: 621.33 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2409216 KiB

[startup+612.4 s]
/proc/loadavg: 4.21 4.28 4.30 5/321 707175
/proc/meminfo: memFree=120033092/131655788 swapFree=131071996/131071996
[pid=706843] ppid=706840 vsize=19108176 memory=2409216 CPUtime=621.72 cores=0,2
/proc/706843/stat : 706843 (java) S 706840 706843 697934 0 -1 1077936128 118034 0 0 0 62071 101 0 0 20 0 20 0 139987839 19566772224 602304 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
/proc/706843/statm: 4777044 602304 5917 1 0 798284 0
[pid=706843/tid=706845] ppid=706840 vsize=19108176 memory=19580 CPUtime=603.67 cores=0,2
/proc/706843/task/706845/stat : 706845 (java) R 706840 706843 697934 0 -1 4194368 36549 0 0 0 60322 45 0 0 20 0 20 0 139987840 19566772224 602304 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 14 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
[pid=706843/tid=706854] ppid=706840 vsize=19108176 memory=7044 CPUtime=0 cores=0,2
/proc/706843/task/706854/stat : 706854 (Finalizer) S 706840 706843 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139987844 19566772224 602304 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
[pid=706843/tid=706861] ppid=706840 vsize=19108176 memory=6816 CPUtime=0 cores=0,2
/proc/706843/task/706861/stat : 706861 (Common-Cleaner) S 706840 706843 697934 0 -1 1077936192 610 0 0 0 0 0 0 0 20 0 20 0 139987845 19566772224 602304 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
[pid=706843/tid=706862] ppid=706840 vsize=19108176 memory=2405108 CPUtime=0 cores=0,2
/proc/706843/task/706862/stat : 706862 (Timer-0) S 706840 706843 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139987870 19566772224 602304 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
Current children cumulated CPU time: 621.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2409216 KiB

[startup+612.5 s]
/proc/loadavg: 4.21 4.28 4.30 5/321 707175
/proc/meminfo: memFree=120033092/131655788 swapFree=131071996/131071996
[pid=706843] ppid=706840 vsize=19108176 memory=2409216 CPUtime=621.82 cores=0,2
/proc/706843/stat : 706843 (java) S 706840 706843 697934 0 -1 1077936128 118034 0 0 0 62081 101 0 0 20 0 20 0 139987839 19566772224 602304 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
/proc/706843/statm: 4777044 602304 5917 1 0 798284 0
[pid=706843/tid=706845] ppid=706840 vsize=19108176 memory=-9176473907821454012 CPUtime=603.77 cores=0,2
/proc/706843/task/706845/stat : 706845 (java) R 706840 706843 697934 0 -1 4194368 36549 0 0 0 60332 45 0 0 20 0 20 0 139987840 19566772224 602304 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 14 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
[pid=706843/tid=706854] ppid=706840 vsize=19108176 memory=2403052 CPUtime=0 cores=0,2
/proc/706843/task/706854/stat : 706854 (Finalizer) S 706840 706843 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139987844 19566772224 602304 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
[pid=706843/tid=706861] ppid=706840 vsize=19108176 memory=2401004 CPUtime=0 cores=0,2
/proc/706843/task/706861/stat : 706861 (Common-Cleaner) S 706840 706843 697934 0 -1 1077936192 610 0 0 0 0 0 0 0 20 0 20 0 139987845 19566772224 602304 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
[pid=706843/tid=706862] ppid=706840 vsize=19108176 memory=2398952 CPUtime=0 cores=0,2
/proc/706843/task/706862/stat : 706862 (Timer-0) S 706840 706843 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139987870 19566772224 602304 134679101440 93852643844096 93852643847792 140728712181264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93852643855608 93852643856400 93852663476224 140728712188891 140728712188999 140728712188999 140728712196040 0
Current children cumulated CPU time: 621.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2409216 KiB

Child status: 30

Real time (s): 612.571
CPU time (s): 621.911
CPU user time (s): 620.881
CPU system time (s): 1.03052
CPU usage (%): 101.525
Max. virtual memory (cumulated for all children) (KiB): 19111148
Max. memory (cumulated for all children) (KiB): 2409216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 620.881
system time used= 1.03052
maximum resident set size= 2410532
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 120596
page faults= 0
swaps= 0
block input operations= 0
block output operations= 704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21744
involuntary context switches= 5137


# summary of solver processes directly reported to runsolver:
#   pid: 706843
#   total CPU time (s): 621.911
#   total CPU user time (s): 620.881
#   total CPU system time (s): 1.03052

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.3453 second user time and 6.46495 second system time

The end

Launcher Data

Begin job on nodeC006 at 2024-07-13 15:45:03
IDJOB=4424561
IDBENCH=143664
IDSOLVER=3036
FILE ID=nodeC006/4424561-1720878291
RUNJOBID= nodeC006-1720877760-700189
SLURM_JOB_ID= 7483754
Free space on /tmp= 723776 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-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4424561-1720878291/watcher-4424561-1720878291 -o /tmp/evaluation-result-4424561-1720878291/solver-4424561-1720878291 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1720877760-700189 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4424561-1720878291.wbo

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

MD5SUM BENCH= 3fe609e3abfc3ea6e01c0dbccbf479ce
RANDOM SEED=1965409326

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		: 1496.583
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		: 3658.403
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		: 2294.742
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.353
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		: 3669.487
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		: 3554.951
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.398
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.336
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:        120752744 kB
MemAvailable:   120646932 kB
Buffers:          321840 kB
Cached:           421280 kB
SwapCached:            0 kB
Active:           479804 kB
Inactive:        9907608 kB
Active(anon):       1460 kB
Inactive(anon):  9680572 kB
Active(file):     478344 kB
Inactive(file):   227036 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1240 kB
Writeback:            32 kB
AnonPages:       9644340 kB
Mapped:           121020 kB
Shmem:             37704 kB
KReclaimable:      57680 kB
Slab:             146868 kB
SReclaimable:      57680 kB
SUnreclaim:        89188 kB
KernelStack:        4832 kB
PageTables:        29016 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   12182100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            45888 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9320448 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:55:16