Trace number 4452061

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.17 3579.78

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/quimper/
SyncCodes/d_n_k/normalized-7_6_28.opb
MD5SUMfe5132cea97c009eada70044fd563797
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 benchmark14.7243
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1260
Total number of constraints5990
Number of constraints which are clauses5985
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint35
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 28
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 63
Number of bits of the biggest sum of numbers6
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.09	c Number of processors 	2
0.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Use constraints as they come during conflict analysis
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: EFFECTIVE
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Dynamic restart strategy considering the size of the coefficients
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Use constraints as they come during conflict analysis
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: EFFECTIVE
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Dynamic restart strategy considering the size of the coefficients
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4452061-1721442700.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  no objective function found
0.34/0.29	c ... done. Wall clock time 0.138s.
0.34/0.29	c declared #vars     1260
0.34/0.29	c #constraints  5994
0.34/0.29	c constraints type 
0.34/0.29	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2414
0.34/0.29	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
0.34/0.29	c org.sat4j.specs.Constr$1 => 4
0.34/0.29	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3570
0.34/0.29	c org.sat4j.pb.constraints.pb.UnitClausePB => 3
0.34/0.29	c 5994 constraints processed.
5.06/2.78	c cleaning 2491 clauses out of 5000 with flag 0/5000
8.37/5.64	c cleaning 4251 clauses out of 8510 with flag 0/11001
12.02/9.25	c cleaning 5623 clauses out of 11258 with flag 0/18000
16.52/13.76	c cleaning 6815 clauses out of 13635 with flag 0/26000
21.27/18.42	c cleaning 7905 clauses out of 15820 with flag 0/35000
27.64/24.77	c cleaning 8955 clauses out of 17915 with flag 0/45000
35.01/32.06	c cleaning 9977 clauses out of 19960 with flag 0/56000
41.66/38.64	c cleaning 10993 clauses out of 21985 with flag 0/68002
49.82/46.76	c cleaning 11991 clauses out of 23990 with flag 0/81000
60.92/57.64	c cleaning 12995 clauses out of 26000 with flag 0/95001
70.87/67.41	c cleaning 13995 clauses out of 28008 with flag 0/110004
83.05/79.43	c cleaning 15005 clauses out of 30011 with flag 0/126002
98.32/94.48	c cleaning 15998 clauses out of 32004 with flag 0/143000
112.94/108.83	c cleaning 16989 clauses out of 34006 with flag 0/161000
129.57/125.23	c cleaning 18006 clauses out of 36017 with flag 0/180000
148.24/143.71	c cleaning 18999 clauses out of 38011 with flag 0/200000
169.54/164.85	c cleaning 20005 clauses out of 40012 with flag 0/221000
191.29/186.38	c cleaning 20995 clauses out of 42007 with flag 0/243000
213.11/207.98	c cleaning 22003 clauses out of 44014 with flag 0/266002
242.99/237.53	c cleaning 22999 clauses out of 46009 with flag 0/290000
273.63/268.07	c cleaning 23998 clauses out of 48012 with flag 0/315002
311.29/305.40	c cleaning 25004 clauses out of 50012 with flag 0/341000
347.28/341.16	c cleaning 25998 clauses out of 52008 with flag 0/368000
379.81/373.58	c cleaning 27005 clauses out of 54011 with flag 0/396001
424.31/417.79	c cleaning 28001 clauses out of 56007 with flag 0/425002
462.23/455.50	c cleaning 28996 clauses out of 58005 with flag 0/455001
501.66/494.71	c cleaning 29997 clauses out of 60010 with flag 0/486002
562.68/555.46	c cleaning 30996 clauses out of 62011 with flag 0/518000
624.07/616.45	c cleaning 32006 clauses out of 64016 with flag 0/551001
692.29/684.35	c cleaning 33000 clauses out of 66012 with flag 0/585003
742.22/733.99	c cleaning 33995 clauses out of 68010 with flag 0/620001
808.55/800.20	c cleaning 35003 clauses out of 70015 with flag 0/656001
876.14/867.47	c cleaning 36001 clauses out of 72012 with flag 0/693001
939.37/930.39	c cleaning 37004 clauses out of 74010 with flag 0/731000
1013.32/1004.19	c cleaning 37999 clauses out of 76006 with flag 0/770000
1087.64/1078.35	c cleaning 38997 clauses out of 78008 with flag 0/810001
1161.11/1151.42	c cleaning 40002 clauses out of 80010 with flag 0/851000
1243.26/1232.92	c cleaning 40993 clauses out of 82010 with flag 0/893002
1321.04/1310.38	c cleaning 42006 clauses out of 84017 with flag 0/936002
1432.47/1421.68	c cleaning 43003 clauses out of 86011 with flag 0/980002
1529.64/1518.24	c cleaning 43994 clauses out of 88006 with flag 0/1025000
1635.03/1623.17	c cleaning 45002 clauses out of 90014 with flag 0/1071002
1746.65/1734.40	c cleaning 45999 clauses out of 92011 with flag 0/1118001
1837.17/1824.50	c cleaning 46996 clauses out of 94011 with flag 0/1166000
1950.38/1937.05	c cleaning 47996 clauses out of 96015 with flag 0/1215000
2092.06/2078.18	c cleaning 49006 clauses out of 98020 with flag 0/1265001
2229.98/2215.48	c cleaning 50002 clauses out of 100013 with flag 0/1316000
2349.64/2334.44	c cleaning 51005 clauses out of 102013 with flag 0/1368002
2508.03/2492.56	c cleaning 51998 clauses out of 104007 with flag 0/1421001
2651.46/2635.48	c cleaning 52995 clauses out of 106009 with flag 0/1475001
2810.93/2794.35	c cleaning 53998 clauses out of 108014 with flag 0/1530001
2956.36/2939.27	c cleaning 55005 clauses out of 110016 with flag 0/1586001
3116.67/3098.50	c cleaning 55997 clauses out of 112010 with flag 0/1643000
3335.38/3316.21	c cleaning 57001 clauses out of 114013 with flag 0/1701000
3544.48/3524.51	c cleaning 58000 clauses out of 116013 with flag 0/1760001
3600.04/3579.71	c starts		: 3649
3600.04/3579.71	c timeout
3600.04/3579.71	c conflicts		: 1785111
3600.04/3579.71	c decisions		: 2151699
3600.04/3579.71	c propagations		: 217998037
3600.04/3579.71	c inspects		: 15411547400
3600.04/3579.71	c shortcuts		: 0
3600.04/3579.71	c learnt literals	: 0
3600.04/3579.71	c learnt binary clauses	: 0
3600.04/3579.71	c learnt ternary clauses	: 14
3600.04/3579.71	c learnt constraints	: 1785110
3600.04/3579.71	c ignored constraints	: 0
3600.04/3579.71	c root simplifications	: 0
3600.04/3579.71	c removed literals (reason simplification)	: 0
3600.04/3579.71	c reason swapping (by a shorter reason)	: 0
3600.04/3579.71	c Calls to reduceDB	: 55
3600.04/3579.71	c Number of update (reduction) of LBD	: 2003805
3600.04/3579.71	c Imported unit clauses	: 0
3600.04/3579.71	c No decision after first conflict	: false
3600.04/3579.71	c number of reductions to clauses (during analyze)	: 0
3600.04/3579.71	c number of learned constraints concerned by reduction	: 0
3600.04/3579.71	c number of learning phase by resolution	: 0
3600.04/3579.71	c number of learning phase by cutting planes	: 0
3600.04/3579.71	c number of rounding to 1 operations	: 0
3600.04/3579.71	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3579.71	c number of reductions of the coefficients by power 2 	: 0
3600.04/3579.71	c number of right shift for reduction by power 2 	: 0
3600.04/3579.71	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3579.71	c number of ending skipping 	: 0
3600.04/3579.71	c number of internal skipping 	: 0
3600.04/3579.71	c number of derivation steps 	: 35508807
3600.04/3579.71	c number of skipped derivation steps 	: 0
3600.04/3579.71	c number of remaining unassigned 	: 17500
3600.04/3579.71	c number of remaining assigned 	: 73446873
3600.04/3579.71	c number of falsified literals weakened from reason	: 0
3600.04/3579.71	c number of falsified literals weakened from conflict	: 0
3600.04/3579.71	c time for arithmetic operations	: 2773965311
3600.04/3579.73	c minimum degree of deleted constraints	: 1
3600.04/3579.73	c maximum degree of deleted constraints	: 58766620
3600.04/3579.73	c number of deleted constraints	: 1701988
3600.04/3579.73	c speed (assignments/second)	: 60903.10535996853
3600.04/3579.73	c non guided choices	: 175
3600.04/3579.76	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 48413
3600.04/3579.76	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 14306
3600.04/3579.76	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 20403
3600.04/3579.76	s UNKNOWN
3600.04/3579.76	c Total wall clock time (in seconds): 3579.616

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=1060892, runsolver pid=1060889
Current StackSize limit: 8192 KiB


