Trace number 4451494

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 Resolution Default 2024-07-07UNSAT 978.295 967.384

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/Instances3col_OPB/
normalized-3col-almost3reg-l055-r054-n1.opb
MD5SUMf0e9fb7942cf170d68fd4efe40bdbadd
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark126.71
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2991
Total number of constraints6388
Number of constraints which are clauses5391
Number of constraints which are cardinality constraints (but not clauses)997
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.14/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.14/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.14/0.17	c See www.sat4j.org for details.
0.14/0.18	c version CUSTOM.v20240707
0.14/0.21	c java.runtime.name	OpenJDK Runtime Environment
0.14/0.21	c java.vm.name		OpenJDK 64-Bit Server VM
0.14/0.21	c java.vm.version	22.0.1+8-16
0.14/0.21	c java.vm.vendor	Oracle Corporation
0.14/0.21	c sun.arch.data.model	64
0.14/0.21	c java.version		22.0.1
0.14/0.21	c os.name		Linux
0.14/0.21	c os.version		4.18.0-301.1.el8.x86_64
0.14/0.21	c os.arch		amd64
0.14/0.22	c Free memory 		2115194816
0.14/0.22	c Max memory 		16282288128
0.14/0.22	c Total memory 		2122317824
0.14/0.23	c Number of processors 	2
0.31/0.31	--- Begin Solver configuration ---
0.31/0.31	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.31/0.31	Learn all clauses as in MiniSAT
0.31/0.31	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.31/0.31	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.31/0.31	No reason simplification
0.31/0.31	Glucose 2.1 dynamic restart strategy
0.31/0.31	Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.31/0.31	timeout=2147483s
0.31/0.31	DB Simplification allowed=false
0.31/0.31	Listener: none
0.31/0.31	--- End Solver configuration ---
0.31/0.32	c Pseudo Boolean Optimization by upper bound
0.31/0.32	c --- Begin Solver configuration ---
0.31/0.32	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.31/0.32	c Learn all clauses as in MiniSAT
0.31/0.32	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.31/0.32	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.31/0.32	c No reason simplification
0.31/0.32	c Glucose 2.1 dynamic restart strategy
0.31/0.32	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.31/0.32	c timeout=2147483s
0.31/0.32	c DB Simplification allowed=false
0.31/0.32	c Listener: none
0.31/0.32	c --- End Solver configuration ---
0.31/0.32	c solving HOME/instance-4451494-1721434903.opb
0.31/0.32	c reading problem ... 
0.31/0.32	c  no objective function found
0.83/0.54	c ... done. Wall clock time 0.219s.
0.83/0.54	c declared #vars     2991
0.83/0.54	c #constraints  7385
0.83/0.54	c constraints type 
0.83/0.54	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 5391
0.83/0.54	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 997
0.83/0.54	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 997
0.83/0.54	c 7385 constraints processed.
3.11/1.88	c cleaning 2494 clauses out of 5000 with flag 178997/5000
3.96/2.69	c cleaning 4252 clauses out of 8508 with flag 288251/11002
5.35/3.77	c cleaning 5621 clauses out of 11255 with flag 409687/18001
6.69/5.09	c cleaning 6813 clauses out of 13635 with flag 541758/26002
8.48/6.63	c cleaning 7909 clauses out of 15820 with flag 707292/35000
10.37/8.49	c cleaning 8951 clauses out of 17911 with flag 893724/45000
12.81/10.87	c cleaning 9976 clauses out of 19961 with flag 1093870/56001
15.23/13.27	c cleaning 10986 clauses out of 21984 with flag 1305785/68000
18.11/16.06	c cleaning 11997 clauses out of 23999 with flag 1534379/81001
21.13/19.11	c cleaning 12997 clauses out of 26002 with flag 1774740/95001
24.87/22.76	c cleaning 13995 clauses out of 28005 with flag 2029722/110001
28.87/26.78	c cleaning 14998 clauses out of 30009 with flag 2308045/126000
32.70/30.45	c cleaning 16003 clauses out of 32012 with flag 2585906/143001
36.06/33.78	c cleaning 17000 clauses out of 34009 with flag 2823626/161001
40.12/37.75	c cleaning 17999 clauses out of 36009 with flag 3113944/180001
44.79/42.36	c cleaning 18996 clauses out of 38009 with flag 3439257/200000
49.49/47.08	c cleaning 20000 clauses out of 40013 with flag 3780454/221000
54.65/52.18	c cleaning 21001 clauses out of 42015 with flag 4124450/243002
61.76/59.26	c cleaning 22003 clauses out of 44012 with flag 4538091/266000
68.12/65.58	c cleaning 23006 clauses out of 46013 with flag 4940868/290004
73.58/70.90	c cleaning 23991 clauses out of 48004 with flag 5658328/315001
78.87/76.21	c cleaning 24996 clauses out of 50012 with flag 6434800/341000
84.35/81.68	c cleaning 25999 clauses out of 52016 with flag 7244060/368000
91.12/88.39	c cleaning 27001 clauses out of 54017 with flag 8085149/396000
98.01/95.28	c cleaning 28001 clauses out of 56017 with flag 8778972/425001
105.76/103.00	c cleaning 29003 clauses out of 58015 with flag 9453688/455000
114.75/111.81	c cleaning 29998 clauses out of 60012 with flag 10190186/486000
123.63/120.62	c cleaning 31003 clauses out of 62016 with flag 10984077/518002
134.02/130.41	c cleaning 32003 clauses out of 64012 with flag 11832915/551001
143.36/139.70	c cleaning 32998 clauses out of 66010 with flag 12610090/585002
154.44/150.78	c cleaning 34000 clauses out of 68011 with flag 13235995/620001
166.41/162.67	c cleaning 35000 clauses out of 70012 with flag 13865279/656002
178.84/174.90	c cleaning 36002 clauses out of 72012 with flag 14494287/693002
191.90/187.98	c cleaning 36998 clauses out of 74010 with flag 15145166/731002
206.37/202.14	c cleaning 38004 clauses out of 76014 with flag 15863257/770004
221.23/216.94	c cleaning 38997 clauses out of 78006 with flag 16603222/810000
239.37/234.64	c cleaning 40001 clauses out of 80009 with flag 17341941/851000
253.54/248.72	c cleaning 40995 clauses out of 82008 with flag 18077930/893000
268.14/263.24	c cleaning 41998 clauses out of 84014 with flag 18806966/936001
284.53/279.57	c cleaning 43003 clauses out of 86016 with flag 19613362/980001
302.61/297.50	c cleaning 44006 clauses out of 88014 with flag 20413595/1025002
321.46/316.33	c cleaning 44998 clauses out of 90005 with flag 21217257/1071000
333.11/327.60	c cleaning 45995 clauses out of 92008 with flag 21872162/1118001
349.18/343.67	c cleaning 46994 clauses out of 94012 with flag 22599866/1166000
365.57/359.96	c cleaning 48007 clauses out of 96020 with flag 23425024/1215002
383.00/376.83	c cleaning 48999 clauses out of 98012 with flag 24276546/1265001
402.43/396.26	c cleaning 49996 clauses out of 100012 with flag 25156322/1316000
421.96/415.68	c cleaning 51006 clauses out of 102021 with flag 26023539/1368005
443.84/437.41	c cleaning 51999 clauses out of 104012 with flag 26940080/1421002
466.80/460.34	c cleaning 53000 clauses out of 106011 with flag 27900867/1475000
492.14/485.63	c cleaning 53996 clauses out of 108011 with flag 28883692/1530000
513.81/507.13	c cleaning 55004 clauses out of 110015 with flag 29854246/1586001
534.18/527.49	c cleaning 56004 clauses out of 112011 with flag 30711869/1643001
554.16/547.39	c cleaning 56997 clauses out of 114006 with flag 31622630/1701000
575.41/568.45	c cleaning 58003 clauses out of 116011 with flag 32554731/1760002
606.75/599.59	c cleaning 59001 clauses out of 118007 with flag 33495352/1820001
632.12/624.88	c cleaning 59999 clauses out of 120007 with flag 34441148/1881002
661.26/652.96	c cleaning 61000 clauses out of 122007 with flag 35456731/1943001
679.06/670.60	c cleaning 61999 clauses out of 124007 with flag 36358578/2006001
709.03/700.55	c cleaning 62998 clauses out of 126008 with flag 37326073/2070001
740.11/731.49	c cleaning 63998 clauses out of 128010 with flag 38388406/2135001
771.24/762.30	c cleaning 64998 clauses out of 130013 with flag 39471261/2201002
802.89/793.05	c cleaning 65994 clauses out of 132013 with flag 40522454/2268000
839.22/828.90	c cleaning 67002 clauses out of 134019 with flag 41643931/2336000
874.37/863.80	c cleaning 68002 clauses out of 136017 with flag 42765905/2405000
908.20/897.63	c cleaning 69005 clauses out of 138015 with flag 43937762/2475000
932.87/922.26	c cleaning 69998 clauses out of 140012 with flag 45111897/2546003
959.52/948.90	c cleaning 70995 clauses out of 142010 with flag 46315808/2618000
978.05/967.30	c starts		: 1204
978.05/967.30	c conflicts		: 2671572
978.05/967.30	c decisions		: 3291224
978.05/967.30	c propagations		: 799145187
978.05/967.30	c inspects		: 9935324241
978.05/967.30	c shortcuts		: 0
978.05/967.30	c learnt literals	: 14
978.05/967.30	c learnt binary clauses	: 8
978.05/967.30	c learnt ternary clauses	: 2436
978.05/967.30	c learnt constraints	: 2671557
978.05/967.30	c ignored constraints	: 0
978.05/967.30	c root simplifications	: 0
978.05/967.30	c removed literals (reason simplification)	: 0
978.05/967.30	c reason swapping (by a shorter reason)	: 0
978.05/967.30	c Calls to reduceDB	: 68
978.05/967.30	c Number of update (reduction) of LBD	: 942613
978.05/967.30	c Imported unit clauses	: 0
978.05/967.30	c No decision after first conflict	: false
978.05/967.30	c number of reductions to clauses (during analyze)	: 0
978.05/967.30	c number of learned constraints concerned by reduction	: 0
978.05/967.30	c number of learning phase by resolution	: 0
978.05/967.30	c number of learning phase by cutting planes	: 0
978.05/967.30	c number of rounding to 1 operations	: 0
978.05/967.30	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
978.05/967.30	c number of reductions of the coefficients by power 2 	: 0
978.05/967.30	c number of right shift for reduction by power 2 	: 0
978.05/967.30	c number of reductions of the coefficients by GCD over coefficients 	: 0
978.05/967.30	c number of ending skipping 	: 0
978.05/967.30	c number of internal skipping 	: 0
978.05/967.30	c number of derivation steps 	: 0
978.05/967.30	c number of skipped derivation steps 	: 0
978.05/967.30	c number of remaining unassigned 	: 0
978.05/967.30	c number of remaining assigned 	: 0
978.05/967.30	c number of falsified literals weakened from reason	: 0
978.05/967.30	c number of falsified literals weakened from conflict	: 0
978.05/967.30	c time for arithmetic operations	: 0
978.05/967.30	c minimum degree of deleted constraints	: null
978.17/967.31	c maximum degree of deleted constraints	: null
978.17/967.31	c number of deleted constraints	: 0
978.17/967.31	c speed (assignments/second)	: 826634.0765826805
978.17/967.31	c non guided choices	: 17207
978.17/967.35	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 124568
978.17/967.35	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 8
978.17/967.36	s UNSATISFIABLE
978.17/967.36	c Total wall clock time (in seconds): 967.033

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451494-1721434903/watcher-4451494-1721434903 -o /tmp/evaluation-result-4451494-1721434903/solver-4451494-1721434903 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721434915-1036502 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4451494-1721434903.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing FSIZE limit: 104857600 KiB
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=1036565, runsolver pid=1036553

