Trace number 4446344

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 1057.13 1052.83

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-55.opb
MD5SUMaafbab4e203601a49fdc88cf5a6cbbb7
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 benchmark63.7946
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7936
Total number of constraints176837
Number of constraints which are clauses158928
Number of constraints which are cardinality constraints (but not clauses)563
Number of constraints which are nor clauses,nor cardinality constraints17346
Minimum length of a constraint2
Maximum length of a constraint195
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 196
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.13/0.12	--- Begin Solver configuration ---
0.13/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.12	Learn all clauses as in MiniSAT
0.13/0.12	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	No reason simplification
0.13/0.12	Glucose 2.1 dynamic restart strategy
0.13/0.12	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.13/0.12	timeout=2147483s
0.13/0.12	DB Simplification allowed=false
0.13/0.12	Listener: none
0.13/0.12	--- End Solver configuration ---
0.13/0.12	c Pseudo Boolean Optimization by upper bound
0.13/0.12	c --- Begin Solver configuration ---
0.13/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.12	c Learn all clauses as in MiniSAT
0.13/0.12	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	c No reason simplification
0.13/0.12	c Glucose 2.1 dynamic restart strategy
0.13/0.12	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.13/0.12	c timeout=2147483s
0.13/0.12	c DB Simplification allowed=false
0.13/0.12	c Listener: none
0.13/0.12	c --- End Solver configuration ---
0.13/0.12	c solving HOME/instance-4446344-1721325296.opb
0.13/0.12	c reading problem ... 
0.13/0.12	c  no objective function found
2.05/1.14	c ... done. Wall clock time 1.016s.
2.05/1.14	c declared #vars     7936
2.05/1.14	c #constraints  177125
2.05/1.14	c constraints type 
2.05/1.14	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 37513
2.05/1.14	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 564
2.05/1.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 17346
2.05/1.14	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 121702
2.05/1.14	c 177125 constraints processed.
4.21/2.28	c cleaning 2494 clauses out of 5000 with flag 61631/5000
5.38/3.05	c cleaning 4227 clauses out of 8506 with flag 142239/11000
6.81/4.13	c cleaning 5603 clauses out of 11279 with flag 287209/18000
8.24/5.36	c cleaning 6828 clauses out of 13676 with flag 392679/26000
9.76/6.83	c cleaning 7896 clauses out of 15851 with flag 490028/35003
11.35/8.46	c cleaning 8888 clauses out of 17952 with flag 663107/45000
12.86/9.98	c cleaning 10018 clauses out of 20064 with flag 765180/56000
14.56/11.64	c cleaning 10972 clauses out of 22046 with flag 884790/68000
16.36/13.40	c cleaning 12017 clauses out of 24074 with flag 1017445/81000
17.93/14.81	c cleaning 12996 clauses out of 26054 with flag 1131065/95000
19.47/16.38	c cleaning 13946 clauses out of 28057 with flag 1243603/110000
21.18/18.02	c cleaning 14923 clauses out of 30109 with flag 1383191/126000
23.70/20.53	c cleaning 16059 clauses out of 32186 with flag 1571114/143000
26.22/23.04	c cleaning 17018 clauses out of 34127 with flag 1743991/161000
28.62/25.49	c cleaning 18038 clauses out of 36109 with flag 1926773/180000
31.71/28.56	c cleaning 19025 clauses out of 38071 with flag 2101583/200000
35.00/31.82	c cleaning 20009 clauses out of 40046 with flag 2307345/221000
38.70/35.55	c cleaning 20950 clauses out of 42039 with flag 2501412/243002
42.10/38.91	c cleaning 22034 clauses out of 44088 with flag 2759749/266001
45.30/42.16	c cleaning 23023 clauses out of 46053 with flag 2970438/290000
49.08/45.99	c cleaning 24013 clauses out of 48030 with flag 3170343/315000
53.88/50.71	c cleaning 24957 clauses out of 50019 with flag 3363871/341002
57.58/54.48	c cleaning 25945 clauses out of 52060 with flag 3616393/368000
63.27/60.16	c cleaning 27055 clauses out of 54115 with flag 3873141/396000
67.27/64.19	c cleaning 27979 clauses out of 56060 with flag 4158067/425000
72.36/69.28	c cleaning 29022 clauses out of 58082 with flag 4417825/455001
77.75/74.69	c cleaning 30017 clauses out of 60059 with flag 4688090/486000
83.86/80.73	c cleaning 30902 clauses out of 62042 with flag 5011741/518000
89.55/86.49	c cleaning 32069 clauses out of 64141 with flag 5350200/551001
95.15/92.04	c cleaning 33035 clauses out of 66071 with flag 5650253/585000
101.23/98.14	c cleaning 34011 clauses out of 68036 with flag 5991630/620000
111.02/107.90	c cleaning 34955 clauses out of 70025 with flag 6262461/656000
117.90/114.83	c cleaning 35929 clauses out of 72070 with flag 6685186/693000
127.94/124.87	c cleaning 37055 clauses out of 74141 with flag 7041814/731000
134.83/131.78	c cleaning 38044 clauses out of 76087 with flag 7435126/770001
142.82/139.74	c cleaning 38811 clauses out of 78042 with flag 7750590/810000
150.71/147.62	c cleaning 40113 clauses out of 80232 with flag 8156229/851001
158.50/155.44	c cleaning 41050 clauses out of 82118 with flag 8558558/893000
167.04/163.93	c cleaning 42025 clauses out of 84068 with flag 8999177/936000
175.63/172.58	c cleaning 42945 clauses out of 86043 with flag 9421561/980000
184.62/181.50	c cleaning 44020 clauses out of 88099 with flag 9904001/1025001
194.70/191.60	c cleaning 45034 clauses out of 90080 with flag 10261455/1071002
208.14/205.08	c cleaning 45953 clauses out of 92045 with flag 10621097/1118001
217.92/214.86	c cleaning 47033 clauses out of 94091 with flag 11052709/1166001
228.90/225.81	c cleaning 48027 clauses out of 96058 with flag 11518012/1215001
243.09/240.07	c cleaning 49012 clauses out of 98030 with flag 11943071/1265000
254.43/251.35	c cleaning 49998 clauses out of 100019 with flag 12447723/1316001
266.61/263.57	c cleaning 51003 clauses out of 102022 with flag 12900175/1368002
279.19/276.17	c cleaning 51973 clauses out of 104017 with flag 13419008/1421000
289.17/286.04	c cleaning 52820 clauses out of 106044 with flag 14024003/1475000
300.94/297.83	c cleaning 54109 clauses out of 108224 with flag 14601692/1530000
313.31/310.13	c cleaning 54975 clauses out of 110115 with flag 15177676/1586000
325.07/321.99	c cleaning 56058 clauses out of 112141 with flag 15808465/1643001
343.13/340.06	c cleaning 57034 clauses out of 114083 with flag 16280249/1701001
356.37/353.28	c cleaning 57925 clauses out of 116048 with flag 16849052/1760000
370.95/367.89	c cleaning 59059 clauses out of 118126 with flag 17491222/1820003
390.38/387.22	c cleaning 59896 clauses out of 120064 with flag 18034846/1881000
404.06/401.00	c cleaning 61027 clauses out of 122168 with flag 18727259/1943000
421.89/418.71	c cleaning 62070 clauses out of 124142 with flag 19386661/2006002
441.75/438.63	c cleaning 62970 clauses out of 126070 with flag 19918304/2070000
461.80/458.67	c cleaning 64042 clauses out of 128100 with flag 20587136/2135000
480.97/477.85	c cleaning 65018 clauses out of 130059 with flag 21232008/2201001
498.41/495.28	c cleaning 65959 clauses out of 132040 with flag 21839388/2268000
517.77/514.62	c cleaning 67001 clauses out of 134081 with flag 22563154/2336000
538.91/535.73	c cleaning 68002 clauses out of 136082 with flag 23163628/2405002
559.38/556.20	c cleaning 69023 clauses out of 138078 with flag 23870736/2475000
579.76/576.59	c cleaning 69861 clauses out of 140055 with flag 24703417/2546000
602.82/599.69	c cleaning 71071 clauses out of 142193 with flag 25379279/2618001
628.88/625.67	c cleaning 71951 clauses out of 144121 with flag 26151075/2691000
651.24/648.06	c cleaning 73077 clauses out of 146170 with flag 26900894/2765000
676.99/673.78	c cleaning 74038 clauses out of 148093 with flag 27614289/2840000
699.74/696.60	c cleaning 74877 clauses out of 150056 with flag 28341791/2916001
725.90/722.63	c cleaning 76086 clauses out of 152179 with flag 29185516/2993001
749.55/746.35	c cleaning 77040 clauses out of 154092 with flag 29899887/3071000
776.12/772.89	c cleaning 77949 clauses out of 156052 with flag 30702580/3150000
805.57/802.34	c cleaning 79043 clauses out of 158104 with flag 31599416/3230001
833.92/830.78	c cleaning 79982 clauses out of 160060 with flag 32429622/3311000
862.88/859.69	c cleaning 81027 clauses out of 162078 with flag 33219134/3393002
894.73/891.34	c cleaning 81980 clauses out of 164050 with flag 34245884/3476001
929.23/925.77	c cleaning 82976 clauses out of 166068 with flag 35291154/3560000
963.89/959.98	c cleaning 84035 clauses out of 168092 with flag 36384967/3645002
996.54/992.51	c cleaning 84865 clauses out of 170054 with flag 37580920/3731000
1036.82/1032.69	c cleaning 86052 clauses out of 172188 with flag 38894732/3818000
1056.98/1052.73	c starts		: 14680
1056.98/1052.74	c conflicts		: 3869427
1056.98/1052.74	c decisions		: 17994728
1056.98/1052.74	c propagations		: 1062262951
1056.98/1052.74	c inspects		: 13903546791
1056.98/1052.74	c shortcuts		: 0
1056.98/1052.74	c learnt literals	: 22
1056.98/1052.74	c learnt binary clauses	: 505
1056.98/1052.74	c learnt ternary clauses	: 1503
1056.98/1052.74	c learnt constraints	: 3869404
1056.98/1052.74	c ignored constraints	: 0
1056.98/1052.74	c root simplifications	: 0
1056.98/1052.74	c removed literals (reason simplification)	: 0
1056.98/1052.74	c reason swapping (by a shorter reason)	: 0
1056.98/1052.74	c Calls to reduceDB	: 83
1056.98/1052.74	c Number of update (reduction) of LBD	: 2408969
1056.98/1052.74	c Imported unit clauses	: 0
1056.98/1052.74	c No decision after first conflict	: false
1056.98/1052.74	c number of reductions to clauses (during analyze)	: 0
1056.98/1052.74	c number of learned constraints concerned by reduction	: 0
1056.98/1052.74	c number of learning phase by resolution	: 0
1056.98/1052.74	c number of learning phase by cutting planes	: 0
1056.98/1052.75	c number of rounding to 1 operations	: 0
1056.98/1052.75	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1056.98/1052.75	c number of reductions of the coefficients by power 2 	: 0
1056.98/1052.75	c number of right shift for reduction by power 2 	: 0
1056.98/1052.75	c number of reductions of the coefficients by GCD over coefficients 	: 0
1056.98/1052.75	c number of ending skipping 	: 0
1056.98/1052.75	c number of internal skipping 	: 0
1056.98/1052.75	c number of derivation steps 	: 0
1056.98/1052.75	c number of skipped derivation steps 	: 0
1056.98/1052.75	c number of remaining unassigned 	: 0
1056.98/1052.75	c number of remaining assigned 	: 0
1056.98/1052.75	c number of falsified literals weakened from reason	: 0
1056.98/1052.75	c number of falsified literals weakened from conflict	: 0
1056.98/1052.75	c time for arithmetic operations	: 0
1056.98/1052.76	c minimum degree of deleted constraints	: null
1056.98/1052.76	c maximum degree of deleted constraints	: null
1056.98/1052.76	c number of deleted constraints	: 0
1056.98/1052.76	c speed (assignments/second)	: 1010132.0558611194
1056.98/1052.76	c non guided choices	: 471169
1057.11/1052.81	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 137052
1057.11/1052.81	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 505
1057.11/1052.81	s UNSATISFIABLE
1057.11/1052.81	c Total wall clock time (in seconds): 1052.69

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446344-1721325296/watcher-4446344-1721325296 -o /tmp/evaluation-result-4446344-1721325296/solver-4446344-1721325296 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1721317800-980851 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4446344-1721325296.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=988852, runsolver pid=988849