[startup+0.100645 s]*
/proc/loadavg: 4.17 4.13 4.10 6/334 1060910
/proc/meminfo: memFree=120897644/131524600 swapFree=131071216/131071996
[pid=1060892] ppid=1060889 vsize=18975048 memory=62884 CPUtime=0.14 cores=4,6
/proc/1060892/stat : 1060892 (java) S 1060889 1060892 1060291 0 -1 1077936128 7235 0 0 0 12 2 0 0 20 0 18 0 196432384 19430449152 15721 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
/proc/1060892/statm: 4743762 15721 5589 1 0 549357 0
[pid=1060892/tid=1060894] ppid=1060889 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/1060892/task/1060894/stat : 1060894 (java) R 1060889 1060892 1060291 0 -1 4194368 5773 0 0 0 7 1 0 0 20 0 18 0 196432384 19430449152 15721 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
[pid=1060892/tid=1060903] ppid=1060889 vsize=18975048 memory=228556276070 CPUtime=0 cores=4,6
/proc/1060892/task/1060903/stat : 1060903 (Finalizer) S 1060889 1060892 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 196432386 19430449152 15721 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
[pid=1060892/tid=1060910] ppid=1060889 vsize=18975048 memory=15819997462990744 CPUtime=0 cores=4,6
/proc/1060892/task/1060910/stat : 1060910 (Common-Cleaner) S 1060889 1060892 1060291 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 196432387 19430449152 15721 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62884 KiB

