Trace number 4448801

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Cutting Planes 2024 2024-07-12UNSAT 1106.49 1091.43

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/
EC_ODD_GRIDS/normalized-ECgrid5x70split.opb
MD5SUMc77e21d963e84c3fd4d271df704a0949
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 benchmark6.06089
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables701
Total number of constraints351
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)351
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.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 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	 - never skip resolution steps
0.13/0.15	 - Auto-division on coefficients is disabled
0.13/0.15	 - No postprocessing
0.13/0.15	 - Conflict is considered as is when resolving
0.13/0.15	 - Use constraints as they come during conflict analysis
0.13/0.15	 - Weaken first using unassigned literals
0.13/0.15	 - Bump strategy: ALWAYS_ONE
0.13/0.15	 - Bumper: EFFECTIVE
0.13/0.15	--- Begin Solver configuration ---
0.13/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.15	Learn all clauses as in MiniSAT
0.13/0.15	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	No reason simplification
0.13/0.15	Dynamic restart strategy considering the size of the coefficients
0.13/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.15	timeout=2147483s
0.13/0.15	DB Simplification allowed=false
0.13/0.15	Listener: none
0.13/0.15	--- End Solver configuration ---
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Use constraints as they come during conflict analysis
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: EFFECTIVE
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Dynamic restart strategy considering the size of the coefficients
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4448801-1721359045.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  no objective function found
0.13/0.19	c ... done. Wall clock time 0.043s.
0.13/0.19	c declared #vars     701
0.13/0.19	c #constraints  702
0.13/0.19	c constraints type 
0.13/0.19	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.13/0.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 700
0.13/0.19	c 702 constraints processed.
1.47/0.86	c cleaning 2478 clauses out of 5000 with flag 0/5000
2.65/1.46	c cleaning 4245 clauses out of 8522 with flag 0/11000
4.24/2.24	c cleaning 5621 clauses out of 11278 with flag 0/18001
5.54/3.06	c cleaning 6806 clauses out of 13656 with flag 0/26000
6.41/3.89	c cleaning 7918 clauses out of 15850 with flag 0/35000
7.45/4.72	c cleaning 8959 clauses out of 17933 with flag 0/45001
8.96/6.26	c cleaning 9970 clauses out of 19974 with flag 0/56001
10.38/7.68	c cleaning 10992 clauses out of 22003 with flag 0/68000
12.07/9.31	c cleaning 12002 clauses out of 24011 with flag 0/81000
13.81/11.02	c cleaning 12997 clauses out of 26009 with flag 0/95000
15.72/12.97	c cleaning 13991 clauses out of 28012 with flag 0/110000
18.14/15.32	c cleaning 14995 clauses out of 30021 with flag 0/126000
21.10/18.21	c cleaning 15995 clauses out of 32026 with flag 0/143000
23.34/20.43	c cleaning 16998 clauses out of 34032 with flag 0/161001
27.14/24.22	c cleaning 18007 clauses out of 36033 with flag 0/180000
30.76/27.82	c cleaning 18998 clauses out of 38028 with flag 0/200002
35.29/32.37	c cleaning 20004 clauses out of 40029 with flag 0/221001
40.83/37.86	c cleaning 20998 clauses out of 42024 with flag 0/243000
46.01/42.94	c cleaning 22005 clauses out of 44027 with flag 0/266001
52.08/48.97	c cleaning 23005 clauses out of 46022 with flag 0/290001
60.31/57.12	c cleaning 24001 clauses out of 48016 with flag 0/315000
68.82/65.50	c cleaning 25001 clauses out of 50016 with flag 0/341001
76.86/73.51	c cleaning 25999 clauses out of 52014 with flag 0/368000
83.33/79.91	c cleaning 26997 clauses out of 54015 with flag 0/396000
89.82/86.31	c cleaning 28000 clauses out of 56019 with flag 0/425001
98.77/95.19	c cleaning 29001 clauses out of 58018 with flag 0/455000
108.98/105.29	c cleaning 29996 clauses out of 60017 with flag 0/486000
119.31/115.41	c cleaning 31002 clauses out of 62022 with flag 0/518001
128.02/124.10	c cleaning 32000 clauses out of 64020 with flag 0/551001
138.61/134.58	c cleaning 33004 clauses out of 66019 with flag 0/585000
149.01/144.79	c cleaning 34002 clauses out of 68016 with flag 0/620001
162.59/158.27	c cleaning 34994 clauses out of 70013 with flag 0/656000
177.48/172.99	c cleaning 35999 clauses out of 72019 with flag 0/693000
193.90/189.25	c cleaning 37002 clauses out of 74021 with flag 0/731001
209.16/204.39	c cleaning 38002 clauses out of 76018 with flag 0/770000
224.41/219.44	c cleaning 39000 clauses out of 78017 with flag 0/810001
242.77/237.77	c cleaning 40000 clauses out of 80017 with flag 0/851001
263.06/257.84	c cleaning 41001 clauses out of 82017 with flag 0/893001
282.63/277.27	c cleaning 42003 clauses out of 84015 with flag 0/936000
302.39/296.87	c cleaning 42997 clauses out of 86014 with flag 0/980002
323.13/317.38	c cleaning 43999 clauses out of 88016 with flag 0/1025001
345.04/339.03	c cleaning 45003 clauses out of 90017 with flag 0/1071001
361.26/355.00	c cleaning 45997 clauses out of 92013 with flag 0/1118000
377.37/370.91	c cleaning 46996 clauses out of 94017 with flag 0/1166001
397.32/390.61	c cleaning 48002 clauses out of 96021 with flag 0/1215001
419.85/412.90	c cleaning 49003 clauses out of 98019 with flag 0/1265001
444.02/436.84	c cleaning 49999 clauses out of 100016 with flag 0/1316001
472.65/464.91	c cleaning 51000 clauses out of 102016 with flag 0/1368000
499.78/491.78	c cleaning 52001 clauses out of 104016 with flag 0/1421000
524.99/516.66	c cleaning 52998 clauses out of 106015 with flag 0/1475000
549.80/541.01	c cleaning 54005 clauses out of 108018 with flag 0/1530001
581.30/572.14	c cleaning 54999 clauses out of 110012 with flag 0/1586000
615.99/606.32	c cleaning 55994 clauses out of 112013 with flag 0/1643000
654.52/644.41	c cleaning 57005 clauses out of 114019 with flag 0/1701000
687.88/677.47	c cleaning 58000 clauses out of 116015 with flag 0/1760001
733.07/722.17	c cleaning 59006 clauses out of 118014 with flag 0/1820000
788.18/776.51	c cleaning 59998 clauses out of 120008 with flag 0/1881000
851.24/838.85	c cleaning 60999 clauses out of 122011 with flag 0/1943001
908.36/895.22	c cleaning 62001 clauses out of 124012 with flag 0/2006001
980.25/966.54	c cleaning 62999 clauses out of 126011 with flag 0/2070001
1051.29/1037.00	c cleaning 64003 clauses out of 128011 with flag 0/2135000
1106.32/1091.33	c starts		: 3230
1106.32/1091.35	c conflicts		: 2181324
1106.32/1091.35	c decisions		: 3010184
1106.32/1091.35	c propagations		: 15446095
1106.32/1091.35	c inspects		: 3144976272
1106.32/1091.35	c shortcuts		: 0
1106.32/1091.35	c learnt literals	: 0
1106.32/1091.35	c learnt binary clauses	: 1
1106.32/1091.35	c learnt ternary clauses	: 3
1106.32/1091.35	c learnt constraints	: 2181323
1106.32/1091.35	c ignored constraints	: 0
1106.32/1091.35	c root simplifications	: 0
1106.32/1091.35	c removed literals (reason simplification)	: 0
1106.32/1091.35	c reason swapping (by a shorter reason)	: 0
1106.32/1091.35	c Calls to reduceDB	: 61
1106.32/1091.35	c Number of update (reduction) of LBD	: 1228540
1106.32/1091.35	c Imported unit clauses	: 0
1106.32/1091.35	c No decision after first conflict	: false
1106.32/1091.35	c number of reductions to clauses (during analyze)	: 0
1106.32/1091.35	c number of learned constraints concerned by reduction	: 0
1106.32/1091.35	c number of learning phase by resolution	: 0
1106.32/1091.35	c number of learning phase by cutting planes	: 0
1106.32/1091.35	c number of rounding to 1 operations	: 0
1106.32/1091.35	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1106.32/1091.35	c number of reductions of the coefficients by power 2 	: 0
1106.32/1091.35	c number of right shift for reduction by power 2 	: 0
1106.32/1091.35	c number of reductions of the coefficients by GCD over coefficients 	: 0
1106.32/1091.35	c number of ending skipping 	: 0
1106.32/1091.35	c number of internal skipping 	: 0
1106.32/1091.35	c number of derivation steps 	: 9351581
1106.32/1091.35	c number of skipped derivation steps 	: 0
1106.32/1091.35	c number of remaining unassigned 	: 17956
1106.32/1091.35	c number of remaining assigned 	: 93794111
1106.32/1091.35	c number of falsified literals weakened from reason	: 0
1106.32/1091.35	c number of falsified literals weakened from conflict	: 0
1106.32/1091.35	c time for arithmetic operations	: 3708713860
1106.32/1091.36	c minimum degree of deleted constraints	: 1
1106.32/1091.36	c maximum degree of deleted constraints	: 10880
1106.32/1091.36	c number of deleted constraints	: 2070992
1106.32/1091.36	c speed (assignments/second)	: 14155.703533038784
1106.32/1091.36	c non guided choices	: 20719
1106.44/1091.40	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 13970
1106.44/1091.40	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 232
1106.44/1091.40	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 96129
1106.44/1091.40	s UNSATISFIABLE
1106.44/1091.40	c Total wall clock time (in seconds): 1091.256

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4448801-1721359045/watcher-4448801-1721359045 -o /tmp/evaluation-result-4448801-1721359045/solver-4448801-1721359045 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721353931-988881 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4448801-1721359045.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
solver pid=992812, runsolver pid=992809
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 4.19 4.26 4.26 6/329 992830
/proc/meminfo: memFree=116772856/131524600 swapFree=131070704/131071996
[pid=992812] ppid=992809 vsize=18975048 memory=66400 CPUtime=0.13 cores=5,7
/proc/992812/stat : 992812 (java) S 992809 992812 988868 0 -1 1077936128 7126 0 0 0 12 1 0 0 20 0 18 0 188069466 19430449152 16600 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
/proc/992812/statm: 4743762 16600 5546 1 0 549362 0
[pid=992812/tid=992814] ppid=992809 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/992812/task/992814/stat : 992814 (java) R 992809 992812 988868 0 -1 4194368 5711 0 0 0 7 1 0 0 20 0 18 0 188069467 19430449152 16600 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
[pid=992812/tid=992823] ppid=992809 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/992812/task/992823/stat : 992823 (Finalizer) S 992809 992812 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 188069469 19430449152 16600 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
[pid=992812/tid=992830] ppid=992809 vsize=18975048 memory=13846374091011924 CPUtime=0 cores=5,7
/proc/992812/task/992830/stat : 992830 (Common-Cleaner) S 992809 992812 988868 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 188069470 19430449152 16600 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66400 KiB