[startup+0.100059 s]*
/proc/loadavg: 4.08 4.20 4.18 4/332 988870
/proc/meminfo: memFree=115146888/131524600 swapFree=131071996/131071996
[pid=988852] ppid=988849 vsize=18975048 memory=64204 CPUtime=0.13 cores=5,7
/proc/988852/stat : 988852 (java) S 988849 988852 980838 0 -1 1077936128 7052 0 0 0 11 2 0 0 20 0 18 0 184697842 19430449152 16051 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
/proc/988852/statm: 4743762 16051 5591 1 0 549337 0
[pid=988852/tid=988854] ppid=988849 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/988852/task/988854/stat : 988854 (java) R 988849 988852 980838 0 -1 4194368 5613 0 0 0 7 1 0 0 20 0 18 0 184697843 19430449152 16051 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
[pid=988852/tid=988863] ppid=988849 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/988852/task/988863/stat : 988863 (Finalizer) S 988849 988852 980838 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 184697845 19430449152 16051 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
[pid=988852/tid=988870] ppid=988849 vsize=18975048 memory=14408220236082459 CPUtime=0 cores=5,7
/proc/988852/task/988870/stat : 988870 (Common-Cleaner) S 988849 988852 980838 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 184697846 19430449152 16051 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64204 KiB