[startup+0.206529 s]*
/proc/loadavg: 4.17 4.13 4.10 7/334 1060910
/proc/meminfo: memFree=120876580/131524600 swapFree=131071216/131071996
[pid=1060892] ppid=1060889 vsize=18975048 memory=80564 CPUtime=0.34 cores=4,6
/proc/1060892/stat : 1060892 (java) S 1060889 1060892 1060291 0 -1 1077936128 7801 0 0 0 31 3 0 0 20 0 18 0 196432384 19430449152 20141 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
/proc/1060892/statm: 4743762 20141 5853 1 0 549716 0
[pid=1060892/tid=1060894] ppid=1060889 vsize=18975048 memory=6876556183782621315 CPUtime=0.18 cores=4,6
/proc/1060892/task/1060894/stat : 1060894 (java) R 1060889 1060892 1060291 0 -1 4194368 6054 0 0 0 16 2 0 0 20 0 18 0 196432384 19430449152 20141 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
[pid=1060892/tid=1060903] ppid=1060889 vsize=18975048 memory=1905144 CPUtime=0 cores=4,6
/proc/1060892/task/1060903/stat : 1060903 (Finalizer) S 1060889 1060892 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 196432386 19430449152 20141 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
[pid=1060892/tid=1060910] ppid=1060889 vsize=18975048 memory=15538522484377282 CPUtime=0 cores=4,6
/proc/1060892/task/1060910/stat : 1060910 (Common-Cleaner) S 1060889 1060892 1060291 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 196432387 19430449152 20141 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 80564 KiB

[startup+0.306529 s]*
/proc/loadavg: 4.17 4.13 4.10 8/335 1060911
/proc/meminfo: memFree=120810856/131524600 swapFree=131071216/131071996
[pid=1060892] ppid=1060889 vsize=19041612 memory=146044 CPUtime=0.51 cores=4,6
/proc/1060892/stat : 1060892 (java) S 1060889 1060892 1060291 0 -1 1077936128 9365 0 0 0 47 4 0 0 20 0 19 0 196432384 19498610688 36511 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
/proc/1060892/statm: 4760403 36511 5853 1 0 551027 0
[pid=1060892/tid=1060894] ppid=1060889 vsize=19041612 memory=-7811596336210142047 CPUtime=0.25 cores=4,6
/proc/1060892/task/1060894/stat : 1060894 (java) R 1060889 1060892 1060291 0 -1 4194368 6133 0 0 0 22 3 0 0 20 0 19 0 196432384 19498610688 36511 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
[pid=1060892/tid=1060903] ppid=1060889 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1060892/task/1060903/stat : 1060903 (Finalizer) S 1060889 1060892 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 196432386 19498610688 36511 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
[pid=1060892/tid=1060910] ppid=1060889 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1060892/task/1060910/stat : 1060910 (Common-Cleaner) S 1060889 1060892 1060291 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 196432387 19498610688 36511 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
[pid=1060892/tid=1060911] ppid=1060889 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1060892/task/1060911/stat : 1060911 (java) R 1060889 1060892 1060291 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 19 0 196432413 19498610688 36511 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 146044 KiB

[startup+0.700516 s]
/proc/loadavg: 4.17 4.13 4.10 7/336 1060912
/proc/meminfo: memFree=120784644/131524600 swapFree=131071216/131071996
[pid=1060892] ppid=1060889 vsize=19108176 memory=172764 CPUtime=1.23 cores=4,6
/proc/1060892/stat : 1060892 (java) S 1060889 1060892 1060291 0 -1 1077936128 13007 0 0 0 118 5 0 0 20 0 20 0 196432384 19566772224 43191 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
/proc/1060892/statm: 4777044 43191 5869 1 0 553529 0
[pid=1060892/tid=1060894] ppid=1060889 vsize=19108176 memory=13124 CPUtime=0.57 cores=4,6
/proc/1060892/task/1060894/stat : 1060894 (java) R 1060889 1060892 1060291 0 -1 4194368 6204 0 0 0 54 3 0 0 20 0 20 0 196432384 19566772224 43191 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
[pid=1060892/tid=1060903] ppid=1060889 vsize=19108176 memory=13124 CPUtime=0 cores=4,6
/proc/1060892/task/1060903/stat : 1060903 (Finalizer) S 1060889 1060892 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196432386 19566772224 43191 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
[pid=1060892/tid=1060910] ppid=1060889 vsize=19108176 memory=117636 CPUtime=0 cores=4,6
/proc/1060892/task/1060910/stat : 1060910 (Common-Cleaner) S 1060889 1060892 1060291 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 196432387 19566772224 43191 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
[pid=1060892/tid=1060911] ppid=1060889 vsize=19108176 memory=100 CPUtime=0 cores=4,6
/proc/1060892/task/1060911/stat : 1060911 (Timer-0) S 1060889 1060892 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196432413 19566772224 43191 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 172764 KiB