[startup+0.110527 s]*
/proc/loadavg: 3.82 4.15 4.18 14/311 1036633
/proc/meminfo: memFree=129336416/131655788 swapFree=131070704/131071996
[pid=1036565] ppid=1036553 vsize=18975048 memory=56440 CPUtime=0.14 cores=0,2
/proc/1036565/stat : 1036565 (java) S 1036553 1036565 1036492 0 -1 1077936128 6470 0 0 0 10 4 0 0 20 0 18 0 195647453 19430449152 14110 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
/proc/1036565/statm: 4743762 14110 5766 1 0 550808 0
[pid=1036565/tid=1036569] ppid=1036553 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=0,2
/proc/1036565/task/1036569/stat : 1036569 (java) R 1036553 1036565 1036492 0 -1 4194368 5391 0 0 0 6 3 0 0 20 0 18 0 195647453 19430449152 14110 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 195647456 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
[pid=1036565/tid=1036612] ppid=1036553 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/1036565/task/1036612/stat : 1036612 (Finalizer) S 1036553 1036565 1036492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 195647459 19430449152 14110 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
[pid=1036565/tid=1036631] ppid=1036553 vsize=18975048 memory=14698495669638111 CPUtime=0 cores=0,2
/proc/1036565/task/1036631/stat : 1036631 (Common-Cleaner) S 1036553 1036565 1036492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 195647460 19430449152 14110 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56440 KiB

