Trace number 4449856

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Cutting Planes 2024 2024-07-12? (TO) 3600.57 3502.38

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/
normalized-clique-coloring-max-clique-n=19-t=2.opb
MD5SUM9b7954cd6dc14b590c17dd19cf5c91cb
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark17
Best CPU time to get the best result obtained on this benchmark59.722
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables589
Total number of constraints58881
Number of constraints which are clauses58862
Number of constraints which are cardinality constraints (but not clauses)19
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint20
Number of terms in the objective function 19
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 19
Number of bits of the sum of numbers in the objective function 5
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.12	c See www.sat4j.org for details.
0.11/0.13	c version CUSTOM.v20240707
0.11/0.16	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.16	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.16	c java.vm.version	22.0.1+8-16
0.11/0.16	c java.vm.vendor	Oracle Corporation
0.11/0.16	c sun.arch.data.model	64
0.11/0.16	c java.version		22.0.1
0.11/0.16	c os.name		Linux
0.11/0.16	c os.version		4.18.0-301.1.el8.x86_64
0.11/0.16	c os.arch		amd64
0.11/0.16	c Free memory 		2113181440
0.11/0.16	c Max memory 		16282288128
0.11/0.16	c Total memory 		2122317824
0.11/0.17	c Number of processors 	2
0.28/0.31	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.28/0.31	 - never skip resolution steps
0.28/0.31	 - Auto-division on coefficients is disabled
0.28/0.31	 - No postprocessing
0.28/0.31	 - Conflict is considered as is when resolving
0.28/0.31	 - Use constraints as they come during conflict analysis
0.28/0.31	 - Weaken first using unassigned literals
0.28/0.31	 - Bump strategy: ALWAYS_ONE
0.28/0.31	 - Bumper: EFFECTIVE
0.28/0.31	--- Begin Solver configuration ---
0.28/0.31	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.28/0.31	Learn all clauses as in MiniSAT
0.28/0.31	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.31	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.28/0.31	No reason simplification
0.28/0.31	Dynamic restart strategy considering the size of the coefficients
0.28/0.31	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.28/0.31	timeout=2147483s
0.28/0.31	DB Simplification allowed=false
0.28/0.31	Listener: none
0.28/0.31	--- End Solver configuration ---
0.28/0.31	c Pseudo Boolean Optimization by upper bound
0.28/0.31	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.28/0.31	c  - never skip resolution steps
0.28/0.31	c  - Auto-division on coefficients is disabled
0.28/0.31	c  - No postprocessing
0.28/0.31	c  - Conflict is considered as is when resolving
0.28/0.31	c  - Use constraints as they come during conflict analysis
0.28/0.31	c  - Weaken first using unassigned literals
0.28/0.31	c  - Bump strategy: ALWAYS_ONE
0.28/0.31	c  - Bumper: EFFECTIVE
0.28/0.31	c --- Begin Solver configuration ---
0.28/0.31	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.28/0.31	c Learn all clauses as in MiniSAT
0.28/0.31	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.31	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.28/0.31	c No reason simplification
0.28/0.31	c Dynamic restart strategy considering the size of the coefficients
0.28/0.31	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.28/0.31	c timeout=2147483s
0.28/0.31	c DB Simplification allowed=false
0.28/0.31	c Listener: none
0.28/0.31	c --- End Solver configuration ---
0.46/0.33	c solving HOME/instance-4449856-1721403019.opb
0.46/0.33	c reading problem ... 
0.46/0.34	c  objective function found
3.33/1.87	c ... done. Wall clock time 1.537s.
3.33/1.87	c declared #vars     589
3.33/1.87	c #constraints  58881
3.33/1.87	c constraints type 
3.33/1.87	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 19
3.33/1.87	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 19
3.33/1.87	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 58843
3.33/1.87	c 58881 constraints processed.
3.33/1.87	c objective function length is 19 literals
3.55/1.96	c SATISFIABLE
3.55/1.96	c OPTIMIZING...
3.55/1.96	c Got one! Elapsed wall clock time (in seconds):1.624
3.55/1.96	o 19
3.55/1.98	c Got one! Elapsed wall clock time (in seconds):1.66
3.55/1.99	o 17
9.62/5.10	c cleaning 2570 clauses out of 5161 with flag 0/5161
12.49/7.31	c cleaning 4287 clauses out of 8591 with flag 0/11161
14.98/9.42	c cleaning 5646 clauses out of 11304 with flag 0/18161
17.31/11.72	c cleaning 6820 clauses out of 13658 with flag 0/26161
20.53/14.98	c cleaning 7915 clauses out of 15840 with flag 0/35163
24.01/18.28	c cleaning 8948 clauses out of 17923 with flag 0/45161
28.37/22.33	c cleaning 9988 clauses out of 19975 with flag 0/56161
32.85/26.77	c cleaning 10989 clauses out of 21989 with flag 0/68163
38.33/32.18	c cleaning 11991 clauses out of 23998 with flag 0/81161
50.66/42.61	c cleaning 12956 clauses out of 26008 with flag 0/95162
60.27/51.98	c cleaning 13992 clauses out of 28051 with flag 0/110161
68.88/60.31	c cleaning 15015 clauses out of 30059 with flag 0/126161
85.63/76.49	c cleaning 15960 clauses out of 32044 with flag 0/143161
98.49/88.95	c cleaning 16998 clauses out of 34086 with flag 0/161163
122.71/112.70	c cleaning 18043 clauses out of 36086 with flag 0/180161
143.18/132.96	c cleaning 18990 clauses out of 38046 with flag 0/200164
167.97/157.12	c cleaning 20013 clauses out of 40058 with flag 0/221166
185.55/174.12	c cleaning 20969 clauses out of 42040 with flag 0/243161
206.57/194.53	c cleaning 21987 clauses out of 44071 with flag 0/266161
228.91/216.17	c cleaning 23015 clauses out of 46084 with flag 0/290161
250.10/236.65	c cleaning 23990 clauses out of 48072 with flag 0/315164
279.82/265.38	c cleaning 25028 clauses out of 50080 with flag 0/341162
304.42/289.15	c cleaning 25461 clauses out of 52053 with flag 0/368163
328.79/312.90	c cleaning 26745 clauses out of 54590 with flag 0/396161
359.04/342.15	c cleaning 28379 clauses out of 56845 with flag 0/425161
386.83/369.21	c cleaning 28677 clauses out of 58467 with flag 0/455162
415.73/397.28	c cleaning 29816 clauses out of 60791 with flag 0/486163
446.40/426.72	c cleaning 30920 clauses out of 62975 with flag 0/518163
477.74/457.29	c cleaning 31876 clauses out of 65053 with flag 0/551161
511.85/490.23	c cleaning 32953 clauses out of 67177 with flag 0/585161
540.22/518.16	c cleaning 33952 clauses out of 69227 with flag 0/620164
580.23/556.84	c cleaning 34937 clauses out of 71279 with flag 0/656168
616.69/592.58	c cleaning 35935 clauses out of 73342 with flag 0/693168
648.52/623.87	c cleaning 36928 clauses out of 75400 with flag 0/731161
683.67/657.88	c cleaning 37888 clauses out of 77472 with flag 0/770161
729.41/702.33	c cleaning 38957 clauses out of 79584 with flag 0/810161
765.33/737.06	c cleaning 39927 clauses out of 81630 with flag 0/851164
809.62/780.08	c cleaning 40882 clauses out of 83700 with flag 0/893161
852.08/821.29	c cleaning 41970 clauses out of 85823 with flag 0/936166
898.08/866.58	c cleaning 42967 clauses out of 87848 with flag 0/980161
938.70/906.19	c cleaning 43944 clauses out of 89881 with flag 0/1025161
979.65/946.08	c cleaning 44952 clauses out of 91941 with flag 0/1071165
1023.94/989.34	c cleaning 45931 clauses out of 93986 with flag 0/1118162
1066.31/1030.84	c cleaning 46934 clauses out of 96054 with flag 0/1166161
1109.25/1072.98	c cleaning 47938 clauses out of 98122 with flag 0/1215163
1150.73/1113.77	c cleaning 48912 clauses out of 100182 with flag 0/1265161
1205.50/1167.30	c cleaning 49938 clauses out of 102270 with flag 0/1316161
1248.63/1209.32	c cleaning 50939 clauses out of 104339 with flag 0/1368168
1304.98/1263.77	c cleaning 51923 clauses out of 106393 with flag 0/1421161
1359.35/1317.21	c cleaning 52939 clauses out of 108470 with flag 0/1475161
1420.66/1377.92	c cleaning 53923 clauses out of 110531 with flag 0/1530161
1486.44/1442.24	c cleaning 54952 clauses out of 112608 with flag 0/1586161
1534.58/1489.04	c cleaning 55872 clauses out of 114656 with flag 0/1643161
1585.01/1538.51	c cleaning 56915 clauses out of 116784 with flag 0/1701161
1639.74/1592.40	c cleaning 57959 clauses out of 118869 with flag 0/1760161
1695.32/1647.12	c cleaning 58909 clauses out of 120915 with flag 0/1820166
1758.21/1709.03	c cleaning 59896 clauses out of 123001 with flag 0/1881161
1810.13/1759.98	c cleaning 60903 clauses out of 125105 with flag 0/1943161
1868.66/1817.34	c cleaning 61871 clauses out of 127202 with flag 0/2006161
1937.06/1884.50	c cleaning 62877 clauses out of 129331 with flag 0/2070161
1995.48/1941.97	c cleaning 63895 clauses out of 131454 with flag 0/2135161
2059.68/2004.49	c cleaning 64899 clauses out of 133559 with flag 0/2201161
2119.49/2063.20	c cleaning 65854 clauses out of 135660 with flag 0/2268161
2188.68/2130.64	c cleaning 66944 clauses out of 137827 with flag 0/2336182
2250.04/2191.18	c cleaning 67944 clauses out of 139863 with flag 0/2405162
2324.13/2263.97	c cleaning 68920 clauses out of 141918 with flag 0/2475161
2392.45/2331.28	c cleaning 69859 clauses out of 143998 with flag 0/2546161
2469.64/2407.04	c cleaning 70920 clauses out of 146139 with flag 0/2618161
2547.87/2483.70	c cleaning 71912 clauses out of 148219 with flag 0/2691161
2620.58/2554.87	c cleaning 72906 clauses out of 150307 with flag 0/2765161
2715.05/2643.84	c cleaning 73878 clauses out of 152403 with flag 0/2840163
2800.67/2724.28	c cleaning 74894 clauses out of 154523 with flag 0/2916161
2880.75/2802.28	c cleaning 75883 clauses out of 156629 with flag 0/2993161
2962.39/2882.40	c cleaning 76895 clauses out of 158749 with flag 0/3071164
3041.79/2960.18	c cleaning 77899 clauses out of 160851 with flag 0/3150161
3129.40/3041.36	c cleaning 78867 clauses out of 162952 with flag 0/3230161
3219.81/3130.13	c cleaning 79911 clauses out of 165085 with flag 0/3311161
3302.87/3211.34	c cleaning 80869 clauses out of 167174 with flag 0/3393161
3386.39/3293.26	c cleaning 81888 clauses out of 169305 with flag 0/3476161
3477.85/3382.58	c cleaning 82830 clauses out of 171417 with flag 0/3560161
3568.44/3470.92	c cleaning 83877 clauses out of 173587 with flag 0/3645161
3600.09/3502.14	c starts		: 766
3600.09/3502.15	c conflicts		: 3688280
3600.09/3502.15	c decisions		: 15810726
3600.09/3502.18	c propagations		: 172155505
3600.09/3502.18	c inspects		: 5636464111
3600.09/3502.18	c shortcuts		: 0
3600.09/3502.19	c learnt literals	: 0
3600.09/3502.19	c learnt binary clauses	: 0
3600.09/3502.19	c learnt ternary clauses	: 47133
3600.09/3502.19	c learnt constraints	: 3688279
3600.09/3502.19	c ignored constraints	: 0
3600.09/3502.19	c root simplifications	: 0
3600.09/3502.19	c removed literals (reason simplification)	: 0
3600.09/3502.19	c reason swapping (by a shorter reason)	: 0
3600.09/3502.19	c Calls to reduceDB	: 81
3600.09/3502.19	c Number of update (reduction) of LBD	: 5420967
3600.09/3502.19	c Imported unit clauses	: 0
3600.09/3502.19	c No decision after first conflict	: false
3600.09/3502.19	c number of reductions to clauses (during analyze)	: 0
3600.09/3502.19	c number of learned constraints concerned by reduction	: 0
3600.09/3502.19	c number of learning phase by resolution	: 0
3600.09/3502.19	c number of learning phase by cutting planes	: 0
3600.09/3502.19	c number of rounding to 1 operations	: 0
3600.09/3502.19	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3502.19	c number of reductions of the coefficients by power 2 	: 0
3600.09/3502.19	c number of right shift for reduction by power 2 	: 0
3600.09/3502.19	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3502.19	c number of ending skipping 	: 0
3600.09/3502.19	c number of internal skipping 	: 0
3600.09/3502.19	c number of derivation steps 	: 56278857
3600.09/3502.19	c number of skipped derivation steps 	: 0
3600.09/3502.19	c number of remaining unassigned 	: 12502
3600.09/3502.19	c number of remaining assigned 	: 973237257
3600.09/3502.19	c number of falsified literals weakened from reason	: 0
3600.09/3502.19	c number of falsified literals weakened from conflict	: 0
3600.09/3502.19	c time for arithmetic operations	: 7148108100
3600.09/3502.20	c minimum degree of deleted constraints	: 1
3600.09/3502.20	c maximum degree of deleted constraints	: 387216333
3600.09/3502.20	c number of deleted constraints	: 3555451
3600.09/3502.21	c speed (assignments/second)	: 49182.70612508663
3600.09/3502.21	c non guided choices	: 948
3600.47/3502.33	c timeout
3600.47/3502.33	Exception in thread "Thread-0" java.lang.NullPointerException: Cannot invoke "org.sat4j.specs.Constr.getClass()" because the return value of "java.util.Iterator.next()" is null
3600.47/3502.33		at org.sat4j.minisat.core.Solver.printLearntClausesInfos(Solver.java:1962)
3600.47/3502.33		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2108)
3600.47/3502.33		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2099)
3600.47/3502.33		at org.sat4j.tools.SolverDecorator.printStat(SolverDecorator.java:180)
3600.47/3502.33		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:93)
3600.47/3502.33		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:122)
3600.47/3502.33		at org.sat4j.AbstractLauncher$1.run(AbstractLauncher.java:91)

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: 64059 MiB (53255 MiB free)
  memory of node 1: 64510 MiB (58234 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449856-1721403019/watcher-4449856-1721403019 -o /tmp/evaluation-result-4449856-1721403019/solver-4449856-1721403019 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721399517-1008281 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4449856-1721403019.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=1010439, runsolver pid=1010436

[startup+0.102133 s]*
/proc/loadavg: 4.25 4.34 4.25 5/320 1010457
/proc/meminfo: memFree=114129904/131655788 swapFree=131071996/131071996
[pid=1010439] ppid=1010436 vsize=18975048 memory=56060 CPUtime=0.11 cores=5,7
/proc/1010439/stat : 1010439 (java) S 1010436 1010439 1008215 0 -1 1077936128 6617 0 0 0 10 1 0 0 20 0 18 0 192458305 19430449152 14015 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
/proc/1010439/statm: 4743762 14015 5523 1 0 550926 0
[pid=1010439/tid=1010441] ppid=1010436 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/1010439/task/1010441/stat : 1010441 (java) R 1010436 1010439 1008215 0 -1 4194368 5520 0 0 0 7 1 0 0 20 0 18 0 192458305 19430449152 14015 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
[pid=1010439/tid=1010450] ppid=1010436 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/1010439/task/1010450/stat : 1010450 (Finalizer) S 1010436 1010439 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 192458308 19430449152 14015 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
[pid=1010439/tid=1010457] ppid=1010436 vsize=18975048 memory=16101481095009462 CPUtime=0 cores=5,7
/proc/1010439/task/1010457/stat : 1010457 (Common-Cleaner) S 1010436 1010439 1008215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 192458309 19430449152 14015 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56060 KiB

[startup+0.213706 s]*
/proc/loadavg: 4.25 4.34 4.25 7/320 1010457
/proc/meminfo: memFree=114121136/131655788 swapFree=131071996/131071996
[pid=1010439] ppid=1010436 vsize=18975048 memory=64696 CPUtime=0.28 cores=5,7
/proc/1010439/stat : 1010439 (java) S 1010436 1010439 1008215 0 -1 1077936128 7257 0 0 0 26 2 0 0 20 0 18 0 192458305 19430449152 16174 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
/proc/1010439/statm: 4743762 16174 5525 1 0 551467 0
[pid=1010439/tid=1010441] ppid=1010436 vsize=18975048 memory=6876556183782621315 CPUtime=0.17 cores=5,7
/proc/1010439/task/1010441/stat : 1010441 (java) R 1010436 1010439 1008215 0 -1 1077936192 5780 0 0 0 16 1 0 0 20 0 18 0 192458305 19430449152 16174 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
[pid=1010439/tid=1010450] ppid=1010436 vsize=18975048 memory=5697 CPUtime=0 cores=5,7
/proc/1010439/task/1010450/stat : 1010450 (Finalizer) S 1010436 1010439 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 192458308 19430449152 16174 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
[pid=1010439/tid=1010457] ppid=1010436 vsize=18975048 memory=14699599474464555 CPUtime=0 cores=5,7
/proc/1010439/task/1010457/stat : 1010457 (Common-Cleaner) S 1010436 1010439 1008215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 192458309 19430449152 16174 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64696 KiB

[startup+0.317128 s]*
/proc/loadavg: 4.25 4.34 4.25 8/320 1010457
/proc/meminfo: memFree=114117800/131655788 swapFree=131071996/131071996
[pid=1010439] ppid=1010436 vsize=18975048 memory=68844 CPUtime=0.46 cores=5,7
/proc/1010439/stat : 1010439 (java) S 1010436 1010439 1008215 0 -1 1077936128 7578 0 0 0 44 2 0 0 20 0 18 0 192458305 19430449152 17211 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
/proc/1010439/statm: 4743762 17211 5704 1 0 551675 0
[pid=1010439/tid=1010441] ppid=1010436 vsize=18975048 memory=-7813003711093893219 CPUtime=0.27 cores=5,7
/proc/1010439/task/1010441/stat : 1010441 (java) R 1010436 1010439 1008215 0 -1 4194368 5983 0 0 0 25 2 0 0 20 0 18 0 192458305 19430449152 17211 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
[pid=1010439/tid=1010450] ppid=1010436 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/1010439/task/1010450/stat : 1010450 (Finalizer) S 1010436 1010439 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 192458308 19430449152 17211 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
[pid=1010439/tid=1010457] ppid=1010436 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/1010439/task/1010457/stat : 1010457 (Common-Cleaner) S 1010436 1010439 1008215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 192458309 19430449152 17211 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 68844 KiB

[startup+0.701128 s]
/proc/loadavg: 4.25 4.34 4.25 7/320 1010457
/proc/meminfo: memFree=114104336/131655788 swapFree=131071996/131071996
[pid=1010439] ppid=1010436 vsize=18975048 memory=115256 CPUtime=1.18 cores=5,7
/proc/1010439/stat : 1010439 (java) S 1010436 1010439 1008215 0 -1 1077936128 9442 0 0 0 114 4 0 0 20 0 18 0 192458305 19430449152 28814 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
/proc/1010439/statm: 4743762 28814 5821 1 0 552881 0
[pid=1010439/tid=1010441] ppid=1010436 vsize=18975048 memory=5512 CPUtime=0.61 cores=5,7
/proc/1010439/task/1010441/stat : 1010441 (java) R 1010436 1010439 1008215 0 -1 4194368 6070 0 0 0 59 2 0 0 20 0 18 0 192458305 19430449152 28814 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
[pid=1010439/tid=1010450] ppid=1010436 vsize=18975048 memory=11992 CPUtime=0 cores=5,7
/proc/1010439/task/1010450/stat : 1010450 (Finalizer) S 1010436 1010439 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 192458308 19430449152 28814 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
[pid=1010439/tid=1010457] ppid=1010436 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/1010439/task/1010457/stat : 1010457 (Common-Cleaner) S 1010436 1010439 1008215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 192458309 19430449152 28814 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 115256 KiB

[startup+1.50112 s]
/proc/loadavg: 4.25 4.34 4.25 6/321 1010458
/proc/meminfo: memFree=114021056/131655788 swapFree=131071996/131071996
[pid=1010439] ppid=1010436 vsize=19041612 memory=189716 CPUtime=2.73 cores=5,7
/proc/1010439/stat : 1010439 (java) S 1010436 1010439 1008215 0 -1 1077936128 23189 0 0 0 266 7 0 0 20 0 19 0 192458305 19498610688 47429 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
/proc/1010439/statm: 4760403 47429 5837 1 0 558508 0
[pid=1010439/tid=1010441] ppid=1010436 vsize=19041612 memory=11992 CPUtime=1.36 cores=5,7
/proc/1010439/task/1010441/stat : 1010441 (java) R 1010436 1010439 1008215 0 -1 4194368 6371 0 0 0 132 4 0 0 20 0 19 0 192458305 19498610688 47429 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
[pid=1010439/tid=1010450] ppid=1010436 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1010439/task/1010450/stat : 1010450 (Finalizer) S 1010436 1010439 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 192458308 19498610688 47429 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
[pid=1010439/tid=1010457] ppid=1010436 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1010439/task/1010457/stat : 1010457 (Common-Cleaner) S 1010436 1010439 1008215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 192458309 19498610688 47429 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
Current children cumulated CPU time: 2.73 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 189716 KiB

[startup+3.11013 s]
/proc/loadavg: 4.39 4.37 4.26 7/322 1010459
/proc/meminfo: memFree=113781996/131655788 swapFree=131071996/131071996
[pid=1010439] ppid=1010436 vsize=19108176 memory=449368 CPUtime=5.92 cores=5,7
/proc/1010439/stat : 1010439 (java) S 1010436 1010439 1008215 0 -1 1077936128 29705 0 0 0 578 14 0 0 20 0 20 0 192458305 19566772224 112342 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
/proc/1010439/statm: 4777044 112342 5875 1 0 559474 0
[pid=1010439/tid=1010441] ppid=1010436 vsize=19108176 memory=198340509722 CPUtime=2.9 cores=5,7
/proc/1010439/task/1010441/stat : 1010441 (java) S 1010436 1010439 1008215 0 -1 1077936192 8592 0 0 0 281 9 0 0 20 0 20 0 192458305 19566772224 112342 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
[pid=1010439/tid=1010450] ppid=1010436 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1010439/task/1010450/stat : 1010450 (Finalizer) S 1010436 1010439 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192458308 19566772224 112342 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
[pid=1010439/tid=1010457] ppid=1010436 vsize=19108176 memory=11992 CPUtime=0 cores=5,7
/proc/1010439/task/1010457/stat : 1010457 (Common-Cleaner) S 1010436 1010439 1008215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 192458309 19566772224 112342 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
[pid=1010439/tid=1010459] ppid=1010436 vsize=19108176 memory=217808 CPUtime=0 cores=5,7
/proc/1010439/task/1010459/stat : 1010459 (Timer-0) S 1010436 1010439 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192458493 19566772224 112342 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
Current children cumulated CPU time: 5.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 449368 KiB

[startup+6.30045 s]
/proc/loadavg: 4.39 4.37 4.26 5/322 1010460
/proc/meminfo: memFree=113242900/131655788 swapFree=131071996/131071996
[pid=1010439] ppid=1010436 vsize=19108176 memory=941916 CPUtime=11.35 cores=5,7
/proc/1010439/stat : 1010439 (java) S 1010436 1010439 1008215 0 -1 1077936128 31551 0 0 0 1108 27 0 0 20 0 20 0 192458305 19566772224 235479 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
/proc/1010439/statm: 4777044 235479 5875 1 0 681347 0
[pid=1010439/tid=1010441] ppid=1010436 vsize=19108176 memory=0 CPUtime=5.96 cores=5,7
/proc/1010439/task/1010441/stat : 1010441 (java) R 1010436 1010439 1008215 0 -1 4194368 9003 0 0 0 576 20 0 0 20 0 20 0 192458305 19566772224 235479 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
[pid=1010439/tid=1010450] ppid=1010436 vsize=19108176 memory=11992 CPUtime=0 cores=5,7
/proc/1010439/task/1010450/stat : 1010450 (Finalizer) S 1010436 1010439 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192458308 19566772224 235479 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
[pid=1010439/tid=1010457] ppid=1010436 vsize=19108176 memory=225672 CPUtime=0 cores=5,7
/proc/1010439/task/1010457/stat : 1010457 (Common-Cleaner) S 1010436 1010439 1008215 0 -1 1077936192 29 0 0 0 0 0 0 0 20 0 20 0 192458309 19566772224 235479 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
[pid=1010439/tid=1010459] ppid=1010436 vsize=19108176 memory=941916 CPUtime=0 cores=5,7
/proc/1010439/task/1010459/stat : 1010459 (Timer-0) S 1010436 1010439 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192458493 19566772224 235479 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
Current children cumulated CPU time: 11.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 941916 KiB

[startup+12.7005 s]
/proc/loadavg: 4.34 4.36 4.26 6/325 1010654
/proc/meminfo: memFree=116254832/131655788 swapFree=131071996/131071996
[pid=1010439] ppid=1010436 vsize=19108176 memory=1459556 CPUtime=18.33 cores=5,7
/proc/1010439/stat : 1010439 (java) S 1010436 1010439 1008215 0 -1 1077936128 32145 0 0 0 1795 38 0 0 20 0 20 0 192458305 19566772224 364889 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
/proc/1010439/statm: 4777044 364889 5875 1 0 681348 0
[pid=1010439/tid=1010441] ppid=1010436 vsize=19108176 memory=996704 CPUtime=12.09 cores=5,7
/proc/1010439/task/1010441/stat : 1010441 (java) R 1010436 1010439 1008215 0 -1 4194368 9500 0 0 0 1180 29 0 0 20 0 20 0 192458305 19566772224 364889 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
[pid=1010439/tid=1010450] ppid=1010436 vsize=19108176 memory=11600 CPUtime=0 cores=5,7
/proc/1010439/task/1010450/stat : 1010450 (Finalizer) S 1010436 1010439 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192458308 19566772224 364889 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
[pid=1010439/tid=1010457] ppid=1010436 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1010439/task/1010457/stat : 1010457 (Common-Cleaner) S 1010436 1010439 1008215 0 -1 1077936192 29 0 0 0 0 0 0 0 20 0 20 0 192458309 19566772224 364889 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
[pid=1010439/tid=1010459] ppid=1010436 vsize=19108176 memory=173312 CPUtime=0 cores=5,7
/proc/1010439/task/1010459/stat : 1010459 (Timer-0) S 1010436 1010439 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192458493 19566772224 364889 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
Current children cumulated CPU time: 18.33 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1459556 KiB

[startup+25.5005 s]
/proc/loadavg: 4.28 4.35 4.26 5/323 1010657
/proc/meminfo: memFree=113278768/131655788 swapFree=131071996/131071996
[pid=1010439] ppid=1010436 vsize=19108176 memory=2870052 CPUtime=31.58 cores=5,7
/proc/1010439/stat : 1010439 (java) S 1010436 1010439 1008215 0 -1 1077936128 39596 0 0 0 3090 68 0 0 20 0 20 0 192458305 19566772224 717513 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
/proc/1010439/statm: 4777044 717513 5907 1 0 992601 0
[pid=1010439/tid=1010441] ppid=1010436 vsize=19108176 memory=0 CPUtime=24.43 cores=5,7
/proc/1010439/task/1010441/stat : 1010441 (java) R 1010436 1010439 1008215 0 -1 4194368 11637 0 0 0 2387 56 0 0 20 0 20 0 192458305 19566772224 717513 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
[pid=1010439/tid=1010450] ppid=1010436 vsize=19108176 memory=2870020 CPUtime=0 cores=5,7
/proc/1010439/task/1010450/stat : 1010450 (Finalizer) S 1010436 1010439 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192458308 19566772224 717513 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
[pid=1010439/tid=1010457] ppid=1010436 vsize=19108176 memory=2273 CPUtime=0 cores=5,7
/proc/1010439/task/1010457/stat : 1010457 (Common-Cleaner) S 1010436 1010439 1008215 0 -1 1077936192 29 0 0 0 0 0 0 0 20 0 20 0 192458309 19566772224 717513 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
[pid=1010439/tid=1010459] ppid=1010436 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1010439/task/1010459/stat : 1010459 (Timer-0) S 1010436 1010439 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192458493 19566772224 717513 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
Current children cumulated CPU time: 31.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2870052 KiB

[startup+51.1136 s]
/proc/loadavg: 4.26 4.34 4.25 5/323 1010660
/proc/meminfo: memFree=111412896/131655788 swapFree=131071996/131071996
[pid=1010439] ppid=1010436 vsize=19108176 memory=3643944 CPUtime=59.49 cores=5,7
/proc/1010439/stat : 1010439 (java) S 1010436 1010439 1008215 0 -1 1077936128 53617 0 0 0 5862 87 0 0 20 0 20 0 192458305 19566772224 910986 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
/proc/1010439/statm: 4777044 910986 5907 1 0 1168139 0
[pid=1010439/tid=1010441] ppid=1010436 vsize=19108176 memory=-7813003711093893219 CPUtime=49.16 cores=5,7
/proc/1010439/task/1010441/stat : 1010441 (java) R 1010436 1010439 1008215 0 -1 4194368 14889 0 0 0 4847 69 0 0 20 0 20 0 192458305 19566772224 910986 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
[pid=1010439/tid=1010450] ppid=1010436 vsize=19108176 memory=11992 CPUtime=0 cores=5,7
/proc/1010439/task/1010450/stat : 1010450 (Finalizer) S 1010436 1010439 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192458308 19566772224 910986 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
[pid=1010439/tid=1010457] ppid=1010436 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1010439/task/1010457/stat : 1010457 (Common-Cleaner) S 1010436 1010439 1008215 0 -1 1077936192 29 0 0 0 0 0 0 0 20 0 20 0 192458309 19566772224 910986 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
[pid=1010439/tid=1010459] ppid=1010436 vsize=19108176 memory=11600 CPUtime=0 cores=5,7
/proc/1010439/task/1010459/stat : 1010459 (Timer-0) S 1010436 1010439 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192458493 19566772224 910986 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0

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

Current children cumulated memory: 4776064 KiB

[startup+3222.3 s]
/proc/loadavg: 4.23 4.25 4.27 5/320 1012083
/proc/meminfo: memFree=110368676/131655788 swapFree=131071996/131071996
[pid=1010439] ppid=1010436 vsize=19108176 memory=4776064 CPUtime=3314.04 cores=5,7
/proc/1010439/stat : 1010439 (java) S 1010436 1010439 1008215 0 -1 1077936128 447273 0 0 0 330681 723 0 0 20 0 20 0 192458305 19566772224 1194016 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
/proc/1010439/statm: 4777044 1194016 5920 1 0 1221776 0
[pid=1010439/tid=1010441] ppid=1010436 vsize=19108176 memory=4776064 CPUtime=3113.25 cores=5,7
/proc/1010439/task/1010441/stat : 1010441 (java) R 1010436 1010439 1008215 0 -1 4194368 206786 0 0 0 310896 429 0 0 20 0 20 0 192458305 19566772224 1194016 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 37 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
[pid=1010439/tid=1010450] ppid=1010436 vsize=19108176 memory=11600 CPUtime=0 cores=5,7
/proc/1010439/task/1010450/stat : 1010450 (Finalizer) S 1010436 1010439 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192458308 19566772224 1194016 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
[pid=1010439/tid=1010457] ppid=1010436 vsize=19108176 memory=4776064 CPUtime=0.01 cores=5,7
/proc/1010439/task/1010457/stat : 1010457 (Common-Cleaner) S 1010436 1010439 1008215 0 -1 1077936192 2663 0 0 0 0 1 0 0 20 0 20 0 192458309 19566772224 1194016 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
[pid=1010439/tid=1010459] ppid=1010436 vsize=19108176 memory=4776064 CPUtime=0 cores=5,7
/proc/1010439/task/1010459/stat : 1010459 (Timer-0) S 1010436 1010439 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192458493 19566772224 1194016 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
Current children cumulated CPU time: 3314.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4776064 KiB

[startup+3282.3 s]
/proc/loadavg: 4.23 4.25 4.27 5/320 1012094
/proc/meminfo: memFree=110366180/131655788 swapFree=131071996/131071996
[pid=1010439] ppid=1010436 vsize=19108176 memory=4776068 CPUtime=3375.19 cores=5,7
/proc/1010439/stat : 1010439 (java) S 1010436 1010439 1008215 0 -1 1077936128 452049 0 0 0 336791 728 0 0 20 0 20 0 192458305 19566772224 1194017 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
/proc/1010439/statm: 4777044 1194017 5920 1 0 1221776 0
[pid=1010439/tid=1010441] ppid=1010436 vsize=19108176 memory=4776068 CPUtime=3171.37 cores=5,7
/proc/1010439/task/1010441/stat : 1010441 (java) R 1010436 1010439 1008215 0 -1 4194368 209154 0 0 0 316707 430 0 0 20 0 20 0 192458305 19566772224 1194017 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 42 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
[pid=1010439/tid=1010450] ppid=1010436 vsize=19108176 memory=4776068 CPUtime=0 cores=5,7
/proc/1010439/task/1010450/stat : 1010450 (Finalizer) S 1010436 1010439 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192458308 19566772224 1194017 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
[pid=1010439/tid=1010457] ppid=1010436 vsize=19108176 memory=45716 CPUtime=0.01 cores=5,7
/proc/1010439/task/1010457/stat : 1010457 (Common-Cleaner) S 1010436 1010439 1008215 0 -1 1077936192 2706 0 0 0 0 1 0 0 20 0 20 0 192458309 19566772224 1194017 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
[pid=1010439/tid=1010459] ppid=1010436 vsize=19108176 memory=2312 CPUtime=0 cores=5,7
/proc/1010439/task/1010459/stat : 1010459 (Timer-0) S 1010436 1010439 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192458493 19566772224 1194017 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
Current children cumulated CPU time: 3375.19 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4776068 KiB

[startup+3342.3 s]
/proc/loadavg: 4.37 4.28 4.28 7/318 1012488
/proc/meminfo: memFree=110355772/131655788 swapFree=131071996/131071996
[pid=1010439] ppid=1010436 vsize=19108176 memory=4776072 CPUtime=3436.57 cores=5,7
/proc/1010439/stat : 1010439 (java) S 1010436 1010439 1008215 0 -1 1077936128 457695 0 0 0 342924 733 0 0 20 0 20 0 192458305 19566772224 1194018 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
/proc/1010439/statm: 4777044 1194018 5920 1 0 1221776 0
[pid=1010439/tid=1010441] ppid=1010436 vsize=19108176 memory=-7813003711093893219 CPUtime=3229.48 cores=5,7
/proc/1010439/task/1010441/stat : 1010441 (java) R 1010436 1010439 1008215 0 -1 4194368 212859 0 0 0 322517 431 0 0 20 0 20 0 192458305 19566772224 1194018 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 42 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
[pid=1010439/tid=1010450] ppid=1010436 vsize=19108176 memory=4776072 CPUtime=0 cores=5,7
/proc/1010439/task/1010450/stat : 1010450 (Finalizer) S 1010436 1010439 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192458308 19566772224 1194018 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
[pid=1010439/tid=1010457] ppid=1010436 vsize=19108176 memory=5512 CPUtime=0.01 cores=5,7
/proc/1010439/task/1010457/stat : 1010457 (Common-Cleaner) S 1010436 1010439 1008215 0 -1 1077936192 2716 0 0 0 0 1 0 0 20 0 20 0 192458309 19566772224 1194018 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
[pid=1010439/tid=1010459] ppid=1010436 vsize=19108176 memory=11600 CPUtime=0 cores=5,7
/proc/1010439/task/1010459/stat : 1010459 (Timer-0) S 1010436 1010439 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192458493 19566772224 1194018 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
Current children cumulated CPU time: 3436.57 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4776072 KiB

[startup+3402.3 s]
/proc/loadavg: 4.17 4.24 4.26 5/318 1012499
/proc/meminfo: memFree=110355392/131655788 swapFree=131071996/131071996
[pid=1010439] ppid=1010436 vsize=19108176 memory=4776136 CPUtime=3498.19 cores=5,7
/proc/1010439/stat : 1010439 (java) S 1010436 1010439 1008215 0 -1 1077936128 459286 0 0 0 349081 738 0 0 20 0 20 0 192458305 19566772224 1194034 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
/proc/1010439/statm: 4777044 1194034 5920 1 0 1221776 0
[pid=1010439/tid=1010441] ppid=1010436 vsize=19108176 memory=4776072 CPUtime=3287.4 cores=5,7
/proc/1010439/task/1010441/stat : 1010441 (java) R 1010436 1010439 1008215 0 -1 4194368 214033 0 0 0 328309 431 0 0 20 0 20 0 192458305 19566772224 1194034 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 42 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
[pid=1010439/tid=1010450] ppid=1010436 vsize=19108176 memory=4776072 CPUtime=0 cores=5,7
/proc/1010439/task/1010450/stat : 1010450 (Finalizer) S 1010436 1010439 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192458308 19566772224 1194034 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
[pid=1010439/tid=1010457] ppid=1010436 vsize=19108176 memory=4776136 CPUtime=0.01 cores=5,7
/proc/1010439/task/1010457/stat : 1010457 (Common-Cleaner) S 1010436 1010439 1008215 0 -1 1077936192 2789 0 0 0 0 1 0 0 20 0 20 0 192458309 19566772224 1194034 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
[pid=1010439/tid=1010459] ppid=1010436 vsize=19108176 memory=4776136 CPUtime=0 cores=5,7
/proc/1010439/task/1010459/stat : 1010459 (Timer-0) S 1010436 1010439 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192458493 19566772224 1194034 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
Current children cumulated CPU time: 3498.19 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4776136 KiB

[startup+3462.3 s]
/proc/loadavg: 4.23 4.24 4.26 5/318 1012509
/proc/meminfo: memFree=110354480/131655788 swapFree=131071996/131071996
[pid=1010439] ppid=1010436 vsize=19108176 memory=4776604 CPUtime=3559.52 cores=5,7
/proc/1010439/stat : 1010439 (java) S 1010436 1010439 1008215 0 -1 1077936128 464432 0 0 0 355209 743 0 0 20 0 20 0 192458305 19566772224 1194151 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
/proc/1010439/statm: 4777044 1194151 5920 1 0 1221776 0
[pid=1010439/tid=1010441] ppid=1010436 vsize=19108176 memory=4776072 CPUtime=3345.54 cores=5,7
/proc/1010439/task/1010441/stat : 1010441 (java) R 1010436 1010439 1008215 0 -1 4194368 215952 0 0 0 334122 432 0 0 20 0 20 0 192458305 19566772224 1194151 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 42 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
[pid=1010439/tid=1010450] ppid=1010436 vsize=19108176 memory=7756 CPUtime=0 cores=5,7
/proc/1010439/task/1010450/stat : 1010450 (Finalizer) S 1010436 1010439 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192458308 19566772224 1194151 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
[pid=1010439/tid=1010457] ppid=1010436 vsize=19108176 memory=4776604 CPUtime=0.01 cores=5,7
/proc/1010439/task/1010457/stat : 1010457 (Common-Cleaner) S 1010436 1010439 1008215 0 -1 1077936192 2832 0 0 0 0 1 0 0 20 0 20 0 192458309 19566772224 1194151 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
[pid=1010439/tid=1010459] ppid=1010436 vsize=19108176 memory=11600 CPUtime=0 cores=5,7
/proc/1010439/task/1010459/stat : 1010459 (Timer-0) S 1010436 1010439 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192458493 19566772224 1194151 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
Current children cumulated CPU time: 3559.52 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4776604 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3502.11 s]
/proc/loadavg: 4.18 4.23 4.26 6/319 1012685
/proc/meminfo: memFree=110353480/131655788 swapFree=131071996/131071996
[pid=1010439] ppid=1010436 vsize=19108176 memory=4776648 CPUtime=3600.09 cores=5,7
/proc/1010439/stat : 1010439 (java) S 1010436 1010439 1008215 0 -1 1077936128 465633 0 0 0 359263 746 0 0 20 0 20 0 192458305 19566772224 1194162 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
/proc/1010439/statm: 4777044 1194162 5920 1 0 1221776 0
[pid=1010439/tid=1010441] ppid=1010436 vsize=19108176 memory=4776604 CPUtime=3384.03 cores=5,7
/proc/1010439/task/1010441/stat : 1010441 (java) R 1010436 1010439 1008215 0 -1 4194368 217039 0 0 0 337971 432 0 0 20 0 20 0 192458305 19566772224 1194162 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 42 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
[pid=1010439/tid=1010450] ppid=1010436 vsize=19108176 memory=45716 CPUtime=0 cores=5,7
/proc/1010439/task/1010450/stat : 1010450 (Finalizer) S 1010436 1010439 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192458308 19566772224 1194162 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
[pid=1010439/tid=1010457] ppid=1010436 vsize=19108176 memory=4776628 CPUtime=0.01 cores=5,7
/proc/1010439/task/1010457/stat : 1010457 (Common-Cleaner) S 1010436 1010439 1008215 0 -1 1077936192 2842 0 0 0 0 1 0 0 20 0 20 0 192458309 19566772224 1194162 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
[pid=1010439/tid=1010459] ppid=1010436 vsize=19108176 memory=11992 CPUtime=0 cores=5,7
/proc/1010439/task/1010459/stat : 1010459 (Timer-0) S 1010436 1010439 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192458493 19566772224 1194162 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4776648 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.07 s, system=7.49701 s

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