[startup+1.50053 s]
/proc/loadavg: 4.17 4.13 4.10 6/336 1060912
/proc/meminfo: memFree=120771108/131524600 swapFree=131071216/131071996
[pid=1060892] ppid=1060889 vsize=19108176 memory=253400 CPUtime=2.81 cores=4,6
/proc/1060892/stat : 1060892 (java) S 1060889 1060892 1060291 0 -1 1077936128 20298 0 0 0 273 8 0 0 20 0 20 0 196432384 19566772224 63350 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
/proc/1060892/statm: 4777044 63350 5885 1 0 555001 0
[pid=1060892/tid=1060894] ppid=1060889 vsize=19108176 memory=13124 CPUtime=1.34 cores=4,6
/proc/1060892/task/1060894/stat : 1060894 (java) R 1060889 1060892 1060291 0 -1 4194368 6505 0 0 0 129 5 0 0 20 0 20 0 196432384 19566772224 63350 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
[pid=1060892/tid=1060903] ppid=1060889 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1060892/task/1060903/stat : 1060903 (Finalizer) S 1060889 1060892 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196432386 19566772224 63350 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
[pid=1060892/tid=1060910] ppid=1060889 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1060892/task/1060910/stat : 1060910 (Common-Cleaner) S 1060889 1060892 1060291 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 196432387 19566772224 63350 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
[pid=1060892/tid=1060911] ppid=1060889 vsize=19108176 memory=65 CPUtime=0 cores=4,6
/proc/1060892/task/1060911/stat : 1060911 (Timer-0) S 1060889 1060892 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196432413 19566772224 63350 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 253400 KiB

[startup+3.10652 s]
/proc/loadavg: 4.17 4.13 4.10 5/336 1060912
/proc/meminfo: memFree=120195000/131524600 swapFree=131071216/131071996
[pid=1060892] ppid=1060889 vsize=19108176 memory=788908 CPUtime=5.6 cores=4,6
/proc/1060892/stat : 1060892 (java) S 1060889 1060892 1060291 0 -1 1077936128 23712 0 0 0 539 21 0 0 20 0 20 0 196432384 19566772224 197227 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
/proc/1060892/statm: 4777044 197227 5885 1 0 555058 0
[pid=1060892/tid=1060894] ppid=1060889 vsize=19108176 memory=0 CPUtime=2.92 cores=4,6
/proc/1060892/task/1060894/stat : 1060894 (java) R 1060889 1060892 1060291 0 -1 4194368 8347 0 0 0 274 18 0 0 20 0 20 0 196432384 19566772224 197227 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
[pid=1060892/tid=1060903] ppid=1060889 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1060892/task/1060903/stat : 1060903 (Finalizer) S 1060889 1060892 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196432386 19566772224 197227 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
[pid=1060892/tid=1060910] ppid=1060889 vsize=19108176 memory=460332 CPUtime=0 cores=4,6
/proc/1060892/task/1060910/stat : 1060910 (Common-Cleaner) S 1060889 1060892 1060291 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 196432387 19566772224 197227 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
[pid=1060892/tid=1060911] ppid=1060889 vsize=19108176 memory=13124 CPUtime=0 cores=4,6
/proc/1060892/task/1060911/stat : 1060911 (Timer-0) S 1060889 1060892 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196432413 19566772224 197227 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
Current children cumulated CPU time: 5.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 788908 KiB

[startup+6.30054 s]
/proc/loadavg: 4.15 4.12 4.10 5/336 1060914
/proc/meminfo: memFree=119616172/131524600 swapFree=131071216/131071996
[pid=1060892] ppid=1060889 vsize=19108176 memory=1314912 CPUtime=9.11 cores=4,6
/proc/1060892/stat : 1060892 (java) S 1060889 1060892 1060291 0 -1 1077936128 24549 0 0 0 881 30 0 0 20 0 20 0 196432384 19566772224 328728 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
/proc/1060892/statm: 4777044 328728 5885 1 0 555068 0
[pid=1060892/tid=1060894] ppid=1060889 vsize=19108176 memory=13124 CPUtime=6.05 cores=4,6
/proc/1060892/task/1060894/stat : 1060894 (java) R 1060889 1060892 1060291 0 -1 4194368 8676 0 0 0 579 26 0 0 20 0 20 0 196432384 19566772224 328728 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
[pid=1060892/tid=1060903] ppid=1060889 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1060892/task/1060903/stat : 1060903 (Finalizer) S 1060889 1060892 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196432386 19566772224 328728 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
[pid=1060892/tid=1060910] ppid=1060889 vsize=19108176 memory=6948034300229677424 CPUtime=0 cores=4,6
/proc/1060892/task/1060910/stat : 1060910 (Common-Cleaner) S 1060889 1060892 1060291 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 196432387 19566772224 328728 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
[pid=1060892/tid=1060911] ppid=1060889 vsize=19108176 memory=5628 CPUtime=0 cores=4,6
/proc/1060892/task/1060911/stat : 1060911 (Timer-0) S 1060889 1060892 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196432413 19566772224 328728 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
Current children cumulated CPU time: 9.11 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1314912 KiB