[startup+0.216259 s]*
/proc/loadavg: 3.82 4.15 4.18 17/311 1036633
/proc/meminfo: memFree=129321180/131655788 swapFree=131070704/131071996
[pid=1036565] ppid=1036553 vsize=18975048 memory=61000 CPUtime=0.31 cores=0,2
/proc/1036565/stat : 1036565 (java) S 1036553 1036565 1036492 0 -1 1077936128 7113 0 0 0 26 5 0 0 20 0 18 0 195647453 19430449152 15250 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
/proc/1036565/statm: 4743762 15250 5775 1 0 551324 0
[pid=1036565/tid=1036569] ppid=1036553 vsize=18975048 memory=8603368907145347203 CPUtime=0.19 cores=0,2
/proc/1036565/task/1036569/stat : 1036569 (java) R 1036553 1036565 1036492 0 -1 4194368 5685 0 0 0 16 3 0 0 20 0 18 0 195647453 19430449152 15250 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 195647456 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
[pid=1036565/tid=1036612] ppid=1036553 vsize=18975048 memory=1774770 CPUtime=0 cores=0,2
/proc/1036565/task/1036612/stat : 1036612 (Finalizer) S 1036553 1036565 1036492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 195647459 19430449152 15250 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
[pid=1036565/tid=1036631] ppid=1036553 vsize=18975048 memory=13848573179598470 CPUtime=0 cores=0,2
/proc/1036565/task/1036631/stat : 1036631 (Common-Cleaner) S 1036553 1036565 1036492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 195647460 19430449152 15250 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 61000 KiB

[startup+0.316204 s]*
/proc/loadavg: 3.82 4.15 4.18 17/311 1036633
/proc/meminfo: memFree=129300824/131655788 swapFree=131070704/131071996
[pid=1036565] ppid=1036553 vsize=18975048 memory=66224 CPUtime=0.47 cores=0,2
/proc/1036565/stat : 1036565 (java) S 1036553 1036565 1036492 0 -1 1077936128 7383 0 0 0 42 5 0 0 20 0 18 0 195647453 19430449152 16556 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
/proc/1036565/statm: 4743762 16556 5789 1 0 551560 0
[pid=1036565/tid=1036569] ppid=1036553 vsize=18975048 memory=-7380095196913100386 CPUtime=0.29 cores=0,2
/proc/1036565/task/1036569/stat : 1036569 (java) R 1036553 1036565 1036492 0 -1 4194368 5874 0 0 0 25 4 0 0 20 0 18 0 195647453 19430449152 16556 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 195647456 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
[pid=1036565/tid=1036612] ppid=1036553 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/1036565/task/1036612/stat : 1036612 (Finalizer) S 1036553 1036565 1036492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 195647459 19430449152 16556 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
[pid=1036565/tid=1036631] ppid=1036553 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/1036565/task/1036631/stat : 1036631 (Common-Cleaner) S 1036553 1036565 1036492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 195647460 19430449152 16556 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66224 KiB

[startup+0.706523 s]
/proc/loadavg: 3.82 4.15 4.18 13/313 1036635
/proc/meminfo: memFree=129233548/131655788 swapFree=131070704/131071996
[pid=1036565] ppid=1036553 vsize=19041612 memory=108556 CPUtime=1.19 cores=0,2
/proc/1036565/stat : 1036565 (java) S 1036553 1036565 1036492 0 -1 1077936128 9196 0 0 0 111 8 0 0 20 0 19 0 195647453 19498610688 27139 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
/proc/1036565/statm: 4760403 27139 5877 1 0 552965 0
[pid=1036565/tid=1036569] ppid=1036553 vsize=19041612 memory=5540 CPUtime=0.6 cores=0,2
/proc/1036565/task/1036569/stat : 1036569 (java) R 1036553 1036565 1036492 0 -1 4194368 5989 0 0 0 54 6 0 0 20 0 19 0 195647453 19498610688 27139 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 195647456 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
[pid=1036565/tid=1036612] ppid=1036553 vsize=19041612 memory=12508 CPUtime=0 cores=0,2
/proc/1036565/task/1036612/stat : 1036612 (Finalizer) S 1036553 1036565 1036492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 195647459 19498610688 27139 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
[pid=1036565/tid=1036631] ppid=1036553 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1036565/task/1036631/stat : 1036631 (Common-Cleaner) S 1036553 1036565 1036492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 195647460 19498610688 27139 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 108556 KiB