[startup+0.205897 s]*
/proc/loadavg: 4.08 4.20 4.18 7/332 988870
/proc/meminfo: memFree=115130120/131524600 swapFree=131071996/131071996
[pid=988852] ppid=988849 vsize=18976112 memory=83564 CPUtime=0.33 cores=5,7
/proc/988852/stat : 988852 (java) S 988849 988852 980838 0 -1 1077936128 8295 0 0 0 30 3 0 0 20 0 18 0 184697842 19431538688 20891 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
/proc/988852/statm: 4744028 20891 5837 1 0 550436 0
[pid=988852/tid=988854] ppid=988849 vsize=18976112 memory=4782652875487838339 CPUtime=0.18 cores=5,7
/proc/988852/task/988854/stat : 988854 (java) R 988849 988852 980838 0 -1 4194368 5794 0 0 0 16 2 0 0 20 0 18 0 184697843 19431538688 20891 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
[pid=988852/tid=988863] ppid=988849 vsize=18976112 memory=15945 CPUtime=0 cores=5,7
/proc/988852/task/988863/stat : 988863 (Finalizer) S 988849 988852 980838 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 184697845 19431538688 20891 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
[pid=988852/tid=988870] ppid=988849 vsize=18976112 memory=14418111545738801 CPUtime=0 cores=5,7
/proc/988852/task/988870/stat : 988870 (Common-Cleaner) S 988849 988852 980838 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 184697846 19431538688 20891 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18976112 KiB
Current children cumulated memory: 83564 KiB

[startup+0.306272 s]*
/proc/loadavg: 4.08 4.20 4.18 6/332 988870
/proc/meminfo: memFree=115089392/131524600 swapFree=131071996/131071996
[pid=988852] ppid=988849 vsize=18975048 memory=124060 CPUtime=0.53 cores=5,7
/proc/988852/stat : 988852 (java) S 988849 988852 980838 0 -1 1077936128 8975 0 0 0 49 4 0 0 20 0 18 0 184697842 19430449152 31015 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
/proc/988852/statm: 4743762 31015 5837 1 0 550570 0
[pid=988852/tid=988854] ppid=988849 vsize=18975048 memory=-8527955552755819196 CPUtime=0.28 cores=5,7
/proc/988852/task/988854/stat : 988854 (java) R 988849 988852 980838 0 -1 4194368 5816 0 0 0 25 3 0 0 20 0 18 0 184697843 19430449152 31015 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
[pid=988852/tid=988863] ppid=988849 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/988852/task/988863/stat : 988863 (Finalizer) S 988849 988852 980838 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 184697845 19430449152 31015 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
[pid=988852/tid=988870] ppid=988849 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/988852/task/988870/stat : 988870 (Common-Cleaner) S 988849 988852 980838 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 184697846 19430449152 31015 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 124060 KiB