[startup+12.7003 s]
/proc/loadavg: 4.14 4.12 4.10 5/336 1060914
/proc/meminfo: memFree=119560284/131524600 swapFree=131071216/131071996
[pid=1060892] ppid=1060889 vsize=19108176 memory=1319080 CPUtime=15.52 cores=4,6
/proc/1060892/stat : 1060892 (java) S 1060889 1060892 1060291 0 -1 1077936128 26046 0 0 0 1521 31 0 0 20 0 20 0 196432384 19566772224 329770 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
/proc/1060892/statm: 4777044 329770 5885 1 0 555068 0
[pid=1060892/tid=1060894] ppid=1060889 vsize=19108176 memory=0 CPUtime=12.36 cores=4,6
/proc/1060892/task/1060894/stat : 1060894 (java) R 1060889 1060892 1060291 0 -1 4194368 9393 0 0 0 1210 26 0 0 20 0 20 0 196432384 19566772224 329770 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
[pid=1060892/tid=1060903] ppid=1060889 vsize=19108176 memory=1316980 CPUtime=0 cores=4,6
/proc/1060892/task/1060903/stat : 1060903 (Finalizer) S 1060889 1060892 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196432386 19566772224 329770 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
[pid=1060892/tid=1060910] ppid=1060889 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1060892/task/1060910/stat : 1060910 (Common-Cleaner) S 1060889 1060892 1060291 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 196432387 19566772224 329770 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
[pid=1060892/tid=1060911] ppid=1060889 vsize=19108176 memory=29676 CPUtime=0 cores=4,6
/proc/1060892/task/1060911/stat : 1060911 (Timer-0) S 1060889 1060892 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196432413 19566772224 329770 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
Current children cumulated CPU time: 15.52 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1319080 KiB

[startup+25.5003 s]
/proc/loadavg: 4.11 4.12 4.10 5/336 1060915
/proc/meminfo: memFree=118628736/131524600 swapFree=131071216/131071996
[pid=1060892] ppid=1060889 vsize=19108176 memory=1329516 CPUtime=28.49 cores=4,6
/proc/1060892/stat : 1060892 (java) S 1060889 1060892 1060291 0 -1 1077936128 34746 0 0 0 2817 32 0 0 20 0 20 0 196432384 19566772224 332379 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
/proc/1060892/statm: 4777044 332379 5885 1 0 555068 0
[pid=1060892/tid=1060894] ppid=1060889 vsize=19108176 memory=1316980 CPUtime=25.03 cores=4,6
/proc/1060892/task/1060894/stat : 1060894 (java) R 1060889 1060892 1060291 0 -1 4194368 12081 0 0 0 2477 26 0 0 20 0 20 0 196432384 19566772224 332379 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
[pid=1060892/tid=1060903] ppid=1060889 vsize=19108176 memory=29676 CPUtime=0 cores=4,6
/proc/1060892/task/1060903/stat : 1060903 (Finalizer) S 1060889 1060892 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196432386 19566772224 332379 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
[pid=1060892/tid=1060910] ppid=1060889 vsize=19108176 memory=1323336 CPUtime=0 cores=4,6
/proc/1060892/task/1060910/stat : 1060910 (Common-Cleaner) S 1060889 1060892 1060291 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 196432387 19566772224 332379 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
[pid=1060892/tid=1060911] ppid=1060889 vsize=19108176 memory=14364 CPUtime=0 cores=4,6
/proc/1060892/task/1060911/stat : 1060911 (Timer-0) S 1060889 1060892 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196432413 19566772224 332379 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
Current children cumulated CPU time: 28.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1329516 KiB

[startup+51.1058 s]
/proc/loadavg: 4.21 4.14 4.10 5/336 1060920
/proc/meminfo: memFree=117434596/131524600 swapFree=131071216/131071996
[pid=1060892] ppid=1060889 vsize=19108176 memory=1362588 CPUtime=54.31 cores=4,6
/proc/1060892/stat : 1060892 (java) S 1060889 1060892 1060291 0 -1 1077936128 39281 0 0 0 5395 36 0 0 20 0 20 0 196432384 19566772224 340647 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
/proc/1060892/statm: 4777044 340647 5898 1 0 555068 0
[pid=1060892/tid=1060894] ppid=1060889 vsize=19108176 memory=1348112 CPUtime=50.17 cores=4,6
/proc/1060892/task/1060894/stat : 1060894 (java) R 1060889 1060892 1060291 0 -1 4194368 14578 0 0 0 4991 26 0 0 20 0 20 0 196432384 19566772224 340647 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0

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

/proc/meminfo: memFree=113900644/131524600 swapFree=131071216/131071996
[pid=1060892] ppid=1060889 vsize=19108176 memory=3108392 CPUtime=3241.23 cores=4,6
/proc/1060892/stat : 1060892 (java) S 1060889 1060892 1060291 0 -1 1077936128 278276 0 0 0 323875 248 0 0 20 0 20 0 196432384 19566772224 777098 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
/proc/1060892/statm: 4777044 777098 5914 1 0 791374 0
[pid=1060892/tid=1060894] ppid=1060889 vsize=19108176 memory=3108384 CPUtime=3171.35 cores=4,6
/proc/1060892/task/1060894/stat : 1060894 (java) R 1060889 1060892 1060291 0 -1 4194368 145987 0 0 0 317070 65 0 0 20 0 20 0 196432384 19566772224 777098 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 43 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
[pid=1060892/tid=1060903] ppid=1060889 vsize=19108176 memory=100 CPUtime=0 cores=4,6
/proc/1060892/task/1060903/stat : 1060903 (Finalizer) S 1060889 1060892 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196432386 19566772224 777098 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
[pid=1060892/tid=1060910] ppid=1060889 vsize=19108176 memory=14364 CPUtime=0 cores=4,6
/proc/1060892/task/1060910/stat : 1060910 (Common-Cleaner) S 1060889 1060892 1060291 0 -1 1077936192 3485 0 0 0 0 0 0 0 20 0 20 0 196432387 19566772224 777098 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
[pid=1060892/tid=1060911] ppid=1060889 vsize=19108176 memory=3108384 CPUtime=0 cores=4,6
/proc/1060892/task/1060911/stat : 1060911 (Timer-0) S 1060889 1060892 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196432413 19566772224 777098 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
Current children cumulated CPU time: 3241.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3108392 KiB