[startup+1.50252 s]
/proc/loadavg: 3.82 4.15 4.18 12/315 1036637
/proc/meminfo: memFree=129181912/131655788 swapFree=131070704/131071996
[pid=1036565] ppid=1036553 vsize=19041612 memory=111348 CPUtime=2.68 cores=0,2
/proc/1036565/stat : 1036565 (java) S 1036553 1036565 1036492 0 -1 1077936128 12404 0 0 0 260 8 0 0 20 0 19 0 195647453 19498610688 27837 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
/proc/1036565/statm: 4760403 27837 5883 1 0 553662 0
[pid=1036565/tid=1036569] ppid=1036553 vsize=19041612 memory=12508 CPUtime=1.38 cores=0,2
/proc/1036565/task/1036569/stat : 1036569 (java) R 1036553 1036565 1036492 0 -1 4194368 6150 0 0 0 132 6 0 0 20 0 19 0 195647453 19498610688 27837 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 195647456 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
[pid=1036565/tid=1036612] ppid=1036553 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1036565/task/1036612/stat : 1036612 (Finalizer) S 1036553 1036565 1036492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 195647459 19498610688 27837 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
[pid=1036565/tid=1036631] ppid=1036553 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1036565/task/1036631/stat : 1036631 (Common-Cleaner) S 1036553 1036565 1036492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 195647460 19498610688 27837 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
[pid=1036565/tid=1036637] ppid=1036553 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1036565/task/1036637/stat : 1036637 (Timer-0) S 1036553 1036565 1036492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 195647508 19498610688 27837 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
Current children cumulated CPU time: 2.68 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 111348 KiB

[startup+3.1126 s]
/proc/loadavg: 4.00 4.18 4.19 10/315 1036639
/proc/meminfo: memFree=129026852/131655788 swapFree=131070704/131071996
[pid=1036565] ppid=1036553 vsize=19041612 memory=139788 CPUtime=4.74 cores=0,2
/proc/1036565/stat : 1036565 (java) S 1036553 1036565 1036492 0 -1 1077936128 15348 0 0 0 464 10 0 0 20 0 19 0 195647453 19498610688 34947 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
/proc/1036565/statm: 4760403 34947 5883 1 0 554516 0
[pid=1036565/tid=1036569] ppid=1036553 vsize=19041612 memory=0 CPUtime=2.98 cores=0,2
/proc/1036565/task/1036569/stat : 1036569 (java) R 1036553 1036565 1036492 0 -1 4194368 7172 0 0 0 292 6 0 0 20 0 19 0 195647453 19498610688 34947 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 195647456 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
[pid=1036565/tid=1036612] ppid=1036553 vsize=19041612 memory=11420 CPUtime=0 cores=0,2
/proc/1036565/task/1036612/stat : 1036612 (Finalizer) S 1036553 1036565 1036492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 195647459 19498610688 34947 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
[pid=1036565/tid=1036631] ppid=1036553 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1036565/task/1036631/stat : 1036631 (Common-Cleaner) S 1036553 1036565 1036492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 195647460 19498610688 34947 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
[pid=1036565/tid=1036637] ppid=1036553 vsize=19041612 memory=12508 CPUtime=0 cores=0,2
/proc/1036565/task/1036637/stat : 1036637 (Timer-0) S 1036553 1036565 1036492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 195647508 19498610688 34947 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
Current children cumulated CPU time: 4.74 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 139788 KiB

[startup+6.30041 s]
/proc/loadavg: 4.00 4.18 4.19 10/318 1036642
/proc/meminfo: memFree=128840424/131655788 swapFree=131070704/131071996
[pid=1036565] ppid=1036553 vsize=19108176 memory=191772 CPUtime=8.12 cores=0,2
/proc/1036565/stat : 1036565 (java) S 1036553 1036565 1036492 0 -1 1077936128 19675 0 0 0 799 13 0 0 20 0 20 0 195647453 19566772224 47943 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
/proc/1036565/statm: 4777044 47943 5930 1 0 554881 0
[pid=1036565/tid=1036569] ppid=1036553 vsize=19108176 memory=0 CPUtime=6.09 cores=0,2
/proc/1036565/task/1036569/stat : 1036569 (java) R 1036553 1036565 1036492 0 -1 4194368 7526 0 0 0 601 8 0 0 20 0 20 0 195647453 19566772224 47943 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 195647456 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
[pid=1036565/tid=1036612] ppid=1036553 vsize=19108176 memory=12508 CPUtime=0 cores=0,2
/proc/1036565/task/1036612/stat : 1036612 (Finalizer) S 1036553 1036565 1036492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195647459 19566772224 47943 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
[pid=1036565/tid=1036631] ppid=1036553 vsize=19108176 memory=11420 CPUtime=0 cores=0,2
/proc/1036565/task/1036631/stat : 1036631 (Common-Cleaner) S 1036553 1036565 1036492 0 -1 1077936192 55 0 0 0 0 0 0 0 20 0 20 0 195647460 19566772224 47943 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
[pid=1036565/tid=1036637] ppid=1036553 vsize=19108176 memory=48136 CPUtime=0 cores=0,2
/proc/1036565/task/1036637/stat : 1036637 (Timer-0) S 1036553 1036565 1036492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195647508 19566772224 47943 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
Current children cumulated CPU time: 8.12 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 191772 KiB

