Trace number 4453954

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 873.872 860.101

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/
inequalities/ineq5/normalized-20array_alg_ineq5.opb
MD5SUM928ae9c4ace7ac4d67936920dc463dea
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 benchmark67.1588
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables980
Total number of constraints2543
Number of constraints which are clauses2520
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints3
Minimum length of a constraint1
Maximum length of a constraint440
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 549755813888
Number of bits of the biggest number in a constraint 40
Biggest sum of numbers in a constraint 2199023255551
Number of bits of the biggest sum of numbers41
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.07	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.07	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.07	c java.vm.version	22.0.1+8-16
0.00/0.07	c java.vm.vendor	Oracle Corporation
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		22.0.1
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.07	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.14/0.12	--- Begin Solver configuration ---
0.14/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.12	Learn all clauses as in MiniSAT
0.14/0.12	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	No reason simplification
0.14/0.12	Glucose 2.1 dynamic restart strategy
0.14/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.14/0.12	timeout=2147483s
0.14/0.12	DB Simplification allowed=false
0.14/0.12	Listener: none
0.14/0.12	--- End Solver configuration ---
0.14/0.13	c Pseudo Boolean Optimization by upper bound
0.14/0.13	c --- Begin Solver configuration ---
0.14/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.13	c Learn all clauses as in MiniSAT
0.14/0.13	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.13	c No reason simplification
0.14/0.13	c Glucose 2.1 dynamic restart strategy
0.14/0.13	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.14/0.13	c timeout=2147483s
0.14/0.13	c DB Simplification allowed=false
0.14/0.13	c Listener: none
0.14/0.13	c --- End Solver configuration ---
0.14/0.13	c solving HOME/instance-4453954-1721491840.opb
0.14/0.13	c reading problem ... 
0.14/0.13	c  no objective function found
0.14/0.19	c ... done. Wall clock time 0.057s.
0.14/0.19	c declared #vars     980
0.14/0.19	c #constraints  2565
0.14/0.19	c constraints type 
0.14/0.19	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1680
0.14/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5
0.14/0.19	c org.sat4j.specs.Constr$1 => 20
0.14/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 840
0.14/0.19	c org.sat4j.pb.constraints.pb.UnitClausePB => 20
0.14/0.19	c 2565 constraints processed.
2.37/1.63	c cleaning 2499 clauses out of 5000 with flag 11300/5000
3.76/2.88	c cleaning 4250 clauses out of 8503 with flag 25956/11002
5.37/4.47	c cleaning 5624 clauses out of 11252 with flag 42459/18001
7.62/6.44	c cleaning 6811 clauses out of 13628 with flag 60222/26001
9.84/8.64	c cleaning 7905 clauses out of 15816 with flag 80336/35000
12.17/10.96	c cleaning 8955 clauses out of 17911 with flag 102942/45000
15.15/13.76	c cleaning 9976 clauses out of 19956 with flag 127471/56000
18.09/16.64	c cleaning 10988 clauses out of 21980 with flag 154666/68000
21.21/19.79	c cleaning 11991 clauses out of 23993 with flag 183664/81001
25.07/23.32	c cleaning 12996 clauses out of 26001 with flag 215549/95000
28.73/26.86	c cleaning 14000 clauses out of 28008 with flag 250174/110003
32.95/30.82	c cleaning 14995 clauses out of 30005 with flag 286017/126000
37.14/34.94	c cleaning 16001 clauses out of 32011 with flag 325633/143001
41.48/39.21	c cleaning 16999 clauses out of 34010 with flag 366668/161001
46.21/43.91	c cleaning 18000 clauses out of 36011 with flag 409246/180001
51.35/48.96	c cleaning 19000 clauses out of 38010 with flag 453887/200000
56.68/54.26	c cleaning 20001 clauses out of 40010 with flag 502373/221000
62.44/59.91	c cleaning 20995 clauses out of 42009 with flag 552340/243000
68.46/65.77	c cleaning 22000 clauses out of 44015 with flag 604095/266001
74.59/71.88	c cleaning 23001 clauses out of 46014 with flag 657761/290000
80.98/78.16	c cleaning 23999 clauses out of 48013 with flag 713933/315000
87.62/84.75	c cleaning 24997 clauses out of 50015 with flag 772875/341001
94.80/91.83	c cleaning 26000 clauses out of 52018 with flag 833698/368001
101.91/98.91	c cleaning 26996 clauses out of 54017 with flag 897312/396000
109.26/106.26	c cleaning 28004 clauses out of 56021 with flag 962156/425000
116.63/113.52	c cleaning 28999 clauses out of 58018 with flag 1030820/455001
124.48/121.32	c cleaning 30004 clauses out of 60019 with flag 1099989/486001
132.68/129.40	c cleaning 31000 clauses out of 62014 with flag 1171072/518000
141.24/137.74	c cleaning 31995 clauses out of 64014 with flag 1246371/551000
150.01/146.47	c cleaning 33003 clauses out of 66019 with flag 1325246/585000
158.96/155.39	c cleaning 33996 clauses out of 68016 with flag 1404233/620000
167.88/164.38	c cleaning 34999 clauses out of 70021 with flag 1488986/656001
177.76/174.12	c cleaning 36006 clauses out of 72022 with flag 1572855/693001
187.49/183.79	c cleaning 36998 clauses out of 74015 with flag 1659879/731000
197.48/193.67	c cleaning 37995 clauses out of 76017 with flag 1748686/770000
207.67/203.70	c cleaning 39002 clauses out of 78022 with flag 1842396/810000
218.59/214.26	c cleaning 40007 clauses out of 80022 with flag 1936025/851002
229.57/225.13	c cleaning 40994 clauses out of 82014 with flag 2030093/893001
240.62/236.06	c cleaning 41999 clauses out of 84020 with flag 2126398/936001
252.21/247.51	c cleaning 43002 clauses out of 86021 with flag 2226068/980001
263.60/258.87	c cleaning 44002 clauses out of 88019 with flag 2327851/1025001
275.75/270.87	c cleaning 45005 clauses out of 90017 with flag 2431074/1071001
288.10/283.05	c cleaning 46000 clauses out of 92011 with flag 2538232/1118000
300.51/295.38	c cleaning 47000 clauses out of 94013 with flag 2646123/1166002
313.83/308.28	c cleaning 48001 clauses out of 96011 with flag 2756765/1215000
326.98/321.33	c cleaning 48998 clauses out of 98010 with flag 2871637/1265000
339.98/334.20	c cleaning 50002 clauses out of 100012 with flag 2988899/1316000
353.87/347.73	c cleaning 50990 clauses out of 102011 with flag 3105856/1368001
367.72/361.41	c cleaning 52002 clauses out of 104021 with flag 3227513/1421001
382.29/375.84	c cleaning 53005 clauses out of 106018 with flag 3350523/1475000
397.14/390.32	c cleaning 53995 clauses out of 108015 with flag 3475499/1530002
411.59/404.75	c cleaning 54996 clauses out of 110019 with flag 3602140/1586001
426.61/419.41	c cleaning 56004 clauses out of 112022 with flag 3733568/1643000
441.69/434.44	c cleaning 56999 clauses out of 114018 with flag 3867630/1701000
457.05/449.59	c cleaning 58006 clauses out of 116019 with flag 4000963/1760000
473.18/465.58	c cleaning 58997 clauses out of 118015 with flag 4139085/1820002
489.79/481.98	c cleaning 59998 clauses out of 120016 with flag 4278081/1881000
506.43/498.33	c cleaning 60996 clauses out of 122019 with flag 4418817/1943001
523.01/514.73	c cleaning 62002 clauses out of 124023 with flag 4563794/2006001
540.23/531.80	c cleaning 63001 clauses out of 126020 with flag 4709665/2070000
557.20/548.54	c cleaning 64000 clauses out of 128019 with flag 4857687/2135000
574.42/565.69	c cleaning 64997 clauses out of 130020 with flag 5009358/2201001
591.91/582.98	c cleaning 66005 clauses out of 132022 with flag 5163572/2268000
610.76/601.01	c cleaning 67006 clauses out of 134017 with flag 5318993/2336000
629.17/619.21	c cleaning 67999 clauses out of 136012 with flag 5476238/2405001
647.62/637.59	c cleaning 68992 clauses out of 138012 with flag 5636569/2475000
666.64/656.38	c cleaning 70003 clauses out of 140021 with flag 5798532/2546001
686.12/675.65	c cleaning 70999 clauses out of 142017 with flag 5963358/2618000
705.68/694.95	c cleaning 72005 clauses out of 144018 with flag 6130142/2691000
725.37/714.29	c cleaning 72996 clauses out of 146013 with flag 6298632/2765000
744.60/733.29	c cleaning 73998 clauses out of 148017 with flag 6468788/2840000
763.76/752.12	c cleaning 74997 clauses out of 150019 with flag 6643823/2916000
784.03/772.18	c cleaning 76006 clauses out of 152024 with flag 6820165/2993002
804.88/792.72	c cleaning 77007 clauses out of 154017 with flag 6997457/3071001
825.18/812.79	c cleaning 77995 clauses out of 156009 with flag 7177989/3150000
846.28/833.58	c cleaning 79002 clauses out of 158013 with flag 7359487/3230000
868.13/854.43	c cleaning 79993 clauses out of 160010 with flag 7546842/3311000
873.75/860.01	c starts		: 1551
873.75/860.02	c conflicts		: 3333947
873.75/860.02	c decisions		: 3746387
873.75/860.02	c propagations		: 312793298
873.75/860.02	c inspects		: 2358325087
873.75/860.02	c shortcuts		: 0
873.75/860.02	c learnt literals	: 5
873.75/860.02	c learnt binary clauses	: 5
873.75/860.02	c learnt ternary clauses	: 9
873.75/860.02	c learnt constraints	: 3333941
873.75/860.02	c ignored constraints	: 0
873.75/860.02	c root simplifications	: 0
873.75/860.02	c removed literals (reason simplification)	: 0
873.75/860.02	c reason swapping (by a shorter reason)	: 0
873.75/860.02	c Calls to reduceDB	: 77
873.75/860.02	c Number of update (reduction) of LBD	: 241433
873.75/860.02	c Imported unit clauses	: 0
873.75/860.02	c No decision after first conflict	: false
873.75/860.02	c number of reductions to clauses (during analyze)	: 0
873.75/860.02	c number of learned constraints concerned by reduction	: 0
873.75/860.02	c number of learning phase by resolution	: 0
873.75/860.02	c number of learning phase by cutting planes	: 0
873.75/860.02	c number of rounding to 1 operations	: 0
873.75/860.02	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
873.75/860.02	c number of reductions of the coefficients by power 2 	: 0
873.75/860.02	c number of right shift for reduction by power 2 	: 0
873.75/860.02	c number of reductions of the coefficients by GCD over coefficients 	: 0
873.75/860.02	c number of ending skipping 	: 0
873.75/860.02	c number of internal skipping 	: 0
873.75/860.02	c number of derivation steps 	: 0
873.75/860.02	c number of skipped derivation steps 	: 0
873.75/860.02	c number of remaining unassigned 	: 0
873.75/860.02	c number of remaining assigned 	: 0
873.75/860.02	c number of falsified literals weakened from reason	: 0
873.75/860.02	c number of falsified literals weakened from conflict	: 0
873.75/860.02	c time for arithmetic operations	: 0
873.75/860.02	c minimum degree of deleted constraints	: null
873.75/860.02	c maximum degree of deleted constraints	: null
873.75/860.02	c number of deleted constraints	: 0
873.75/860.02	c speed (assignments/second)	: 363786.31748014427
873.75/860.02	c non guided choices	: 22
873.75/860.06	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 102955
873.75/860.06	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 5
873.75/860.06	s UNSATISFIABLE
873.75/860.06	c Total wall clock time (in seconds): 859.939

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: 63968 MiB (60271 MiB free)
  memory of node 1: 64473 MiB (62793 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4453954-1721491840/watcher-4453954-1721491840 -o /tmp/evaluation-result-4453954-1721491840/solver-4453954-1721491840 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721488208-1089315 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4453954-1721491840.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=1091807, runsolver pid=1091804

[startup+0.103127 s]*
/proc/loadavg: 4.31 4.18 4.17 6/331 1091825
/proc/meminfo: memFree=125976296/131524600 swapFree=131071216/131071996
[pid=1091807] ppid=1091804 vsize=18975048 memory=63460 CPUtime=0.14 cores=1,3
/proc/1091807/stat : 1091807 (java) S 1091804 1091807 1089301 0 -1 1077936128 7231 0 0 0 12 2 0 0 20 0 18 0 201346371 19430449152 15865 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
/proc/1091807/statm: 4743762 15865 5710 1 0 549340 0
[pid=1091807/tid=1091809] ppid=1091804 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/1091807/task/1091809/stat : 1091809 (java) R 1091804 1091807 1089301 0 -1 4194368 5751 0 0 0 7 1 0 0 20 0 18 0 201346371 19430449152 15865 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
[pid=1091807/tid=1091818] ppid=1091804 vsize=18975048 memory=228556276070 CPUtime=0 cores=1,3
/proc/1091807/task/1091818/stat : 1091818 (Finalizer) S 1091804 1091807 1089301 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 201346373 19430449152 15865 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
[pid=1091807/tid=1091825] ppid=1091804 vsize=18975048 memory=15819997462990744 CPUtime=0 cores=1,3
/proc/1091807/task/1091825/stat : 1091825 (Common-Cleaner) S 1091804 1091807 1089301 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 201346374 19430449152 15865 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63460 KiB

[startup+0.205797 s]*
/proc/loadavg: 4.31 4.18 4.17 8/332 1091826
/proc/meminfo: memFree=125966912/131524600 swapFree=131071216/131071996
[pid=1091807] ppid=1091804 vsize=19041612 memory=73224 CPUtime=0.32 cores=1,3
/proc/1091807/stat : 1091807 (java) S 1091804 1091807 1089301 0 -1 1077936128 7570 0 0 0 30 2 0 0 20 0 19 0 201346371 19498610688 18306 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
/proc/1091807/statm: 4760403 18306 5834 1 0 549908 0
[pid=1091807/tid=1091809] ppid=1091804 vsize=19041612 memory=6876556183782621315 CPUtime=0.17 cores=1,3
/proc/1091807/task/1091809/stat : 1091809 (java) R 1091804 1091807 1089301 0 -1 4194368 5950 0 0 0 16 1 0 0 20 0 19 0 201346371 19498610688 18306 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
[pid=1091807/tid=1091818] ppid=1091804 vsize=19041612 memory=1905144 CPUtime=0 cores=1,3
/proc/1091807/task/1091818/stat : 1091818 (Finalizer) S 1091804 1091807 1089301 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 201346373 19498610688 18306 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
[pid=1091807/tid=1091825] ppid=1091804 vsize=19041612 memory=15538522484377282 CPUtime=0 cores=1,3
/proc/1091807/task/1091825/stat : 1091825 (Common-Cleaner) S 1091804 1091807 1089301 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 201346374 19498610688 18306 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
[pid=1091807/tid=1091826] ppid=1091804 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1091807/task/1091826/stat : 1091826 (java) R 1091804 1091807 1089301 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 19 0 201346390 19498610688 18306 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 73224 KiB

[startup+0.307459 s]*
/proc/loadavg: 4.31 4.18 4.17 6/332 1091826
/proc/meminfo: memFree=125962852/131524600 swapFree=131071216/131071996
[pid=1091807] ppid=1091804 vsize=19041612 memory=77028 CPUtime=0.52 cores=1,3
/proc/1091807/stat : 1091807 (java) S 1091804 1091807 1089301 0 -1 1077936128 9160 0 0 0 50 2 0 0 20 0 19 0 201346371 19498610688 19257 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
/proc/1091807/statm: 4760403 19257 5850 1 0 550924 0
[pid=1091807/tid=1091809] ppid=1091804 vsize=19041612 memory=-7738694317242411871 CPUtime=0.27 cores=1,3
/proc/1091807/task/1091809/stat : 1091809 (java) R 1091804 1091807 1089301 0 -1 4194368 5996 0 0 0 26 1 0 0 20 0 19 0 201346371 19498610688 19257 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
[pid=1091807/tid=1091818] ppid=1091804 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1091807/task/1091818/stat : 1091818 (Finalizer) S 1091804 1091807 1089301 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 201346373 19498610688 19257 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
[pid=1091807/tid=1091825] ppid=1091804 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1091807/task/1091825/stat : 1091825 (Common-Cleaner) S 1091804 1091807 1089301 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 201346374 19498610688 19257 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
[pid=1091807/tid=1091826] ppid=1091804 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1091807/task/1091826/stat : 1091826 (Timer-0) S 1091804 1091807 1089301 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 201346390 19498610688 19257 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 77028 KiB

[startup+0.700529 s]
/proc/loadavg: 4.31 4.18 4.17 7/332 1091826
/proc/meminfo: memFree=125951956/131524600 swapFree=131071216/131071996
[pid=1091807] ppid=1091804 vsize=19041612 memory=93972 CPUtime=1.28 cores=1,3
/proc/1091807/stat : 1091807 (java) S 1091804 1091807 1089301 0 -1 1077936128 12834 0 0 0 125 3 0 0 20 0 19 0 201346371 19498610688 23493 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
/proc/1091807/statm: 4760403 23493 5850 1 0 552948 0
[pid=1091807/tid=1091809] ppid=1091804 vsize=19041612 memory=51092 CPUtime=0.63 cores=1,3
/proc/1091807/task/1091809/stat : 1091809 (java) R 1091804 1091807 1089301 0 -1 4194368 6000 0 0 0 62 1 0 0 20 0 19 0 201346371 19498610688 23493 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
[pid=1091807/tid=1091818] ppid=1091804 vsize=19041612 memory=13124 CPUtime=0 cores=1,3
/proc/1091807/task/1091818/stat : 1091818 (Finalizer) S 1091804 1091807 1089301 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 201346373 19498610688 23493 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
[pid=1091807/tid=1091825] ppid=1091804 vsize=19041612 memory=2328 CPUtime=0 cores=1,3
/proc/1091807/task/1091825/stat : 1091825 (Common-Cleaner) S 1091804 1091807 1089301 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 201346374 19498610688 23493 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
[pid=1091807/tid=1091826] ppid=1091804 vsize=19041612 memory=100 CPUtime=0 cores=1,3
/proc/1091807/task/1091826/stat : 1091826 (Timer-0) S 1091804 1091807 1089301 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 201346390 19498610688 23493 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 93972 KiB

[startup+1.50055 s]
/proc/loadavg: 4.31 4.18 4.17 5/332 1091826
/proc/meminfo: memFree=125838352/131524600 swapFree=131071216/131071996
[pid=1091807] ppid=1091804 vsize=19041612 memory=123028 CPUtime=2.27 cores=1,3
/proc/1091807/stat : 1091807 (java) S 1091804 1091807 1089301 0 -1 1077936128 14703 0 0 0 223 4 0 0 20 0 19 0 201346371 19498610688 30757 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
/proc/1091807/statm: 4760403 30757 5850 1 0 552950 0
[pid=1091807/tid=1091809] ppid=1091804 vsize=19041612 memory=13124 CPUtime=1.43 cores=1,3
/proc/1091807/task/1091809/stat : 1091809 (java) R 1091804 1091807 1089301 0 -1 4194368 6181 0 0 0 141 2 0 0 20 0 19 0 201346371 19498610688 30757 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
[pid=1091807/tid=1091818] ppid=1091804 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1091807/task/1091818/stat : 1091818 (Finalizer) S 1091804 1091807 1089301 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 201346373 19498610688 30757 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
[pid=1091807/tid=1091825] ppid=1091804 vsize=19041612 memory=2328 CPUtime=0 cores=1,3
/proc/1091807/task/1091825/stat : 1091825 (Common-Cleaner) S 1091804 1091807 1089301 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 201346374 19498610688 30757 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
[pid=1091807/tid=1091826] ppid=1091804 vsize=19041612 memory=100 CPUtime=0 cores=1,3
/proc/1091807/task/1091826/stat : 1091826 (Timer-0) S 1091804 1091807 1089301 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 201346390 19498610688 30757 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
Current children cumulated CPU time: 2.27 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 123028 KiB

[startup+3.10653 s]
/proc/loadavg: 4.31 4.18 4.17 5/333 1091827
/proc/meminfo: memFree=125728624/131524600 swapFree=131071216/131071996
[pid=1091807] ppid=1091804 vsize=19108176 memory=213644 CPUtime=4.07 cores=1,3
/proc/1091807/stat : 1091807 (java) S 1091804 1091807 1089301 0 -1 1077936128 18811 0 0 0 401 6 0 0 20 0 20 0 201346371 19566772224 53411 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
/proc/1091807/statm: 4777044 53411 5850 1 0 553283 0
[pid=1091807/tid=1091809] ppid=1091804 vsize=19108176 memory=0 CPUtime=2.99 cores=1,3
/proc/1091807/task/1091809/stat : 1091809 (java) R 1091804 1091807 1089301 0 -1 4194368 7353 0 0 0 296 3 0 0 20 0 20 0 201346371 19566772224 53411 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
[pid=1091807/tid=1091818] ppid=1091804 vsize=19108176 memory=-7738694317242411871 CPUtime=0 cores=1,3
/proc/1091807/task/1091818/stat : 1091818 (Finalizer) S 1091804 1091807 1089301 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 201346373 19566772224 53411 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
[pid=1091807/tid=1091825] ppid=1091804 vsize=19108176 memory=13124 CPUtime=0 cores=1,3
/proc/1091807/task/1091825/stat : 1091825 (Common-Cleaner) S 1091804 1091807 1089301 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 20 0 201346374 19566772224 53411 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
[pid=1091807/tid=1091826] ppid=1091804 vsize=19108176 memory=2328 CPUtime=0 cores=1,3
/proc/1091807/task/1091826/stat : 1091826 (Timer-0) S 1091804 1091807 1089301 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 201346390 19566772224 53411 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
Current children cumulated CPU time: 4.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 213644 KiB

[startup+6.30021 s]
/proc/loadavg: 4.29 4.18 4.17 5/333 1091827
/proc/meminfo: memFree=125631408/131524600 swapFree=131071216/131071996
[pid=1091807] ppid=1091804 vsize=19108176 memory=246828 CPUtime=7.52 cores=1,3
/proc/1091807/stat : 1091807 (java) S 1091804 1091807 1089301 0 -1 1077936128 23079 0 0 0 745 7 0 0 20 0 20 0 201346371 19566772224 61707 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
/proc/1091807/statm: 4777044 61707 5866 1 0 555849 0
[pid=1091807/tid=1091809] ppid=1091804 vsize=19108176 memory=2328 CPUtime=6.13 cores=1,3
/proc/1091807/task/1091809/stat : 1091809 (java) R 1091804 1091807 1089301 0 -1 4194368 7669 0 0 0 610 3 0 0 20 0 20 0 201346371 19566772224 61707 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
[pid=1091807/tid=1091818] ppid=1091804 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1091807/task/1091818/stat : 1091818 (Finalizer) S 1091804 1091807 1089301 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 201346373 19566772224 61707 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
[pid=1091807/tid=1091825] ppid=1091804 vsize=19108176 memory=13124 CPUtime=0 cores=1,3
/proc/1091807/task/1091825/stat : 1091825 (Common-Cleaner) S 1091804 1091807 1089301 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 20 0 201346374 19566772224 61707 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
[pid=1091807/tid=1091826] ppid=1091804 vsize=19108176 memory=-2832536777585008440 CPUtime=0 cores=1,3
/proc/1091807/task/1091826/stat : 1091826 (Timer-0) S 1091804 1091807 1089301 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 201346390 19566772224 61707 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
Current children cumulated CPU time: 7.52 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 246828 KiB

[startup+12.7002 s]
/proc/loadavg: 4.26 4.18 4.17 5/333 1091829
/proc/meminfo: memFree=125373864/131524600 swapFree=131071216/131071996
[pid=1091807] ppid=1091804 vsize=19108176 memory=361164 CPUtime=14.1 cores=1,3
/proc/1091807/stat : 1091807 (java) S 1091804 1091807 1089301 0 -1 1077936128 27726 0 0 0 1400 10 0 0 20 0 20 0 201346371 19566772224 90291 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
/proc/1091807/statm: 4777044 90291 5866 1 0 555849 0
[pid=1091807/tid=1091809] ppid=1091804 vsize=19108176 memory=13124 CPUtime=12.34 cores=1,3
/proc/1091807/task/1091809/stat : 1091809 (java) R 1091804 1091807 1089301 0 -1 4194368 8492 0 0 0 1231 3 0 0 20 0 20 0 201346371 19566772224 90291 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
[pid=1091807/tid=1091818] ppid=1091804 vsize=19108176 memory=327176 CPUtime=0 cores=1,3
/proc/1091807/task/1091818/stat : 1091818 (Finalizer) S 1091804 1091807 1089301 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 201346373 19566772224 90291 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
[pid=1091807/tid=1091825] ppid=1091804 vsize=19108176 memory=51092 CPUtime=0 cores=1,3
/proc/1091807/task/1091825/stat : 1091825 (Common-Cleaner) S 1091804 1091807 1089301 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 20 0 201346374 19566772224 90291 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
[pid=1091807/tid=1091826] ppid=1091804 vsize=19108176 memory=13124 CPUtime=0 cores=1,3
/proc/1091807/task/1091826/stat : 1091826 (Timer-0) S 1091804 1091807 1089301 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 201346390 19566772224 90291 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
Current children cumulated CPU time: 14.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 361164 KiB

[startup+25.5003 s]
/proc/loadavg: 4.29 4.18 4.17 5/332 1091896
/proc/meminfo: memFree=125175492/131524600 swapFree=131071216/131071996
[pid=1091807] ppid=1091804 vsize=19108176 memory=730044 CPUtime=27.37 cores=1,3
/proc/1091807/stat : 1091807 (java) S 1091804 1091807 1089301 0 -1 1077936128 41255 0 0 0 2718 19 0 0 20 0 20 0 201346371 19566772224 182511 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
/proc/1091807/statm: 4777044 182511 5866 1 0 662367 0
[pid=1091807/tid=1091809] ppid=1091804 vsize=19108176 memory=14364 CPUtime=24.82 cores=1,3
/proc/1091807/task/1091809/stat : 1091809 (java) R 1091804 1091807 1089301 0 -1 4194368 10062 0 0 0 2477 5 0 0 20 0 20 0 201346371 19566772224 182511 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
[pid=1091807/tid=1091818] ppid=1091804 vsize=19108176 memory=13124 CPUtime=0 cores=1,3
/proc/1091807/task/1091818/stat : 1091818 (Finalizer) S 1091804 1091807 1089301 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 201346373 19566772224 182511 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
[pid=1091807/tid=1091825] ppid=1091804 vsize=19108176 memory=670692 CPUtime=0 cores=1,3
/proc/1091807/task/1091825/stat : 1091825 (Common-Cleaner) S 1091804 1091807 1089301 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 20 0 201346374 19566772224 182511 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
[pid=1091807/tid=1091826] ppid=1091804 vsize=19108176 memory=164 CPUtime=0 cores=1,3
/proc/1091807/task/1091826/stat : 1091826 (Timer-0) S 1091804 1091807 1089301 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 201346390 19566772224 182511 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
Current children cumulated CPU time: 27.37 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 730044 KiB

[startup+51.1065 s]
/proc/loadavg: 4.25 4.18 4.17 5/333 1091902
/proc/meminfo: memFree=123973076/131524600 swapFree=131071216/131071996
[pid=1091807] ppid=1091804 vsize=19108176 memory=1353020 CPUtime=53.53 cores=1,3
/proc/1091807/stat : 1091807 (java) S 1091804 1091807 1089301 0 -1 1077936128 48903 0 0 0 5321 32 0 0 20 0 20 0 201346371 19566772224 338255 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
/proc/1091807/statm: 4777044 338255 5898 1 0 662529 0

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

Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3835640 KiB

[startup+822.3 s]
/proc/loadavg: 4.08 4.18 4.18 5/332 1092108
/proc/meminfo: memFree=119757036/131524600 swapFree=131071216/131071996
[pid=1091807] ppid=1091804 vsize=19108176 memory=3835672 CPUtime=834.89 cores=1,3
/proc/1091807/stat : 1091807 (java) S 1091804 1091807 1089301 0 -1 1077936128 136822 0 0 0 83384 105 0 0 20 0 20 0 201346371 19566772224 958918 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
/proc/1091807/statm: 4777044 958918 5898 1 0 978940 0
[pid=1091807/tid=1091809] ppid=1091804 vsize=19108176 memory=13124 CPUtime=805.08 cores=1,3
/proc/1091807/task/1091809/stat : 1091809 (java) R 1091804 1091807 1089301 0 -1 4194368 30401 0 0 0 80477 31 0 0 20 0 20 0 201346371 19566772224 958918 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
[pid=1091807/tid=1091818] ppid=1091804 vsize=19108176 memory=51092 CPUtime=0 cores=1,3
/proc/1091807/task/1091818/stat : 1091818 (Finalizer) S 1091804 1091807 1089301 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 201346373 19566772224 958918 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
[pid=1091807/tid=1091825] ppid=1091804 vsize=19108176 memory=51092 CPUtime=0 cores=1,3
/proc/1091807/task/1091825/stat : 1091825 (Common-Cleaner) S 1091804 1091807 1089301 0 -1 1077936192 462 0 0 0 0 0 0 0 20 0 20 0 201346374 19566772224 958918 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
[pid=1091807/tid=1091826] ppid=1091804 vsize=19108176 memory=13124 CPUtime=0 cores=1,3
/proc/1091807/task/1091826/stat : 1091826 (Timer-0) S 1091804 1091807 1089301 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 201346390 19566772224 958918 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
Current children cumulated CPU time: 834.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3835672 KiB

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

# cumulated CPU time of all completed processes:  user=872.725 s, system=1.14667 s

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

[startup+844.8 s]
/proc/loadavg: 4.06 4.17 4.17 5/332 1092112
/proc/meminfo: memFree=119651440/131524600 swapFree=131071216/131071996
[pid=1091807] ppid=1091804 vsize=19108176 memory=3836164 CPUtime=857.67 cores=1,3
/proc/1091807/stat : 1091807 (java) S 1091804 1091807 1089301 0 -1 1077936128 137561 0 0 0 85661 106 0 0 20 0 20 0 201346371 19566772224 959041 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
/proc/1091807/statm: 4777044 959041 5898 1 0 978940 0
[pid=1091807/tid=1091809] ppid=1091804 vsize=19108176 memory=3835644 CPUtime=827.19 cores=1,3
/proc/1091807/task/1091809/stat : 1091809 (java) R 1091804 1091807 1089301 0 -1 4194368 30514 0 0 0 82688 31 0 0 20 0 20 0 201346371 19566772224 959041 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
[pid=1091807/tid=1091818] ppid=1091804 vsize=19108176 memory=20776 CPUtime=0 cores=1,3
/proc/1091807/task/1091818/stat : 1091818 (Finalizer) S 1091804 1091807 1089301 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 201346373 19566772224 959041 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
[pid=1091807/tid=1091825] ppid=1091804 vsize=19108176 memory=19760 CPUtime=0 cores=1,3
/proc/1091807/task/1091825/stat : 1091825 (Common-Cleaner) S 1091804 1091807 1089301 0 -1 1077936192 462 0 0 0 0 0 0 0 20 0 20 0 201346374 19566772224 959041 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
[pid=1091807/tid=1091826] ppid=1091804 vsize=19108176 memory=3836164 CPUtime=0 cores=1,3
/proc/1091807/task/1091826/stat : 1091826 (Timer-0) S 1091804 1091807 1089301 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 201346390 19566772224 959041 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
Current children cumulated CPU time: 857.67 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3836164 KiB

[startup+851.201 s]
/proc/loadavg: 4.05 4.16 4.17 5/332 1092114
/proc/meminfo: memFree=119531856/131524600 swapFree=131071216/131071996
[pid=1091807] ppid=1091804 vsize=19108176 memory=3871440 CPUtime=864.91 cores=1,3
/proc/1091807/stat : 1091807 (java) S 1091804 1091807 1089301 0 -1 1077936128 150958 0 0 0 86384 107 0 0 20 0 20 0 201346371 19566772224 967860 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
/proc/1091807/statm: 4777044 967860 5898 1 0 1257479 0
[pid=1091807/tid=1091809] ppid=1091804 vsize=19108176 memory=-7738694317242411871 CPUtime=833.34 cores=1,3
/proc/1091807/task/1091809/stat : 1091809 (java) R 1091804 1091807 1089301 0 -1 4194368 32639 0 0 0 83302 32 0 0 20 0 20 0 201346371 19566772224 967860 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
[pid=1091807/tid=1091818] ppid=1091804 vsize=19108176 memory=3836164 CPUtime=0 cores=1,3
/proc/1091807/task/1091818/stat : 1091818 (Finalizer) S 1091804 1091807 1089301 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 201346373 19566772224 967860 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
[pid=1091807/tid=1091825] ppid=1091804 vsize=19108176 memory=3836164 CPUtime=0 cores=1,3
/proc/1091807/task/1091825/stat : 1091825 (Common-Cleaner) S 1091804 1091807 1089301 0 -1 1077936192 462 0 0 0 0 0 0 0 20 0 20 0 201346374 19566772224 967860 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
[pid=1091807/tid=1091826] ppid=1091804 vsize=19108176 memory=3836164 CPUtime=0 cores=1,3
/proc/1091807/task/1091826/stat : 1091826 (Timer-0) S 1091804 1091807 1089301 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 201346390 19566772224 967860 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
Current children cumulated CPU time: 864.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3871440 KiB

[startup+854.401 s]
/proc/loadavg: 4.05 4.16 4.17 5/332 1092114
/proc/meminfo: memFree=119414168/131524600 swapFree=131071216/131071996
[pid=1091807] ppid=1091804 vsize=19108176 memory=3962144 CPUtime=868.13 cores=1,3
/proc/1091807/stat : 1091807 (java) S 1091804 1091807 1089301 0 -1 1077936128 151306 0 0 0 86704 109 0 0 20 0 20 0 201346371 19566772224 990536 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
/proc/1091807/statm: 4777044 990536 5898 1 0 1257481 0
[pid=1091807/tid=1091809] ppid=1091804 vsize=19108176 memory=14364 CPUtime=836.51 cores=1,3
/proc/1091807/task/1091809/stat : 1091809 (java) R 1091804 1091807 1089301 0 -1 4194368 32777 0 0 0 83617 34 0 0 20 0 20 0 201346371 19566772224 990536 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
[pid=1091807/tid=1091818] ppid=1091804 vsize=19108176 memory=5628 CPUtime=0 cores=1,3
/proc/1091807/task/1091818/stat : 1091818 (Finalizer) S 1091804 1091807 1089301 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 201346373 19566772224 990536 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
[pid=1091807/tid=1091825] ppid=1091804 vsize=19108176 memory=29676 CPUtime=0 cores=1,3
/proc/1091807/task/1091825/stat : 1091825 (Common-Cleaner) S 1091804 1091807 1089301 0 -1 1077936192 462 0 0 0 0 0 0 0 20 0 20 0 201346374 19566772224 990536 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
[pid=1091807/tid=1091826] ppid=1091804 vsize=19108176 memory=3836164 CPUtime=0 cores=1,3
/proc/1091807/task/1091826/stat : 1091826 (Timer-0) S 1091804 1091807 1089301 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 201346390 19566772224 990536 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
Current children cumulated CPU time: 868.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3962144 KiB

[startup+857.601 s]
/proc/loadavg: 4.12 4.18 4.18 5/332 1092115
/proc/meminfo: memFree=119321752/131524600 swapFree=131071216/131071996
[pid=1091807] ppid=1091804 vsize=19108176 memory=4074784 CPUtime=871.31 cores=1,3
/proc/1091807/stat : 1091807 (java) S 1091804 1091807 1089301 0 -1 1077936128 151361 0 0 0 87020 111 0 0 20 0 20 0 201346371 19566772224 1018696 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
/proc/1091807/statm: 4777044 1018696 5898 1 0 1257481 0
[pid=1091807/tid=1091809] ppid=1091804 vsize=19108176 memory=0 CPUtime=839.68 cores=1,3
/proc/1091807/task/1091809/stat : 1091809 (java) R 1091804 1091807 1089301 0 -1 4194368 32832 0 0 0 83932 36 0 0 20 0 20 0 201346371 19566772224 1018696 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
[pid=1091807/tid=1091818] ppid=1091804 vsize=19108176 memory=14364 CPUtime=0 cores=1,3
/proc/1091807/task/1091818/stat : 1091818 (Finalizer) S 1091804 1091807 1089301 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 201346373 19566772224 1018696 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
[pid=1091807/tid=1091825] ppid=1091804 vsize=19108176 memory=5628 CPUtime=0 cores=1,3
/proc/1091807/task/1091825/stat : 1091825 (Common-Cleaner) S 1091804 1091807 1089301 0 -1 1077936192 462 0 0 0 0 0 0 0 20 0 20 0 201346374 19566772224 1018696 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
[pid=1091807/tid=1091826] ppid=1091804 vsize=19108176 memory=29676 CPUtime=0 cores=1,3
/proc/1091807/task/1091826/stat : 1091826 (Timer-0) S 1091804 1091807 1089301 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 201346390 19566772224 1018696 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
Current children cumulated CPU time: 871.31 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4074784 KiB

[startup+859.201 s]
/proc/loadavg: 4.12 4.18 4.18 5/332 1092115
/proc/meminfo: memFree=119260112/131524600 swapFree=131071216/131071996
[pid=1091807] ppid=1091804 vsize=19108176 memory=4115744 CPUtime=872.95 cores=1,3
/proc/1091807/stat : 1091807 (java) S 1091804 1091807 1089301 0 -1 1077936128 151407 0 0 0 87183 112 0 0 20 0 20 0 201346371 19566772224 1028936 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
/proc/1091807/statm: 4777044 1028936 5898 1 0 1257481 0
[pid=1091807/tid=1091809] ppid=1091804 vsize=19108176 memory=14364 CPUtime=841.2 cores=1,3
/proc/1091807/task/1091809/stat : 1091809 (java) R 1091804 1091807 1089301 0 -1 4194368 32832 0 0 0 84084 36 0 0 20 0 20 0 201346371 19566772224 1028936 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
[pid=1091807/tid=1091818] ppid=1091804 vsize=19108176 memory=51092 CPUtime=0 cores=1,3
/proc/1091807/task/1091818/stat : 1091818 (Finalizer) S 1091804 1091807 1089301 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 201346373 19566772224 1028936 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
[pid=1091807/tid=1091825] ppid=1091804 vsize=19108176 memory=13124 CPUtime=0 cores=1,3
/proc/1091807/task/1091825/stat : 1091825 (Common-Cleaner) S 1091804 1091807 1089301 0 -1 1077936192 462 0 0 0 0 0 0 0 20 0 20 0 201346374 19566772224 1028936 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
[pid=1091807/tid=1091826] ppid=1091804 vsize=19108176 memory=5628 CPUtime=0 cores=1,3
/proc/1091807/task/1091826/stat : 1091826 (Timer-0) S 1091804 1091807 1089301 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 201346390 19566772224 1028936 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
Current children cumulated CPU time: 872.95 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4115744 KiB

[startup+859.601 s]
/proc/loadavg: 4.12 4.18 4.18 5/332 1092115
/proc/meminfo: memFree=119260112/131524600 swapFree=131071216/131071996
[pid=1091807] ppid=1091804 vsize=19108176 memory=4115744 CPUtime=873.34 cores=1,3
/proc/1091807/stat : 1091807 (java) S 1091804 1091807 1089301 0 -1 1077936128 151407 0 0 0 87222 112 0 0 20 0 20 0 201346371 19566772224 1028936 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
/proc/1091807/statm: 4777044 1028936 5898 1 0 1257481 0
[pid=1091807/tid=1091809] ppid=1091804 vsize=19108176 memory=20776 CPUtime=841.6 cores=1,3
/proc/1091807/task/1091809/stat : 1091809 (java) R 1091804 1091807 1089301 0 -1 4194368 32832 0 0 0 84124 36 0 0 20 0 20 0 201346371 19566772224 1028936 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
[pid=1091807/tid=1091818] ppid=1091804 vsize=19108176 memory=-7738694317242411871 CPUtime=0 cores=1,3
/proc/1091807/task/1091818/stat : 1091818 (Finalizer) S 1091804 1091807 1089301 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 201346373 19566772224 1028936 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
[pid=1091807/tid=1091825] ppid=1091804 vsize=19108176 memory=7652 CPUtime=0 cores=1,3
/proc/1091807/task/1091825/stat : 1091825 (Common-Cleaner) S 1091804 1091807 1089301 0 -1 1077936192 462 0 0 0 0 0 0 0 20 0 20 0 201346374 19566772224 1028936 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
[pid=1091807/tid=1091826] ppid=1091804 vsize=19108176 memory=18552 CPUtime=0 cores=1,3
/proc/1091807/task/1091826/stat : 1091826 (Timer-0) S 1091804 1091807 1089301 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 201346390 19566772224 1028936 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
Current children cumulated CPU time: 873.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4115744 KiB

[startup+860.002 s]*
/proc/loadavg: 4.11 4.17 4.18 5/333 1092116
/proc/meminfo: memFree=119260112/131524600 swapFree=131071216/131071996
[pid=1091807] ppid=1091804 vsize=19174740 memory=4116096 CPUtime=873.75 cores=1,3
/proc/1091807/stat : 1091807 (java) S 1091804 1091807 1089301 0 -1 1077936128 152255 0 0 0 87263 112 0 0 20 0 21 0 201346371 19634933760 1029024 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
/proc/1091807/statm: 4793685 1029024 5897 1 0 1257810 0
[pid=1091807/tid=1091809] ppid=1091804 vsize=19174740 memory=-7666636723204285799 CPUtime=841.99 cores=1,3
/proc/1091807/task/1091809/stat : 1091809 (java) R 1091804 1091807 1089301 0 -1 1077936192 33654 0 0 0 84163 36 0 0 20 0 21 0 201346371 19634933760 1029024 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
[pid=1091807/tid=1091818] ppid=1091804 vsize=19174740 memory=2012 CPUtime=0 cores=1,3
/proc/1091807/task/1091818/stat : 1091818 (Finalizer) S 1091804 1091807 1089301 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 201346373 19634933760 1029024 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
[pid=1091807/tid=1091825] ppid=1091804 vsize=19174740 memory=5596 CPUtime=0 cores=1,3
/proc/1091807/task/1091825/stat : 1091825 (Common-Cleaner) S 1091804 1091807 1089301 0 -1 1077936192 462 0 0 0 0 0 0 0 20 0 21 0 201346374 19634933760 1029024 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
[pid=1091807/tid=1091826] ppid=1091804 vsize=19174740 memory=26172 CPUtime=0 cores=1,3
/proc/1091807/task/1091826/stat : 1091826 (Timer-0) S 1091804 1091807 1089301 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 201346390 19634933760 1029024 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
[pid=1091807/tid=1092116] ppid=1091804 vsize=19174740 memory=1852 CPUtime=0 cores=1,3
/proc/1091807/task/1092116/stat : 1092116 (java) S 1091804 1091807 1089301 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 201432371 19634933760 1029024 134679101440 94186904178688 94186904182384 140721022251920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94186904190200 94186904190992 94186932604928 140721022260229 140721022260319 140721022260319 140721022267336 0
Current children cumulated CPU time: 873.75 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 4116096 KiB

Child status: 20

Real time (s): 860.101
CPU time (s): 873.872
CPU user time (s): 872.725
CPU system time (s): 1.14667
CPU usage (%): 101.601
Max. virtual memory (cumulated for all children) (KiB): 19174740
Max. memory (cumulated for all children) (KiB): 4116096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 872.725
system time used= 1.14667
maximum resident set size= 4117928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 152760
page faults= 0
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31039
involuntary context switches= 4312


# summary of solver processes directly reported to runsolver:
#   pid: 1091807
#   total CPU time (s): 873.872
#   total CPU user time (s): 872.725
#   total CPU system time (s): 1.14667

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.48509 second user time and 4.34767 second system time

The end

Launcher Data

Begin job on nodeC018 at 2024-07-20 18:10:52
IDJOB=4453954
IDBENCH=175982
IDSOLVER=3058
FILE ID=nodeC018/4453954-1721491840
RUNJOBID= nodeC018-1721488208-1089315
SLURM_JOB_ID= 7545781
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/inequalities/ineq5/normalized-20array_alg_ineq5.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4453954-1721491840/watcher-4453954-1721491840 -o /tmp/evaluation-result-4453954-1721491840/solver-4453954-1721491840 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721488208-1089315 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4453954-1721491840.opb

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

MD5SUM BENCH= 928ae9c4ace7ac4d67936920dc463dea
RANDOM SEED=1925620498

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        126018672 kB
MemAvailable:   129109896 kB
Buffers:          584412 kB
Cached:          3322676 kB
SwapCached:          148 kB
Active:          1163612 kB
Inactive:        3718508 kB
Active(anon):       1544 kB
Inactive(anon):  1019252 kB
Active(file):    1162068 kB
Inactive(file):  2699256 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071216 kB
Dirty:              2204 kB
Writeback:            32 kB
AnonPages:        974876 kB
Mapped:           130184 kB
Shmem:             45784 kB
KReclaimable:     139444 kB
Slab:             240456 kB
SReclaimable:     139444 kB
SUnreclaim:       101012 kB
KernelStack:        5064 kB
PageTables:        11912 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7386812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            37568 kB
HardwareCorrupted:     0 kB
AnonHugePages:    724992 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:      283348 kB
DirectMap2M:    28850176 kB
DirectMap1G:    106954752 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC018 at 2024-07-20 18:25:12