[startup+3282.3 s]
/proc/loadavg: 4.32 4.25 4.23 5/333 1062654
/proc/meminfo: memFree=113900844/131524600 swapFree=131071216/131071996
[pid=1060892] ppid=1060889 vsize=19108176 memory=3108392 CPUtime=3301.33 cores=4,6
/proc/1060892/stat : 1060892 (java) S 1060889 1060892 1060291 0 -1 1077936128 282020 0 0 0 329883 250 0 0 20 0 20 0 196432384 19566772224 777098 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
/proc/1060892/statm: 4777044 777098 5914 1 0 791374 0
[pid=1060892/tid=1060894] ppid=1060889 vsize=19108176 memory=3108392 CPUtime=3230.4 cores=4,6
/proc/1060892/task/1060894/stat : 1060894 (java) R 1060889 1060892 1060291 0 -1 4194368 148105 0 0 0 322975 65 0 0 20 0 20 0 196432384 19566772224 777098 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 43 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
[pid=1060892/tid=1060903] ppid=1060889 vsize=19108176 memory=-7811596336210142047 CPUtime=0 cores=4,6
/proc/1060892/task/1060903/stat : 1060903 (Finalizer) S 1060889 1060892 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196432386 19566772224 777098 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
[pid=1060892/tid=1060910] ppid=1060889 vsize=19108176 memory=3108392 CPUtime=0 cores=4,6
/proc/1060892/task/1060910/stat : 1060910 (Common-Cleaner) S 1060889 1060892 1060291 0 -1 1077936192 3563 0 0 0 0 0 0 0 20 0 20 0 196432387 19566772224 777098 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
[pid=1060892/tid=1060911] ppid=1060889 vsize=19108176 memory=13124 CPUtime=0 cores=4,6
/proc/1060892/task/1060911/stat : 1060911 (Timer-0) S 1060889 1060892 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196432413 19566772224 777098 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
Current children cumulated CPU time: 3301.33 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3108392 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.22 4.22 5/332 1062665
/proc/meminfo: memFree=113900660/131524600 swapFree=131071216/131071996
[pid=1060892] ppid=1060889 vsize=19108176 memory=3108396 CPUtime=3361.56 cores=4,6
/proc/1060892/stat : 1060892 (java) S 1060889 1060892 1060291 0 -1 1077936128 285861 0 0 0 335903 253 0 0 20 0 20 0 196432384 19566772224 777099 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
/proc/1060892/statm: 4777044 777099 5914 1 0 791374 0
[pid=1060892/tid=1060894] ppid=1060889 vsize=19108176 memory=14364 CPUtime=3289.66 cores=4,6
/proc/1060892/task/1060894/stat : 1060894 (java) R 1060889 1060892 1060291 0 -1 4194368 150666 0 0 0 328900 66 0 0 20 0 20 0 196432384 19566772224 777099 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 43 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
[pid=1060892/tid=1060903] ppid=1060889 vsize=19108176 memory=3108396 CPUtime=0 cores=4,6
/proc/1060892/task/1060903/stat : 1060903 (Finalizer) S 1060889 1060892 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196432386 19566772224 777099 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
[pid=1060892/tid=1060910] ppid=1060889 vsize=19108176 memory=14364 CPUtime=0 cores=4,6
/proc/1060892/task/1060910/stat : 1060910 (Common-Cleaner) S 1060889 1060892 1060291 0 -1 1077936192 3643 0 0 0 0 0 0 0 20 0 20 0 196432387 19566772224 777099 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
[pid=1060892/tid=1060911] ppid=1060889 vsize=19108176 memory=14364 CPUtime=0 cores=4,6
/proc/1060892/task/1060911/stat : 1060911 (Timer-0) S 1060889 1060892 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196432413 19566772224 777099 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
Current children cumulated CPU time: 3361.56 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3108396 KiB

[startup+3402.3 s]
/proc/loadavg: 4.23 4.24 4.22 5/334 1062845
/proc/meminfo: memFree=113899820/131524600 swapFree=131071216/131071996
[pid=1060892] ppid=1060889 vsize=19108176 memory=3108424 CPUtime=3422.07 cores=4,6
/proc/1060892/stat : 1060892 (java) S 1060889 1060892 1060291 0 -1 1077936128 289649 0 0 0 341950 257 0 0 20 0 20 0 196432384 19566772224 777106 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
/proc/1060892/statm: 4777044 777106 5914 1 0 791374 0
[pid=1060892/tid=1060894] ppid=1060889 vsize=19108176 memory=3108396 CPUtime=3348.61 cores=4,6
/proc/1060892/task/1060894/stat : 1060894 (java) R 1060889 1060892 1060291 0 -1 4194368 153276 0 0 0 334794 67 0 0 20 0 20 0 196432384 19566772224 777106 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 44 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
[pid=1060892/tid=1060903] ppid=1060889 vsize=19108176 memory=3108396 CPUtime=0 cores=4,6
/proc/1060892/task/1060903/stat : 1060903 (Finalizer) S 1060889 1060892 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196432386 19566772224 777106 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
[pid=1060892/tid=1060910] ppid=1060889 vsize=19108176 memory=3108408 CPUtime=0 cores=4,6
/proc/1060892/task/1060910/stat : 1060910 (Common-Cleaner) S 1060889 1060892 1060291 0 -1 1077936192 3723 0 0 0 0 0 0 0 20 0 20 0 196432387 19566772224 777106 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
[pid=1060892/tid=1060911] ppid=1060889 vsize=19108176 memory=5628 CPUtime=0 cores=4,6
/proc/1060892/task/1060911/stat : 1060911 (Timer-0) S 1060889 1060892 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196432413 19566772224 777106 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
Current children cumulated CPU time: 3422.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3108424 KiB