[startup+12.7004 s]
/proc/loadavg: 4.23 4.23 4.20 8/319 1036711
/proc/meminfo: memFree=128666516/131655788 swapFree=131070704/131071996
[pid=1036565] ppid=1036553 vsize=19108176 memory=260448 CPUtime=14.72 cores=0,2
/proc/1036565/stat : 1036565 (java) S 1036553 1036565 1036492 0 -1 1077936128 21030 0 0 0 1457 15 0 0 20 0 20 0 195647453 19566772224 65112 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
/proc/1036565/statm: 4777044 65112 5930 1 0 555038 0
[pid=1036565/tid=1036569] ppid=1036553 vsize=19108176 memory=260448 CPUtime=12.29 cores=0,2
/proc/1036565/task/1036569/stat : 1036569 (java) R 1036553 1036565 1036492 0 -1 4194368 7862 0 0 0 1221 8 0 0 20 0 20 0 195647453 19566772224 65112 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 195647456 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
[pid=1036565/tid=1036612] ppid=1036553 vsize=19108176 memory=260448 CPUtime=0 cores=0,2
/proc/1036565/task/1036612/stat : 1036612 (Finalizer) S 1036553 1036565 1036492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195647459 19566772224 65112 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
[pid=1036565/tid=1036631] ppid=1036553 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1036565/task/1036631/stat : 1036631 (Common-Cleaner) S 1036553 1036565 1036492 0 -1 1077936192 55 0 0 0 0 0 0 0 20 0 20 0 195647460 19566772224 65112 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
[pid=1036565/tid=1036637] ppid=1036553 vsize=19108176 memory=12508 CPUtime=0 cores=0,2
/proc/1036565/task/1036637/stat : 1036637 (Timer-0) S 1036553 1036565 1036492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195647508 19566772224 65112 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
Current children cumulated CPU time: 14.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 260448 KiB

[startup+25.5005 s]
/proc/loadavg: 4.19 4.22 4.20 7/320 1036714
/proc/meminfo: memFree=128106856/131655788 swapFree=131070704/131071996
[pid=1036565] ppid=1036553 vsize=19108176 memory=412596 CPUtime=27.66 cores=0,2
/proc/1036565/stat : 1036565 (java) S 1036553 1036565 1036492 0 -1 1077936128 25089 0 0 0 2748 18 0 0 20 0 20 0 195647453 19566772224 103149 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
/proc/1036565/statm: 4777044 103149 5955 1 0 555038 0
[pid=1036565/tid=1036569] ppid=1036553 vsize=19108176 memory=260448 CPUtime=24.77 cores=0,2
/proc/1036565/task/1036569/stat : 1036569 (java) R 1036553 1036565 1036492 0 -1 4194368 9175 0 0 0 2469 8 0 0 20 0 20 0 195647453 19566772224 103149 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 195647456 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
[pid=1036565/tid=1036612] ppid=1036553 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1036565/task/1036612/stat : 1036612 (Finalizer) S 1036553 1036565 1036492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195647459 19566772224 103149 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
[pid=1036565/tid=1036631] ppid=1036553 vsize=19108176 memory=412592 CPUtime=0 cores=0,2
/proc/1036565/task/1036631/stat : 1036631 (Common-Cleaner) S 1036553 1036565 1036492 0 -1 1077936192 55 0 0 0 0 0 0 0 20 0 20 0 195647460 19566772224 103149 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
[pid=1036565/tid=1036637] ppid=1036553 vsize=19108176 memory=412592 CPUtime=0 cores=0,2
/proc/1036565/task/1036637/stat : 1036637 (Timer-0) S 1036553 1036565 1036492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195647508 19566772224 103149 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
Current children cumulated CPU time: 27.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 412596 KiB

[startup+51.1126 s]
/proc/loadavg: 4.12 4.20 4.19 7/320 1036717
/proc/meminfo: memFree=127100148/131655788 swapFree=131070704/131071996
[pid=1036565] ppid=1036553 vsize=19108176 memory=667056 CPUtime=53.66 cores=0,2
/proc/1036565/stat : 1036565 (java) S 1036553 1036565 1036492 0 -1 1077936128 30448 0 0 0 5340 26 0 0 20 0 20 0 195647453 19566772224 166764 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
/proc/1036565/statm: 4777044 166764 5955 1 0 555038 0
[pid=1036565/tid=1036569] ppid=1036553 vsize=19108176 memory=609696 CPUtime=49.92 cores=0,2
/proc/1036565/task/1036569/stat : 1036569 (java) R 1036553 1036565 1036492 0 -1 4194368 10521 0 0 0 4984 8 0 0 20 0 20 0 195647453 19566772224 166764 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 195647456 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
[pid=1036565/tid=1036612] ppid=1036553 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1036565/task/1036612/stat : 1036612 (Finalizer) S 1036553 1036565 1036492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195647459 19566772224 166764 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
[pid=1036565/tid=1036631] ppid=1036553 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1036565/task/1036631/stat : 1036631 (Common-Cleaner) S 1036553 1036565 1036492 0 -1 1077936192 55 0 0 0 0 0 0 0 20 0 20 0 195647460 19566772224 166764 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0

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

/proc/1036565/task/1036631/stat : 1036631 (Common-Cleaner) S 1036553 1036565 1036492 0 -1 1077936192 743 0 0 0 0 0 0 0 20 0 20 0 195647460 19566772224 715553 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
[pid=1036565/tid=1036637] ppid=1036553 vsize=19108176 memory=2862212 CPUtime=0 cores=0,2
/proc/1036565/task/1036637/stat : 1036637 (Timer-0) S 1036553 1036565 1036492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195647508 19566772224 715553 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
Current children cumulated CPU time: 952.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2862212 KiB

[startup+967.384 s]
# the end of solver process 1036565 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=977 s, system=1.29549 s

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