[startup+0.208855 s]*
/proc/loadavg: 4.19 4.26 4.26 8/330 992831
/proc/meminfo: memFree=116759788/131524600 swapFree=131070704/131071996
[pid=992812] ppid=992809 vsize=19041612 memory=82740 CPUtime=0.34 cores=5,7
/proc/992812/stat : 992812 (java) S 992809 992812 988868 0 -1 1077936128 7835 0 0 0 32 2 0 0 20 0 19 0 188069466 19498610688 20685 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
/proc/992812/statm: 4760403 20685 5858 1 0 550117 0
[pid=992812/tid=992814] ppid=992809 vsize=19041612 memory=4782652875487838339 CPUtime=0.19 cores=5,7
/proc/992812/task/992814/stat : 992814 (java) R 992809 992812 988868 0 -1 4194368 6066 0 0 0 18 1 0 0 20 0 19 0 188069467 19498610688 20685 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
[pid=992812/tid=992823] ppid=992809 vsize=19041612 memory=1783847 CPUtime=0 cores=5,7
/proc/992812/task/992823/stat : 992823 (Finalizer) S 992809 992812 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 188069469 19498610688 20685 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
[pid=992812/tid=992830] ppid=992809 vsize=19041612 memory=15252649461155485 CPUtime=0 cores=5,7
/proc/992812/task/992830/stat : 992830 (Common-Cleaner) S 992809 992812 988868 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 188069470 19498610688 20685 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
[pid=992812/tid=992831] ppid=992809 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/992812/task/992831/stat : 992831 (Timer-0) S 992809 992812 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 188069486 19498610688 20685 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 82740 KiB