[startup+3462.3 s]
/proc/loadavg: 4.29 4.25 4.23 5/334 1062855
/proc/meminfo: memFree=113900020/131524600 swapFree=131071216/131071996
[pid=1060892] ppid=1060889 vsize=19108176 memory=3108424 CPUtime=3482.08 cores=4,6
/proc/1060892/stat : 1060892 (java) S 1060889 1060892 1060291 0 -1 1077936128 293248 0 0 0 347947 261 0 0 20 0 20 0 196432384 19566772224 777106 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
/proc/1060892/statm: 4777044 777106 5914 1 0 791374 0
[pid=1060892/tid=1060894] ppid=1060889 vsize=19108176 memory=3108396 CPUtime=3407.52 cores=4,6
/proc/1060892/task/1060894/stat : 1060894 (java) R 1060889 1060892 1060291 0 -1 4194368 155241 0 0 0 340685 67 0 0 20 0 20 0 196432384 19566772224 777106 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 44 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
[pid=1060892/tid=1060903] ppid=1060889 vsize=19108176 memory=3108396 CPUtime=0 cores=4,6
/proc/1060892/task/1060903/stat : 1060903 (Finalizer) S 1060889 1060892 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196432386 19566772224 777106 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
[pid=1060892/tid=1060910] ppid=1060889 vsize=19108176 memory=3108408 CPUtime=0 cores=4,6
/proc/1060892/task/1060910/stat : 1060910 (Common-Cleaner) S 1060889 1060892 1060291 0 -1 1077936192 3802 0 0 0 0 0 0 0 20 0 20 0 196432387 19566772224 777106 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
[pid=1060892/tid=1060911] ppid=1060889 vsize=19108176 memory=14364 CPUtime=0 cores=4,6
/proc/1060892/task/1060911/stat : 1060911 (Timer-0) S 1060889 1060892 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196432413 19566772224 777106 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
Current children cumulated CPU time: 3482.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3108424 KiB

[startup+3522.3 s]
/proc/loadavg: 4.20 4.24 4.22 5/336 1062923
/proc/meminfo: memFree=113898480/131524600 swapFree=131071216/131071996
[pid=1060892] ppid=1060889 vsize=19108176 memory=3108424 CPUtime=3542.26 cores=4,6
/proc/1060892/stat : 1060892 (java) S 1060889 1060892 1060291 0 -1 1077936128 296837 0 0 0 353962 264 0 0 20 0 20 0 196432384 19566772224 777106 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
/proc/1060892/statm: 4777044 777106 5914 1 0 791374 0
[pid=1060892/tid=1060894] ppid=1060889 vsize=19108176 memory=3108424 CPUtime=3466.48 cores=4,6
/proc/1060892/task/1060894/stat : 1060894 (java) R 1060889 1060892 1060291 0 -1 4194368 157686 0 0 0 346581 67 0 0 20 0 20 0 196432384 19566772224 777106 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 44 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
[pid=1060892/tid=1060903] ppid=1060889 vsize=19108176 memory=3108424 CPUtime=0 cores=4,6
/proc/1060892/task/1060903/stat : 1060903 (Finalizer) S 1060889 1060892 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196432386 19566772224 777106 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
[pid=1060892/tid=1060910] ppid=1060889 vsize=19108176 memory=3108424 CPUtime=0 cores=4,6
/proc/1060892/task/1060910/stat : 1060910 (Common-Cleaner) S 1060889 1060892 1060291 0 -1 1077936192 3895 0 0 0 0 0 0 0 20 0 20 0 196432387 19566772224 777106 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
[pid=1060892/tid=1060911] ppid=1060889 vsize=19108176 memory=3108424 CPUtime=0 cores=4,6
/proc/1060892/task/1060911/stat : 1060911 (Timer-0) S 1060889 1060892 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196432413 19566772224 777106 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
Current children cumulated CPU time: 3542.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3108424 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3579.7 s]
/proc/loadavg: 4.38 4.27 4.23 5/334 1063270
/proc/meminfo: memFree=116465180/131524600 swapFree=131071216/131071996
[pid=1060892] ppid=1060889 vsize=19108176 memory=3109480 CPUtime=3600.04 cores=4,6
/proc/1060892/stat : 1060892 (java) S 1060889 1060892 1060291 0 -1 1077936128 309627 0 0 0 359737 267 0 0 20 0 20 0 196432384 19566772224 777370 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
/proc/1060892/statm: 4777044 777370 5914 1 0 791589 0
[pid=1060892/tid=1060894] ppid=1060889 vsize=19108176 memory=3108424 CPUtime=3522.81 cores=4,6
/proc/1060892/task/1060894/stat : 1060894 (java) R 1060889 1060892 1060291 0 -1 4194368 163660 0 0 0 352213 68 0 0 20 0 20 0 196432384 19566772224 777370 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 44 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
[pid=1060892/tid=1060903] ppid=1060889 vsize=19108176 memory=3108424 CPUtime=0 cores=4,6
/proc/1060892/task/1060903/stat : 1060903 (Finalizer) S 1060889 1060892 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196432386 19566772224 777370 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
[pid=1060892/tid=1060910] ppid=1060889 vsize=19108176 memory=14364 CPUtime=0 cores=4,6
/proc/1060892/task/1060910/stat : 1060910 (Common-Cleaner) S 1060889 1060892 1060291 0 -1 1077936192 3942 0 0 0 0 0 0 0 20 0 20 0 196432387 19566772224 777370 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
[pid=1060892/tid=1060911] ppid=1060889 vsize=19108176 memory=5628 CPUtime=0 cores=4,6
/proc/1060892/task/1060911/stat : 1060911 (Timer-0) S 1060889 1060892 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196432413 19566772224 777370 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3109480 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.48 s, system=2.69458 s

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