[startup+947.2 s]
/proc/loadavg: 4.36 4.28 4.21 7/317 1037555
/proc/meminfo: memFree=121188640/131655788 swapFree=131070704/131071996
[pid=1036565] ppid=1036553 vsize=19108176 memory=2862212 CPUtime=957.83 cores=0,2
/proc/1036565/stat : 1036565 (java) S 1036553 1036565 1036492 0 -1 1077936128 122346 0 0 0 95657 126 0 0 20 0 20 0 195647453 19566772224 715553 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
/proc/1036565/statm: 4777044 715553 5970 1 0 911576 0
[pid=1036565/tid=1036569] ppid=1036553 vsize=19108176 memory=48488 CPUtime=934.07 cores=0,2
/proc/1036565/task/1036569/stat : 1036569 (java) R 1036553 1036565 1036492 0 -1 4194368 42361 0 0 0 93390 17 0 0 20 0 20 0 195647453 19566772224 715553 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 195647456 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
[pid=1036565/tid=1036612] ppid=1036553 vsize=19108176 memory=11420 CPUtime=0 cores=0,2
/proc/1036565/task/1036612/stat : 1036612 (Finalizer) S 1036553 1036565 1036492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195647459 19566772224 715553 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
[pid=1036565/tid=1036631] ppid=1036553 vsize=19108176 memory=11272 CPUtime=0 cores=0,2
/proc/1036565/task/1036631/stat : 1036631 (Common-Cleaner) S 1036553 1036565 1036492 0 -1 1077936192 743 0 0 0 0 0 0 0 20 0 20 0 195647460 19566772224 715553 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
[pid=1036565/tid=1036637] ppid=1036553 vsize=19108176 memory=16192 CPUtime=0 cores=0,2
/proc/1036565/task/1036637/stat : 1036637 (Timer-0) S 1036553 1036565 1036492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195647508 19566772224 715553 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
Current children cumulated CPU time: 957.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2862212 KiB

[startup+960 s]*
/proc/loadavg: 4.31 4.27 4.21 7/317 1037557
/proc/meminfo: memFree=121186420/131655788 swapFree=131070704/131071996
[pid=1036565] ppid=1036553 vsize=19108176 memory=2862212 CPUtime=970.6 cores=0,2
/proc/1036565/stat : 1036565 (java) S 1036553 1036565 1036492 0 -1 1077936128 122447 0 0 0 96934 126 0 0 20 0 20 0 195647453 19566772224 715553 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
/proc/1036565/statm: 4777044 715553 5970 1 0 911576 0
[pid=1036565/tid=1036569] ppid=1036553 vsize=19108176 memory=11564 CPUtime=946.84 cores=0,2
/proc/1036565/task/1036569/stat : 1036569 (java) R 1036553 1036565 1036492 0 -1 4194368 42460 0 0 0 94667 17 0 0 20 0 20 0 195647453 19566772224 715553 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 195647456 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
[pid=1036565/tid=1036612] ppid=1036553 vsize=19108176 memory=11272 CPUtime=0 cores=0,2
/proc/1036565/task/1036612/stat : 1036612 (Finalizer) S 1036553 1036565 1036492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195647459 19566772224 715553 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
[pid=1036565/tid=1036631] ppid=1036553 vsize=19108176 memory=2708 CPUtime=0 cores=0,2
/proc/1036565/task/1036631/stat : 1036631 (Common-Cleaner) S 1036553 1036565 1036492 0 -1 1077936192 743 0 0 0 0 0 0 0 20 0 20 0 195647460 19566772224 715553 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
[pid=1036565/tid=1036637] ppid=1036553 vsize=19108176 memory=-7308037602875040356 CPUtime=0 cores=0,2
/proc/1036565/task/1036637/stat : 1036637 (Timer-0) S 1036553 1036565 1036492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195647508 19566772224 715553 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
Current children cumulated CPU time: 970.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2862212 KiB

[startup+963.2 s]
/proc/loadavg: 4.36 4.29 4.22 7/317 1037559
/proc/meminfo: memFree=121184256/131655788 swapFree=131070704/131071996
[pid=1036565] ppid=1036553 vsize=19108176 memory=2864260 CPUtime=973.95 cores=0,2
/proc/1036565/stat : 1036565 (java) S 1036553 1036565 1036492 0 -1 1077936128 124617 0 0 0 97268 127 0 0 20 0 20 0 195647453 19566772224 716065 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
/proc/1036565/statm: 4777044 716065 5970 1 0 911576 0
[pid=1036565/tid=1036569] ppid=1036553 vsize=19108176 memory=5540 CPUtime=950.02 cores=0,2
/proc/1036565/task/1036569/stat : 1036569 (java) R 1036553 1036565 1036492 0 -1 4194368 42463 0 0 0 94985 17 0 0 20 0 20 0 195647453 19566772224 716065 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 195647456 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
[pid=1036565/tid=1036612] ppid=1036553 vsize=19108176 memory=16192 CPUtime=0 cores=0,2
/proc/1036565/task/1036612/stat : 1036612 (Finalizer) S 1036553 1036565 1036492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195647459 19566772224 716065 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
[pid=1036565/tid=1036631] ppid=1036553 vsize=19108176 memory=-7380095196913100386 CPUtime=0 cores=0,2
/proc/1036565/task/1036631/stat : 1036631 (Common-Cleaner) S 1036553 1036565 1036492 0 -1 1077936192 743 0 0 0 0 0 0 0 20 0 20 0 195647460 19566772224 716065 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
[pid=1036565/tid=1036637] ppid=1036553 vsize=19108176 memory=40232 CPUtime=0 cores=0,2
/proc/1036565/task/1036637/stat : 1036637 (Timer-0) S 1036553 1036565 1036492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195647508 19566772224 716065 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
Current children cumulated CPU time: 973.95 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2864260 KiB