[startup+0.311572 s]*
/proc/loadavg: 4.19 4.26 4.26 6/330 992831
/proc/meminfo: memFree=116734096/131524600 swapFree=131070704/131071996
[pid=992812] ppid=992809 vsize=19041612 memory=105408 CPUtime=0.53 cores=5,7
/proc/992812/stat : 992812 (java) S 992809 992812 988868 0 -1 1077936128 8730 0 0 0 50 3 0 0 20 0 19 0 188069466 19498610688 26352 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
/proc/992812/statm: 4760403 26352 5858 1 0 550648 0
[pid=992812/tid=992814] ppid=992809 vsize=19041612 memory=-8529081478415688380 CPUtime=0.29 cores=5,7
/proc/992812/task/992814/stat : 992814 (java) S 992809 992812 988868 0 -1 1077936192 6100 0 0 0 27 2 0 0 20 0 19 0 188069467 19498610688 26352 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
[pid=992812/tid=992823] ppid=992809 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/992812/task/992823/stat : 992823 (Finalizer) S 992809 992812 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 188069469 19498610688 26352 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
[pid=992812/tid=992830] ppid=992809 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/992812/task/992830/stat : 992830 (Common-Cleaner) S 992809 992812 988868 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 188069470 19498610688 26352 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
[pid=992812/tid=992831] ppid=992809 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/992812/task/992831/stat : 992831 (Timer-0) S 992809 992812 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 188069486 19498610688 26352 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 105408 KiB

[startup+0.700855 s]
/proc/loadavg: 4.19 4.26 4.26 7/331 992832
/proc/meminfo: memFree=116669008/131524600 swapFree=131070704/131071996
[pid=992812] ppid=992809 vsize=19108176 memory=170728 CPUtime=1.27 cores=5,7
/proc/992812/stat : 992812 (java) S 992809 992812 988868 0 -1 1077936128 11170 0 0 0 123 4 0 0 20 0 20 0 188069466 19566772224 42682 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
/proc/992812/statm: 4777044 42682 5858 1 0 552130 0
[pid=992812/tid=992814] ppid=992809 vsize=19108176 memory=44160 CPUtime=0.63 cores=5,7
/proc/992812/task/992814/stat : 992814 (java) R 992809 992812 988868 0 -1 4194368 6137 0 0 0 61 2 0 0 20 0 20 0 188069467 19566772224 42682 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
[pid=992812/tid=992823] ppid=992809 vsize=19108176 memory=12952 CPUtime=0 cores=5,7
/proc/992812/task/992823/stat : 992823 (Finalizer) S 992809 992812 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188069469 19566772224 42682 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
[pid=992812/tid=992830] ppid=992809 vsize=19108176 memory=2280 CPUtime=0 cores=5,7
/proc/992812/task/992830/stat : 992830 (Common-Cleaner) S 992809 992812 988868 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 188069470 19566772224 42682 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
[pid=992812/tid=992831] ppid=992809 vsize=19108176 memory=39380 CPUtime=0 cores=5,7
/proc/992812/task/992831/stat : 992831 (Timer-0) S 992809 992812 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188069486 19566772224 42682 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 170728 KiB