[startup+0.700271 s]
/proc/loadavg: 4.08 4.20 4.18 7/333 988871
/proc/meminfo: memFree=115035584/131524600 swapFree=131071996/131071996
[pid=988852] ppid=988849 vsize=19041612 memory=192440 CPUtime=1.27 cores=5,7
/proc/988852/stat : 988852 (java) S 988849 988852 980838 0 -1 1077936128 16313 0 0 0 121 6 0 0 20 0 19 0 184697842 19498610688 48110 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
/proc/988852/statm: 4760403 48110 5869 1 0 555868 0
[pid=988852/tid=988854] ppid=988849 vsize=19041612 memory=5428 CPUtime=0.62 cores=5,7
/proc/988852/task/988854/stat : 988854 (java) R 988849 988852 980838 0 -1 4194368 5838 0 0 0 59 3 0 0 20 0 19 0 184697843 19498610688 48110 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
[pid=988852/tid=988863] ppid=988849 vsize=19041612 memory=13120 CPUtime=0 cores=5,7
/proc/988852/task/988863/stat : 988863 (Finalizer) S 988849 988852 980838 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184697845 19498610688 48110 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
[pid=988852/tid=988870] ppid=988849 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/988852/task/988870/stat : 988870 (Common-Cleaner) S 988849 988852 980838 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 184697846 19498610688 48110 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 192440 KiB

[startup+1.50026 s]
/proc/loadavg: 4.23 4.23 4.19 6/333 988873
/proc/meminfo: memFree=115003620/131524600 swapFree=131071996/131071996
[pid=988852] ppid=988849 vsize=19108176 memory=273072 CPUtime=2.82 cores=5,7
/proc/988852/stat : 988852 (java) S 988849 988852 980838 0 -1 1077936128 19897 0 0 0 274 8 0 0 20 0 20 0 184697842 19566772224 68268 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
/proc/988852/statm: 4777044 68268 5885 1 0 1081536 0
[pid=988852/tid=988854] ppid=988849 vsize=19108176 memory=13120 CPUtime=1.32 cores=5,7
/proc/988852/task/988854/stat : 988854 (java) R 988849 988852 980838 0 -1 4194368 5910 0 0 0 128 4 0 0 20 0 20 0 184697843 19566772224 68268 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
[pid=988852/tid=988863] ppid=988849 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/988852/task/988863/stat : 988863 (Finalizer) S 988849 988852 980838 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184697845 19566772224 68268 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
[pid=988852/tid=988870] ppid=988849 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/988852/task/988870/stat : 988870 (Common-Cleaner) S 988849 988852 980838 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 184697846 19566772224 68268 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 273072 KiB

[startup+3.10927 s]
/proc/loadavg: 4.23 4.23 4.19 5/334 988874
/proc/meminfo: memFree=114929612/131524600 swapFree=131071996/131071996
[pid=988852] ppid=988849 vsize=19108176 memory=280232 CPUtime=5.55 cores=5,7
/proc/988852/stat : 988852 (java) S 988849 988852 980838 0 -1 1077936128 20184 0 0 0 546 9 0 0 20 0 20 0 184697842 19566772224 70058 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
/proc/988852/statm: 4777044 70058 5901 1 0 1081649 0
[pid=988852/tid=988854] ppid=988849 vsize=19108176 memory=198340509722 CPUtime=2.92 cores=5,7
/proc/988852/task/988854/stat : 988854 (java) R 988849 988852 980838 0 -1 4194368 5961 0 0 0 288 4 0 0 20 0 20 0 184697843 19566772224 70058 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
[pid=988852/tid=988863] ppid=988849 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/988852/task/988863/stat : 988863 (Finalizer) S 988849 988852 980838 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184697845 19566772224 70058 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
[pid=988852/tid=988870] ppid=988849 vsize=19108176 memory=13120 CPUtime=0 cores=5,7
/proc/988852/task/988870/stat : 988870 (Common-Cleaner) S 988849 988852 980838 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 184697846 19566772224 70058 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
[pid=988852/tid=988874] ppid=988849 vsize=19108176 memory=273660 CPUtime=0 cores=5,7
/proc/988852/task/988874/stat : 988874 (Timer-0) S 988849 988852 980838 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184697957 19566772224 70058 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
Current children cumulated CPU time: 5.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 280232 KiB

[startup+6.30028 s]
/proc/loadavg: 4.29 4.24 4.20 5/334 988874
/proc/meminfo: memFree=114924836/131524600 swapFree=131071996/131071996
[pid=988852] ppid=988849 vsize=19108176 memory=287584 CPUtime=9.25 cores=5,7
/proc/988852/stat : 988852 (java) S 988849 988852 980838 0 -1 1077936128 27849 0 0 0 916 9 0 0 20 0 20 0 184697842 19566772224 71896 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
/proc/988852/statm: 4777044 71896 5901 1 0 1081651 0
[pid=988852/tid=988854] ppid=988849 vsize=19108176 memory=0 CPUtime=6.11 cores=5,7
/proc/988852/task/988854/stat : 988854 (java) R 988849 988852 980838 0 -1 4194368 6509 0 0 0 606 5 0 0 20 0 20 0 184697843 19566772224 71896 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
[pid=988852/tid=988863] ppid=988849 vsize=19108176 memory=13120 CPUtime=0 cores=5,7
/proc/988852/task/988863/stat : 988863 (Finalizer) S 988849 988852 980838 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184697845 19566772224 71896 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
[pid=988852/tid=988870] ppid=988849 vsize=19108176 memory=278184 CPUtime=0 cores=5,7
/proc/988852/task/988870/stat : 988870 (Common-Cleaner) S 988849 988852 980838 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 184697846 19566772224 71896 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
[pid=988852/tid=988874] ppid=988849 vsize=19108176 memory=285536 CPUtime=0 cores=5,7
/proc/988852/task/988874/stat : 988874 (Timer-0) S 988849 988852 980838 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184697957 19566772224 71896 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
Current children cumulated CPU time: 9.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 287584 KiB