[startup+3502.22 s]
/proc/loadavg: 4.18 4.23 4.26 6/319 1012685
/proc/meminfo: memFree=110353480/131655788 swapFree=131071996/131071996
[pid=1010439] ppid=1010436 vsize=19307868 memory=4777456 CPUtime=3600.29 cores=5,7
/proc/1010439/stat : 1010439 (java) S 1010436 1010439 1008215 0 -1 1077936128 468453 0 0 0 359283 746 0 0 20 0 21 0 192458305 19771256832 1194364 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
/proc/1010439/statm: 4826967 1194364 5919 1 0 1222746 0
[pid=1010439/tid=1010441] ppid=1010436 vsize=19307868 memory=1740 CPUtime=3384.13 cores=5,7
/proc/1010439/task/1010441/stat : 1010441 (java) R 1010436 1010439 1008215 0 -1 4194368 217331 0 0 0 337981 432 0 0 20 0 21 0 192458305 19771256832 1194364 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 42 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
[pid=1010439/tid=1010450] ppid=1010436 vsize=19307868 memory=18972 CPUtime=0 cores=5,7
/proc/1010439/task/1010450/stat : 1010450 (Finalizer) S 1010436 1010439 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 192458308 19771256832 1194364 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
[pid=1010439/tid=1010457] ppid=1010436 vsize=19307868 memory=20368 CPUtime=0.01 cores=5,7
/proc/1010439/task/1010457/stat : 1010457 (Common-Cleaner) S 1010436 1010439 1008215 0 -1 1077936192 2842 0 0 0 0 1 0 0 20 0 21 0 192458309 19771256832 1194364 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
Current children cumulated CPU time: 3600.29 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 4777456 KiB