[startup+1.50085 s]
/proc/loadavg: 4.19 4.26 4.26 6/331 992832
/proc/meminfo: memFree=116567628/131524600 swapFree=131070704/131071996
[pid=992812] ppid=992809 vsize=19108176 memory=483228 CPUtime=2.86 cores=5,7
/proc/992812/stat : 992812 (java) S 992809 992812 988868 0 -1 1077936128 22820 0 0 0 274 12 0 0 20 0 20 0 188069466 19566772224 120807 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
/proc/992812/statm: 4777044 120807 5874 1 0 557897 0
[pid=992812/tid=992814] ppid=992809 vsize=19108176 memory=12952 CPUtime=1.4 cores=5,7
/proc/992812/task/992814/stat : 992814 (java) R 992809 992812 988868 0 -1 4194368 6410 0 0 0 133 7 0 0 20 0 20 0 188069467 19566772224 120807 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
[pid=992812/tid=992823] ppid=992809 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/992812/task/992823/stat : 992823 (Finalizer) S 992809 992812 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188069469 19566772224 120807 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
[pid=992812/tid=992830] ppid=992809 vsize=19108176 memory=2280 CPUtime=0 cores=5,7
/proc/992812/task/992830/stat : 992830 (Common-Cleaner) S 992809 992812 988868 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 188069470 19566772224 120807 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
[pid=992812/tid=992831] ppid=992809 vsize=19108176 memory=39380 CPUtime=0 cores=5,7
/proc/992812/task/992831/stat : 992831 (Timer-0) S 992809 992812 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188069486 19566772224 120807 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 483228 KiB

[startup+3.10584 s]
/proc/loadavg: 4.34 4.29 4.27 5/331 992832
/proc/meminfo: memFree=115792676/131524600 swapFree=131070704/131071996
[pid=992812] ppid=992809 vsize=19108176 memory=1045332 CPUtime=5.7 cores=5,7
/proc/992812/stat : 992812 (java) S 992809 992812 988868 0 -1 1077936128 28337 0 0 0 547 23 0 0 20 0 20 0 188069466 19566772224 261333 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
/proc/992812/statm: 4777044 261333 5890 1 0 557902 0
[pid=992812/tid=992814] ppid=992809 vsize=19108176 memory=0 CPUtime=2.97 cores=5,7
/proc/992812/task/992814/stat : 992814 (java) R 992809 992812 988868 0 -1 4194368 7623 0 0 0 280 17 0 0 20 0 20 0 188069467 19566772224 261333 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
[pid=992812/tid=992823] ppid=992809 vsize=19108176 memory=-8529081478415688380 CPUtime=0 cores=5,7
/proc/992812/task/992823/stat : 992823 (Finalizer) S 992809 992812 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188069469 19566772224 261333 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
[pid=992812/tid=992830] ppid=992809 vsize=19108176 memory=12952 CPUtime=0 cores=5,7
/proc/992812/task/992830/stat : 992830 (Common-Cleaner) S 992809 992812 988868 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 188069470 19566772224 261333 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
[pid=992812/tid=992831] ppid=992809 vsize=19108176 memory=2280 CPUtime=0 cores=5,7
/proc/992812/task/992831/stat : 992831 (Timer-0) S 992809 992812 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188069486 19566772224 261333 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
Current children cumulated CPU time: 5.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1045332 KiB

[startup+6.30086 s]
/proc/loadavg: 4.34 4.29 4.27 5/331 992832
/proc/meminfo: memFree=115086364/131524600 swapFree=131070704/131071996
[pid=992812] ppid=992809 vsize=19108176 memory=1750028 CPUtime=9.07 cores=5,7
/proc/992812/stat : 992812 (java) S 992809 992812 988868 0 -1 1077936128 29462 0 0 0 870 37 0 0 20 0 20 0 188069466 19566772224 437507 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
/proc/992812/statm: 4777044 437507 5890 1 0 664430 0
[pid=992812/tid=992814] ppid=992809 vsize=19108176 memory=12952 CPUtime=6.08 cores=5,7
/proc/992812/task/992814/stat : 992814 (java) R 992809 992812 988868 0 -1 4194368 8084 0 0 0 576 32 0 0 20 0 20 0 188069467 19566772224 437507 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
[pid=992812/tid=992823] ppid=992809 vsize=19108176 memory=2280 CPUtime=0 cores=5,7
/proc/992812/task/992823/stat : 992823 (Finalizer) S 992809 992812 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188069469 19566772224 437507 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
[pid=992812/tid=992830] ppid=992809 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/992812/task/992830/stat : 992830 (Common-Cleaner) S 992809 992812 988868 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 188069470 19566772224 437507 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
[pid=992812/tid=992831] ppid=992809 vsize=19108176 memory=571292 CPUtime=0 cores=5,7
/proc/992812/task/992831/stat : 992831 (Timer-0) S 992809 992812 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188069486 19566772224 437507 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
Current children cumulated CPU time: 9.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1750028 KiB

