Trace number 4451671

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-12? (TO) 3600.14 3556.68

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
rand6reg/normalized-rand6reg-v051-n2.opb
MD5SUM7729cb4e99fea72bb32a899c13dec964
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 benchmark0.044735
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables153
Total number of constraints51
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)51
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 7
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 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.13/0.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.16	c Pseudo Boolean Optimization by upper bound
0.13/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	c  - never skip resolution steps
0.13/0.16	c  - Auto-division on coefficients is disabled
0.13/0.16	c  - No postprocessing
0.13/0.16	c  - Conflict is considered as is when resolving
0.13/0.16	c  - Use constraints as they come during conflict analysis
0.13/0.16	c  - Weaken first using unassigned literals
0.13/0.16	c  - Bump strategy: ALWAYS_ONE
0.13/0.16	c  - Bumper: EFFECTIVE
0.13/0.16	c --- Begin Solver configuration ---
0.13/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.16	c Learn all clauses as in MiniSAT
0.13/0.16	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	c No reason simplification
0.13/0.16	c Dynamic restart strategy considering the size of the coefficients
0.13/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.16	c timeout=2147483s
0.13/0.16	c DB Simplification allowed=false
0.13/0.16	c Listener: none
0.13/0.16	c --- End Solver configuration ---
0.13/0.16	c solving HOME/instance-4451671-1721430032.opb
0.13/0.16	c reading problem ... 
0.13/0.16	c  no objective function found
0.13/0.17	c ... done. Wall clock time 0.015s.
0.13/0.17	c declared #vars     153
0.13/0.17	c #constraints  102
0.13/0.17	c constraints type 
0.13/0.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 51
0.13/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 51
0.13/0.17	c 102 constraints processed.
6.33/3.36	c cleaning 2498 clauses out of 5002 with flag 0/5002
10.28/6.66	c cleaning 4251 clauses out of 8503 with flag 0/11001
15.74/12.10	c cleaning 5624 clauses out of 11251 with flag 0/18000
23.18/19.45	c cleaning 6811 clauses out of 13628 with flag 0/26001
32.14/28.38	c cleaning 7909 clauses out of 15817 with flag 0/35001
42.51/38.63	c cleaning 8952 clauses out of 17909 with flag 0/45002
54.15/50.29	c cleaning 9978 clauses out of 19957 with flag 0/56002
69.13/65.05	c cleaning 10989 clauses out of 21979 with flag 0/68002
86.76/82.41	c cleaning 11994 clauses out of 23989 with flag 0/81001
107.11/102.40	c cleaning 12996 clauses out of 25994 with flag 0/95000
128.99/123.98	c cleaning 13998 clauses out of 28001 with flag 0/110003
156.11/150.41	c cleaning 14997 clauses out of 30000 with flag 0/126000
180.89/174.77	c cleaning 16003 clauses out of 32005 with flag 0/143002
207.63/201.09	c cleaning 16999 clauses out of 34000 with flag 0/161000
239.43/232.38	c cleaning 17996 clauses out of 36001 with flag 0/180000
273.12/265.71	c cleaning 19000 clauses out of 38007 with flag 0/200002
307.78/300.10	c cleaning 20001 clauses out of 40006 with flag 0/221001
351.38/343.08	c cleaning 20997 clauses out of 42006 with flag 0/243002
396.19/387.43	c cleaning 22001 clauses out of 44007 with flag 0/266000
440.93/431.57	c cleaning 22999 clauses out of 46009 with flag 0/290003
496.82/486.76	c cleaning 23999 clauses out of 48009 with flag 0/315002
554.02/543.32	c cleaning 25003 clauses out of 50009 with flag 0/341001
621.12/609.59	c cleaning 25999 clauses out of 52006 with flag 0/368001
686.28/673.90	c cleaning 27003 clauses out of 54006 with flag 0/396000
761.24/748.17	c cleaning 27997 clauses out of 56004 with flag 0/425001
840.62/827.04	c cleaning 28998 clauses out of 58006 with flag 0/455000
919.58/905.28	c cleaning 30000 clauses out of 60010 with flag 0/486002
1007.36/992.10	c cleaning 30999 clauses out of 62008 with flag 0/518000
1105.44/1089.35	c cleaning 32003 clauses out of 64011 with flag 0/551002
1210.86/1194.10	c cleaning 33001 clauses out of 66008 with flag 0/585002
1316.21/1298.33	c cleaning 34002 clauses out of 68006 with flag 0/620001
1426.37/1407.58	c cleaning 35001 clauses out of 70004 with flag 0/656001
1547.51/1527.31	c cleaning 35995 clauses out of 72002 with flag 0/693000
1662.13/1641.02	c cleaning 37005 clauses out of 74010 with flag 0/731003
1785.16/1762.60	c cleaning 37997 clauses out of 76003 with flag 0/770001
1912.27/1888.53	c cleaning 39001 clauses out of 78005 with flag 0/810000
2035.92/2010.99	c cleaning 40000 clauses out of 80005 with flag 0/851001
2167.70/2141.38	c cleaning 41002 clauses out of 82006 with flag 0/893002
2305.69/2278.41	c cleaning 41999 clauses out of 84004 with flag 0/936002
2459.97/2430.86	c cleaning 43002 clauses out of 86006 with flag 0/980003
2619.36/2588.21	c cleaning 43999 clauses out of 88003 with flag 0/1025002
2794.66/2761.20	c cleaning 44996 clauses out of 90002 with flag 0/1071000
2979.95/2944.54	c cleaning 46001 clauses out of 92010 with flag 0/1118004
3166.91/3128.33	c cleaning 46997 clauses out of 94007 with flag 0/1166002
3366.14/3325.34	c cleaning 48000 clauses out of 96009 with flag 0/1215001
3575.18/3532.17	c cleaning 49001 clauses out of 98009 with flag 0/1265001
3600.03/3556.62	c starts		: 3055
3600.03/3556.62	c timeout
3600.03/3556.62	c conflicts		: 1272526
3600.03/3556.62	c decisions		: 1404264
3600.03/3556.62	c propagations		: 14988446
3600.03/3556.62	c inspects		: 3964236225
3600.03/3556.62	c shortcuts		: 0
3600.03/3556.62	c learnt literals	: 0
3600.03/3556.62	c learnt binary clauses	: 0
3600.03/3556.62	c learnt ternary clauses	: 0
3600.03/3556.62	c learnt constraints	: 1272525
3600.03/3556.62	c ignored constraints	: 0
3600.03/3556.62	c root simplifications	: 0
3600.03/3556.62	c removed literals (reason simplification)	: 0
3600.03/3556.62	c reason swapping (by a shorter reason)	: 0
3600.03/3556.62	c Calls to reduceDB	: 46
3600.03/3556.62	c Number of update (reduction) of LBD	: 1003951
3600.03/3556.62	c Imported unit clauses	: 0
3600.03/3556.62	c No decision after first conflict	: false
3600.03/3556.62	c number of reductions to clauses (during analyze)	: 0
3600.03/3556.62	c number of learned constraints concerned by reduction	: 0
3600.03/3556.62	c number of learning phase by resolution	: 0
3600.03/3556.62	c number of learning phase by cutting planes	: 0
3600.03/3556.62	c number of rounding to 1 operations	: 0
3600.03/3556.62	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3556.62	c number of reductions of the coefficients by power 2 	: 0
3600.03/3556.62	c number of right shift for reduction by power 2 	: 0
3600.03/3556.62	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3556.62	c number of ending skipping 	: 0
3600.03/3556.62	c number of internal skipping 	: 0
3600.03/3556.62	c number of derivation steps 	: 8657667
3600.03/3556.62	c number of skipped derivation steps 	: 0
3600.03/3556.62	c number of remaining unassigned 	: 20965
3600.03/3556.62	c number of remaining assigned 	: 276287776
3600.03/3556.62	c number of falsified literals weakened from reason	: 0
3600.03/3556.62	c number of falsified literals weakened from conflict	: 0
3600.03/3556.62	c time for arithmetic operations	: 3585493984
3600.03/3556.62	c minimum degree of deleted constraints	: 2
3600.03/3556.62	c maximum degree of deleted constraints	: 69050624
3600.03/3556.62	c number of deleted constraints	: 1215993
3600.03/3556.62	c speed (assignments/second)	: 4214.447352467802
3600.03/3556.62	c non guided choices	: 45
3600.03/3556.65	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 14
3600.03/3556.65	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 56518
3600.03/3556.66	s UNKNOWN
3600.03/3556.66	c Total wall clock time (in seconds): 3556.505

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63931 MiB (56494 MiB free)
  memory of node 1: 64510 MiB (59721 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451671-1721430032/watcher-4451671-1721430032 -o /tmp/evaluation-result-4451671-1721430032/solver-4451671-1721430032 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1721422956-1045727 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4451671-1721430032.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
solver pid=1050566, runsolver pid=1050563
Current StackSize limit: 8192 KiB


[startup+0.100665 s]*
/proc/loadavg: 4.13 4.20 4.24 7/333 1050584
/proc/meminfo: memFree=118961208/131524600 swapFree=131071996/131071996
[pid=1050566] ppid=1050563 vsize=18975048 memory=64948 CPUtime=0.13 cores=1,3
/proc/1050566/stat : 1050566 (java) S 1050563 1050566 1045715 0 -1 1077936128 7102 0 0 0 11 2 0 0 20 0 18 0 195167356 19430449152 16237 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
/proc/1050566/statm: 4743762 16237 5736 1 0 549323 0
[pid=1050566/tid=1050568] ppid=1050563 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/1050566/task/1050568/stat : 1050568 (java) R 1050563 1050566 1045715 0 -1 1077936192 5683 0 0 0 7 1 0 0 20 0 18 0 195167356 19430449152 16237 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
[pid=1050566/tid=1050577] ppid=1050563 vsize=18975048 memory=237146210664 CPUtime=0 cores=1,3
/proc/1050566/task/1050577/stat : 1050577 (Finalizer) S 1050563 1050566 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 195167359 19430449152 16237 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
[pid=1050566/tid=1050584] ppid=1050563 vsize=18975048 memory=14126753849302661 CPUtime=0 cores=1,3
/proc/1050566/task/1050584/stat : 1050584 (Common-Cleaner) S 1050563 1050566 1045715 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 195167359 19430449152 16237 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64948 KiB

[startup+0.206079 s]*
/proc/loadavg: 4.13 4.20 4.24 7/334 1050585
/proc/meminfo: memFree=118954564/131524600 swapFree=131071996/131071996
[pid=1050566] ppid=1050563 vsize=19041612 memory=72108 CPUtime=0.33 cores=1,3
/proc/1050566/stat : 1050566 (java) S 1050563 1050566 1045715 0 -1 1077936128 7719 0 0 0 30 3 0 0 20 0 19 0 195167356 19498610688 18027 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
/proc/1050566/statm: 4760403 18027 5849 1 0 550009 0
[pid=1050566/tid=1050568] ppid=1050563 vsize=19041612 memory=6876556183782621315 CPUtime=0.18 cores=1,3
/proc/1050566/task/1050568/stat : 1050568 (java) R 1050563 1050566 1045715 0 -1 1077936192 6024 0 0 0 16 2 0 0 20 0 19 0 195167356 19498610688 18027 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
[pid=1050566/tid=1050577] ppid=1050563 vsize=19041612 memory=19020 CPUtime=0 cores=1,3
/proc/1050566/task/1050577/stat : 1050577 (Finalizer) S 1050563 1050566 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 195167359 19498610688 18027 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
[pid=1050566/tid=1050584] ppid=1050563 vsize=19041612 memory=15544020042516216 CPUtime=0 cores=1,3
/proc/1050566/task/1050584/stat : 1050584 (Common-Cleaner) S 1050563 1050566 1045715 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 195167359 19498610688 18027 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
[pid=1050566/tid=1050585] ppid=1050563 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1050566/task/1050585/stat : 1050585 (Timer-0) S 1050563 1050566 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 195167374 19498610688 18027 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 72108 KiB

[startup+0.306756 s]*
/proc/loadavg: 4.13 4.20 4.24 7/334 1050585
/proc/meminfo: memFree=118932116/131524600 swapFree=131071996/131071996
[pid=1050566] ppid=1050563 vsize=19042352 memory=94840 CPUtime=0.52 cores=1,3
/proc/1050566/stat : 1050566 (java) S 1050563 1050566 1045715 0 -1 1077936128 9683 0 0 0 49 3 0 0 20 0 19 0 195167356 19499368448 23710 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
/proc/1050566/statm: 4760588 23710 5849 1 0 551621 0
[pid=1050566/tid=1050568] ppid=1050563 vsize=19042352 memory=-7811877811187246434 CPUtime=0.27 cores=1,3
/proc/1050566/task/1050568/stat : 1050568 (java) R 1050563 1050566 1045715 0 -1 4194368 6045 0 0 0 25 2 0 0 20 0 19 0 195167356 19499368448 23710 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
[pid=1050566/tid=1050577] ppid=1050563 vsize=19042352 memory=0 CPUtime=0 cores=1,3
/proc/1050566/task/1050577/stat : 1050577 (Finalizer) S 1050563 1050566 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 195167359 19499368448 23710 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
[pid=1050566/tid=1050584] ppid=1050563 vsize=19042352 memory=0 CPUtime=0 cores=1,3
/proc/1050566/task/1050584/stat : 1050584 (Common-Cleaner) S 1050563 1050566 1045715 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 195167359 19499368448 23710 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
[pid=1050566/tid=1050585] ppid=1050563 vsize=19042352 memory=0 CPUtime=0 cores=1,3
/proc/1050566/task/1050585/stat : 1050585 (Timer-0) S 1050563 1050566 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 195167374 19499368448 23710 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19042352 KiB
Current children cumulated memory: 94840 KiB

[startup+0.700747 s]
/proc/loadavg: 4.13 4.20 4.24 7/334 1050585
/proc/meminfo: memFree=118873564/131524600 swapFree=131071996/131071996
[pid=1050566] ppid=1050563 vsize=19108176 memory=182536 CPUtime=1.26 cores=1,3
/proc/1050566/stat : 1050566 (java) S 1050563 1050566 1045715 0 -1 1077936128 15334 0 0 0 120 6 0 0 20 0 20 0 195167356 19566772224 45634 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
/proc/1050566/statm: 4777044 45634 5849 1 0 555240 0
[pid=1050566/tid=1050568] ppid=1050563 vsize=19108176 memory=48568 CPUtime=0.62 cores=1,3
/proc/1050566/task/1050568/stat : 1050568 (java) R 1050563 1050566 1045715 0 -1 4194368 6086 0 0 0 58 4 0 0 20 0 20 0 195167356 19566772224 45634 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
[pid=1050566/tid=1050577] ppid=1050563 vsize=19108176 memory=12576 CPUtime=0 cores=1,3
/proc/1050566/task/1050577/stat : 1050577 (Finalizer) S 1050563 1050566 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195167359 19566772224 45634 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
[pid=1050566/tid=1050584] ppid=1050563 vsize=19108176 memory=2232 CPUtime=0 cores=1,3
/proc/1050566/task/1050584/stat : 1050584 (Common-Cleaner) S 1050563 1050566 1045715 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 195167359 19566772224 45634 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
[pid=1050566/tid=1050585] ppid=1050563 vsize=19108176 memory=1892 CPUtime=0 cores=1,3
/proc/1050566/task/1050585/stat : 1050585 (Timer-0) S 1050563 1050566 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195167374 19566772224 45634 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 182536 KiB

[startup+1.50075 s]
/proc/loadavg: 4.13 4.20 4.24 6/335 1050586
/proc/meminfo: memFree=118841868/131524600 swapFree=131071996/131071996
[pid=1050566] ppid=1050563 vsize=19108176 memory=215460 CPUtime=2.84 cores=1,3
/proc/1050566/stat : 1050566 (java) S 1050563 1050566 1045715 0 -1 1077936128 25077 0 0 0 276 8 0 0 20 0 20 0 195167356 19566772224 53865 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
/proc/1050566/statm: 4777044 53865 5849 1 0 557639 0
[pid=1050566/tid=1050568] ppid=1050563 vsize=19108176 memory=12576 CPUtime=1.38 cores=1,3
/proc/1050566/task/1050568/stat : 1050568 (java) R 1050563 1050566 1045715 0 -1 4194368 6391 0 0 0 134 4 0 0 20 0 20 0 195167356 19566772224 53865 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
[pid=1050566/tid=1050577] ppid=1050563 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1050566/task/1050577/stat : 1050577 (Finalizer) S 1050563 1050566 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195167359 19566772224 53865 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
[pid=1050566/tid=1050584] ppid=1050563 vsize=19108176 memory=2232 CPUtime=0 cores=1,3
/proc/1050566/task/1050584/stat : 1050584 (Common-Cleaner) S 1050563 1050566 1045715 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 195167359 19566772224 53865 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
[pid=1050566/tid=1050585] ppid=1050563 vsize=19108176 memory=1892 CPUtime=0 cores=1,3
/proc/1050566/task/1050585/stat : 1050585 (Timer-0) S 1050563 1050566 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195167374 19566772224 53865 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 215460 KiB

[startup+3.10674 s]
/proc/loadavg: 4.20 4.21 4.24 6/335 1050586
/proc/meminfo: memFree=118295628/131524600 swapFree=131071996/131071996
[pid=1050566] ppid=1050563 vsize=19108176 memory=747836 CPUtime=5.95 cores=1,3
/proc/1050566/stat : 1050566 (java) S 1050563 1050566 1045715 0 -1 1077936128 27608 0 0 0 576 19 0 0 20 0 20 0 195167356 19566772224 186959 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
/proc/1050566/statm: 4777044 186959 5865 1 0 664165 0
[pid=1050566/tid=1050568] ppid=1050563 vsize=19108176 memory=0 CPUtime=2.93 cores=1,3
/proc/1050566/task/1050568/stat : 1050568 (java) R 1050563 1050566 1045715 0 -1 4194368 7159 0 0 0 279 14 0 0 20 0 20 0 195167356 19566772224 186959 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
[pid=1050566/tid=1050577] ppid=1050563 vsize=19108176 memory=-7811877811187246434 CPUtime=0 cores=1,3
/proc/1050566/task/1050577/stat : 1050577 (Finalizer) S 1050563 1050566 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195167359 19566772224 186959 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
[pid=1050566/tid=1050584] ppid=1050563 vsize=19108176 memory=12576 CPUtime=0 cores=1,3
/proc/1050566/task/1050584/stat : 1050584 (Common-Cleaner) S 1050563 1050566 1045715 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 195167359 19566772224 186959 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
[pid=1050566/tid=1050585] ppid=1050563 vsize=19108176 memory=2232 CPUtime=0 cores=1,3
/proc/1050566/task/1050585/stat : 1050585 (Timer-0) S 1050563 1050566 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195167374 19566772224 186959 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
Current children cumulated CPU time: 5.95 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 747836 KiB

[startup+6.30028 s]
/proc/loadavg: 4.20 4.21 4.24 5/335 1050586
/proc/meminfo: memFree=117670592/131524600 swapFree=131071996/131071996
[pid=1050566] ppid=1050563 vsize=19108176 memory=1340708 CPUtime=9.98 cores=1,3
/proc/1050566/stat : 1050566 (java) S 1050563 1050566 1045715 0 -1 1077936128 29848 0 0 0 968 30 0 0 20 0 20 0 195167356 19566772224 335177 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
/proc/1050566/statm: 4777044 335177 5865 1 0 664834 0
[pid=1050566/tid=1050568] ppid=1050563 vsize=19108176 memory=2232 CPUtime=6.05 cores=1,3
/proc/1050566/task/1050568/stat : 1050568 (java) R 1050563 1050566 1045715 0 -1 4194368 8519 0 0 0 581 24 0 0 20 0 20 0 195167356 19566772224 335177 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
[pid=1050566/tid=1050577] ppid=1050563 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1050566/task/1050577/stat : 1050577 (Finalizer) S 1050563 1050566 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195167359 19566772224 335177 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
[pid=1050566/tid=1050584] ppid=1050563 vsize=19108176 memory=12576 CPUtime=0 cores=1,3
/proc/1050566/task/1050584/stat : 1050584 (Common-Cleaner) S 1050563 1050566 1045715 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 20 0 195167359 19566772224 335177 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
[pid=1050566/tid=1050585] ppid=1050563 vsize=19108176 memory=-2832536777585008440 CPUtime=0 cores=1,3
/proc/1050566/task/1050585/stat : 1050585 (Timer-0) S 1050563 1050566 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195167374 19566772224 335177 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
Current children cumulated CPU time: 9.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1340708 KiB

[startup+12.7002 s]
/proc/loadavg: 4.24 4.22 4.25 5/335 1050588
/proc/meminfo: memFree=116897764/131524600 swapFree=131071996/131071996
[pid=1050566] ppid=1050563 vsize=19108176 memory=1604900 CPUtime=16.43 cores=1,3
/proc/1050566/stat : 1050566 (java) S 1050563 1050566 1045715 0 -1 1077936128 30549 0 0 0 1606 37 0 0 20 0 20 0 195167356 19566772224 401225 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
/proc/1050566/statm: 4777044 401225 5865 1 0 664835 0
[pid=1050566/tid=1050568] ppid=1050563 vsize=19108176 memory=12576 CPUtime=12.33 cores=1,3
/proc/1050566/task/1050568/stat : 1050568 (java) R 1050563 1050566 1045715 0 -1 4194368 9173 0 0 0 1204 29 0 0 20 0 20 0 195167356 19566772224 401225 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
[pid=1050566/tid=1050577] ppid=1050563 vsize=19108176 memory=1555748 CPUtime=0 cores=1,3
/proc/1050566/task/1050577/stat : 1050577 (Finalizer) S 1050563 1050566 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195167359 19566772224 401225 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
[pid=1050566/tid=1050584] ppid=1050563 vsize=19108176 memory=48568 CPUtime=0 cores=1,3
/proc/1050566/task/1050584/stat : 1050584 (Common-Cleaner) S 1050563 1050566 1045715 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 20 0 195167359 19566772224 401225 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
[pid=1050566/tid=1050585] ppid=1050563 vsize=19108176 memory=12576 CPUtime=0 cores=1,3
/proc/1050566/task/1050585/stat : 1050585 (Timer-0) S 1050563 1050566 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195167374 19566772224 401225 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
Current children cumulated CPU time: 16.43 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1604900 KiB

[startup+25.5003 s]
/proc/loadavg: 4.28 4.23 4.25 5/335 1050603
/proc/meminfo: memFree=116860136/131524600 swapFree=131071996/131071996
[pid=1050566] ppid=1050563 vsize=19108176 memory=1617544 CPUtime=29.31 cores=1,3
/proc/1050566/stat : 1050566 (java) S 1050563 1050566 1045715 0 -1 1077936128 37088 0 0 0 2892 39 0 0 20 0 20 0 195167356 19566772224 404386 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
/proc/1050566/statm: 4777044 404386 5865 1 0 664851 0
[pid=1050566/tid=1050568] ppid=1050563 vsize=19108176 memory=6944656574621848725 CPUtime=24.9 cores=1,3
/proc/1050566/task/1050568/stat : 1050568 (java) R 1050563 1050566 1045715 0 -1 4194368 11698 0 0 0 2461 29 0 0 20 0 20 0 195167356 19566772224 404386 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
[pid=1050566/tid=1050577] ppid=1050563 vsize=19108176 memory=11604 CPUtime=0 cores=1,3
/proc/1050566/task/1050577/stat : 1050577 (Finalizer) S 1050563 1050566 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195167359 19566772224 404386 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
[pid=1050566/tid=1050584] ppid=1050563 vsize=19108176 memory=3484 CPUtime=0 cores=1,3
/proc/1050566/task/1050584/stat : 1050584 (Common-Cleaner) S 1050563 1050566 1045715 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 20 0 195167359 19566772224 404386 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
[pid=1050566/tid=1050585] ppid=1050563 vsize=19108176 memory=12576 CPUtime=0 cores=1,3
/proc/1050566/task/1050585/stat : 1050585 (Timer-0) S 1050563 1050566 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195167374 19566772224 404386 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
Current children cumulated CPU time: 29.31 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1617544 KiB

[startup+51.1059 s]
/proc/loadavg: 4.27 4.23 4.25 5/335 1050607
/proc/meminfo: memFree=116771572/131524600 swapFree=131071996/131071996
[pid=1050566] ppid=1050563 vsize=19108176 memory=1642200 CPUtime=55.08 cores=1,3
/proc/1050566/stat : 1050566 (java) S 1050563 1050566 1045715 0 -1 1077936128 42814 0 0 0 5467 41 0 0 20 0 20 0 195167356 19566772224 410550 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
/proc/1050566/statm: 4777044 410550 5865 1 0 664851 0

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

/proc/meminfo: memFree=113805272/131524600 swapFree=131071996/131071996
[pid=1050566] ppid=1050563 vsize=19108176 memory=3113056 CPUtime=3201.35 cores=1,3
/proc/1050566/stat : 1050566 (java) S 1050563 1050566 1045715 0 -1 1077936128 275516 0 0 0 319881 254 0 0 20 0 20 0 195167356 19566772224 778264 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
/proc/1050566/statm: 4777044 778264 5873 1 0 793651 0
[pid=1050566/tid=1050568] ppid=1050563 vsize=19108176 memory=3112716 CPUtime=3090.55 cores=1,3
/proc/1050566/task/1050568/stat : 1050568 (java) R 1050563 1050566 1045715 0 -1 4194368 138045 0 0 0 308991 64 0 0 20 0 20 0 195167356 19566772224 778264 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 33 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
[pid=1050566/tid=1050577] ppid=1050563 vsize=19108176 memory=3113052 CPUtime=0 cores=1,3
/proc/1050566/task/1050577/stat : 1050577 (Finalizer) S 1050563 1050566 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195167359 19566772224 778264 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
[pid=1050566/tid=1050584] ppid=1050563 vsize=19108176 memory=11604 CPUtime=0 cores=1,3
/proc/1050566/task/1050584/stat : 1050584 (Common-Cleaner) S 1050563 1050566 1045715 0 -1 1077936192 3227 0 0 0 0 0 0 0 20 0 20 0 195167359 19566772224 778264 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
[pid=1050566/tid=1050585] ppid=1050563 vsize=19108176 memory=3113056 CPUtime=0 cores=1,3
/proc/1050566/task/1050585/stat : 1050585 (Timer-0) S 1050563 1050566 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195167374 19566772224 778264 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
Current children cumulated CPU time: 3201.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3113056 KiB

[startup+3222.3 s]
/proc/loadavg: 4.33 4.26 4.23 5/333 1051933
/proc/meminfo: memFree=113804776/131524600 swapFree=131071996/131071996
[pid=1050566] ppid=1050563 vsize=19108176 memory=3113064 CPUtime=3262.13 cores=1,3
/proc/1050566/stat : 1050566 (java) S 1050563 1050566 1045715 0 -1 1077936128 279287 0 0 0 325955 258 0 0 20 0 20 0 195167356 19566772224 778266 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
/proc/1050566/statm: 4777044 778266 5873 1 0 793651 0
[pid=1050566/tid=1050568] ppid=1050563 vsize=19108176 memory=3112716 CPUtime=3149.27 cores=1,3
/proc/1050566/task/1050568/stat : 1050568 (java) R 1050563 1050566 1045715 0 -1 4194368 140055 0 0 0 314863 64 0 0 20 0 20 0 195167356 19566772224 778266 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 33 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
[pid=1050566/tid=1050577] ppid=1050563 vsize=19108176 memory=3113056 CPUtime=0 cores=1,3
/proc/1050566/task/1050577/stat : 1050577 (Finalizer) S 1050563 1050566 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195167359 19566772224 778266 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
[pid=1050566/tid=1050584] ppid=1050563 vsize=19108176 memory=3113056 CPUtime=0 cores=1,3
/proc/1050566/task/1050584/stat : 1050584 (Common-Cleaner) S 1050563 1050566 1045715 0 -1 1077936192 3305 0 0 0 0 0 0 0 20 0 20 0 195167359 19566772224 778266 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
[pid=1050566/tid=1050585] ppid=1050563 vsize=19108176 memory=-7811877811187246434 CPUtime=0 cores=1,3
/proc/1050566/task/1050585/stat : 1050585 (Timer-0) S 1050563 1050566 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195167374 19566772224 778266 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
Current children cumulated CPU time: 3262.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3113064 KiB

[startup+3282.3 s]
/proc/loadavg: 4.36 4.29 4.24 6/335 1052327
/proc/meminfo: memFree=113803456/131524600 swapFree=131071996/131071996
[pid=1050566] ppid=1050563 vsize=19108176 memory=3113064 CPUtime=3322.77 cores=1,3
/proc/1050566/stat : 1050566 (java) S 1050563 1050566 1045715 0 -1 1077936128 283578 0 0 0 332016 261 0 0 20 0 20 0 195167356 19566772224 778266 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
/proc/1050566/statm: 4777044 778266 5873 1 0 793651 0
[pid=1050566/tid=1050568] ppid=1050563 vsize=19108176 memory=3113064 CPUtime=3207.98 cores=1,3
/proc/1050566/task/1050568/stat : 1050568 (java) R 1050563 1050566 1045715 0 -1 4194368 142505 0 0 0 320733 65 0 0 20 0 20 0 195167356 19566772224 778266 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 33 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
[pid=1050566/tid=1050577] ppid=1050563 vsize=19108176 memory=3113064 CPUtime=0 cores=1,3
/proc/1050566/task/1050577/stat : 1050577 (Finalizer) S 1050563 1050566 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195167359 19566772224 778266 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
[pid=1050566/tid=1050584] ppid=1050563 vsize=19108176 memory=3113064 CPUtime=0 cores=1,3
/proc/1050566/task/1050584/stat : 1050584 (Common-Cleaner) S 1050563 1050566 1045715 0 -1 1077936192 3383 0 0 0 0 0 0 0 20 0 20 0 195167359 19566772224 778266 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
[pid=1050566/tid=1050585] ppid=1050563 vsize=19108176 memory=7152 CPUtime=0 cores=1,3
/proc/1050566/task/1050585/stat : 1050585 (Timer-0) S 1050563 1050566 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195167374 19566772224 778266 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
Current children cumulated CPU time: 3322.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3113064 KiB

[startup+3342.3 s]
/proc/loadavg: 4.46 4.33 4.26 6/332 1052337
/proc/meminfo: memFree=113803300/131524600 swapFree=131071996/131071996
[pid=1050566] ppid=1050563 vsize=19108176 memory=3113064 CPUtime=3383.35 cores=1,3
/proc/1050566/stat : 1050566 (java) S 1050563 1050566 1045715 0 -1 1077936128 287744 0 0 0 338071 264 0 0 20 0 20 0 195167356 19566772224 778266 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
/proc/1050566/statm: 4777044 778266 5873 1 0 793651 0
[pid=1050566/tid=1050568] ppid=1050563 vsize=19108176 memory=3113064 CPUtime=3266.63 cores=1,3
/proc/1050566/task/1050568/stat : 1050568 (java) R 1050563 1050566 1045715 0 -1 4194368 144944 0 0 0 326598 65 0 0 20 0 20 0 195167356 19566772224 778266 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 33 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
[pid=1050566/tid=1050577] ppid=1050563 vsize=19108176 memory=3113064 CPUtime=0 cores=1,3
/proc/1050566/task/1050577/stat : 1050577 (Finalizer) S 1050563 1050566 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195167359 19566772224 778266 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
[pid=1050566/tid=1050584] ppid=1050563 vsize=19108176 memory=3113064 CPUtime=0 cores=1,3
/proc/1050566/task/1050584/stat : 1050584 (Common-Cleaner) S 1050563 1050566 1045715 0 -1 1077936192 3461 0 0 0 0 0 0 0 20 0 20 0 195167359 19566772224 778266 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
[pid=1050566/tid=1050585] ppid=1050563 vsize=19108176 memory=37196 CPUtime=0 cores=1,3
/proc/1050566/task/1050585/stat : 1050585 (Timer-0) S 1050563 1050566 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195167374 19566772224 778266 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
Current children cumulated CPU time: 3383.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3113064 KiB

[startup+3402.3 s]
/proc/loadavg: 4.23 4.28 4.25 5/332 1052347
/proc/meminfo: memFree=113803072/131524600 swapFree=131071996/131071996
[pid=1050566] ppid=1050563 vsize=19108176 memory=3113064 CPUtime=3444.16 cores=1,3
/proc/1050566/stat : 1050566 (java) S 1050563 1050566 1045715 0 -1 1077936128 291461 0 0 0 344149 267 0 0 20 0 20 0 195167356 19566772224 778266 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
/proc/1050566/statm: 4777044 778266 5873 1 0 793651 0
[pid=1050566/tid=1050568] ppid=1050563 vsize=19108176 memory=3113064 CPUtime=3325.41 cores=1,3
/proc/1050566/task/1050568/stat : 1050568 (java) R 1050563 1050566 1045715 0 -1 4194368 146683 0 0 0 332476 65 0 0 20 0 20 0 195167356 19566772224 778266 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 33 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
[pid=1050566/tid=1050577] ppid=1050563 vsize=19108176 memory=48568 CPUtime=0 cores=1,3
/proc/1050566/task/1050577/stat : 1050577 (Finalizer) S 1050563 1050566 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195167359 19566772224 778266 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
[pid=1050566/tid=1050584] ppid=1050563 vsize=19108176 memory=11604 CPUtime=0 cores=1,3
/proc/1050566/task/1050584/stat : 1050584 (Common-Cleaner) S 1050563 1050566 1045715 0 -1 1077936192 3540 0 0 0 0 0 0 0 20 0 20 0 195167359 19566772224 778266 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
[pid=1050566/tid=1050585] ppid=1050563 vsize=19108176 memory=-7811877811187246434 CPUtime=0 cores=1,3
/proc/1050566/task/1050585/stat : 1050585 (Timer-0) S 1050563 1050566 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195167374 19566772224 778266 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
Current children cumulated CPU time: 3444.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3113064 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.24 4.24 5/334 1052529
/proc/meminfo: memFree=113802068/131524600 swapFree=131071996/131071996
[pid=1050566] ppid=1050563 vsize=19108176 memory=3113064 CPUtime=3504.63 cores=1,3
/proc/1050566/stat : 1050566 (java) S 1050563 1050566 1045715 0 -1 1077936128 295552 0 0 0 350192 271 0 0 20 0 20 0 195167356 19566772224 778266 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
/proc/1050566/statm: 4777044 778266 5873 1 0 793651 0
[pid=1050566/tid=1050568] ppid=1050563 vsize=19108176 memory=3113064 CPUtime=3384.04 cores=1,3
/proc/1050566/task/1050568/stat : 1050568 (java) R 1050563 1050566 1045715 0 -1 4194368 148877 0 0 0 338338 66 0 0 20 0 20 0 195167356 19566772224 778266 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 35 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
[pid=1050566/tid=1050577] ppid=1050563 vsize=19108176 memory=48568 CPUtime=0 cores=1,3
/proc/1050566/task/1050577/stat : 1050577 (Finalizer) S 1050563 1050566 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195167359 19566772224 778266 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
[pid=1050566/tid=1050584] ppid=1050563 vsize=19108176 memory=3113064 CPUtime=0 cores=1,3
/proc/1050566/task/1050584/stat : 1050584 (Common-Cleaner) S 1050563 1050566 1045715 0 -1 1077936192 3618 0 0 0 0 0 0 0 20 0 20 0 195167359 19566772224 778266 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
[pid=1050566/tid=1050585] ppid=1050563 vsize=19108176 memory=3113064 CPUtime=0 cores=1,3
/proc/1050566/task/1050585/stat : 1050585 (Timer-0) S 1050563 1050566 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195167374 19566772224 778266 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
Current children cumulated CPU time: 3504.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3113064 KiB

[startup+3522.3 s]
/proc/loadavg: 3.83 4.15 4.20 4/308 1052573
/proc/meminfo: memFree=117441340/131524600 swapFree=131071996/131071996
[pid=1050566] ppid=1050563 vsize=19108176 memory=3113080 CPUtime=3565.23 cores=1,3
/proc/1050566/stat : 1050566 (java) S 1050563 1050566 1045715 0 -1 1077936128 299398 0 0 0 356248 275 0 0 20 0 20 0 195167356 19566772224 778270 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
/proc/1050566/statm: 4777044 778270 5873 1 0 793662 0
[pid=1050566/tid=1050568] ppid=1050563 vsize=19108176 memory=3113064 CPUtime=3442.58 cores=1,3
/proc/1050566/task/1050568/stat : 1050568 (java) R 1050563 1050566 1045715 0 -1 4194368 151220 0 0 0 344191 67 0 0 20 0 20 0 195167356 19566772224 778270 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 35 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
[pid=1050566/tid=1050577] ppid=1050563 vsize=19108176 memory=3113064 CPUtime=0 cores=1,3
/proc/1050566/task/1050577/stat : 1050577 (Finalizer) S 1050563 1050566 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195167359 19566772224 778270 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
[pid=1050566/tid=1050584] ppid=1050563 vsize=19108176 memory=11604 CPUtime=0 cores=1,3
/proc/1050566/task/1050584/stat : 1050584 (Common-Cleaner) S 1050563 1050566 1045715 0 -1 1077936192 3694 0 0 0 0 0 0 0 20 0 20 0 195167359 19566772224 778270 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
[pid=1050566/tid=1050585] ppid=1050563 vsize=19108176 memory=48568 CPUtime=0 cores=1,3
/proc/1050566/task/1050585/stat : 1050585 (Timer-0) S 1050563 1050566 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195167374 19566772224 778270 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
Current children cumulated CPU time: 3565.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3113080 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3556.6 s]
/proc/loadavg: 3.54 4.04 4.16 4/308 1052578
/proc/meminfo: memFree=117441320/131524600 swapFree=131071996/131071996
[pid=1050566] ppid=1050563 vsize=19108176 memory=3113080 CPUtime=3600.03 cores=1,3
/proc/1050566/stat : 1050566 (java) S 1050563 1050566 1045715 0 -1 1077936128 300622 0 0 0 359727 276 0 0 20 0 20 0 195167356 19566772224 778270 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
/proc/1050566/statm: 4777044 778270 5873 1 0 793662 0
[pid=1050566/tid=1050568] ppid=1050563 vsize=19108176 memory=18875 CPUtime=3476.28 cores=1,3
/proc/1050566/task/1050568/stat : 1050568 (java) R 1050563 1050566 1045715 0 -1 4194368 152033 0 0 0 347561 67 0 0 20 0 20 0 195167356 19566772224 778270 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 35 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
[pid=1050566/tid=1050577] ppid=1050563 vsize=19108176 memory=2199 CPUtime=0 cores=1,3
/proc/1050566/task/1050577/stat : 1050577 (Finalizer) S 1050563 1050566 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195167359 19566772224 778270 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
[pid=1050566/tid=1050584] ppid=1050563 vsize=19108176 memory=3688788050890209368 CPUtime=0 cores=1,3
/proc/1050566/task/1050584/stat : 1050584 (Common-Cleaner) S 1050563 1050566 1045715 0 -1 1077936192 3739 0 0 0 0 0 0 0 20 0 20 0 195167359 19566772224 778270 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
[pid=1050566/tid=1050585] ppid=1050563 vsize=19108176 memory=2959328 CPUtime=0 cores=1,3
/proc/1050566/task/1050585/stat : 1050585 (Timer-0) S 1050563 1050566 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195167374 19566772224 778270 134679101440 94017215377408 94017215381104 140722803057072 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94017215388920 94017215389712 94017233305600 140722803065843 140722803065951 140722803065951 140722803072968 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3113080 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+3556.68 s]
# the end of solver process 1050566 was just reported to runsolver
# Child status: 143