[startup+3502.31 s]
/proc/loadavg: 4.18 4.23 4.26 6/319 1012685
/proc/meminfo: memFree=110353480/131655788 swapFree=131071996/131071996
[pid=1010439] ppid=1010436 vsize=19307868 memory=4777456 CPUtime=3600.47 cores=5,7
/proc/1010439/stat : 1010439 (java) S 1010436 1010439 1008215 0 -1 1077936128 468540 0 0 0 359301 746 0 0 20 0 21 0 192458305 19771256832 1194364 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
/proc/1010439/statm: 4826967 1194364 5919 1 0 1222746 0
[pid=1010439/tid=1010441] ppid=1010436 vsize=19307868 memory=4776604 CPUtime=3384.22 cores=5,7
/proc/1010439/task/1010441/stat : 1010441 (java) R 1010436 1010439 1008215 0 -1 4194368 217336 0 0 0 337990 432 0 0 20 0 21 0 192458305 19771256832 1194364 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 42 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
[pid=1010439/tid=1010450] ppid=1010436 vsize=19307868 memory=45716 CPUtime=0 cores=5,7
/proc/1010439/task/1010450/stat : 1010450 (Finalizer) S 1010436 1010439 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 192458308 19771256832 1194364 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
[pid=1010439/tid=1010457] ppid=1010436 vsize=19307868 memory=4776628 CPUtime=0.01 cores=5,7
/proc/1010439/task/1010457/stat : 1010457 (Common-Cleaner) S 1010436 1010439 1008215 0 -1 1077936192 2842 0 0 0 0 1 0 0 20 0 21 0 192458309 19771256832 1194364 134679101440 94239483293696 94239483297392 140729840134240 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94239483305208 94239483306000 94239505416192 140729840137203 140729840137311 140729840137311 140729840144328 0
Current children cumulated CPU time: 3600.47 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 4777456 KiB