[startup+12.7003 s]
/proc/loadavg: 4.27 4.23 4.19 5/334 988875
/proc/meminfo: memFree=114894004/131524600 swapFree=131071996/131071996
[pid=988852] ppid=988849 vsize=19108176 memory=320456 CPUtime=15.65 cores=5,7
/proc/988852/stat : 988852 (java) S 988849 988852 980838 0 -1 1077936128 29167 0 0 0 1554 11 0 0 20 0 20 0 184697842 19566772224 80114 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
/proc/988852/statm: 4777044 80114 5917 1 0 1081651 0
[pid=988852/tid=988854] ppid=988849 vsize=19108176 memory=314308 CPUtime=12.48 cores=5,7
/proc/988852/task/988854/stat : 988854 (java) R 988849 988852 980838 0 -1 4194368 7186 0 0 0 1243 5 0 0 20 0 20 0 184697843 19566772224 80114 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
[pid=988852/tid=988863] ppid=988849 vsize=19108176 memory=11392 CPUtime=0 cores=5,7
/proc/988852/task/988863/stat : 988863 (Finalizer) S 988849 988852 980838 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184697845 19566772224 80114 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
[pid=988852/tid=988870] ppid=988849 vsize=19108176 memory=7669460193161864019 CPUtime=0 cores=5,7
/proc/988852/task/988870/stat : 988870 (Common-Cleaner) S 988849 988852 980838 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 184697846 19566772224 80114 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
[pid=988852/tid=988874] ppid=988849 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/988852/task/988874/stat : 988874 (Timer-0) S 988849 988852 980838 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184697957 19566772224 80114 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
Current children cumulated CPU time: 15.65 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 320456 KiB

[startup+25.5003 s]
/proc/loadavg: 4.23 4.23 4.19 5/334 988877
/proc/meminfo: memFree=114833948/131524600 swapFree=131071996/131071996
[pid=988852] ppid=988849 vsize=19108176 memory=378048 CPUtime=28.72 cores=5,7
/proc/988852/stat : 988852 (java) S 988849 988852 980838 0 -1 1077936128 37548 0 0 0 2858 14 0 0 20 0 20 0 184697842 19566772224 94512 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
/proc/988852/statm: 4777044 94512 5917 1 0 1081653 0
[pid=988852/tid=988854] ppid=988849 vsize=19108176 memory=7669460193161864019 CPUtime=25.26 cores=5,7
/proc/988852/task/988854/stat : 988854 (java) R 988849 988852 980838 0 -1 4194368 9199 0 0 0 2519 7 0 0 20 0 20 0 184697843 19566772224 94512 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
[pid=988852/tid=988863] ppid=988849 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/988852/task/988863/stat : 988863 (Finalizer) S 988849 988852 980838 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184697845 19566772224 94512 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
[pid=988852/tid=988870] ppid=988849 vsize=19108176 memory=21604 CPUtime=0 cores=5,7
/proc/988852/task/988870/stat : 988870 (Common-Cleaner) S 988849 988852 980838 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 184697846 19566772224 94512 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
[pid=988852/tid=988874] ppid=988849 vsize=19108176 memory=-8527955552755819196 CPUtime=0 cores=5,7
/proc/988852/task/988874/stat : 988874 (Timer-0) S 988849 988852 980838 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184697957 19566772224 94512 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
Current children cumulated CPU time: 28.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 378048 KiB

[startup+51.1058 s]
/proc/loadavg: 4.29 4.24 4.19 5/333 989265
/proc/meminfo: memFree=114702612/131524600 swapFree=131071996/131071996
[pid=988852] ppid=988849 vsize=19108176 memory=439932 CPUtime=54.29 cores=5,7
/proc/988852/stat : 988852 (java) S 988849 988852 980838 0 -1 1077936128 40215 0 0 0 5412 17 0 0 20 0 20 0 184697842 19566772224 109983 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
/proc/988852/statm: 4777044 109983 5917 1 0 1081661 0
[pid=988852/tid=988854] ppid=988849 vsize=19108176 memory=439920 CPUtime=50.73 cores=5,7
/proc/988852/task/988854/stat : 988854 (java) R 988849 988852 980838 0 -1 4194368 10305 0 0 0 5066 7 0 0 20 0 20 0 184697843 19566772224 109983 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
[pid=988852/tid=988863] ppid=988849 vsize=19108176 memory=11392 CPUtime=0 cores=5,7
/proc/988852/task/988863/stat : 988863 (Finalizer) S 988849 988852 980838 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184697845 19566772224 109983 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
[pid=988852/tid=988870] ppid=988849 vsize=19108176 memory=11392 CPUtime=0 cores=5,7
/proc/988852/task/988870/stat : 988870 (Common-Cleaner) S 988849 988852 980838 0 -1 1077936192 55 0 0 0 0 0 0 0 20 0 20 0 184697846 19566772224 109983 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
[pid=988852/tid=988874] ppid=988849 vsize=19108176 memory=11392 CPUtime=0 cores=5,7
/proc/988852/task/988874/stat : 988874 (Timer-0) S 988849 988852 980838 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184697957 19566772224 109983 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0

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

/proc/988852/task/988870/stat : 988870 (Common-Cleaner) S 988849 988852 980838 0 -1 1077936192 851 0 0 0 0 0 0 0 20 0 20 0 184697846 19566772224 702756 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
[pid=988852/tid=988874] ppid=988849 vsize=19108176 memory=2804876 CPUtime=0 cores=5,7
/proc/988852/task/988874/stat : 988874 (Timer-0) S 988849 988852 980838 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184697957 19566772224 702756 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
Current children cumulated CPU time: 1006.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2811024 KiB

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