# cumulated CPU time of all completed processes:  user=3597.36 s, system=2.78425 s

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

Child status: 143

Real time (s): 3556.68
CPU time (s): 3600.14
CPU user time (s): 3597.36
CPU system time (s): 2.78425
CPU usage (%): 101.222
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 3113080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.36
system time used= 2.78425
maximum resident set size= 3114832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 303731
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 150783
involuntary context switches= 16259


# summary of solver processes directly reported to runsolver:
#   pid: 1050566
#   total CPU time (s): 3600.14
#   total CPU user time (s): 3597.36
#   total CPU system time (s): 2.78425

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.58894 second user time and 18.2469 second system time

The end

Launcher Data

Begin job on nodeC022 at 2024-07-20 01:00:45
IDJOB=4451671
IDBENCH=162594
IDSOLVER=3052
FILE ID=nodeC022/4451671-1721430032
RUNJOBID= nodeC022-1721422956-1045727
SLURM_JOB_ID= 7545605
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/rand6reg/normalized-rand6reg-v051-n2.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451671-1721430032/watcher-4451671-1721430032 -o /tmp/evaluation-result-4451671-1721430032/solver-4451671-1721430032 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1721422956-1045727 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4451671-1721430032.opb

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

MD5SUM BENCH= 7729cb4e99fea72bb32a899c13dec964
RANDOM SEED=1388733451

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        119005432 kB
MemAvailable:   121545348 kB
Buffers:          530728 kB
Cached:          2834064 kB
SwapCached:            0 kB
Active:          1231288 kB
Inactive:       10613996 kB
Active(anon):       1572 kB
Inactive(anon):  8524860 kB
Active(file):    1229716 kB
Inactive(file):  2089136 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               900 kB
Writeback:             0 kB
AnonPages:       8479848 kB
Mapped:           128408 kB
Shmem:             45912 kB
KReclaimable:     121420 kB
Slab:             238644 kB
SReclaimable:     121420 kB
SUnreclaim:       117224 kB
KernelStack:        5052 kB
PageTables:        26980 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    9841624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            70880 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8179712 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:      260820 kB
DirectMap2M:    28872704 kB
DirectMap1G:    106954752 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC022 at 2024-07-20 02:00:01