[startup+12.7003 s]
/proc/loadavg: 4.36 4.29 4.27 5/331 992834
/proc/meminfo: memFree=115084124/131524600 swapFree=131070704/131071996
[pid=992812] ppid=992809 vsize=19108176 memory=1750132 CPUtime=15.52 cores=5,7
/proc/992812/stat : 992812 (java) S 992809 992812 988868 0 -1 1077936128 30205 0 0 0 1514 38 0 0 20 0 20 0 188069466 19566772224 437533 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
/proc/992812/statm: 4777044 437533 5890 1 0 664446 0
[pid=992812/tid=992814] ppid=992809 vsize=19108176 memory=571292 CPUtime=12.38 cores=5,7
/proc/992812/task/992814/stat : 992814 (java) R 992809 992812 988868 0 -1 4194368 8750 0 0 0 1206 32 0 0 20 0 20 0 188069467 19566772224 437533 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
[pid=992812/tid=992823] ppid=992809 vsize=19108176 memory=1750128 CPUtime=0 cores=5,7
/proc/992812/task/992823/stat : 992823 (Finalizer) S 992809 992812 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188069469 19566772224 437533 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
[pid=992812/tid=992830] ppid=992809 vsize=19108176 memory=1750028 CPUtime=0 cores=5,7
/proc/992812/task/992830/stat : 992830 (Common-Cleaner) S 992809 992812 988868 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 188069470 19566772224 437533 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
[pid=992812/tid=992831] ppid=992809 vsize=19108176 memory=11648 CPUtime=0 cores=5,7
/proc/992812/task/992831/stat : 992831 (Timer-0) S 992809 992812 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188069486 19566772224 437533 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
Current children cumulated CPU time: 15.52 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1750132 KiB

[startup+25.5003 s]
/proc/loadavg: 4.30 4.28 4.27 5/331 992835
/proc/meminfo: memFree=115075784/131524600 swapFree=131070704/131071996
[pid=992812] ppid=992809 vsize=19108176 memory=1758684 CPUtime=28.44 cores=5,7
/proc/992812/stat : 992812 (java) S 992809 992812 988868 0 -1 1077936128 36111 0 0 0 2805 39 0 0 20 0 20 0 188069466 19566772224 439671 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
/proc/992812/statm: 4777044 439671 5890 1 0 664446 0
[pid=992812/tid=992814] ppid=992809 vsize=19108176 memory=5544 CPUtime=24.86 cores=5,7
/proc/992812/task/992814/stat : 992814 (java) R 992809 992812 988868 0 -1 4194368 10240 0 0 0 2454 32 0 0 20 0 20 0 188069467 19566772224 439671 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
[pid=992812/tid=992823] ppid=992809 vsize=19108176 memory=11648 CPUtime=0 cores=5,7
/proc/992812/task/992823/stat : 992823 (Finalizer) S 992809 992812 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188069469 19566772224 439671 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
[pid=992812/tid=992830] ppid=992809 vsize=19108176 memory=1756636 CPUtime=0 cores=5,7
/proc/992812/task/992830/stat : 992830 (Common-Cleaner) S 992809 992812 988868 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 188069470 19566772224 439671 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
[pid=992812/tid=992831] ppid=992809 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/992812/task/992831/stat : 992831 (Timer-0) S 992809 992812 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188069486 19566772224 439671 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
Current children cumulated CPU time: 28.44 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1758684 KiB

[startup+51.1057 s]
/proc/loadavg: 4.32 4.29 4.27 5/331 992840
/proc/meminfo: memFree=114548560/131524600 swapFree=131070704/131071996
[pid=992812] ppid=992809 vsize=19108176 memory=2284564 CPUtime=54.28 cores=5,7
/proc/992812/stat : 992812 (java) S 992809 992812 988868 0 -1 1077936128 41787 0 0 0 5377 51 0 0 20 0 20 0 188069466 19566772224 571141 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
/proc/992812/statm: 4777044 571141 5890 1 0 791886 0

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

/proc/992812/task/992830/stat : 992830 (Common-Cleaner) S 992809 992812 988868 0 -1 1077936192 1143 0 0 0 0 0 0 0 20 0 20 0 188069470 19566772224 865099 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
[pid=992812/tid=992831] ppid=992809 vsize=19108176 memory=-8529081478415688380 CPUtime=0 cores=5,7
/proc/992812/task/992831/stat : 992831 (Timer-0) S 992809 992812 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188069486 19566772224 865099 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
Current children cumulated CPU time: 1016.43 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3460396 KiB

[startup+1062.3 s]
/proc/loadavg: 4.13 4.12 4.17 5/334 993837
/proc/meminfo: memFree=111248728/131524600 swapFree=131070704/131071996
[pid=992812] ppid=992809 vsize=19108176 memory=3497404 CPUtime=1076.91 cores=5,7
/proc/992812/stat : 992812 (java) S 992809 992812 988868 0 -1 1077936128 127066 0 0 0 107562 129 0 0 20 0 20 0 188069466 19566772224 874351 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
/proc/992812/statm: 4777044 874351 5922 1 0 925790 0
[pid=992812/tid=992814] ppid=992809 vsize=19108176 memory=3443968 CPUtime=1035.08 cores=5,7
/proc/992812/task/992814/stat : 992814 (java) R 992809 992812 988868 0 -1 4194368 61426 0 0 0 103448 60 0 0 20 0 20 0 188069467 19566772224 874351 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 13 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
[pid=992812/tid=992823] ppid=992809 vsize=19108176 memory=3480968 CPUtime=0 cores=5,7
/proc/992812/task/992823/stat : 992823 (Finalizer) S 992809 992812 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188069469 19566772224 874351 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
[pid=992812/tid=992830] ppid=992809 vsize=19108176 memory=11648 CPUtime=0 cores=5,7
/proc/992812/task/992830/stat : 992830 (Common-Cleaner) S 992809 992812 988868 0 -1 1077936192 1229 0 0 0 0 0 0 0 20 0 20 0 188069470 19566772224 874351 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
[pid=992812/tid=992831] ppid=992809 vsize=19108176 memory=-8529081478415688380 CPUtime=0 cores=5,7
/proc/992812/task/992831/stat : 992831 (Timer-0) S 992809 992812 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188069486 19566772224 874351 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
Current children cumulated CPU time: 1076.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3497404 KiB

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