[startup+964.8 s]
/proc/loadavg: 4.36 4.29 4.22 7/317 1037559
/proc/meminfo: memFree=121184272/131655788 swapFree=131070704/131071996
[pid=1036565] ppid=1036553 vsize=19108176 memory=2864260 CPUtime=975.55 cores=0,2
/proc/1036565/stat : 1036565 (java) S 1036553 1036565 1036492 0 -1 1077936128 124679 0 0 0 97428 127 0 0 20 0 20 0 195647453 19566772224 716065 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
/proc/1036565/statm: 4777044 716065 5970 1 0 911576 0
[pid=1036565/tid=1036569] ppid=1036553 vsize=19108176 memory=2864260 CPUtime=951.62 cores=0,2
/proc/1036565/task/1036569/stat : 1036569 (java) R 1036553 1036565 1036492 0 -1 4194368 42525 0 0 0 95145 17 0 0 20 0 20 0 195647453 19566772224 716065 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 195647456 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
[pid=1036565/tid=1036612] ppid=1036553 vsize=19108176 memory=5424 CPUtime=0 cores=0,2
/proc/1036565/task/1036612/stat : 1036612 (Finalizer) S 1036553 1036565 1036492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195647459 19566772224 716065 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
[pid=1036565/tid=1036631] ppid=1036553 vsize=19108176 memory=2862212 CPUtime=0 cores=0,2
/proc/1036565/task/1036631/stat : 1036631 (Common-Cleaner) S 1036553 1036565 1036492 0 -1 1077936192 743 0 0 0 0 0 0 0 20 0 20 0 195647460 19566772224 716065 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
[pid=1036565/tid=1036637] ppid=1036553 vsize=19108176 memory=2864032 CPUtime=0 cores=0,2
/proc/1036565/task/1036637/stat : 1036637 (Timer-0) S 1036553 1036565 1036492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195647508 19566772224 716065 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
Current children cumulated CPU time: 975.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2864260 KiB

[startup+966.4 s]
/proc/loadavg: 4.36 4.29 4.22 8/317 1037559
/proc/meminfo: memFree=121184260/131655788 swapFree=131070704/131071996
[pid=1036565] ppid=1036553 vsize=19108176 memory=2864260 CPUtime=977.23 cores=0,2
/proc/1036565/stat : 1036565 (java) S 1036553 1036565 1036492 0 -1 1077936128 124733 0 0 0 97596 127 0 0 20 0 20 0 195647453 19566772224 716065 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
/proc/1036565/statm: 4777044 716065 5970 1 0 911576 0
[pid=1036565/tid=1036569] ppid=1036553 vsize=19108176 memory=48488 CPUtime=953.21 cores=0,2
/proc/1036565/task/1036569/stat : 1036569 (java) R 1036553 1036565 1036492 0 -1 4194368 42531 0 0 0 95304 17 0 0 20 0 20 0 195647453 19566772224 716065 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 195647456 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
[pid=1036565/tid=1036612] ppid=1036553 vsize=19108176 memory=12508 CPUtime=0 cores=0,2
/proc/1036565/task/1036612/stat : 1036612 (Finalizer) S 1036553 1036565 1036492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195647459 19566772224 716065 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
[pid=1036565/tid=1036631] ppid=1036553 vsize=19108176 memory=2862212 CPUtime=0 cores=0,2
/proc/1036565/task/1036631/stat : 1036631 (Common-Cleaner) S 1036553 1036565 1036492 0 -1 1077936192 743 0 0 0 0 0 0 0 20 0 20 0 195647460 19566772224 716065 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
[pid=1036565/tid=1036637] ppid=1036553 vsize=19108176 memory=2864032 CPUtime=0 cores=0,2
/proc/1036565/task/1036637/stat : 1036637 (Timer-0) S 1036553 1036565 1036492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195647508 19566772224 716065 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
Current children cumulated CPU time: 977.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2864260 KiB

[startup+966.8 s]
/proc/loadavg: 4.36 4.29 4.22 8/317 1037559
/proc/meminfo: memFree=121184260/131655788 swapFree=131070704/131071996
[pid=1036565] ppid=1036553 vsize=19108176 memory=2864260 CPUtime=977.63 cores=0,2
/proc/1036565/stat : 1036565 (java) S 1036553 1036565 1036492 0 -1 1077936128 124733 0 0 0 97636 127 0 0 20 0 20 0 195647453 19566772224 716065 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
/proc/1036565/statm: 4777044 716065 5970 1 0 911576 0
[pid=1036565/tid=1036569] ppid=1036553 vsize=19108176 memory=12508 CPUtime=953.61 cores=0,2
/proc/1036565/task/1036569/stat : 1036569 (java) R 1036553 1036565 1036492 0 -1 4194368 42531 0 0 0 95344 17 0 0 20 0 20 0 195647453 19566772224 716065 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 195647456 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
[pid=1036565/tid=1036612] ppid=1036553 vsize=19108176 memory=5540 CPUtime=0 cores=0,2
/proc/1036565/task/1036612/stat : 1036612 (Finalizer) S 1036553 1036565 1036492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195647459 19566772224 716065 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
[pid=1036565/tid=1036631] ppid=1036553 vsize=19108176 memory=16192 CPUtime=0 cores=0,2
/proc/1036565/task/1036631/stat : 1036631 (Common-Cleaner) S 1036553 1036565 1036492 0 -1 1077936192 743 0 0 0 0 0 0 0 20 0 20 0 195647460 19566772224 716065 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
[pid=1036565/tid=1036637] ppid=1036553 vsize=19108176 memory=2264 CPUtime=0 cores=0,2
/proc/1036565/task/1036637/stat : 1036637 (Timer-0) S 1036553 1036565 1036492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195647508 19566772224 716065 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
Current children cumulated CPU time: 977.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2864260 KiB