# cumulated CPU time of all completed processes:  user=1055.95 s, system=1.1823 s

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

[startup+1024 s]*
/proc/loadavg: 4.10 4.13 4.16 5/333 989632
/proc/meminfo: memFree=109124616/131524600 swapFree=131071996/131071996
[pid=988852] ppid=988849 vsize=19108176 memory=2813112 CPUtime=1028.25 cores=5,7
/proc/988852/stat : 988852 (java) S 988849 988852 980838 0 -1 1077936128 89122 0 0 0 102710 115 0 0 20 0 20 0 184697842 19566772224 703278 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
/proc/988852/statm: 4777044 703278 5917 1 0 1084042 0
[pid=988852/tid=988854] ppid=988849 vsize=19108176 memory=-8527955552755819196 CPUtime=1018.25 cores=5,7
/proc/988852/task/988854/stat : 988854 (java) R 988849 988852 980838 0 -1 4194368 27347 0 0 0 101814 11 0 0 20 0 20 0 184697843 19566772224 703278 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
[pid=988852/tid=988863] ppid=988849 vsize=19108176 memory=4804 CPUtime=0 cores=5,7
/proc/988852/task/988863/stat : 988863 (Finalizer) S 988849 988852 980838 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184697845 19566772224 703278 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
[pid=988852/tid=988870] ppid=988849 vsize=19108176 memory=3045656 CPUtime=0 cores=5,7
/proc/988852/task/988870/stat : 988870 (Common-Cleaner) S 988849 988852 980838 0 -1 1077936192 851 0 0 0 0 0 0 0 20 0 20 0 184697846 19566772224 703278 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
[pid=988852/tid=988874] ppid=988849 vsize=19108176 memory=2728 CPUtime=0 cores=5,7
/proc/988852/task/988874/stat : 988874 (Timer-0) S 988849 988852 980838 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184697957 19566772224 703278 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
Current children cumulated CPU time: 1028.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2813112 KiB

[startup+1036.8 s]
/proc/loadavg: 4.09 4.13 4.16 5/333 989633
/proc/meminfo: memFree=109079476/131524600 swapFree=131071996/131071996
[pid=988852] ppid=988849 vsize=19108176 memory=2813112 CPUtime=1041.01 cores=5,7
/proc/988852/stat : 988852 (java) S 988849 988852 980838 0 -1 1077936128 89527 0 0 0 103986 115 0 0 20 0 20 0 184697842 19566772224 703278 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
/proc/988852/statm: 4777044 703278 5917 1 0 1084042 0
[pid=988852/tid=988854] ppid=988849 vsize=19108176 memory=165 CPUtime=1031.01 cores=5,7
/proc/988852/task/988854/stat : 988854 (java) R 988849 988852 980838 0 -1 4194368 27752 0 0 0 103090 11 0 0 20 0 20 0 184697843 19566772224 703278 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
[pid=988852/tid=988863] ppid=988849 vsize=19108176 memory=11392 CPUtime=0 cores=5,7
/proc/988852/task/988863/stat : 988863 (Finalizer) S 988849 988852 980838 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184697845 19566772224 703278 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
[pid=988852/tid=988870] ppid=988849 vsize=19108176 memory=2813112 CPUtime=0 cores=5,7
/proc/988852/task/988870/stat : 988870 (Common-Cleaner) S 988849 988852 980838 0 -1 1077936192 851 0 0 0 0 0 0 0 20 0 20 0 184697846 19566772224 703278 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
[pid=988852/tid=988874] ppid=988849 vsize=19108176 memory=279812019820016 CPUtime=0 cores=5,7
/proc/988852/task/988874/stat : 988874 (Timer-0) S 988849 988852 980838 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184697957 19566772224 703278 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
Current children cumulated CPU time: 1041.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2813112 KiB

[startup+1043.2 s]
/proc/loadavg: 4.07 4.12 4.15 5/333 989635
/proc/meminfo: memFree=109054844/131524600 swapFree=131071996/131071996
[pid=988852] ppid=988849 vsize=19108176 memory=2815160 CPUtime=1047.49 cores=5,7
/proc/988852/stat : 988852 (java) S 988849 988852 980838 0 -1 1077936128 89760 0 0 0 104634 115 0 0 20 0 20 0 184697842 19566772224 703790 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
/proc/988852/statm: 4777044 703790 5917 1 0 1084042 0
[pid=988852/tid=988854] ppid=988849 vsize=19108176 memory=-8527955552755819196 CPUtime=1037.3 cores=5,7
/proc/988852/task/988854/stat : 988854 (java) R 988849 988852 980838 0 -1 4194368 27845 0 0 0 103719 11 0 0 20 0 20 0 184697843 19566772224 703790 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
[pid=988852/tid=988863] ppid=988849 vsize=19108176 memory=2813112 CPUtime=0 cores=5,7
/proc/988852/task/988863/stat : 988863 (Finalizer) S 988849 988852 980838 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184697845 19566772224 703790 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
[pid=988852/tid=988870] ppid=988849 vsize=19108176 memory=2813112 CPUtime=0 cores=5,7
/proc/988852/task/988870/stat : 988870 (Common-Cleaner) S 988849 988852 980838 0 -1 1077936192 851 0 0 0 0 0 0 0 20 0 20 0 184697846 19566772224 703790 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
[pid=988852/tid=988874] ppid=988849 vsize=19108176 memory=2815160 CPUtime=0 cores=5,7
/proc/988852/task/988874/stat : 988874 (Timer-0) S 988849 988852 980838 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184697957 19566772224 703790 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
Current children cumulated CPU time: 1047.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2815160 KiB