# cumulated CPU time of all completed processes:  user=1105.15 s, system=1.33623 s

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

[startup+1075.2 s]
/proc/loadavg: 4.11 4.12 4.17 5/334 993838
/proc/meminfo: memFree=111238384/131524600 swapFree=131070704/131071996
[pid=992812] ppid=992809 vsize=19108176 memory=3507700 CPUtime=1089.96 cores=5,7
/proc/992812/stat : 992812 (java) S 992809 992812 988868 0 -1 1077936128 130182 0 0 0 108866 130 0 0 20 0 20 0 188069466 19566772224 876925 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
/proc/992812/statm: 4777044 876925 5922 1 0 925798 0
[pid=992812/tid=992814] ppid=992809 vsize=19108176 memory=3456300 CPUtime=1047.68 cores=5,7
/proc/992812/task/992814/stat : 992814 (java) R 992809 992812 988868 0 -1 4194368 63085 0 0 0 104707 61 0 0 20 0 20 0 188069467 19566772224 876925 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 13 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
[pid=992812/tid=992823] ppid=992809 vsize=19108176 memory=625 CPUtime=0 cores=5,7
/proc/992812/task/992823/stat : 992823 (Finalizer) S 992809 992812 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188069469 19566772224 876925 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
[pid=992812/tid=992830] ppid=992809 vsize=19108176 memory=-8529081478415688380 CPUtime=0 cores=5,7
/proc/992812/task/992830/stat : 992830 (Common-Cleaner) S 992809 992812 988868 0 -1 1077936192 1229 0 0 0 0 0 0 0 20 0 20 0 188069470 19566772224 876925 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
[pid=992812/tid=992831] ppid=992809 vsize=19108176 memory=44160 CPUtime=0 cores=5,7
/proc/992812/task/992831/stat : 992831 (Timer-0) S 992809 992812 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188069486 19566772224 876925 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
Current children cumulated CPU time: 1089.96 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3507700 KiB

[startup+1081.6 s]
/proc/loadavg: 4.10 4.11 4.17 8/330 993840
/proc/meminfo: memFree=111232232/131524600 swapFree=131070704/131071996
[pid=992812] ppid=992809 vsize=19108176 memory=3513844 CPUtime=1096.43 cores=5,7
/proc/992812/stat : 992812 (java) S 992809 992812 988868 0 -1 1077936128 130408 0 0 0 109512 131 0 0 20 0 20 0 188069466 19566772224 878461 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
/proc/992812/statm: 4777044 878461 5922 1 0 925798 0
[pid=992812/tid=992814] ppid=992809 vsize=19108176 memory=3511796 CPUtime=1053.92 cores=5,7
/proc/992812/task/992814/stat : 992814 (java) R 992809 992812 988868 0 -1 4194368 63209 0 0 0 105331 61 0 0 20 0 20 0 188069467 19566772224 878461 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 13 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
[pid=992812/tid=992823] ppid=992809 vsize=19108176 memory=6441958802612119139 CPUtime=0 cores=5,7
/proc/992812/task/992823/stat : 992823 (Finalizer) S 992809 992812 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188069469 19566772224 878461 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
[pid=992812/tid=992830] ppid=992809 vsize=19108176 memory=3509748 CPUtime=0 cores=5,7
/proc/992812/task/992830/stat : 992830 (Common-Cleaner) S 992809 992812 988868 0 -1 1077936192 1315 0 0 0 0 0 0 0 20 0 20 0 188069470 19566772224 878461 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
[pid=992812/tid=992831] ppid=992809 vsize=19108176 memory=1816 CPUtime=0 cores=5,7
/proc/992812/task/992831/stat : 992831 (Timer-0) S 992809 992812 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188069486 19566772224 878461 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
Current children cumulated CPU time: 1096.43 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3513844 KiB