[startup+967.2 s]
/proc/loadavg: 4.33 4.28 4.21 7/317 1037559
/proc/meminfo: memFree=121184292/131655788 swapFree=131070704/131071996
[pid=1036565] ppid=1036553 vsize=19108176 memory=2864260 CPUtime=978.05 cores=0,2
/proc/1036565/stat : 1036565 (java) S 1036553 1036565 1036492 0 -1 1077936128 124742 0 0 0 97678 127 0 0 20 0 20 0 195647453 19566772224 716065 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
/proc/1036565/statm: 4777044 716065 5970 1 0 911576 0
[pid=1036565/tid=1036569] ppid=1036553 vsize=19108176 memory=5540 CPUtime=954.01 cores=0,2
/proc/1036565/task/1036569/stat : 1036569 (java) R 1036553 1036565 1036492 0 -1 4194368 42534 0 0 0 95384 17 0 0 20 0 20 0 195647453 19566772224 716065 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 195647456 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
[pid=1036565/tid=1036612] ppid=1036553 vsize=19108176 memory=2864260 CPUtime=0 cores=0,2
/proc/1036565/task/1036612/stat : 1036612 (Finalizer) S 1036553 1036565 1036492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195647459 19566772224 716065 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
[pid=1036565/tid=1036631] ppid=1036553 vsize=19108176 memory=2862212 CPUtime=0 cores=0,2
/proc/1036565/task/1036631/stat : 1036631 (Common-Cleaner) S 1036553 1036565 1036492 0 -1 1077936192 743 0 0 0 0 0 0 0 20 0 20 0 195647460 19566772224 716065 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
[pid=1036565/tid=1036637] ppid=1036553 vsize=19108176 memory=48488 CPUtime=0 cores=0,2
/proc/1036565/task/1036637/stat : 1036637 (Timer-0) S 1036553 1036565 1036492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195647508 19566772224 716065 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
Current children cumulated CPU time: 978.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2864260 KiB

[startup+967.304 s]
/proc/loadavg: 4.33 4.28 4.21 7/317 1037559
/proc/meminfo: memFree=121184292/131655788 swapFree=131070704/131071996
[pid=1036565] ppid=1036553 vsize=19241304 memory=2864672 CPUtime=978.17 cores=0,2
/proc/1036565/stat : 1036565 (java) S 1036553 1036565 1036492 0 -1 1077936128 126529 0 0 0 97689 128 0 0 20 0 20 0 195647453 19703095296 716168 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
/proc/1036565/statm: 4810326 716168 5969 1 0 912178 0
[pid=1036565/tid=1036569] ppid=1036553 vsize=19241304 memory=2845648 CPUtime=954.1 cores=0,2
/proc/1036565/task/1036569/stat : 1036569 (java) S 1036553 1036565 1036492 0 -1 1077936192 43892 0 0 0 95393 17 0 0 20 0 20 0 195647453 19703095296 716168 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 195647456 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
[pid=1036565/tid=1036612] ppid=1036553 vsize=19241304 memory=2845648 CPUtime=0 cores=0,2
/proc/1036565/task/1036612/stat : 1036612 (Finalizer) S 1036553 1036565 1036492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195647459 19703095296 716168 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
[pid=1036565/tid=1036631] ppid=1036553 vsize=19241304 memory=48488 CPUtime=0 cores=0,2
/proc/1036565/task/1036631/stat : 1036631 (Common-Cleaner) S 1036553 1036565 1036492 0 -1 1077936192 743 0 0 0 0 0 0 0 20 0 20 0 195647460 19703095296 716168 134679101440 94691444457472 94691444461168 140730902477952 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94691444468984 94691444469776 94691473776640 140730902479877 140730902479967 140730902479967 140730902486984 0
Current children cumulated CPU time: 978.17 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 2864672 KiB

Child status: 20

Real time (s): 967.384
CPU time (s): 978.295
CPU user time (s): 977
CPU system time (s): 1.29549
CPU usage (%): 101.128
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 2864672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 977
system time used= 1.29549
maximum resident set size= 2865396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 126919
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32566
involuntary context switches= 7879


# summary of solver processes directly reported to runsolver:
#   pid: 1036565
#   total CPU time (s): 978.295
#   total CPU user time (s): 977
#   total CPU system time (s): 1.29549

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.00183 second user time and 8.36077 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-20 02:21:55
IDJOB=4451494
IDBENCH=162562
IDSOLVER=3058
FILE ID=nodeC011/4451494-1721434903
RUNJOBID= nodeC011-1721434915-1036502
SLURM_JOB_ID= 7545639
Free space on /tmp= 723780 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/Instances3col_OPB/normalized-3col-almost3reg-l055-r054-n1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451494-1721434903/watcher-4451494-1721434903 -o /tmp/evaluation-result-4451494-1721434903/solver-4451494-1721434903 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721434915-1036502 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4451494-1721434903.opb

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

MD5SUM BENCH= f0e9fb7942cf170d68fd4efe40bdbadd
RANDOM SEED=1048899140

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        129477508 kB
MemAvailable:   129995448 kB
Buffers:          559840 kB
Cached:           805740 kB
SwapCached:          132 kB
Active:          1071856 kB
Inactive:         616384 kB
Active(anon):       1356 kB
Inactive(anon):   366876 kB
Active(file):    1070500 kB
Inactive(file):   249508 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070704 kB
Dirty:              2924 kB
Writeback:             0 kB
AnonPages:        322520 kB
Mapped:           105160 kB
Shmem:             45592 kB
KReclaimable:      76264 kB
Slab:             159016 kB
SReclaimable:      76264 kB
SUnreclaim:        82752 kB
KernelStack:        3672 kB
PageTables:         9224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     797888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            27072 kB
HardwareCorrupted:     0 kB
AnonHugePages:    192512 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:      277320 kB
DirectMap2M:    33181696 kB
DirectMap1G:    102760448 kB

Free space on /tmp at the end= 723780 MiB
End job on nodeC011 at 2024-07-20 02:38:03