[startup+1049.6 s]
/proc/loadavg: 4.07 4.12 4.15 5/333 989636
/proc/meminfo: memFree=109024072/131524600 swapFree=131071996/131071996
[pid=988852] ppid=988849 vsize=19108176 memory=2815160 CPUtime=1053.88 cores=5,7
/proc/988852/stat : 988852 (java) S 988849 988852 980838 0 -1 1077936128 89868 0 0 0 105272 116 0 0 20 0 20 0 184697842 19566772224 703790 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
/proc/988852/statm: 4777044 703790 5917 1 0 1084042 0
[pid=988852/tid=988854] ppid=988849 vsize=19108176 memory=2815160 CPUtime=1043.68 cores=5,7
/proc/988852/task/988854/stat : 988854 (java) R 988849 988852 980838 0 -1 4194368 27953 0 0 0 104357 11 0 0 20 0 20 0 184697843 19566772224 703790 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
[pid=988852/tid=988863] ppid=988849 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/988852/task/988863/stat : 988863 (Finalizer) S 988849 988852 980838 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184697845 19566772224 703790 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
[pid=988852/tid=988870] ppid=988849 vsize=19108176 memory=11392 CPUtime=0 cores=5,7
/proc/988852/task/988870/stat : 988870 (Common-Cleaner) S 988849 988852 980838 0 -1 1077936192 851 0 0 0 0 0 0 0 20 0 20 0 184697846 19566772224 703790 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
[pid=988852/tid=988874] ppid=988849 vsize=19108176 memory=7019818073594162029 CPUtime=0 cores=5,7
/proc/988852/task/988874/stat : 988874 (Timer-0) S 988849 988852 980838 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184697957 19566772224 703790 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
Current children cumulated CPU time: 1053.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2815160 KiB

[startup+1051.2 s]
/proc/loadavg: 4.07 4.12 4.15 5/333 989637
/proc/meminfo: memFree=109019976/131524600 swapFree=131071996/131071996
[pid=988852] ppid=988849 vsize=19108176 memory=2815160 CPUtime=1055.48 cores=5,7
/proc/988852/stat : 988852 (java) S 988849 988852 980838 0 -1 1077936128 89944 0 0 0 105432 116 0 0 20 0 20 0 184697842 19566772224 703790 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
/proc/988852/statm: 4777044 703790 5917 1 0 1084042 0
[pid=988852/tid=988854] ppid=988849 vsize=19108176 memory=16216 CPUtime=1045.28 cores=5,7
/proc/988852/task/988854/stat : 988854 (java) R 988849 988852 980838 0 -1 4194368 28029 0 0 0 104517 11 0 0 20 0 20 0 184697843 19566772224 703790 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
[pid=988852/tid=988863] ppid=988849 vsize=19108176 memory=2228 CPUtime=0 cores=5,7
/proc/988852/task/988863/stat : 988863 (Finalizer) S 988849 988852 980838 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184697845 19566772224 703790 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
[pid=988852/tid=988870] ppid=988849 vsize=19108176 memory=1848 CPUtime=0 cores=5,7
/proc/988852/task/988870/stat : 988870 (Common-Cleaner) S 988849 988852 980838 0 -1 1077936192 851 0 0 0 0 0 0 0 20 0 20 0 184697846 19566772224 703790 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
[pid=988852/tid=988874] ppid=988849 vsize=19108176 memory=2815160 CPUtime=0 cores=5,7
/proc/988852/task/988874/stat : 988874 (Timer-0) S 988849 988852 980838 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184697957 19566772224 703790 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
Current children cumulated CPU time: 1055.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2815160 KiB

[startup+1052 s]*
/proc/loadavg: 4.06 4.12 4.15 5/333 989637
/proc/meminfo: memFree=109017704/131524600 swapFree=131071996/131071996
[pid=988852] ppid=988849 vsize=19108176 memory=2815160 CPUtime=1056.28 cores=5,7
/proc/988852/stat : 988852 (java) S 988849 988852 980838 0 -1 1077936128 89944 0 0 0 105512 116 0 0 20 0 20 0 184697842 19566772224 703790 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
/proc/988852/statm: 4777044 703790 5917 1 0 1084042 0
[pid=988852/tid=988854] ppid=988849 vsize=19108176 memory=21604 CPUtime=1046.08 cores=5,7
/proc/988852/task/988854/stat : 988854 (java) R 988849 988852 980838 0 -1 4194368 28029 0 0 0 104597 11 0 0 20 0 20 0 184697843 19566772224 703790 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
[pid=988852/tid=988863] ppid=988849 vsize=19108176 memory=1904 CPUtime=0 cores=5,7
/proc/988852/task/988863/stat : 988863 (Finalizer) S 988849 988852 980838 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184697845 19566772224 703790 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
[pid=988852/tid=988870] ppid=988849 vsize=19108176 memory=5568 CPUtime=0 cores=5,7
/proc/988852/task/988870/stat : 988870 (Common-Cleaner) S 988849 988852 980838 0 -1 1077936192 851 0 0 0 0 0 0 0 20 0 20 0 184697846 19566772224 703790 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
[pid=988852/tid=988874] ppid=988849 vsize=19108176 memory=-7088233322008307322 CPUtime=0 cores=5,7
/proc/988852/task/988874/stat : 988874 (Timer-0) S 988849 988852 980838 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184697957 19566772224 703790 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
Current children cumulated CPU time: 1056.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2815160 KiB