[startup+1088 s]*
/proc/loadavg: 4.08 4.11 4.17 5/330 993841
/proc/meminfo: memFree=111230128/131524600 swapFree=131070704/131071996
[pid=992812] ppid=992809 vsize=19108176 memory=3515948 CPUtime=1102.91 cores=5,7
/proc/992812/stat : 992812 (java) S 992809 992812 988868 0 -1 1077936128 133444 0 0 0 110160 131 0 0 20 0 20 0 188069466 19566772224 878987 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
/proc/992812/statm: 4777044 878987 5922 1 0 925809 0
[pid=992812/tid=992814] ppid=992809 vsize=19108176 memory=-8817315148807316156 CPUtime=1060.2 cores=5,7
/proc/992812/task/992814/stat : 992814 (java) R 992809 992812 988868 0 -1 4194368 63424 0 0 0 105959 61 0 0 20 0 20 0 188069467 19566772224 878987 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 13 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
[pid=992812/tid=992823] ppid=992809 vsize=19108176 memory=-8549727008135365271 CPUtime=0 cores=5,7
/proc/992812/task/992823/stat : 992823 (Finalizer) S 992809 992812 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188069469 19566772224 878987 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
[pid=992812/tid=992830] ppid=992809 vsize=19108176 memory=2772 CPUtime=0 cores=5,7
/proc/992812/task/992830/stat : 992830 (Common-Cleaner) S 992809 992812 988868 0 -1 1077936192 1315 0 0 0 0 0 0 0 20 0 20 0 188069470 19566772224 878987 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
[pid=992812/tid=992831] ppid=992809 vsize=19108176 memory=5064 CPUtime=0 cores=5,7
/proc/992812/task/992831/stat : 992831 (Timer-0) S 992809 992812 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188069486 19566772224 878987 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
Current children cumulated CPU time: 1102.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3515948 KiB

[startup+1089.6 s]
/proc/loadavg: 4.08 4.11 4.17 5/330 993841
/proc/meminfo: memFree=111227988/131524600 swapFree=131070704/131071996
[pid=992812] ppid=992809 vsize=19108176 memory=3517996 CPUtime=1104.51 cores=5,7
/proc/992812/stat : 992812 (java) S 992809 992812 988868 0 -1 1077936128 133531 0 0 0 110320 131 0 0 20 0 20 0 188069466 19566772224 879499 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
/proc/992812/statm: 4777044 879499 5922 1 0 925809 0
[pid=992812/tid=992814] ppid=992809 vsize=19108176 memory=12952 CPUtime=1061.72 cores=5,7
/proc/992812/task/992814/stat : 992814 (java) R 992809 992812 988868 0 -1 4194368 63496 0 0 0 106111 61 0 0 20 0 20 0 188069467 19566772224 879499 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 13 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
[pid=992812/tid=992823] ppid=992809 vsize=19108176 memory=5432 CPUtime=0 cores=5,7
/proc/992812/task/992823/stat : 992823 (Finalizer) S 992809 992812 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188069469 19566772224 879499 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
[pid=992812/tid=992830] ppid=992809 vsize=19108176 memory=15996 CPUtime=0 cores=5,7
/proc/992812/task/992830/stat : 992830 (Common-Cleaner) S 992809 992812 988868 0 -1 1077936192 1315 0 0 0 0 0 0 0 20 0 20 0 188069470 19566772224 879499 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
[pid=992812/tid=992831] ppid=992809 vsize=19108176 memory=3517996 CPUtime=0 cores=5,7
/proc/992812/task/992831/stat : 992831 (Timer-0) S 992809 992812 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188069486 19566772224 879499 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
Current children cumulated CPU time: 1104.51 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3517996 KiB

[startup+1090.4 s]
/proc/loadavg: 4.08 4.11 4.17 5/330 993841
/proc/meminfo: memFree=111227996/131524600 swapFree=131070704/131071996
[pid=992812] ppid=992809 vsize=19108176 memory=3518008 CPUtime=1105.32 cores=5,7
/proc/992812/stat : 992812 (java) S 992809 992812 988868 0 -1 1077936128 133820 0 0 0 110400 132 0 0 20 0 20 0 188069466 19566772224 879502 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
/proc/992812/statm: 4777044 879502 5922 1 0 925809 0
[pid=992812/tid=992814] ppid=992809 vsize=19108176 memory=-8529081478415688380 CPUtime=1062.52 cores=5,7
/proc/992812/task/992814/stat : 992814 (java) R 992809 992812 988868 0 -1 4194368 63598 0 0 0 106191 61 0 0 20 0 20 0 188069467 19566772224 879502 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 13 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
[pid=992812/tid=992823] ppid=992809 vsize=19108176 memory=26496 CPUtime=0 cores=5,7
/proc/992812/task/992823/stat : 992823 (Finalizer) S 992809 992812 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188069469 19566772224 879502 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
[pid=992812/tid=992830] ppid=992809 vsize=19108176 memory=100 CPUtime=0 cores=5,7
/proc/992812/task/992830/stat : 992830 (Common-Cleaner) S 992809 992812 988868 0 -1 1077936192 1315 0 0 0 0 0 0 0 20 0 20 0 188069470 19566772224 879502 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
[pid=992812/tid=992831] ppid=992809 vsize=19108176 memory=27332 CPUtime=0 cores=5,7
/proc/992812/task/992831/stat : 992831 (Timer-0) S 992809 992812 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188069486 19566772224 879502 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
Current children cumulated CPU time: 1105.32 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3518008 KiB