Child status: 143

Real time (s): 3502.38
CPU time (s): 3600.57
CPU user time (s): 3593.07
CPU system time (s): 7.49701
CPU usage (%): 102.804
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 5763220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.07
system time used= 7.49701
maximum resident set size= 5763220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 468791
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 139697
involuntary context switches= 9773


# summary of solver processes directly reported to runsolver:
#   pid: 1010439
#   total CPU time (s): 3600.57
#   total CPU user time (s): 3593.07
#   total CPU system time (s): 7.49701

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.0762 second user time and 35.7744 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-19 17:30:31
IDJOB=4449856
IDBENCH=176150
IDSOLVER=3052
FILE ID=nodeC008/4449856-1721403019
RUNJOBID= nodeC008-1721399517-1008281
SLURM_JOB_ID= 7545437
Free space on /tmp= 723760 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/normalized-clique-coloring-max-clique-n=19-t=2.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449856-1721403019/watcher-4449856-1721403019 -o /tmp/evaluation-result-4449856-1721403019/solver-4449856-1721403019 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721399517-1008281 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4449856-1721403019.opb

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

MD5SUM BENCH= 9b7954cd6dc14b590c17dd19cf5c91cb
RANDOM SEED=810038431

nodeC008.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	: 0xb00001f
cpu MHz		: 3648.956
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.91
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	: 0xb00001f
cpu MHz		: 3491.958
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.31
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	: 0xb00001f
cpu MHz		: 1197.247
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.91
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	: 0xb00001f
cpu MHz		: 1197.340
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.31
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	: 0xb00001f
cpu MHz		: 3599.946
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.91
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	: 0xb00001f
cpu MHz		: 3491.965
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.31
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	: 0xb00001f
cpu MHz		: 1197.420
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.91
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	: 0xb00001f
cpu MHz		: 1197.252
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        114165692 kB
MemAvailable:   116510288 kB
Buffers:          558972 kB
Cached:          2611968 kB
SwapCached:            0 kB
Active:          1078200 kB
Inactive:       15789636 kB
Active(anon):       1500 kB
Inactive(anon): 13741284 kB
Active(file):    1076700 kB
Inactive(file):  2048352 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              3872 kB
Writeback:             0 kB
AnonPages:      13696892 kB
Mapped:           127088 kB
Shmem:             45896 kB
KReclaimable:     119152 kB
Slab:             225172 kB
SReclaimable:     119152 kB
SUnreclaim:       106020 kB
KernelStack:        4844 kB
PageTables:        36960 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   15229712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            60000 kB
HardwareCorrupted:     0 kB
AnonHugePages:  13383680 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:      203592 kB
DirectMap2M:    24866816 kB
DirectMap1G:    111149056 kB

Free space on /tmp at the end= 723764 MiB
End job on nodeC008 at 2024-07-19 18:28:53