[startup+3579.7 s]
/proc/loadavg: 4.38 4.27 4.23 5/334 1063270
/proc/meminfo: memFree=116465180/131524600 swapFree=131071216/131071996
[pid=1060892] ppid=1060889 vsize=19108176 memory=3109480 CPUtime=3600.04 cores=4,6
/proc/1060892/stat : 1060892 (java) S 1060889 1060892 1060291 0 -1 1077936128 309627 0 0 0 359737 267 0 0 20 0 20 0 196432384 19566772224 777370 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
/proc/1060892/statm: 4777044 777370 5914 1 0 791589 0
[pid=1060892/tid=1060894] ppid=1060889 vsize=19108176 memory=3108424 CPUtime=3522.81 cores=4,6
/proc/1060892/task/1060894/stat : 1060894 (java) R 1060889 1060892 1060291 0 -1 4194368 163660 0 0 0 352213 68 0 0 20 0 20 0 196432384 19566772224 777370 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 44 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
[pid=1060892/tid=1060903] ppid=1060889 vsize=19108176 memory=3108424 CPUtime=0 cores=4,6
/proc/1060892/task/1060903/stat : 1060903 (Finalizer) S 1060889 1060892 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196432386 19566772224 777370 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
[pid=1060892/tid=1060910] ppid=1060889 vsize=19108176 memory=14364 CPUtime=0 cores=4,6
/proc/1060892/task/1060910/stat : 1060910 (Common-Cleaner) S 1060889 1060892 1060291 0 -1 1077936192 3942 0 0 0 0 0 0 0 20 0 20 0 196432387 19566772224 777370 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
[pid=1060892/tid=1060911] ppid=1060889 vsize=19108176 memory=5628 CPUtime=0 cores=4,6
/proc/1060892/task/1060911/stat : 1060911 (Timer-0) S 1060889 1060892 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196432413 19566772224 777370 134679101440 94130007113728 94130007117424 140722281206224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94130007125240 94130007126032 94130009260032 140722281210867 140722281210975 140722281210975 140722281217992 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3109480 KiB

Child status: 143

Real time (s): 3579.78
CPU time (s): 3600.17
CPU user time (s): 3597.48
CPU system time (s): 2.69458
CPU usage (%): 100.57
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 3118944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.48
system time used= 2.69458
maximum resident set size= 3118944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 313177
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= 154401
involuntary context switches= 8626


# summary of solver processes directly reported to runsolver:
#   pid: 1060892
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3597.48
#   total CPU system time (s): 2.69458

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.44823 second user time and 19.6607 second system time

The end

Launcher Data

Begin job on nodeC018 at 2024-07-20 04:31:52
IDJOB=4452061
IDBENCH=162875
IDSOLVER=3052
FILE ID=nodeC018/4452061-1721442700
RUNJOBID= nodeC018-1721442671-1060302
SLURM_JOB_ID= 7545651
Free space on /tmp= 890076 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB16/DEC-LIN/quimper/SyncCodes/d_n_k/normalized-7_6_28.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452061-1721442700/watcher-4452061-1721442700 -o /tmp/evaluation-result-4452061-1721442700/solver-4452061-1721442700 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721442671-1060302 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4452061-1721442700.opb

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

MD5SUM BENCH= fe5132cea97c009eada70044fd563797
RANDOM SEED=281566435

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        120939704 kB
MemAvailable:   125124912 kB
Buffers:          552168 kB
Cached:          4433276 kB
SwapCached:          148 kB
Active:          1122656 kB
Inactive:        8796604 kB
Active(anon):       1552 kB
Inactive(anon):  4978044 kB
Active(file):    1121104 kB
Inactive(file):  3818560 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071216 kB
Dirty:              1440 kB
Writeback:             0 kB
AnonPages:       4933404 kB
Mapped:           129648 kB
Shmem:             45784 kB
KReclaimable:     170732 kB
Slab:             274712 kB
SReclaimable:     170732 kB
SUnreclaim:       103980 kB
KernelStack:        5104 kB
PageTables:        19960 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    8030820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            37568 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4640768 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      283348 kB
DirectMap2M:    28850176 kB
DirectMap1G:    106954752 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC018 at 2024-07-20 05:31:32