[startup+1091.2 s]
/proc/loadavg: 4.08 4.11 4.17 5/330 993841
/proc/meminfo: memFree=111225912/131524600 swapFree=131070704/131071996
[pid=992812] ppid=992809 vsize=19108176 memory=3520088 CPUtime=1106.22 cores=5,7
/proc/992812/stat : 992812 (java) S 992809 992812 988868 0 -1 1077936128 134115 0 0 0 110490 132 0 0 20 0 20 0 188069466 19566772224 880022 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
/proc/992812/statm: 4777044 880022 5922 1 0 925809 0
[pid=992812/tid=992814] ppid=992809 vsize=19108176 memory=11648 CPUtime=1063.28 cores=5,7
/proc/992812/task/992814/stat : 992814 (java) R 992809 992812 988868 0 -1 4194368 63605 0 0 0 106267 61 0 0 20 0 20 0 188069467 19566772224 880022 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 13 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
[pid=992812/tid=992823] ppid=992809 vsize=19108176 memory=44160 CPUtime=0 cores=5,7
/proc/992812/task/992823/stat : 992823 (Finalizer) S 992809 992812 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188069469 19566772224 880022 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
[pid=992812/tid=992830] ppid=992809 vsize=19108176 memory=12952 CPUtime=0 cores=5,7
/proc/992812/task/992830/stat : 992830 (Common-Cleaner) S 992809 992812 988868 0 -1 1077936192 1315 0 0 0 0 0 0 0 20 0 20 0 188069470 19566772224 880022 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
[pid=992812/tid=992831] ppid=992809 vsize=19108176 memory=5432 CPUtime=0 cores=5,7
/proc/992812/task/992831/stat : 992831 (Timer-0) S 992809 992812 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188069486 19566772224 880022 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
Current children cumulated CPU time: 1106.22 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3520088 KiB

[startup+1091.4 s]
/proc/loadavg: 4.08 4.11 4.17 5/330 993841
/proc/meminfo: memFree=111225912/131524600 swapFree=131070704/131071996
[pid=992812] ppid=992809 vsize=19241304 memory=3520688 CPUtime=1106.44 cores=5,7
/proc/992812/stat : 992812 (java) S 992809 992812 988868 0 -1 1077936128 136016 0 0 0 110512 132 0 0 20 0 20 0 188069466 19703095296 880172 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
/proc/992812/statm: 4810326 880172 5921 1 0 926427 0
[pid=992812/tid=992814] ppid=992809 vsize=19241304 memory=3513900 CPUtime=1063.42 cores=5,7
/proc/992812/task/992814/stat : 992814 (java) S 992809 992812 988868 0 -1 1077936192 64880 0 0 0 106281 61 0 0 20 0 20 0 188069467 19703095296 880172 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 13 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
[pid=992812/tid=992823] ppid=992809 vsize=19241304 memory=11648 CPUtime=0 cores=5,7
/proc/992812/task/992823/stat : 992823 (Finalizer) S 992809 992812 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188069469 19703095296 880172 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
[pid=992812/tid=992830] ppid=992809 vsize=19241304 memory=44160 CPUtime=0 cores=5,7
/proc/992812/task/992830/stat : 992830 (Common-Cleaner) S 992809 992812 988868 0 -1 1077936192 1315 0 0 0 0 0 0 0 20 0 20 0 188069470 19703095296 880172 134679101440 94787435544576 94787435548272 140726094017920 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94787435556088 94787435556880 94787462250496 140726094021620 140726094021728 140726094021728 140726094028744 0
Current children cumulated CPU time: 1106.44 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 3520688 KiB

Child status: 20

Real time (s): 1091.43
CPU time (s): 1106.49
CPU user time (s): 1105.15
CPU system time (s): 1.33623
CPU usage (%): 101.379
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 3520688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1105.15
system time used= 1.33623
maximum resident set size= 3521624
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 136250
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1280
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56350
involuntary context switches= 3834


# summary of solver processes directly reported to runsolver:
#   pid: 992812
#   total CPU time (s): 1106.49
#   total CPU user time (s): 1105.15
#   total CPU system time (s): 1.33623

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.47049 second user time and 5.50522 second system time

The end

Launcher Data

Begin job on nodeC023 at 2024-07-19 05:17:38
IDJOB=4448801
IDBENCH=160441
IDSOLVER=3052
FILE ID=nodeC023/4448801-1721359045
RUNJOBID= nodeC023-1721353931-988881
SLURM_JOB_ID= 7542772
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/EC_ODD_GRIDS/normalized-ECgrid5x70split.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4448801-1721359045/watcher-4448801-1721359045 -o /tmp/evaluation-result-4448801-1721359045/solver-4448801-1721359045 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721353931-988881 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4448801-1721359045.opb

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

MD5SUM BENCH= c77e21d963e84c3fd4d271df704a0949
RANDOM SEED=345508769

nodeC023.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		: 3599.989
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.61
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		: 3678.765
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.48
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		: 3666.551
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.61
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		: 3687.691
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.48
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		: 3600.124
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.61
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		: 3655.255
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.48
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		: 3666.625
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.61
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		: 3621.890
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        116818412 kB
MemAvailable:   118771016 kB
Buffers:          537564 kB
Cached:          2243484 kB
SwapCached:           80 kB
Active:          1118772 kB
Inactive:       12997268 kB
Active(anon):       1604 kB
Inactive(anon): 11370632 kB
Active(file):    1117168 kB
Inactive(file):  1626636 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070704 kB
Dirty:               844 kB
Writeback:             0 kB
AnonPages:      11334600 kB
Mapped:           126056 kB
Shmem:             37536 kB
KReclaimable:      97244 kB
Slab:             190808 kB
SReclaimable:      97244 kB
SUnreclaim:        93564 kB
KernelStack:        4988 kB
PageTables:        31992 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   11816032 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            33760 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10985472 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:      316116 kB
DirectMap2M:    38254592 kB
DirectMap1G:    97517568 kB

Free space on /tmp at the end= 890068 MiB
End job on nodeC023 at 2024-07-19 05:35:49