[startup+1052.4 s]
/proc/loadavg: 4.06 4.12 4.15 5/333 989637
/proc/meminfo: memFree=109017704/131524600 swapFree=131071996/131071996
[pid=988852] ppid=988849 vsize=19108176 memory=2815160 CPUtime=1056.68 cores=5,7
/proc/988852/stat : 988852 (java) S 988849 988852 980838 0 -1 1077936128 89944 0 0 0 105552 116 0 0 20 0 20 0 184697842 19566772224 703790 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
/proc/988852/statm: 4777044 703790 5917 1 0 1084042 0
[pid=988852/tid=988854] ppid=988849 vsize=19108176 memory=-8527955552755819196 CPUtime=1046.47 cores=5,7
/proc/988852/task/988854/stat : 988854 (java) R 988849 988852 980838 0 -1 4194368 28029 0 0 0 104636 11 0 0 20 0 20 0 184697843 19566772224 703790 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
[pid=988852/tid=988863] ppid=988849 vsize=19108176 memory=100 CPUtime=0 cores=5,7
/proc/988852/task/988863/stat : 988863 (Finalizer) S 988849 988852 980838 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184697845 19566772224 703790 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
[pid=988852/tid=988870] ppid=988849 vsize=19108176 memory=32340 CPUtime=0 cores=5,7
/proc/988852/task/988870/stat : 988870 (Common-Cleaner) S 988849 988852 980838 0 -1 1077936192 851 0 0 0 0 0 0 0 20 0 20 0 184697846 19566772224 703790 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
[pid=988852/tid=988874] ppid=988849 vsize=19108176 memory=21604 CPUtime=0 cores=5,7
/proc/988852/task/988874/stat : 988874 (Timer-0) S 988849 988852 980838 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184697957 19566772224 703790 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
Current children cumulated CPU time: 1056.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2815160 KiB

[startup+1052.81 s]
/proc/loadavg: 4.06 4.12 4.15 5/333 989637
/proc/meminfo: memFree=109017704/131524600 swapFree=131071996/131071996
[pid=988852] ppid=988849 vsize=19241304 memory=2815836 CPUtime=1057.11 cores=5,7
/proc/988852/stat : 988852 (java) S 988849 988852 980838 0 -1 1077936128 92727 0 0 0 105594 117 0 0 20 0 20 0 184697842 19703095296 703959 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
/proc/988852/statm: 4810326 703959 5916 1 0 1084690 0
[pid=988852/tid=988854] ppid=988849 vsize=19241304 memory=2815160 CPUtime=1046.81 cores=5,7
/proc/988852/task/988854/stat : 988854 (java) S 988849 988852 980838 0 -1 1077936192 29634 0 0 0 104670 11 0 0 20 0 20 0 184697843 19703095296 703959 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
[pid=988852/tid=988863] ppid=988849 vsize=19241304 memory=26340 CPUtime=0 cores=5,7
/proc/988852/task/988863/stat : 988863 (Finalizer) S 988849 988852 980838 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184697845 19703095296 703959 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
[pid=988852/tid=988870] ppid=988849 vsize=19241304 memory=13120 CPUtime=0 cores=5,7
/proc/988852/task/988870/stat : 988870 (Common-Cleaner) S 988849 988852 980838 0 -1 1077936192 851 0 0 0 0 0 0 0 20 0 20 0 184697846 19703095296 703959 134679101440 94474565427200 94474565430896 140723955500112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94474565438712 94474565439504 94474571550720 140723955504134 140723955504224 140723955504224 140723955511240 0
Current children cumulated CPU time: 1057.11 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 2815836 KiB

Child status: 20

Real time (s): 1052.83
CPU time (s): 1057.13
CPU user time (s): 1055.95
CPU system time (s): 1.1823
CPU usage (%): 100.409
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 2815836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1055.95
system time used= 1.1823
maximum resident set size= 2816896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93010
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1096
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37985
involuntary context switches= 1014


# summary of solver processes directly reported to runsolver:
#   pid: 988852
#   total CPU time (s): 1057.13
#   total CPU user time (s): 1055.95
#   total CPU system time (s): 1.1823

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.09937 second user time and 4.61875 second system time

The end

Launcher Data

Begin job on nodeC031 at 2024-07-18 19:55:08
IDJOB=4446344
IDBENCH=155560
IDSOLVER=3058
FILE ID=nodeC031/4446344-1721325296
RUNJOBID= nodeC031-1721317800-980851
SLURM_JOB_ID= 7542669
Free space on /tmp= 889720 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-55.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446344-1721325296/watcher-4446344-1721325296 -o /tmp/evaluation-result-4446344-1721325296/solver-4446344-1721325296 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1721317800-980851 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4446344-1721325296.opb

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

MD5SUM BENCH= aafbab4e203601a49fdc88cf5a6cbbb7
RANDOM SEED=1769236294

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        115190160 kB
MemAvailable:   116641116 kB
Buffers:          477036 kB
Cached:          1802804 kB
SwapCached:            0 kB
Active:          1306276 kB
Inactive:       14376896 kB
Active(anon):       1544 kB
Inactive(anon): 13439492 kB
Active(file):    1304732 kB
Inactive(file):   937404 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              8064 kB
Writeback:             0 kB
AnonPages:      13401328 kB
Mapped:           126332 kB
Shmem:             37720 kB
KReclaimable:      96936 kB
Slab:             208500 kB
SReclaimable:      96936 kB
SUnreclaim:       111564 kB
KernelStack:        5056 kB
PageTables:        36504 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   27188116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            69600 kB
HardwareCorrupted:     0 kB
AnonHugePages:  13074432 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:      185044 kB
DirectMap2M:    16365568 kB
DirectMap1G:    119537664 kB

Free space on /tmp at the end= 889720 MiB
End job on nodeC031 at 2024-07-18 20:12:41